website: more homepage copy changes

This commit is contained in:
Jack Pearkes 2014-07-27 15:16:56 -04:00
parent 5a763e58a3
commit 5075b162d7
1 changed files with 6 additions and 6 deletions

View File

@ -22,9 +22,9 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-lg-7 col-md-7 col-sm-12"> <div class="col-lg-7 col-md-7 col-sm-12">
<h2 class="feature-t">Build Infrastructure from code, automatically</h2> <h2 class="feature-t">Launch Infrastructure from code</h2>
<p>Terraform provides a common configuration to launch infrastructure &mdash; <p>Terraform provides a common configuration to launch infrastructure &mdash;
from hosted database providers to VPS services and AWS.</p> from ochestration software to VPS services and AWS.</p>
<p>Simple file based configuration gives you a single view <p>Simple file based configuration gives you a single view
of your entire infrastructure.</p> of your entire infrastructure.</p>
</div> </div>
@ -61,7 +61,7 @@
<div class="row"> <div class="row">
<div class="col-lg-5 col-md-5 col-sm-12"> <div class="col-lg-5 col-md-5 col-sm-12">
<h2 class="feature-t">Diff your Infrastructure</h2> <h2 class="feature-t">Diff your Infrastructure</h2>
<p>Your common configuration can be stored in version control, shared <p>Your common configuration and state can be stored in version control, shared
and distributed among your team. Updates, scaling and modifications and distributed among your team. Updates, scaling and modifications
will be diffed first, so you can change with confidence.</p> will be diffed first, so you can change with confidence.</p>
</div> </div>
@ -218,11 +218,11 @@
<div class="row"> <div class="row">
<div class="intro"> <div class="intro">
<div class="left col-xs-12 col-sm-4 col-sm-offset-1 col-md-offset-2 col-md-4"> <div class="left col-xs-12 col-sm-4 col-sm-offset-1 col-md-offset-2 col-md-4">
<p>The intro and getting started guide contain <p>The intro contains a walkthrough guide, introductory literature
a simple and approachable walkthrough for running Terraform locally.</p> and a range of examples to experiment with Terraform.</p>
</div> </div>
<div class="col-xs-12 col-sm-6 col-md-4 right"> <div class="col-xs-12 col-sm-6 col-md-4 right">
<a class="outline-btn" href="/intro/index.html">Read the intro &#187;</a> <a class="outline-btn" href="/intro/index.html">Try Terraform &#187;</a>
</div> </div>
</div> </div>
</div> </div>