From b992e8e3e3b7078ee31f26695956dc3576200eab Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 3 Oct 2016 12:20:26 -0700 Subject: [PATCH] feature cards --- .../source/assets/stylesheets/_global.scss | 1 - website/source/assets/stylesheets/_home.scss | 42 ++++-- website/source/index.html.erb | 131 +++--------------- 3 files changed, 55 insertions(+), 119 deletions(-) diff --git a/website/source/assets/stylesheets/_global.scss b/website/source/assets/stylesheets/_global.scss index a244e55f9..7bbef7be7 100755 --- a/website/source/assets/stylesheets/_global.scss +++ b/website/source/assets/stylesheets/_global.scss @@ -10,7 +10,6 @@ body { -webkit-font-smoothing: subpixel-antialiased; color: $black; - background-color: $black; font-size: 15px; font-family: $font-family-lato; font-weight: 500; diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index ecd8e882a..eb10f3d13 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -10,19 +10,23 @@ @include lato-light(); h2{ - text-align: right; - font-size: 44px; - line-height: 44px; + margin-bottom: 40px; + font-size: 42px; + line-height: 42px; letter-spacing: 2px; text-transform: uppercase; - color: $purple; + color: $black; @include lato-light(); } + h3 { + font-size: 18px; + letter-spacing: 1px; + } + p{ font-size: 16px; - letter-spacing: 1px; - line-height: 1.5em; + line-height: 1.5em; font-family: $font-family-lato; font-weight: 300; } @@ -55,6 +59,28 @@ } } +.feature-card { + height: 230px; + border: 2px solid #E6E7E8; + padding:20px; + font-size: 18px; + + h3 { + margin:0; + padding: 0; + color: $purple; + font-size: 16px; + font-weight: 400; + text-transform: uppercase; + } + + p { + font-weight: 400; + text-transform: uppercase; + letter-spacing: 1px; + } +} + #feature-auto{ position: relative; padding: 200px 0 300px; @@ -107,7 +133,7 @@ } p{ - text-align: right; + text-align: left; padding-left: 120px; font-weight: 300; } @@ -745,5 +771,3 @@ font-weight: 400; } } - - diff --git a/website/source/index.html.erb b/website/source/index.html.erb index c2bf8467b..1f3adfb95 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -2,128 +2,41 @@
- +
-
+
-
-

Infrastructure as code

-

Terraform provides a common configuration to launch infrastructure — - from physical and virtual servers to email and DNS providers. Once launched, - Terraform safely and efficiently changes infrastructure as the configuration - is evolved.

-

Simple file based configuration gives you a single view - of your entire infrastructure.

+
+

Features

-
-

$ terraform apply

-
-
-
-
-
- -
-
-
-
-
-
-
-
-
+
+
+

Write

+

Infrastructure as code

-
-

Combine Multiple Providers

-

Terraform allows you to effortlessly combine high-level system - providers with your own or with each other. 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.

+
+
+

Plan

+

Workflows, not technologies

+
-
-
-
-
- -
-
-
-
-

Evolve your Infrastructure

-

Your configuration and state can be stored in version control, shared - and distributed among your team. Updates, scaling and modifications - will be planned first, so you can iterate with confidence.

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+

Create

+

Cloneable infrastructure

-
-
-
+
+
+ + +