2013-10-11 03:42:03 +00:00
< div class = "container plans ready-indicator" data-status = "{{ status }}" >
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" >
All plans include < span class = "feature" > unlimited public repositories< / span > and < span class = "feature" > unlimited sharing< / span > . All paid plans have a < span class = "feature" > 14-day free trial< / span > .
2013-10-02 22:14:51 +00:00
< / div >
< div class = "plans-list" >
2013-10-04 18:35:51 +00:00
< div class = "plan" ng-repeat = "plan in plans" ng-class = "plan.stripeId" >
< 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 >
2013-10-22 05:26:14 +00:00
< div class = "smaller" > SSL secured connections< / div >
2013-10-02 22:14:51 +00:00
2013-10-04 18:35:51 +00:00
< button class = "btn btn-primary btn-block" ng-click = "buyNow(plan.stripeId)" > Sign Up Now< / button >
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" >
< div class = "modal-content" >
< div class = "modal-header" >
< button type = "button" class = "close" data-dismiss = "modal" aria-hidden = "true" > × < / button >
< h4 class = "modal-title" > Please Sign In< / h4 >
< / div >
< div class = "modal-body" >
Please sign into Quay in order to continue
< / div >
< div class = "modal-footer" >
< button type = "button" class = "btn btn-default" data-dismiss = "modal" > Close< / button >
< / div >
< / div > <!-- /.modal - content -->
< / div > <!-- /.modal - dialog -->
< / div > <!-- /.modal -->