Merge pull request #748 from coreos-inc/rebrand-plans
Update plan name and price
This commit is contained in:
commit
290e8591e0
2 changed files with 13 additions and 3 deletions
|
@ -169,6 +169,12 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .plan-header .plan-box-price-hidden {
|
||||
font-style: italic;
|
||||
font-size: 13px;
|
||||
line-height: 27px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box .trial-button {
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
@ -199,6 +205,10 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-box.gray .qe-plan-description i {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.plans-panel .plan-features {
|
||||
margin: 0px;
|
||||
margin-top: 10px;
|
||||
|
|
|
@ -427,8 +427,8 @@
|
|||
<div class="col-md-3 col-sm-6 plan-col">
|
||||
<div class="plan-box">
|
||||
<div class="plan-header">
|
||||
<span class="plan-box-price">$9,000/mo</span>
|
||||
<b>Enterprise</b>
|
||||
<span class="plan-box-price plan-box-price-hidden">Contact Sales</span>
|
||||
<b>Premium</b>
|
||||
</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>
|
||||
|
@ -455,7 +455,7 @@
|
|||
</div>
|
||||
<div class="qe-plan-description">Looking for a larger plan?</div>
|
||||
<div class="qe-plan-description"><a href="tel:800-774-3507"><i class="fa fa-phone"></i> (800) 774-3507</a></div>
|
||||
<div class="qe-plan-description"><a href="mailto:sales@coreos.com"><i class="fa fa-envelope"></i> Send an E-mail</a></div>
|
||||
<div class="qe-plan-description"><a href="mailto:sales@tectonic.com?subject=Quay Enterprise"><i class="fa fa-envelope"></i> Send an E-mail</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue