mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
tweaks to pricing page
This commit is contained in:
parent
ecd838c891
commit
e82e1b4631
1 changed files with 9 additions and 3 deletions
|
@ -18,7 +18,13 @@
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<section class="section plans">
|
<section class="section plans">
|
||||||
<h2>Need more power? We’ve got you covered.<br>Upgrading gives you more space, bandwidth, features, <strong>and helps us stay independent and keep the free sites free.</strong></h2>
|
<h2>
|
||||||
|
Need more space? We’ve got you covered.
|
||||||
|
<% if request.path == '/' %>
|
||||||
|
<br>
|
||||||
|
Upgrading gives you more space, bandwidth, features, <strong>and helps us stay independent and keep the free sites free.</strong>
|
||||||
|
<% end %>
|
||||||
|
</h2>
|
||||||
|
|
||||||
<div class="plan-overview">
|
<div class="plan-overview">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
@ -285,7 +291,7 @@
|
||||||
<% if request.path.match /\/plan/ %>
|
<% if request.path.match /\/plan/ %>
|
||||||
<div class="row" style="margin-top: 50px; margin-bottom: 0px;">
|
<div class="row" style="margin-top: 50px; margin-bottom: 0px;">
|
||||||
<div class="col-50" style="margin-left: auto; margin-right: auto">
|
<div class="col-50" style="margin-left: auto; margin-right: auto">
|
||||||
<h2>Why get the Supporter Plan?</h2>
|
<h2>Why get a Supporter Plan?</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -369,7 +375,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<div>
|
<div>
|
||||||
You are upgrading to the <strong><span id="upgradeFormPlanName"></span> Plan</strong>. You will be charged <span id="upgradeFormPlanPrice"></span>. Enter your Credit Card number:
|
You are <% if current_site && parent_site.plan_type == 'free' %>upgrading<%else%>changing<%end%> to the <strong><span id="upgradeFormPlanName"></span> Plan</strong>. You will be charged <span id="upgradeFormPlanPrice"></span>. Please enter your Credit Card number:
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input id="stripe_token" name="stripe_token" type="hidden" value="<%= params[:stripe_token] %>">
|
<input id="stripe_token" name="stripe_token" type="hidden" value="<%= params[:stripe_token] %>">
|
||||||
|
|
Loading…
Add table
Reference in a new issue