website: homepage TODO
This commit is contained in:
parent
a48da3944d
commit
793da8eea2
|
@ -33,13 +33,7 @@
|
||||||
<section class="about padded-lg text-center">
|
<section class="about padded-lg text-center">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<hgroup class="span10 offset1">
|
<h1 class="text-green">Fast, concurrent, extensible.</h1>
|
||||||
<h2 class="text-green has-dividers">Fast</h2>
|
|
||||||
<span class="divider hidden-phone"></span>
|
|
||||||
<h2 class="text-green has-dividers">Parallel</h2>
|
|
||||||
<span class="divider hidden-phone"></span>
|
|
||||||
<h2 class="text-green has-dividers">Customizable</h2>
|
|
||||||
</hgroup>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<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>
|
<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>
|
||||||
|
@ -52,11 +46,14 @@
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span8 offset2">
|
<div class="span8 offset2">
|
||||||
<h1 class="text-green">Works great with</h1>
|
<h1 class="text-green">Works great with</h1>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p class="span6 offset3">Packer is a free and open source tool for creating golden images for multiple platforms from a single source.</p>
|
<p class="span6 offset3">
|
||||||
|
Out of the box, Packer comes with support to build images
|
||||||
|
for the following platforms. Support for additional platforms is
|
||||||
|
coming and can also be added through plugins.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<ul class="company-logos padded">
|
<ul class="company-logos padded">
|
||||||
|
|
Loading…
Reference in New Issue