This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/static/partials/landing-normal.html

225 lines
11 KiB
HTML
Raw Normal View History

2014-04-24 04:40:01 +00:00
<div class="jumbotron landing">
2015-10-30 17:57:53 +00:00
<div class="landing-background"></div>
2014-11-24 21:07:38 +00:00
<div class="landing-content">
2015-10-30 17:57:53 +00:00
<h1>Build, Store and Distribute your Containers</h1>
<h2>Powerful Build Triggers. Advanced Team Permissions. Secure Storage.</h2>
<div class="buttons">
<a href="/plans?trial-plan=free" class="btn highlighted">Try it for free</a>
<a href="/plans" class="btn">View plans</a>
</div>
<div class="works-with">
<span class="text">Works with</span>
<span class="works-logo"><img src="/static/img/docker-white-custom.png"></span>
<span class="works-logo"><img src="/static/img/rkt-horizontal-white.svg"></span>
<span class="supports">Supports Docker and rkt images. Images are transformed on the fly, allowing you to push Docker and pull rkt.</span>
</div>
2014-04-24 04:40:01 +00:00
</div>
</div> <!-- jumbotron -->
2015-07-21 21:32:37 +00:00
<div class="rows">
<div class=" shoutout-row landing-section">
<div class="cor-container">
2014-04-24 04:40:01 +00:00
<div class="row">
<div class="col-md-4 shoutout">
<i class="fa fa-lock"></i>
2015-10-30 17:57:53 +00:00
<a class="shoutout-link" href="/tour/features">Private Storage</a>
<span class="shoutout-expand">
2015-10-30 17:57:53 +00:00
Push and pull Docker and rkt images to a private registry, with a focus on user experience
2014-04-24 04:40:01 +00:00
for your developers.
</span>
</div>
<div class="col-md-4 shoutout">
<i class="fa fa-group"></i>
2015-10-30 17:57:53 +00:00
<a class="shoutout-link" href="/tour/organizations">Teamwork Optimized</a>
<span class="shoutout-expand">
2015-10-30 17:57:53 +00:00
Specially designed for organizations with multiple teams that manage their own containers and permissions.
</span>
</div>
<div class="col-md-4 shoutout">
2014-04-24 04:40:01 +00:00
<i class="fa fa-cogs"></i>
2015-10-30 17:57:53 +00:00
<a class="shoutout-link" href="http://docs.quay.io/solution">Deployment Made Easy</a>
<span class="shoutout-expand">
2015-10-30 17:57:53 +00:00
Integrations with GitHub and other tools to make deployments simple and automated.
</span>
</div>
2014-04-24 04:40:01 +00:00
</div>
</div>
2014-04-24 04:40:01 +00:00
</div> <!-- -->
2015-07-21 21:32:37 +00:00
<div class="landing-section">
2014-04-24 04:40:01 +00:00
<h2>Trusted by companies who use Docker</h2>
<div class="cor-container">
2014-04-24 04:40:01 +00:00
<div class="row">
<div class="trusted-logos">
2014-05-07 22:17:06 +00:00
<div class="col-md-3 trusted-logo">
<a href="http://www.modcloth.com" target="_blank" alt="ModCloth"><img src="/static/img/modcloth-logo.png"></a>
</div>
<div class="col-md-3 trusted-logo">
<a href="https://travis-ci.com" target="_blank" alt="Travis CI"><img src="/static/img/travisci-logo.png"></a>
</div>
<div class="col-md-3 trusted-logo apptentive">
<a href="http://www.apptentive.com" target="_blank" alt="Apptentive"><img src="/static/img/apptentive-logo.svg"></a>
</div>
<div class="col-md-3 trusted-logo">
<a href="https://www.aptible.com" target="_blank" alt="Aptible"><img src="/static/img/aptible-logo.png" style="width: 200px;"></a>
2014-05-07 22:17:06 +00:00
</div>
</div>
</div>
</div>
2014-04-24 04:40:01 +00:00
</div> <!-- -->
2014-04-24 04:40:01 +00:00
<div class="landing-section">
<h2>Built with our users in mind</h2>
<div class="cor-container">
2014-04-24 04:40:01 +00:00
<div class="row">
<div class="col-lg-8 feature-shoutout">
<img id="screenshot" ng-src="{{ '/static/img/' + currentScreenshot + '.png' }}" class="img-responsive">
2014-04-24 04:40:01 +00:00
</div>
<div class="col-lg-4">
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-view' ? 'active' : ''" ng-click="changeScreenshot('repo-view')">
<i class="fa fa-hdd-o"></i>
<span class="sf-title">Beautiful repository view</span>
<div class="sf-text">
2015-05-13 18:24:12 +00:00
Repository is presented with the maximum amount of useful information, including a full tags list,
markdown based description and repository push and pull counts.
</div>
</div>
2014-04-24 04:40:01 +00:00
2015-05-13 18:24:12 +00:00
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-tags' ? 'active' : ''" ng-click="changeScreenshot('repo-tags')">
<i class="fa fa-tags"></i>
<span class="sf-title">Repository Operations</span>
<div class="sf-text">
Operations on a repository can be performed directly from the user interface, including adding,
removing, and reverting tags.
</div>
</div>
<div class="screenshot-feature" ng-class="currentScreenshot == 'repo-settings' ? 'active' : ''" ng-click="changeScreenshot('repo-settings')">
<i class="fa fa-group"></i>
<span class="sf-title">Share at your control</span>
<div class="sf-text">
Set up the exact permissions your team, organization or business needs. Need to grant external access? Create one or more robot accounts to restrict access.
</div>
</div>
2014-04-24 04:40:01 +00:00
<div class="screenshot-feature" ng-class="currentScreenshot == 'build-history' ? 'active' : ''" ng-click="changeScreenshot('build-history')">
<i class="fa fa-tasks"></i>
<span class="sf-title">Dockerfile Build</span>
<div class="sf-text">
2015-05-13 18:24:12 +00:00
Repositories can be linked to GitHub, BitBucket, GitLab or custom git repositories, with automatic building of the Dockerfile(s) found on push.
</div>
</div>
</div>
</div>
</div>
2014-04-24 04:40:01 +00:00
</div> <!-- -->
2014-04-24 04:40:01 +00:00
<div class="landing-section">
2014-05-19 21:00:31 +00:00
<h2>Seamlessly integrate into your Docker-based infrastructure</h2>
<div class="cor-container">
2014-05-19 21:00:31 +00:00
<div class="row testimonial">
<div class="message">
2015-10-30 17:57:53 +00:00
Quay has become an essential part of our infrastructure as we move to Docker-based deploys.
The support and service that the Quay team provides is phenomenal. We couldn't do it without them!
2014-05-19 21:00:31 +00:00
</div>
<div class="speaker-info">
<img src="/static/img/testimonial-mike.png">
<span class="speaker-info-internal">
<span class="speaker">Mike Saffitz</span>
<span class="speaker-title"><a href="http://www.apptentive.com" target="_blank" alt="Apptentive">Apptentive</a> - CTO & Co-Founder</span>
</span>
</div>
<a class="learn-more" href="/tour">Learn more</a>
</div>
</div>
</div> <!-- -->
<div class="landing-section">
2015-10-30 17:57:53 +00:00
<h2>See what other people are saying about Quay</h2>
<div class="cor-container">
<div class="row">
<div class="jcarousel-wrapper">
<div class="jcarousel">
<ul>
<li>
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/3320588708/9237d8d056e9ce2fa737ea7ab2de345b_bigger.jpeg"
author-name="Ross Timson" author-user="rosstimson" message-url="https://twitter.com/rosstimson/statuses/451052618685882368"
message-date="April 1, 2014">
Pushing Dockerfile changes to Github and having <a href="https://twitter.com/quayio">@quayio</a> build the
<a href="https://twitter.com/docker">@docker</a> image/container for you is extremely awesome.
2014-11-24 21:07:38 +00:00
</div>
</li>
<li>
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/483391930147954688/pvJAHzy__bigger.jpeg"
author-name="Frank Macreery" author-user="fancyremarker" message-url="https://twitter.com/fancyremarker/statuses/448528623692025857"
message-date="March 25, 2014">
<a href="https://twitter.com/quayio">@quayio</a> releases Docker build flair! <a href="http://t.co/72ULgveLj4">pic.twitter.com/72ULgveLj4</a>
</div>
</li>
<li>
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/438406731660394496/UKGDY6xB_bigger.jpeg"
author-name="Joshua Goldie" author-user="jdgoldie" message-url="https://twitter.com/jdgoldie/statuses/446622958040408064"
message-date="March 20, 2014">
Just started playing with <a href="https://twitter.com/quayio">@quayio</a> builds tied to
<a href="https://twitter.com/search?q=%23github&amp;src=hash">#github</a> repo. Really liking it. My first experiment:
<a href="https://t.co/2LgyagwTEq">https://t.co/2LgyagwTEq</a>
</div>
</li>
<li>
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/378800000731516813/e70eae6c4a2c25ae516660e958b3d36b_bigger.jpeg"
author-name="Evan Hazlett" author-user="ehazlett" message-url="https://twitter.com/ehazlett/statuses/442351806161510400"
message-date="March 8, 2014">
Great guys <a href="https://twitter.com/quayio">@quayio</a>. If you havent tried it, do.
</div>
</li>
<li>
<div class="twitter-view" avatar-url="https://pbs.twimg.com/profile_images/463168904320122880/lQG69Wqk_bigger.jpeg"
author-name="Jon Morehouse" author-user="JonMorehouse" message-url="https://twitter.com/JonMorehouse/statuses/441719785055739904"
message-date="March 6, 2014">
<a href="https://twitter.com/quayio">@quayio</a> has awesome support.
<a href="https://twitter.com/search?q=%23awesomeTool&amp;src=hash">#awesomeTool</a>
<a href="https://twitter.com/search?q=%23awesomeTeam&amp;src=hash">#awesomeTeam</a>
</div>
</li>
</ul>
</div>
2014-04-24 04:40:01 +00:00
<a href="#" class="jcarousel-control jcarousel-control-prev">&lsaquo;</a>
<a href="#" class="jcarousel-control jcarousel-control-next">&rsaquo;</a>
2014-11-24 21:07:38 +00:00
<p class="jcarousel-pagination"></p>
2014-04-24 04:40:01 +00:00
</div>
</div>
2014-04-24 04:40:01 +00:00
<div class="row">
<div class="col-md-12 follow-button">
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="//platform.twitter.com/widgets/follow_button.html?screen_name=quayio&show_count=false"
style="width:120px; height:20px;"></iframe>
</div>
</div>
</div>
2014-04-24 04:40:01 +00:00
</div>
<div class="landing-section">
2015-10-30 17:57:53 +00:00
<h2>Start pushing to Quay in under a minute</h2>
<div class="cor-container">
2014-04-24 04:40:01 +00:00
<div class="row landing-action">
2015-10-30 17:57:53 +00:00
<a href="/plans?trial-plan=free" class="btn btn-primary">Try it for free</a>
2014-04-24 04:40:01 +00:00
</div>
</div>
</div>
2014-11-24 21:07:38 +00:00
2015-07-21 21:32:37 +00:00
<div class="landing-section" style="padding: 10px; padding-bottom: 0px;">
<a href="https://mixpanel.com/f/partner"><img src="//cdn.mxpnl.com/site_media/images/partner/badge_light.png" alt="Mobile Analytics" /></a>
</div>
</div>
2015-07-21 21:32:37 +00:00