From 9754a32146c5863ce69c8bc242ee4cfbfda09687 Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 13 Feb 2017 16:16:20 -0800 Subject: [PATCH] lighter body copy for hierarchy via utility classes --- .../source/assets/stylesheets/_global.scss | 1 - .../source/assets/stylesheets/_utilities.scss | 8 +++++ website/source/index.html.erb | 32 +++++++++---------- 3 files changed, 24 insertions(+), 17 deletions(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index eb1cfa481b..b5082113e4 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -44,7 +44,6 @@ p { font-family: $font-family-open-sans; font-weight: regular; line-height: 1.5; - opacity: .8; } p.lead{ diff --git a/website/source/assets/stylesheets/_utilities.scss b/website/source/assets/stylesheets/_utilities.scss index 7721433a78..54dedc55b7 100755 --- a/website/source/assets/stylesheets/_utilities.scss +++ b/website/source/assets/stylesheets/_utilities.scss @@ -14,3 +14,11 @@ -o-transform: skewY($skew); transform: skewY($skew); } + +.sub-black { + color: #545454; +} + +.lower-opacity { + opacity: .7; +} diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 8655de8d1f..0a7686bb2f 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -17,7 +17,7 @@
-

Terraform enables you to safely and predictably create, change, and +

Terraform enables you to safely and predictably create, change, and improve production infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

@@ -72,12 +72,12 @@

Collaborate & share

-

Terraform configuration can be stored in version control, +

Terraform configuration can be stored in version control, shared, and collaborated on by teams of operators.

Evolve your infrastructure

-

Track the complete history of infrastructure versions.

+

Track the complete history of infrastructure versions.

Automation friendly

-

If it can be codified, it can be automated.

+

If it can be codified, it can be automated.

@@ -91,7 +91,7 @@

One safe workflow across providers

-

Terraform provides an elegant user experience for +

Terraform provides an elegant user experience for operators to safely and predictably make changes to infrastructure.

@@ -100,20 +100,20 @@

Map resource dependencies

-

Understand how a minor change could have potential cascading effects +

Understand how a minor change could have potential cascading effects across an infrastructure before executing that change. Terraform builds a dependency graph from the configurations, and walks this graph to generate plans, refresh state, and more.

Separation of plan & apply

-

Separating plans and applies reduces mistakes and uncertainty at +

Separating plans and applies reduces mistakes and uncertainty at scale. Plans show operators what would happen, applies execute changes.

One workflow

-

Use Terraform to create resources across all major infrastructure +

Use Terraform to create resources across all major infrastructure providers (AWS, GCP, Azure, OpenStack, VMware, and more).

@@ -126,7 +126,7 @@

Reproducible infrastructure

-

Terraform lets operators easily use the same +

Terraform lets operators easily use the same configurations in multiple places to reduce mistakes and save time.

@@ -136,17 +136,17 @@

Environment parity

-

Use the same Terraform configuration to provision identical staging, +

Use the same Terraform configuration to provision identical staging, QA, and production environments.

Shareable modules

-

Common Terraform configurations can be packaged as modules and used +

Common Terraform configurations can be packaged as modules and used across teams and organizations.

Combine multiple providers consistently

-

Terraform allows you to effortlessly combine high-level system +

Terraform allows you to effortlessly combine high-level system providers. Launch a server from one cloud provider, add a DNS entry with its IP with a different provider. Built-in dependency resolution means things happen in the right order.

@@ -165,7 +165,7 @@

Composing Resources

-

Use attributes from other resources to create an infrastructure +

Use attributes from other resources to create an infrastructure composed of resources across multiple providers.

@@ -199,7 +199,7 @@

Fast, Simplified Interaction

-

Simple and intuitive configuration makes even the most complicated +

Simple and intuitive configuration makes even the most complicated services approachable: no more web consoles, loading bars, or confusing CLI clients.

@@ -237,7 +237,7 @@
-

The intro contains a walkthrough guide, introductory literature, and +

The intro contains a walkthrough guide, introductory literature, and a range of examples to experiment with Terraform.

Get started @@ -267,7 +267,7 @@

Terraform Enterprise

-

Collaborative Infrastructure Automation for +

Collaborative Infrastructure Automation for organizations. Collaborate on Terraform configurations, validate changes, and automate provisioning across providers.