Prettify pricing page

This commit is contained in:
Son NK 2020-01-03 11:51:44 +01:00
parent df0e706bdd
commit abb2584a38

View file

@ -21,6 +21,9 @@
<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>
Custom Domain Custom Domain
</li> </li>
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
Catch-all (or wildcard) alias
</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>
Directory (or Username) Directory (or Username)
<span class="badge badge-info">Coming Soon</span> <span class="badge badge-info">Coming Soon</span>
@ -35,20 +38,23 @@
</div> </div>
<div class="col-sm-6 col-lg-6"> <div class="col-sm-6 col-lg-6">
<div class="display-6 mt-3"> <div class="display-6 my-3">
🔐 Secure payments by 🔐 Secure payments by
<a href="https://paddle.com">Paddle<i class="fe fe-external-link"></i></a></li> <a href="https://paddle.com" target="_blank">Paddle<i class="fe fe-external-link"></i></a></li>
</a> </a>
</div> </div>
<hr> <div class="mb-3">
Please note that Paddle only supports bank card or PayPal. <br>
Send us an email at <a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a> if you need other payment options (e.g. IBAN transfer).
</div>
<button class="btn btn-success btn-lg" onclick="upgrade({{ PADDLE_MONTHLY_PRODUCT_ID }})"> <button class="btn btn-success" onclick="upgrade({{ PADDLE_MONTHLY_PRODUCT_ID }})">
Monthly <br> Monthly <br>
$2.99/month $2.99/month
</button> </button>
<button class="btn btn-primary btn-lg" onclick="upgrade({{ PADDLE_YEARLY_PRODUCT_ID }})"> <button class="btn btn-primary" onclick="upgrade({{ PADDLE_YEARLY_PRODUCT_ID }})">
Yearly <br> Yearly <br>
$29.99/year $29.99/year
</button> </button>
@ -64,13 +70,13 @@
If you have a lifetime coupon, please paste it here. <br> If you have a lifetime coupon, please paste it here. <br>
For information, we offer free premium account for education (student, professor or technical staff working at For information, we offer free premium account for education (student, professor or technical staff working at
an educational institute). <br> an educational institute). <br>
Drop us an email at hi@simplelogin.io with your student ID or certificate to get the coupon. Drop us an email at <a href="mailto:hi@simplelogin.io">hi@simplelogin.io</a> with your student ID or certificate to get the coupon.
</div> </div>
{{ coupon_form.code(class="form-control", placeholder="Coupon") }} {{ coupon_form.code(class="form-control", placeholder="Coupon") }}
{{ render_field_errors(coupon_form.code) }} {{ render_field_errors(coupon_form.code) }}
<button class="btn btn-lg btn-success mt-2">Apply</button> <button class="btn btn-success mt-2">Apply</button>
</form> </form>
</div> </div>
</div> </div>