2013-11-20 21:17:47 +00:00
< div class = "container plans content-container" >
2013-10-02 22:14:51 +00:00
< div class = "callout" >
2013-10-04 18:35:51 +00:00
Plans & Pricing
< / div >
< div class = "all-plans" >
2013-12-21 02:25:06 +00:00
All plans include < span class = "feature" > unlimited public repositories< / span > and < span class = "feature" > unlimited sharing< / span > .
< br >
All business plans include: < span class = "business-feature" > organizations< / span > and < span class = "business-feature" > teams< / span > with < span class = "business-feature" > delegated access< / span > to the organization.
2013-10-02 22:14:51 +00:00
< / div >
2013-11-05 19:40:45 +00:00
< div class = "row plans-list" >
< div class = "col-xs-0 col-lg-1" > < / div >
2013-12-21 02:25:06 +00:00
< div class = "col-lg-2 col-xs-4 plan-container" ng-repeat = "plan in plans" ng-show = "plan.price > 0 && !plan.deprecated" >
< div class = "plan" ng-class = "plan.stripeId + ' ' + (plan.bus_features ? 'business-plan' : '')" >
2013-11-05 19:40:45 +00:00
< div class = "plan-title" > {{ plan.title }}< / div >
< div class = "plan-price" > ${{ plan.price/100 }}< / div >
< div class = "count" > < b > {{ plan.privateRepos }}< / b > private repositories< / div >
< div class = "description" > {{ plan.audience }}< / div >
< div class = "smaller" > SSL secured connections< / div >
2013-12-21 02:25:06 +00:00
< button class = "btn btn-block" ng-class = "plan.bus_features ? 'btn-success' : 'btn-primary'"
ng-click="buyNow(plan.stripeId)">Sign Up Now< / 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 >
< div class = "row" >
2013-10-15 05:02:37 +00:00
< div class = "col-md-12" >
< h3 > Enterprise< / h3 >
< dt > I work in an enterprise and we need to run Quay.io on our servers. Can I do so?< / dt >
< dd > Please contact us at our < a href = "mailto:support@quay.io" > support email address< / a > to discuss enterprise plans.< / dd >
< / div >
2013-10-02 22:14:51 +00:00
< / div >
< / div >
2013-10-04 18:35:51 +00:00
<!-- Modal message dialog -->
< div class = "modal fade" id = "signinModal" >
< div class = "modal-dialog" >
2013-12-11 23:20:24 +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 -->