Merge branch 'touchdown' of ssh://bitbucket.org/yackob03/quay into touchdown

This commit is contained in:
Jake Moshenko 2014-05-21 14:57:34 -04:00
commit 8338d25c37
5 changed files with 37 additions and 2 deletions

View file

@ -1539,6 +1539,13 @@ form input.ng-valid.ng-dirty,
margin-bottom: 20px;
}
.product-tour .testimonial {
margin-bottom: 20px;
margin-top: 10px;
padding-top: 20px;
border-top: 4px solid #ccc;
}
.landing .popover-content {
color: black;
}

View file

@ -11,12 +11,12 @@
<!-- Collapsable stuff -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-links">
<li ng-if="user.anonymous"><a ng-href="/tour/" target="{{ appLinkTarget() }}">Tour</a></li>
<li><a ng-href="/tour/" target="{{ appLinkTarget() }}">Tour</a></li>
<li><a ng-href="/repository/" target="{{ appLinkTarget() }}">Repositories</a></li>
<li><a href="http://docs.quay.io/" target="_blank">Docs</a></li>
<li><a ng-href="/tutorial/" target="{{ appLinkTarget() }}">Tutorial</a></li>
<li quay-require="['BILLING']"><a ng-href="/plans/" target="{{ appLinkTarget() }}">Pricing</a></li>
<li><a ng-href="/organizations/" target="{{ appLinkTarget() }}">Organizations</a></li>
<li><a ng-href="{{ user.organizations.length ? '/organizations/' : '/tour/organizations/' }}" target="{{ appLinkTarget() }}">Organizations</a></li>
</ul>

View file

@ -70,6 +70,20 @@
</div>
</div>
<div class="row testimonial">
<div class="message">
Being responsible for operations of a startup means finding tools that just work, and Quay.io has provided that for us. Whenever we've needed a new feature, or found an issue, it was resolved immediately. I wish every third party we relied on offered the same level of support as Quay.io.
</div>
<div class="speaker-info">
<img src="/static/img/testimonial-kris.jpg">
<span class="speaker-info-internal">
<span class="speaker">Kris Constable</span>
<span class="speaker-title"><a href="http://bex.io" target="_blank" alt="Bex.io">Bex.io</a> - Operations & Security</span>
</span>
</div>
</div>
<div class="tour-action">
<a href="/plans?trial-plan=personal">
<button class="btn btn-success">
@ -182,6 +196,20 @@
</div>
</div>
<div class="row testimonial">
<div class="message">
Docker is at the core of Aptible's deployment platform, and Quay provides the secure repository hosting we need to safely store our customer's application images, and our own. With its thorough team access control model, we can be sure that only authorized users are able to access a Docker image repository. No other Docker repository index makes this as easy as Quay.
</div>
<div class="speaker-info">
<img src="/static/img/testimonial-frank.png">
<span class="speaker-info-internal">
<span class="speaker">Frank Macreery</span>
<span class="speaker-title"><a href="https://www.aptible.com" target="_blank" alt="Aptible">Aptible</a> - CTO & Co-Founder</span>
</span>
</div>
</div>
<div class="tour-action">
<a href="/organizations/new/" data-title="Starts the process to create a new organization" bs-tooltip="tooltip.title">
<button class="btn btn-success">

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB