website: homepage copy changes. /cc: @pearkes

This commit is contained in:
Armon Dadgar 2014-07-27 15:51:27 -04:00
parent 10383cfc67
commit 91e78c19dc
1 changed files with 11 additions and 12 deletions

View File

@ -50,7 +50,7 @@
<h2 class="feature-t">Combine Mulitple Providers</h2>
<p>Terraform allows you to effortlessly combine high level system
providers with your own or with each other. Built-in dependency resolution means
things happen in the right order &mdash; and it's all implied. </p>
things happen in the right order.</p>
</div>
</div>
</div> <!-- /container -->
@ -60,10 +60,10 @@
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-12">
<h2 class="feature-t">Diff your Infrastructure</h2>
<p>Your common configuration and state can be stored in version control, shared
<h2 class="feature-t">Evolve your Infrastructure</h2>
<p>Your configuration and state can be stored in version control, shared
and distributed among your team. Updates, scaling and modifications
will be diffed first, so you can change with confidence.</p>
will be planned first, so you can iterate with confidence.</p>
</div>
<div class="col-md-push-1 col-lg-6 col-md-6 col-sm-12">
<div class="clone-icon f-icon">
@ -134,11 +134,11 @@
<div class="terminals row">
<div class="col-xs-12 col-lg-12 explantion">
<h2>Combining Multiple Resources with Variables</h2>
<p>
Access attributes on other resources, even if they
are only available after the resource is created. Dependency
resolution knows what you need.
<h2>Layering Resources</h2>
<p>
Use attributes from other resources to create
a layered infrastructure. Terraform handles ordering
resource creation automatically.
</p>
</div>
@ -172,9 +172,8 @@
<div class="col-xs-12 col-lg-12 explantion">
<h2>Fast, Simplified Interaction</h2>
<p>
Say goodbye to complicated web consoles, loading bars, command line
clients and confusing documentation. Simple and intuitive configuration
makes even the most complicated services approachable.
Simple and intuitive configuration makes even the most complicated services approachable:
no more web consoles, loading bars, or confusing CLI clients.
</p>
</div>