Small fixes to pricing page, including better linking to Tectonic
This commit is contained in:
parent
f7be708430
commit
c8ed4abdf6
1 changed files with 11 additions and 11 deletions
|
@ -285,7 +285,7 @@
|
|||
<ul class="features-list">
|
||||
<li><i class="fa fa-refresh"></i>
|
||||
<b>Continuous Integration</b>
|
||||
<p>Build your containers in response to git pushes: GitHub, BitBucket, Gitlab and others</p>
|
||||
<p>Build your containers in response to git pushes: GitHub, BitBucket, Gitlab and others.</p>
|
||||
</li>
|
||||
|
||||
<li><i class="fa fa-clock-o"></i>
|
||||
|
@ -384,7 +384,7 @@
|
|||
</div>
|
||||
<div class="qe-plan-description">Single region deployment of Quay with unlimited users and repos.</div>
|
||||
<div class="qe-plan-description">Great for smaller companies that are getting started with containers.</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('basic')">
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-basic-monthly')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -408,7 +408,7 @@
|
|||
</div>
|
||||
<div class="qe-plan-description">Up to 5 dedicated build workers allow for horizontal scaling of container builds, which will speed up developer workflows.</div>
|
||||
<div class="qe-plan-description">Replicate container images to 3 different regions for faster pulls to your servers.</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('standard')">
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-standard-monthly')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -423,7 +423,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Enterprise Plan -->
|
||||
<!-- Premium Plan -->
|
||||
<div class="col-md-3 col-sm-6 plan-col">
|
||||
<div class="plan-box">
|
||||
<div class="plan-header">
|
||||
|
@ -432,7 +432,7 @@
|
|||
</div>
|
||||
<div class="qe-plan-description">Perfect for an enterprise with production deployment of containers. Replicate container images between your datacenter regions.</div>
|
||||
<div class="qe-plan-description">Dedicated build workers speed up the workflow for multiple distributed development teams.</div>
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('enterprise')">
|
||||
<a href="javascript:void(0)" class="btn btn-primary trial-button" ng-click="qeStartTrial('quay-enterprise-premium-monthly')">
|
||||
Start Free Trial
|
||||
<i class="fa fa-angle-double-right"></i>
|
||||
</a>
|
||||
|
@ -440,7 +440,7 @@
|
|||
|
||||
<ul class="plan-features">
|
||||
<li><i class="fa fa-clock-o"></i>30-day free trial</li>
|
||||
<li><i class="fa fa-user"></i>Support from 9 AM - 5 PM PT</li>
|
||||
<li><i class="fa fa-users"></i>24/7 Support</li>
|
||||
<li><i class="fa fa-check"></i>Unlimited repos, users and teams</li>
|
||||
<li><i class="fa fa-gears"></i>Up to 25 dedicated container builders</li>
|
||||
<li><i class="fa fa-globe"></i>Geo replication between <b>5 regions</b></li>
|
||||
|
@ -473,12 +473,12 @@
|
|||
<ul class="features-list">
|
||||
<li><i class="fa fa-sign-in"></i>
|
||||
<b>Enterprise Authentication</b>
|
||||
<p>Integrate to your existing identity infrastructure: LDAP, Keystone, Tectonic Identity and more</p>
|
||||
<p>Integrate to your existing identity infrastructure: LDAP, Keystone, Tectonic Identity and more.</p>
|
||||
</li>
|
||||
|
||||
<li><i class="fa fa-database"></i>
|
||||
<b>Flexible Storage Backends</b>
|
||||
<p>Store your container images on Amazon S3, OpenStack SWift, Google Cloud Storage, or directly to disk.</p>
|
||||
<p>Store your container images on Amazon S3, OpenStack Swift, Google Cloud Storage, or directly to disk.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -491,7 +491,7 @@
|
|||
<ul class="features-list">
|
||||
<li><i class="fa fa-refresh"></i>
|
||||
<b>Continuous Integration</b>
|
||||
<p>Build your containers in response to git pushes: GitHub, BitBucket, Gitlab and others</p>
|
||||
<p>Build your containers in response to git pushes: GitHub, BitBucket, Gitlab and others.</p>
|
||||
</li>
|
||||
|
||||
<li><i class="fa fa-clock-o"></i>
|
||||
|
@ -623,8 +623,8 @@
|
|||
<img class="qe-logo" src="/static/img/QuayEnterprise_horizontal_color.svg">
|
||||
<b>To start your trial, please choose an option:</b>
|
||||
<div class="buttons">
|
||||
<a class="btn btn-primary" href="https://account.tectonic.com/signup/summary/quay-enterprise">Create a new Tectonic account</a>
|
||||
<a class="btn btn-default" href="https://account.tectonic.com/signup/summary/quay-enterprise">Log in to your Tectonic account</a>
|
||||
<a class="btn btn-primary" href="https://account.tectonic.com/signup/summary/quay-enterprise/{{ currentQEPlan }}">Create a new Tectonic account</a>
|
||||
<a class="btn btn-default" href="https://account.tectonic.com/signup/summary/quay-enterprise/{{ currentQEPlan }}">Log in to your Tectonic account</a>
|
||||
</div>
|
||||
<div class="shoutout">
|
||||
<div>
|
||||
|
|
Reference in a new issue