diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index eb10f3d13..0ab004ca7 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -19,9 +19,10 @@ @include lato-light(); } - h3 { + h3{ font-size: 18px; letter-spacing: 1px; + text-transform: uppercase; } p{ @@ -31,6 +32,11 @@ font-weight: 300; } + p.lead{ + font-size: 24px; + max-width: 30em; + } + .icn{ display: block; width: 186px; @@ -59,13 +65,18 @@ } } +#feature-overview{ + padding-bottom: 120px; + border-bottom: 2px solid #E6E7E8; +} + .feature-card { height: 230px; border: 2px solid #E6E7E8; padding:20px; font-size: 18px; - h3 { + h3{ margin:0; padding: 0; color: $purple; @@ -74,7 +85,7 @@ text-transform: uppercase; } - p { + p{ font-weight: 400; text-transform: uppercase; letter-spacing: 1px; diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 1f3adfb95..c11bacdbd 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -35,6 +35,26 @@ +
+
+
+
+

Infrastructure as code

+

Define infrastructure as code to increase operator productivity through collaboration and automation.

+
+
+

Collaborate & share

+

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

+

Evolve your infrastructure

+

Track the complete history of infrastructure versions.

+

Automation friendly

+

If it can be codified, it can be automated.

+
+
+
+
+