mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 00:48:32 +01:00
improve pricing page
This commit is contained in:
parent
3e4e0e931f
commit
ac9f896a7d
1 changed files with 8 additions and 5 deletions
|
@ -16,11 +16,12 @@
|
|||
<div class="card-body text-center">
|
||||
<div class="card-category">Premium</div>
|
||||
<ul class="list-unstyled leading-loose">
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> Unlimited Alias</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> Custom Alias</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> <em>Unlimited</em> Random Alias</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i> <em>Unlimited</em> Custom Alias</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
|
||||
Custom email domain
|
||||
<span class="badge badge-secondary">Coming soon</span>
|
||||
<span class="badge badge-success">In Beta</span>
|
||||
<div class="small-text">Please contact us to try out this feature!</div>
|
||||
</li>
|
||||
<li><i class="fe fe-check text-success mr-2" aria-hidden="true"></i>
|
||||
Support us
|
||||
|
@ -31,8 +32,10 @@
|
|||
</div>
|
||||
|
||||
<div class="col-sm-6 col-lg-6">
|
||||
<div class="display-6">
|
||||
🔐 Secure payments by <a href="https://paddle.com">Paddle</a>
|
||||
<div class="display-6 mt-3">
|
||||
🔐 Secure payments by
|
||||
<a href="https://paddle.com">Paddle<i class="fe fe-external-link"></i></a></li>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue