lighter body copy for hierarchy via utility classes
This commit is contained in:
parent
f07d89d4e4
commit
9754a32146
|
@ -44,7 +44,6 @@ p {
|
|||
font-family: $font-family-open-sans;
|
||||
font-weight: regular;
|
||||
line-height: 1.5;
|
||||
opacity: .8;
|
||||
}
|
||||
|
||||
p.lead{
|
||||
|
|
|
@ -14,3 +14,11 @@
|
|||
-o-transform: skewY($skew);
|
||||
transform: skewY($skew);
|
||||
}
|
||||
|
||||
.sub-black {
|
||||
color: #545454;
|
||||
}
|
||||
|
||||
.lower-opacity {
|
||||
opacity: .7;
|
||||
}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
<p class="lead">Terraform enables you to safely and predictably create, change, and
|
||||
<p class="lead lower-opacity">Terraform enables you to safely and predictably create, change, and
|
||||
improve production infrastructure. It is an open source tool that
|
||||
codifies APIs into declarative configuration files that can be shared amongst team members,
|
||||
treated as code, edited, reviewed, and versioned. </p>
|
||||
|
@ -72,12 +72,12 @@
|
|||
<img class="feature-image" id="feature-image-write-sm-screen" src="/assets/images/feature-write-bg.svg" />
|
||||
<div class="col-sm-4">
|
||||
<h3>Collaborate & share</h3>
|
||||
<p>Terraform configuration can be stored in version control,
|
||||
<p class="sub-black">Terraform configuration can be stored in version control,
|
||||
shared, and collaborated on by teams of operators.</p>
|
||||
<h3>Evolve your infrastructure</h3>
|
||||
<p>Track the complete history of infrastructure versions.</p>
|
||||
<p class="sub-black">Track the complete history of infrastructure versions.</p>
|
||||
<h3>Automation friendly</h3>
|
||||
<p>If it can be codified, it can be automated.</p>
|
||||
<p class="sub-black">If it can be codified, it can be automated.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- /container -->
|
||||
|
@ -91,7 +91,7 @@
|
|||
<div id="plan-section" class="row">
|
||||
<div class="col-sm-12">
|
||||
<h2>One safe workflow across providers</h2>
|
||||
<p class="lead">Terraform provides an elegant user experience for
|
||||
<p class="lead lower-opacity">Terraform provides an elegant user experience for
|
||||
operators to safely and predictably make changes to infrastructure.</p>
|
||||
</div>
|
||||
<div class="col-sm-12">
|
||||
|
@ -100,20 +100,20 @@
|
|||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>Map resource dependencies</h3>
|
||||
<p>Understand how a minor change could have potential cascading effects
|
||||
<p class="lower-opacity">Understand how a minor change could have potential cascading effects
|
||||
across an infrastructure before executing that change. Terraform
|
||||
builds a dependency graph from the configurations, and walks this
|
||||
graph to generate plans, refresh state, and more.</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>Separation of plan & apply</h3>
|
||||
<p>Separating plans and applies reduces mistakes and uncertainty at
|
||||
<p class="lower-opacity">Separating plans and applies reduces mistakes and uncertainty at
|
||||
scale. Plans show operators what would happen, applies execute
|
||||
changes.</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>One workflow</h3>
|
||||
<p>Use Terraform to create resources across all major infrastructure
|
||||
<p class="lower-opacity">Use Terraform to create resources across all major infrastructure
|
||||
providers (AWS, GCP, Azure, OpenStack, VMware, and more).</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<div id="create-section" class="row">
|
||||
<div class="col-sm-6">
|
||||
<h2>Reproducible infrastructure</h2>
|
||||
<p class="lead">Terraform lets operators easily use the same
|
||||
<p class="lead sub-black">Terraform lets operators easily use the same
|
||||
configurations in multiple places to reduce mistakes and save time.</p>
|
||||
</div>
|
||||
<div class="col-sm-6">
|
||||
|
@ -136,17 +136,17 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<h3>Environment parity</h3>
|
||||
<p>Use the same Terraform configuration to provision identical staging,
|
||||
<p class="sub-black">Use the same Terraform configuration to provision identical staging,
|
||||
QA, and production environments.</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>Shareable modules</h3>
|
||||
<p>Common Terraform configurations can be packaged as modules and used
|
||||
<p class="sub-black">Common Terraform configurations can be packaged as modules and used
|
||||
across teams and organizations.</p>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h3>Combine multiple providers consistently</h3>
|
||||
<p>Terraform allows you to effortlessly combine high-level system
|
||||
<p class="sub-black">Terraform allows you to effortlessly combine high-level system
|
||||
providers. Launch a server from one cloud provider, add a DNS entry
|
||||
with its IP with a different provider. Built-in dependency resolution
|
||||
means things happen in the right order.</p>
|
||||
|
@ -165,7 +165,7 @@
|
|||
|
||||
<div class="col-md-6 explantion">
|
||||
<h3>Composing Resources</h3>
|
||||
<p>Use attributes from other resources to create an infrastructure
|
||||
<p class="sub-black">Use attributes from other resources to create an infrastructure
|
||||
composed of resources across multiple providers.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -199,7 +199,7 @@
|
|||
|
||||
<div class="col-md-6 explantion">
|
||||
<h3>Fast, Simplified Interaction</h3>
|
||||
<p>Simple and intuitive configuration makes even the most complicated
|
||||
<p class="sub-black">Simple and intuitive configuration makes even the most complicated
|
||||
services approachable: no more web consoles, loading bars, or
|
||||
confusing CLI clients.
|
||||
</p>
|
||||
|
@ -237,7 +237,7 @@
|
|||
</div>
|
||||
</div> <!-- /.terminal-item -->
|
||||
<div class="cta col-sm-12 col-lg-8 col-lg-offset-2" id="demo-cta">
|
||||
<p class="lead">The intro contains a walkthrough guide, introductory literature, and
|
||||
<p class="lead lower-opacity">The intro contains a walkthrough guide, introductory literature, and
|
||||
a range of examples to experiment with Terraform.</p>
|
||||
<p>
|
||||
<a class="terra-btn" href="/intro/index.html">Get started</a>
|
||||
|
@ -267,7 +267,7 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-12">
|
||||
<h2><span>Terraform Enterprise</span></h2>
|
||||
<p class="lead">Collaborative Infrastructure Automation for
|
||||
<p class="lead lower-opacity">Collaborative Infrastructure Automation for
|
||||
organizations. Collaborate on Terraform configurations,
|
||||
validate changes, and automate provisioning across providers.</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in New Issue