From 07ed00537f66fb75f2a4cc24efb97c3363f5e7b1 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 24 Jul 2017 15:11:17 -0400 Subject: [PATCH] Add Kevin's copy changes --- website/source/index.html.erb | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 880c8a5bf..1706c6adb 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -38,7 +38,7 @@ description: |-

1. Declare Jobs

Users compose and submit high-level job files. Nomad handles the - scheduling, deploying, and upgrading of the applications over time. + scheduling and upgrading of the applications over time.

This flexibilty makes it easy to deploy one container, dozens of @@ -49,9 +49,9 @@ description: |-

2. Plan Changes

- With the built-in dry-run execution, Nomad shows what scheduling - decisions it will take, before it takes them. Operators can approve or - deny these changes to create a safe and reproducible workflow. + With built-in dry-run execution, Nomad shows what scheduling decisions + it will take before it takes them. Operators can approve or deny these + changes to create a safe and reproducible workflow.

@@ -61,7 +61,7 @@ description: |-

Nomad runs applications and ensures they keep running in failure scenarios. In addition to long-running services, Nomad can schedule - batch jobs, distributed cron jobs, or parameterized jobs. + batch jobs, distributed cron jobs, and parameterized jobs.

@@ -83,10 +83,10 @@ description: |- Combine

Hybrid & Multi Cloud

- As more organizations migrate to cloud technologies, the desire to - run in multiple datacenters and multiple regions becomes critical. - Nomad can span public and private clouds and treat all your - infrastructure as a pool of resources. + As more organizations adopt cloud technologies, the desire to run in + multiple datacenters and multiple regions becomes critical. Nomad can + span public and private clouds and treat all your infrastructure as a + pool of resources.

@@ -101,17 +101,16 @@ description: |-

Hybrid Cloud

- Nomad can bridge the gap between the public and private cloud, - creating a unified interface for developers to deploy and run any - application on any platform. Easily run services across your internal - private cloud and external public cloud transparently to application - developers. + Nomad bridges the gap between the public and private cloud, creating a + unified interface for developers to run any application on any + infrastructure. Easily run services across your internal private cloud + and external public cloud transparently to application developers.

Multi Cloud

- As more organizations migrate to cloud technologies, the desire to run + As more organizations adopt cloud technologies, the desire to run applications simultaneously across multiple clouds increases. Nomad combines the power of all cloud providers into a single, unified interface for deploying applications and running services. @@ -349,7 +348,7 @@ description: |-

Plan Changes

- Perform a dry-run execute to check application placement, scheduling + Perform a dry-run to check application placement, scheduling decisions, and visualize failures before they happen.

@@ -425,7 +424,7 @@ description: |-

The introduction contains a walkthrough guide, glossary, and a range - of examples to experiment with Terraform. + of examples for learning and experimenting with Nomad.

Get Started