add coupon page on the pricing page

This commit is contained in:
Son Nguyen Kim 2021-07-25 10:58:41 +02:00
parent 518c102642
commit 8e72d79837
1 changed files with 20 additions and 15 deletions

View File

@ -25,12 +25,12 @@
{% block announcement %} {% block announcement %}
{# TODO: to remove#} {# TODO: to remove#}
{# <div class="alert alert-danger text-center mb-0" role="alert">#} {# <div class="alert alert-danger text-center mb-0" role="alert">#}
{# Our payment provider Paddle is experiencing#} {# Our payment provider Paddle is experiencing#}
{# <a href="https://paddle.status.io" target="_blank">server issue <i class="fe fe-external-link"></i></a>#} {# <a href="https://paddle.status.io" target="_blank">server issue <i class="fe fe-external-link"></i></a>#}
{# that can make our checkout page unusable. <br>#} {# that can make our checkout page unusable. <br>#}
{# Please retry later and sorry for this issue!#} {# Please retry later and sorry for this issue!#}
{# </div>#} {# </div>#}
{% endblock %} {% endblock %}
{% block default_content %} {% block default_content %}
@ -42,7 +42,8 @@
<ul class="list-unstyled leading-loose mb-3"> <ul class="list-unstyled leading-loose mb-3">
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> <li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
Unlimited aliases</li> Unlimited aliases
</li>
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> <li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
Unlimited custom domains Unlimited custom domains
</li> </li>
@ -60,7 +61,8 @@
</li> </li>
</ul> </ul>
<div class="small-text">More information on our <a href="https://simplelogin.io/pricing" target="_blank" rel="noopener">Pricing <div class="small-text">More information on our <a href="https://simplelogin.io/pricing" target="_blank"
rel="noopener">Pricing
Page <i class="fe fe-external-link"></i> Page <i class="fe fe-external-link"></i>
</a></div> </a></div>
</div> </div>
@ -99,12 +101,12 @@
</span> </span>
</button> </button>
<button class="btn btn-secondary" onclick="upgrade({{ PADDLE_MONTHLY_PRODUCT_ID }})"> <button class="btn btn-secondary" onclick="upgrade({{ PADDLE_MONTHLY_PRODUCT_ID }})">
Monthly billing <br> Monthly billing <br>
<b> <b>
$4/month $4/month
</b> </b>
</button> </button>
<hr> <hr>
<i class="fa fa-bitcoin"></i> <i class="fa fa-bitcoin"></i>
@ -122,7 +124,10 @@
</a> </a>
<hr> <hr>
For other payment options, please send us an email at <a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a> For other payment options, please send us an email at <a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a>.
<br>
If you have bought a coupon, please go to the <a href="{{ url_for('dashboard.coupon_route') }}">coupon page</a> to
apply the coupon code.
</div> </div>
</div> </div>