website: homepage

This commit is contained in:
Armon Dadgar 2015-09-19 13:56:08 -07:00
parent 5ce51c55ef
commit 5577b63b5a
1 changed files with 32 additions and 21 deletions

View File

@ -16,11 +16,10 @@
</div>
<div id="hero-text">
<div id="hero-text-content">
<h1>Applications on a global fleet.</h1>
<h3>As simple as a Single Machine.</h3>
<h1>Easily deploy applications at any scale</h1>
<h3>A distributed cluster manager.</h3>
<div id="hero-btns">
<a class="h-btn light lrg has-caret intro" href="/intro">Learn More<span class="h-caret"></span></a>
<a class="h-btn green lrg has-caret has-border try" href="">Try Nomad<span class="h-caret"></span></a>
<a class="h-btn green lrg has-caret has-border try" href="/intro">Get Started<span class="h-caret"></span></a>
</div>
</div>
</div>
@ -33,8 +32,8 @@
<div class="container">
<div class="row">
<div class="col col-md-12">
<p>Read about how Hashicorps scheduler, Nomad, works on our blog</p>
<a class="blog-btn h-btn gray sml fill has-caret" href="/intro">Blog<span class="h-caret"></span></a>
<p>Read about the release of Nomad on the HashiCorp blog</p>
<a class="blog-btn h-btn gray sml fill has-caret" href="https://hashicorp.com/blog.html">Blog<span class="h-caret"></span></a>
</div>
</div>
</div>
@ -48,14 +47,14 @@
<div id="deploy" class="feature">
<div class="feature-header">
<h3>Deploy to any cloud</h3>
<h3>Easily Deploy</h3>
<p>
Nomad supports multi-datacenter and multi-region clusters. Deploy applications that
span multiple geographic locations or cloud providers.
Users submit simple high-level jobs and Nomad handles
scheduling, deploying and upgrading applications.
</p>
</div>
<div class="feature-footer">
<p>Docker is a built in, making it easy to deploy one container or thousands.</p>
<p>Docker built in; Nomad makes it easy to deploy one container or thousands.</p>
<span class="docker-outline-logo"></span>
</div>
</div> <!-- .feature -->
@ -63,10 +62,13 @@
<div id="partners" class="feature">
<div class="feature-header right clearfix">
<div class="row">
<h3 class="">Use your cloud provider with Docker</h3>
<h3 class="">Any Cloud or Every Cloud</h3>
</div>
<div class="row">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque hendrerit nulla ut orci ultricies viverra.</p>
<p>
Multi-Datacenter and Multi-Region support enables running applications
on any cloud, public or private.
</p>
</div>
</div>
<div class="partner-logos">
@ -86,22 +88,31 @@
<div id="maintain" class="feature">
<div class="feature-header">
<h3>Manage constraints and workload requirements</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque hendrerit nulla ut orci ultricies viverra.</p>
<h3>Flexible Workloads</h3>
<p>
Nomad has extensible support for task drivers, allowing it to run
containerized, virtualized, and standalone applications. Users can easily
start Docker containers, VMs, or application runtimes like Java.
Nomad provides the flexibility to run any workload.
</p>
</div>
<div class="feature-graphic"></div>
<div class="feature-graphic"></div>
</div> <!-- .feature -->
<div id="healing" class="feature">
<div class="feature-header right clearfix">
<div class="row">
<div class="col-xs-12">
<h3>Automatic machine failure healing and blue/green deployments</h3>
<h3>Simplify Operations</h3>
</div>
</div>
<div class="row">
<div class="col-xs-12">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque hendrerit nulla ut orci ultricies viverra.</p>
<div class="col-xs-12">
<p>
Nomad simplifies operations by supporting blue/green deployments,
automatically handling machine failures, and providing a single workflow
to deploy applications.
</p>
</div>
</div>
</div>
@ -110,8 +121,8 @@
<div id="density" class="feature">
<div class="feature-header">
<h3>Maximize Density, Reduce Cost</h3>
<p>Nomad packs applications onto servers, increasing resource utilization, maximizing density, and reducing costs.</p>
<h3>Increase Density, Reduce Cost</h3>
<p>Nomad packs applications onto servers to maximize resource utilization, increase density, and reduce costs.</p>
</div>
<div class="feature-graphic"></div>
</div> <!-- .feature -->
@ -126,7 +137,7 @@
<div class="row">
<div class="col col-md-12">
<p>Completely free and open source.</p>
<a class="blog-btn h-btn green lrg fill has-caret" href="/intro">Try Nomad<span class="h-caret"></span></a>
<a class="blog-btn h-btn green lrg fill has-caret" href="/intro">Get Started<span class="h-caret"></span></a>
</div>
</div>
</div>