From f54572b82bc3231075f56f7df15752e062dd9a1a Mon Sep 17 00:00:00 2001 From: Jason Costello Date: Mon, 6 Mar 2017 11:05:07 -0800 Subject: [PATCH] add announcement to the Jumbotron --- website/source/assets/stylesheets/_home.scss | 19 +++++++++++++++++++ website/source/index.html.erb | 7 +++++++ 2 files changed, 26 insertions(+) diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index d22edac97..807a8b542 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -31,6 +31,25 @@ body.page-home { z-index: 0; } + .announcement { + margin-top: 60px; + border: 1px solid rgba(255,255,255,.3); + padding: 25px 10px; + + p { + color: $gray; + line-height: 1.2; + margin-bottom: 0; + + a { + color: $purple; + text-decoration: underline; + // inline-block ensures links doesn't text-wrap; + display: inline-block; + } + } + } + #customer-logos{ position: relative; width: 100%; diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 151c9b8f2..a9b2c4183 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -27,6 +27,13 @@ Get Started

+
+
+

+ Announcing Terraform Enterprise, collaboration for teams. Learn more. +

+
+