Tweaks to pricing. Still need a better name for Supporter plan

This commit is contained in:
Victoria Wang 2014-10-20 16:48:44 -07:00
parent d0ae9badca
commit 1cc411f199
2 changed files with 6 additions and 6 deletions

View file

@ -950,7 +950,7 @@ a.tag:hover {
color:#4F7E89;
}
.plan-overview {
margin-top: 2.5em;
margin-top: 3.5em;
margin-bottom: 2em;
}
.plan-overview .header {

View file

@ -4,10 +4,10 @@
<div class="plan-overview">
<div class="header">
<div class="col col-25 personal">
Personal
Free
</div>
<div class="col col-75 professional">
Supporters
Supporter
</div>
</div>
@ -15,7 +15,7 @@
<div class="col col-25 free">
<div class="plan-image free" data-original-title="Pick me!">
</div>
<h3>Free!</h3>
<h3>Free</h3>
<div class="price">$<%= Site::PLAN_FEATURES[:free][:price] %></div>
<div class="interval">per month</div>
<a href="/" class="btn-Action">Choose</a>
@ -85,7 +85,7 @@
</div>
<!-- <h2><a href="">Compare Plans <i class="fa fa-caret-down"></i></a></h2> -->
<h2>Compare Plans</h2>
<h2 style="margin-top: 2em">Compare Plans</h2>
<table class="plan-chart">
<tr>
<th class="feature-column"></th>
@ -94,7 +94,7 @@
<p>$<%= Site::PLAN_FEATURES[:free][:price] %>/mo</p>
<a href="/" class="btn-Action">Choose</a>
</th>
<th>
<th class="professional">
<h3>Supporter</h3>
<p>$<%= Site::PLAN_FEATURES[:supporter][:price] %>/mo</p>
<a href="/" class="btn-Action">Choose</a>