diff --git a/website/source/assets/stylesheets/_home.scss b/website/source/assets/stylesheets/_home.scss index 67f62ef09..6f59a50f8 100755 --- a/website/source/assets/stylesheets/_home.scss +++ b/website/source/assets/stylesheets/_home.scss @@ -310,6 +310,23 @@ body.page-home { } } + #announcement{ + position: relative; + padding: 180px 220px; + color: $white; + text-align: center; + + >.container { + z-index: 21; + } + } + + #announcement-bg{ + background-color: $purple; + @include skewY(3deg); + z-index: 20; + } + @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { #demos{ diff --git a/website/source/index.html.erb b/website/source/index.html.erb index 44e18b93c..f19ba1bd8 100644 --- a/website/source/index.html.erb +++ b/website/source/index.html.erb @@ -210,3 +210,17 @@
+ +
+
+
+
+

Latest: We’ve released Terraform 0.7!

+

+ Read more +

+
+
+
+
+