2013-11-20 21:17:47 +00:00
< div class = "container plans content-container" >
2013-12-23 20:04:52 +00:00
< div class = "row plans-list" >
< div class = "col-sm-2" >
< div class = "features-bar hidden-xs" >
2013-12-23 21:37:10 +00:00
< div class = "visible-lg" style = "height: 50px" > < / div >
< div class = "visible-md visible-sm" style = "height: 70px" > < / div >
2013-10-04 18:35:51 +00:00
2013-12-23 20:04:52 +00:00
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-04-11 22:21:13 +00:00
data-title="All plans have unlimited public repositories">
2013-12-23 20:04:52 +00:00
< span class = "hidden-sm-inline" > Public Repositories< / span >
< span class = "visible-sm-inline" > Public Repos< / span >
< / span >
2014-11-24 21:07:38 +00:00
< i class = "fa fa-hdd-o visible-lg" > < / i >
2013-12-23 20:04:52 +00:00
< / div >
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-04-11 22:21:13 +00:00
data-title="SSL encryption is enabled end-to-end for all operations">
2013-12-23 20:04:52 +00:00
SSL Encryption
< / span >
< i class = "fa fa-lock visible-lg" > < / i >
< / div >
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-04-11 22:21:13 +00:00
data-title="Allows users or organizations to grant permissions in multiple repositories to the same non-login-capable account">
2013-12-23 20:04:52 +00:00
Robot accounts
< / span >
< i class = "fa fa-wrench visible-lg" > < / i >
< / div >
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-04-11 22:21:13 +00:00
data-title="Repository images can be built directly from Dockerfiles">
2013-12-23 20:04:52 +00:00
Dockerfile Build
< / span >
< i class = "fa fa-upload visible-lg" > < / i >
< / div >
2014-08-22 23:48:58 +00:00
< div class = "feature" >
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
data-title="Administrators can view and download the full invoice history for their organization">
Invoice History
< / span >
< i class = "fa fa-calendar visible-lg" > < / i >
< / div >
2013-12-23 20:04:52 +00:00
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-04-11 22:21:13 +00:00
data-title="Grant subsets of users in an organization their own permissions, either on a global basis or a per-repository basis">
2013-12-23 20:04:52 +00:00
Teams
< / span >
< i class = "fa fa-group visible-lg" > < / i >
< / div >
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-04-11 22:21:13 +00:00
data-title="Every action take within an organization is logged in detail, with the ability to visualize logs and download them">
2013-12-23 20:04:52 +00:00
Logging
< / span >
< i class = "fa fa-bar-chart-o visible-lg" > < / i >
< / div >
2013-12-23 21:37:10 +00:00
< div class = "feature" >
2013-12-27 19:07:15 +00:00
< span class = "context-tooltip" bs-tooltip = "tooltip.title" data-container = "body" data-placement = "right"
2014-08-12 21:08:16 +00:00
data-title="All plans have a free trial">
< span class = "hidden-sm-inline" > Free Trial< / span >
< span class = "visible-sm-inline" > Free Trial< / span >
2013-12-23 21:37:10 +00:00
< / span >
2014-11-24 21:07:38 +00:00
< i class = "fa fa-clock-o visible-lg" > < / i >
2013-12-23 21:37:10 +00:00
< / div >
2013-12-23 20:04:52 +00:00
< / div >
2013-10-02 22:14:51 +00:00
2013-12-23 20:04:52 +00:00
< / div >
< div class = "col-sm-2 plan-container" ng-repeat = "plan in plans" ng-show = "plan.price > 0 && !plan.deprecated" >
2013-12-21 02:25:06 +00:00
< div class = "plan" ng-class = "plan.stripeId + ' ' + (plan.bus_features ? 'business-plan' : '')" >
2013-12-23 20:04:52 +00:00
< div class = "plan-box" >
< div class = "plan-title" > {{ plan.title }}< / div >
< div class = "plan-price" > ${{ plan.price/100 }}< / div >
< div class = "description" > {{ plan.audience }}< / div >
< / div >
< div class = "features hidden-xs" >
2013-12-23 21:37:10 +00:00
< div class = "count" > < b > {{ plan.privateRepos }}< / b > private repositories< / div >
2013-12-23 20:04:52 +00:00
< div class = "feature present" > < / div >
< div class = "feature present" > < / div >
< div class = "feature present" > < / div >
< div class = "feature present" > < / div >
2014-08-22 23:48:58 +00:00
< div class = "feature present" > < / div >
2013-12-23 20:04:52 +00:00
< div class = "feature" ng-class = "plan.bus_features ? 'present' : ''" > < / div >
< div class = "feature" ng-class = "plan.bus_features ? 'present' : ''" > < / div >
2013-12-23 21:37:10 +00:00
< div class = "feature present" > < / div >
2013-12-23 20:04:52 +00:00
< / div >
< div class = "features visible-xs" >
2013-12-23 21:37:10 +00:00
< div class = "count" > < b > {{ plan.privateRepos }}< / b > private repositories< / div >
2013-12-23 20:04:52 +00:00
< div class = "feature present" > Unlimited Public Repositories< / div >
< div class = "feature present" > SSL Encryption< / div >
< div class = "feature present" > Robot accounts< / div >
< div class = "feature present" > Dockerfile Build< / div >
2014-08-22 23:48:58 +00:00
< div class = "feature present" > Invoice History< / div >
2013-12-23 20:04:52 +00:00
< div class = "feature" ng-class = "plan.bus_features ? 'present' : 'notpresent'" > Teams< / div >
< div class = "feature" ng-class = "plan.bus_features ? 'present' : 'notpresent'" > Logging< / div >
2014-08-12 21:08:16 +00:00
< div class = "feature present" > Free Trial< / div >
2013-12-23 20:04:52 +00:00
< / div >
2013-12-21 02:25:06 +00:00
< button class = "btn btn-block" ng-class = "plan.bus_features ? 'btn-success' : 'btn-primary'"
2013-12-23 20:04:52 +00:00
ng-click="buyNow(plan.stripeId)">Start < span class = "hidden-sm-inline" > Free< / span > Trial< / button >
2013-11-05 19:40:45 +00:00
< / div >
2013-10-02 22:14:51 +00:00
< / div >
2013-10-04 18:35:51 +00:00
< / div >
2013-10-02 22:14:51 +00:00
2013-10-04 18:35:51 +00:00
< div class = "row plan-faq" >
< div class = "col-md-6" >
< dl >
< dt > Can I use Quay for free?< / dt >
< dd > Yes! We offer unlimited storage and serving of public repositories. We strongly believe in the open source community and will do what we can to help!< / dd >
2013-10-22 05:26:14 +00:00
< dt > Does my plan have secure communication?< / dt >
< dd > Yes! All plans provide < b > secure< / b > communication to and from Quay via < b > SSL< / b > .< / dd >
2013-10-04 18:35:51 +00:00
< dt > What types of payment do you accept?< / dt >
< dd > Quay uses Stripe as our payment processor, so we can accept any of the payment options they offer, which are currently: Visa, MasterCard, American Express, JCB, Discover and Diners Club.< / dd >
< / dl >
2013-10-02 22:14:51 +00:00
< / div >
2013-10-04 18:35:51 +00:00
< div class = "col-md-6" >
< dl >
< dt > Can I change my plan?< / dt >
< dd > Yes, you can change your plan at any time and your account will be pro-rated for the difference.< / dd >
< dt > Do you offer special plans for business or academic institutions?< / dt >
2013-10-14 23:15:17 +00:00
< dd > Please contact us at our < a href = "mailto:support@quay.io" > support email address< / a > to discuss the details of your organization and intended usage.< / dd >
2013-10-04 18:35:51 +00:00
< / dl >
2013-10-02 22:14:51 +00:00
< / div >
2013-10-14 23:15:17 +00:00
< / div >
2014-08-12 19:17:48 +00:00
< div class = "row enterprise-plan" >
< div class = "col-md-6" >
< h2 > Run Quay.io Behind Your Firewall< / h2 >
< div class = "plan-combine" >
< img src = "/static/img/quay-logo.png" >
< span class = "plus" > +< / span >
< img src = "/static/img/coreos.svg" style = "height: 50px" >
< / div >
2014-08-13 18:25:48 +00:00
< div > Quay.io has partnered with CoreOS to offer Enterprise Registry, a version
2014-08-12 19:17:48 +00:00
of Quay.io that can be hosted behind your firewall. More information
2014-08-13 18:25:48 +00:00
can be found on the < a href = "https://coreos.com/products/enterprise-registry" > CoreOS website< / a > .< / div >
2014-08-12 19:17:48 +00:00
< a href = "https://coreos.com/products/enterprise-registry" class = "btn btn-default" > Learn more about Enterprise Registry< / a >
< / div >
< / div >
2013-10-02 22:14:51 +00:00
< / div >
2013-10-04 18:35:51 +00:00
<!-- Modal message dialog -->
< div class = "modal fade" id = "signinModal" >
< div class = "modal-dialog" >
2014-11-24 21:07:38 +00:00
< div class = "modal-content" >
2013-10-04 18:35:51 +00:00
< div class = "modal-body" >
2013-12-11 23:20:24 +00:00
< div class = "user-setup" signed-in = "signedIn()" redirect-url = "'/plans/'" > < / div >
2013-10-04 18:35:51 +00:00
< / div >
< div class = "modal-footer" >
2013-12-17 18:19:59 +00:00
< button type = "button" class = "btn btn-default" data-dismiss = "modal" > Close< / button >
2013-10-04 18:35:51 +00:00
< / div >
< / div > <!-- /.modal - content -->
< / div > <!-- /.modal - dialog -->
< / div > <!-- /.modal -->