mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
add primary CTA and customer list
This commit is contained in:
parent
efe686f018
commit
12c1855314
@ -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;
|
||||
}
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user