Plan update and fix about page

This commit is contained in:
Joseph Schorr 2014-08-13 14:25:48 -04:00
parent bd4bbe0bdb
commit 27c2680380
7 changed files with 18 additions and 10 deletions

View file

@ -41,6 +41,15 @@ PLANS = [
'bus_features': False, 'bus_features': False,
'deprecated': True, 'deprecated': True,
}, },
{
'title': 'Yacht',
'price': 5000,
'privateRepos': 20,
'stripeId': 'bus-small',
'audience': 'For small businesses',
'bus_features': True,
'deprecated': True,
},
# Active plans # Active plans
{ {
@ -74,7 +83,7 @@ PLANS = [
'title': 'Yacht', 'title': 'Yacht',
'price': 5000, 'price': 5000,
'privateRepos': 20, 'privateRepos': 20,
'stripeId': 'bus-small', 'stripeId': 'bus-coreos-trial',
'audience': 'For small businesses', 'audience': 'For small businesses',
'bus_features': True, 'bus_features': True,
'deprecated': False, 'deprecated': False,

View file

@ -1095,12 +1095,12 @@ i.toggle-icon:hover {
font-size: 1.4em; 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; border-top: 6px solid #46ac39;
margin-top: -10px; 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; background: black !important;
} }
@ -1191,7 +1191,7 @@ i.toggle-icon:hover {
margin-bottom: 6px; 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; font-size: 1em;
} }

View file

@ -22,7 +22,6 @@
class="btn btn-primary btn-block" quay-require="['GITHUB_LOGIN']"> class="btn btn-primary btn-block" quay-require="['GITHUB_LOGIN']">
<i class="fa fa-github fa-lg"></i> Sign In with GitHub <i class="fa fa-github fa-lg"></i> Sign In with GitHub
</a> </a>
<p class="help-block" quay-require="['BILLING']">No credit card required.</p>
</div> </div>
</form> </form>
<div ng-show="registering" style="text-align: center"> <div ng-show="registering" style="text-align: center">

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View file

@ -29,7 +29,7 @@
</div> </div>
</div> </div>
<div class="col-sm-3"> <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"> <div class="about-basic-text">
<b> CoreOS</b><br> <b> CoreOS</b><br>
August, 2014 August, 2014

View file

@ -7,7 +7,7 @@
</span> </span>
<span class="spacer"></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>
<div class="landing-background" ng-class="user.anonymous ? 'landing': 'signedin'"></div> <div class="landing-background" ng-class="user.anonymous ? 'landing': 'signedin'"></div>
@ -19,7 +19,7 @@
<div ng-show="user.anonymous"> <div ng-show="user.anonymous">
<h1>Secure hosting for <b>private</b> Docker<a class="disclaimer-link" href="/disclaimer" target="_self">*</a> repositories</h1> <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> <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>
<div ng-show="!user.anonymous"> <div ng-show="!user.anonymous">

View file

@ -137,9 +137,9 @@
<span class="plus">+</span> <span class="plus">+</span>
<img src="/static/img/coreos.svg" style="height: 50px"> <img src="/static/img/coreos.svg" style="height: 50px">
</div> </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 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> <a href="https://coreos.com/products/enterprise-registry" class="btn btn-default">Learn more about Enterprise Registry</a>
</div> </div>
</div> </div>