add announcement to the Jumbotron
This commit is contained in:
parent
41a62e02e1
commit
f54572b82b
|
@ -31,6 +31,25 @@ body.page-home {
|
||||||
z-index: 0;
|
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{
|
#customer-logos{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -27,6 +27,13 @@
|
||||||
<a class="terra-btn" href="/intro/index.html">Get Started</a>
|
<a class="terra-btn" href="/intro/index.html">Get Started</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="col-md-12">
|
||||||
|
<div class="vert-container announcement">
|
||||||
|
<p class="center">
|
||||||
|
Announcing Terraform Enterprise, collaboration for teams. <a class="link-highlight" href="/intro/index.html">Learn more.</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /. row -->
|
</div><!-- /. row -->
|
||||||
</div><!-- / .container -->
|
</div><!-- / .container -->
|
||||||
|
|
Loading…
Reference in New Issue