add primary CTA and customer list

This commit is contained in:
Jason Costello 2016-10-05 14:05:07 -07:00
parent efe686f018
commit 12c1855314
2 changed files with 45 additions and 1 deletions

View File

@ -32,11 +32,21 @@ body.page-home {
font-size: 24px;
}
#customer-logos {
#primary-cta{
padding-bottom: 60px;
color: $white;
background: $black;
}
#customer-logos{
position: relative;
padding: 60px 0;
color: $white;
background: $black;
}
ul.customer-list{
li {
display: inline;
}

View File

@ -7,6 +7,40 @@
</div>
</div>
<div class="cta" id="primary-cta">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<p class="lead">Terraform is an open source tool that allows you to codify APIs into
declarative configuration files that can be shared amongst team members,
treated as code, edited, reviewed, and versioned. Safely and
predictably create, change, and improve production infrastructure.</p>
<p>
<a class="terra-btn" href="#">Get Started</a>
</p>
</div>
</div>
</div>
</div>
<div id="customer-logos">
<div class="container">
<div class="row">
<div class="col-sm-12">
<p>Trusted in production by:</p>
<ul class="customer-list">
<li>Nike</li>
<li>HBO</li>
<li>Capital One</li>
<li>Target</li>
<li>Hotels.com</li>
<li>Home Depot</li>
</ul>
</div>
</div>
</div>
</div><!-- / #customer-logos -->
<div id="feature-overview">
<div class="container">
<div class="row">