website: better homepage

This commit is contained in:
Mitchell Hashimoto 2013-06-24 10:24:13 -07:00
parent 90af6f1d38
commit c6fe5f18b4
3 changed files with 31 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -27,37 +27,45 @@
</div> </div>
</section> </section>
<section class="about padded-lg text-center"> <section class="about padded-lg">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<h1 class="text-green">Fast, concurrent, extensible.</h1> <div class="span6">
<img src="/images/screenshots/vmware_and_virtualbox.png">
</div>
<div class="span6">
<h2 class="text-green">Modern, Automated</h2>
<p>
Packer is easy to use and automates the creation of any type
of machine image. It embraces modern configuration management by
encouraging you to use automated scripts to install and
configure the software within your Packer-made images.
Packer brings machine images into the modern age, unlocking
untapped potential and opening new opportunities.
</p>
</div> </div>
<div class="row">
<p class="span6 offset3">Designed to create identical images for development, test, and production. Packer is lightweight and easy to use. It is lightning fast, parallelizes concurrent jobs, and is infinitely customizable.</p>
</div> </div>
</div> </div>
</section> </section>
<section class="vendors text-center"> <section class="vendors padded-lg">
<div class="container padded-lg"> <div class="container">
<div class="row"> <div class="row">
<div class="span8 offset2"> <div class="span6">
<h1 class="text-green">Works great with</h1> <h2 class="text-green text-center">Works Great With</h2>
</div> <p>
</div> Out of the box Packer comes with support to build images for
<div class="row"> Amazon EC2, DigitalOcean, VirtualBox, and VMware. Support for
<p class="span6 offset3"> more platforms is on the way, and anyone can add new platforms
Out of the box, Packer comes with support to build images via plugins.
for the following platforms. Support for additional platforms is
coming and can also be added through plugins.
</p> </p>
</div> </div>
<div class="row">
<ul class="company-logos padded"> <div class="span6">
<li class="aws span3 offset1">Amazon Web Services</li> <img src="/images/screenshots/works_with.png">
<li class="virtualbox span3">Virtualbox</li> </div>
<li class="vmware span3">VM Ware</li>
</ul>
</div> </div>
</div> </div>
</section> </section>