Plan update and fix about page
This commit is contained in:
parent
bd4bbe0bdb
commit
27c2680380
7 changed files with 18 additions and 10 deletions
|
@ -41,6 +41,15 @@ PLANS = [
|
|||
'bus_features': False,
|
||||
'deprecated': True,
|
||||
},
|
||||
{
|
||||
'title': 'Yacht',
|
||||
'price': 5000,
|
||||
'privateRepos': 20,
|
||||
'stripeId': 'bus-small',
|
||||
'audience': 'For small businesses',
|
||||
'bus_features': True,
|
||||
'deprecated': True,
|
||||
},
|
||||
|
||||
# Active plans
|
||||
{
|
||||
|
@ -74,7 +83,7 @@ PLANS = [
|
|||
'title': 'Yacht',
|
||||
'price': 5000,
|
||||
'privateRepos': 20,
|
||||
'stripeId': 'bus-small',
|
||||
'stripeId': 'bus-coreos-trial',
|
||||
'audience': 'For small businesses',
|
||||
'bus_features': True,
|
||||
'deprecated': False,
|
||||
|
|
|
@ -1095,12 +1095,12 @@ i.toggle-icon:hover {
|
|||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
.plans-list .plan.bus-small {
|
||||
.plans-list .plan.bus-small, .plans-list .plan.bus-coreos-trial {
|
||||
border-top: 6px solid #46ac39;
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
.plans-list .plan.bus-small .plan-box {
|
||||
.plans-list .plan.bus-small .plan-box, .plans-list .plan.bus-coreos-trial .plan-box {
|
||||
background: black !important;
|
||||
}
|
||||
|
||||
|
@ -1191,7 +1191,7 @@ i.toggle-icon:hover {
|
|||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.plans-list .plan.bus-small button {
|
||||
.plans-list .plan.bus-small button, .plans-list .plan.bus-coreos-trial button {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
class="btn btn-primary btn-block" quay-require="['GITHUB_LOGIN']">
|
||||
<i class="fa fa-github fa-lg"></i> Sign In with GitHub
|
||||
</a>
|
||||
<p class="help-block" quay-require="['BILLING']">No credit card required.</p>
|
||||
</div>
|
||||
</form>
|
||||
<div ng-show="registering" style="text-align: center">
|
||||
|
|
BIN
static/img/coreos-globe-color-lg.png
Normal file
BIN
static/img/coreos-globe-color-lg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.5 KiB |
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="about-basic-icon"><img src="/static/img/coreos.svg" style="height: 45px;"></div>
|
||||
<div class="about-basic-icon"><img src="/static/img/coreos-globe-color-lg.png" style="height: 42px; vertical-align: bottom;"></div>
|
||||
<div class="about-basic-text">
|
||||
<b> CoreOS</b><br>
|
||||
August, 2014
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</span>
|
||||
|
||||
<span class="spacer"></span>
|
||||
Quay.io is now part of CoreOS! <a href="https://coreos.com" target="_blank">Read the blog post.</a>
|
||||
Quay.io is now part of CoreOS! <a href="http://blog.devtable.com/" target="_blank">Read the blog post.</a>
|
||||
</div>
|
||||
|
||||
<div class="landing-background" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
|
||||
|
@ -19,7 +19,7 @@
|
|||
<div ng-show="user.anonymous">
|
||||
<h1>Secure hosting for <b>private</b> Docker<a class="disclaimer-link" href="/disclaimer" target="_self">*</a> repositories</h1>
|
||||
<h3>Use the Docker images <b>your team</b> needs with the safety of <b>private</b> repositories</h3>
|
||||
<a href="/plans/?trial-plan=bus-small" class="call-to-action">Get 20 free private repos for 6 months<i class="fa fa-arrow-right"></i></a>
|
||||
<a href="/plans/?trial-plan=bus-coreos-trial" class="call-to-action">Get 20 free private repos for 6 months<i class="fa fa-arrow-right"></i></a>
|
||||
</div>
|
||||
|
||||
<div ng-show="!user.anonymous">
|
||||
|
|
|
@ -137,9 +137,9 @@
|
|||
<span class="plus">+</span>
|
||||
<img src="/static/img/coreos.svg" style="height: 50px">
|
||||
</div>
|
||||
Quay.io has partnered with CoreOS to offer Enterprise Registry, a version
|
||||
<div>Quay.io has partnered with CoreOS to offer Enterprise Registry, a version
|
||||
of Quay.io that can be hosted behind your firewall. More information
|
||||
can be found on the <a href="https://coreos.com/products/enterprise-registry">CoreOS website</a>.
|
||||
can be found on the <a href="https://coreos.com/products/enterprise-registry">CoreOS website</a>.</div>
|
||||
<a href="https://coreos.com/products/enterprise-registry" class="btn btn-default">Learn more about Enterprise Registry</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Reference in a new issue