Skip to content

Commit

Permalink
improve jo pricing page
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed Feb 1, 2023
1 parent e2f82ae commit e78c0f5
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions views/partials/buy-online.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h2>jsreportonline plans</h2>
to change your current pricing plan.
</p>
</div>

<div class="row">
<div class="span3">
<button class="span12 bg-green padding20 text-center bg-hover-gray">
Expand All @@ -20,7 +20,7 @@ <h2 class="fg-white">FREE</h2>

<h3 class="fg-white">0 $ / no card</h3>
<hr>
<span class="fg-white">monthly credits *</span>
<span class="fg-white">monthly credits</span>

<h3 class="fg-white">200</h3>
</button>
Expand All @@ -34,7 +34,7 @@ <h2 class="fg-white">BRONZE</h2>

<h3 class="fg-white">29.95 $</h3>
<hr>
<span class="fg-white">monthly credits *</span>
<span class="fg-white">monthly credits</span>

<h3 class="fg-white">10 000</h3>
</button>
Expand All @@ -48,7 +48,7 @@ <h2 class="fg-white">SILVER</h2>

<h3 class="fg-white">99.95 $</h3>
<hr>
<span class="fg-white">monthly credits *</span>
<span class="fg-white">monthly credits</span>

<h3 class="fg-white">100 000</h3>
</button>
Expand All @@ -62,7 +62,7 @@ <h2 class="fg-white">GOLD</h2>

<h3 class="fg-white">299.95 $</h3>
<hr>
<span class="fg-white">monthly report credits *</span>
<span class="fg-white">monthly report credits</span>

<h3 class="fg-white">300 000</h3>
</button>
Expand All @@ -71,17 +71,17 @@ <h3 class="fg-white">300 000</h3>

<div class="row">
<p class="subtitle description padding20 bg-grayLighter">
*
One report credit represents one second spent in the rendering container.
</p>
<p class="subtitle description padding20 bg-grayLighter">
We won't interrupt or take any drastic action if you cross the limits.
We will always first contact you with the email and discuss the upgrade plan options with you.
</p>

<p class="subtitle description padding20 bg-grayLighter">
Prices are subject of change and can be modified in the future.
</p>
One report credit represents one second spent in the rendering container.
<br>
We won't interrupt the service when you reach the credits limit. <br>
Instead, you get a notification and another 50% credits which you can use to upgrade your subscription or optimize the traffic.
<br>
<br>
Yearly subscription includes 2 months free.
<br>
<br>
Please get familiar with <a href='/learn/online-limits'>other service limits</a> before subscribing.
</p>
</div>
</div>
</div>

0 comments on commit e78c0f5

Please sign in to comment.