Fix some headlines and titles.

This commit is contained in:
Jake Moshenko 2014-05-08 11:49:42 -04:00
parent 3de2063829
commit a8369128c4
2 changed files with 12 additions and 6 deletions

View file

@ -2,7 +2,7 @@
<div class="product-tour" ng-if="kind == '' || kind == 'features'">
<div class="tour-section row tour-header">
<div class="col-md-12">
<div class="tour-section-title">Features and Benefits</div>
<div class="tour-section-title">The most advanced repository insight available</div>
<div class="tour-section-description">
Features and benefits that make working with Docker repositories awesome
</div>
@ -36,7 +36,7 @@
data-screenshot-url="https://quay.io/repository/devtable/building/build"
class="img-responsive"></div>
<div class="col-md-5">
<div class="tour-section-title">Dockerfile Build in the cloud</div>
<div class="tour-section-title">Dockerfile build in the cloud</div>
<div class="tour-section-description">
Like to use <b>Dockerfiles</b> to build your images? Simply upload your Dockerfile (and any additional files it needs) and we'll build your Dockerfile into an image and push it to your repository.
</div>
@ -89,7 +89,7 @@
<div class="product-tour" ng-if="kind == 'organizations'">
<div class="tour-section row tour-header">
<div class="col-md-12">
<div class="tour-section-title">Organizations</div>
<div class="tour-section-title">Organize your repositories like you organize your company</div>
<div class="tour-section-description">
Organizations in Quay provide unique features for businesses and other
groups, including team-based sharing and fine-grained permission controls.
@ -206,10 +206,16 @@
<div class="product-tour" ng-if="kind == 'enterprise'">
<div class="tour-section row tour-header">
<div class="col-md-12">
<div class="tour-section-title">Enterprise</div>
<div class="tour-section-title">Quay.io in your data center</div>
<div class="tour-section-description">
Stuff for enterprise
All of the power of Quay.io, easily deployed to your data center via docker.
</div>
<div class="tour-section-description">
<div class="row">
<div class="alert alert-info col-md-4 col-md-offset-4"><strong>docker run quay.io/quay/enterprise</strong></div>
</div>
</div>
</div>
</div>
</div>

View file

@ -2,7 +2,7 @@
<ul class="tour-sections">
<li ng-class="kind == '' || kind == 'features' ? 'active' : ''"><a href="/tour/features">Features</a></li>
<li ng-class="kind == 'organizations' ? 'active' : ''"><a href="/tour/organizations">Teams and Organizations</a></li>
<li ng-class="kind == 'enterprise' ? 'active' : ''"><a href="/tour/enterprise">For Enterprise</a></li>
<li ng-class="kind == 'enterprise' ? 'active' : ''"><a href="/tour/enterprise">Enterprise</a></li>
</ul>
</div>