mirror of
https://github.com/safing/web
synced 2025-04-23 04:19:09 +00:00
Switch Package cards around
- yearly plan is actually more popular, so correcting that
This commit is contained in:
parent
7c6a3e09b0
commit
1e478e4ed1
1 changed files with 28 additions and 28 deletions
|
@ -39,26 +39,6 @@ layout: page
|
|||
<div class="card-package-most-popular">
|
||||
<span>Most Popular</span>
|
||||
</div>
|
||||
<div class="card-package-top">
|
||||
<div class="flex">
|
||||
<span class="card-package-top-title">Early Adopter</span>
|
||||
<span tooltip="Compared to "Beta" Prices" class="ml-auto bg-safing-gray-100 text-center rounded-full px-5 py-1 inline-flex text-sm">Save 23%</span>
|
||||
</div>
|
||||
<span class="card-package-top-amount">
|
||||
9.90€
|
||||
</span>
|
||||
</div>
|
||||
<div class="card-package-middle space-y-4">
|
||||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Month </span>
|
||||
</div>
|
||||
<div class="card-package-bottom">
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/1/subscribe">Buy Package</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
</div>
|
||||
<div>
|
||||
<div class="card-package">
|
||||
<div class="card-package-top">
|
||||
<div class="flex">
|
||||
<span class="card-package-top-title">Early Adopter</span>
|
||||
|
@ -77,6 +57,26 @@ layout: page
|
|||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
</div>
|
||||
<div class="mt-2">
|
||||
<div class="card-package">
|
||||
<div class="card-package-top">
|
||||
<div class="flex">
|
||||
<span class="card-package-top-title">Early Adopter</span>
|
||||
<span tooltip="Compared to "Beta" Prices" class="ml-auto bg-safing-gray-100 text-center rounded-full px-5 py-1 inline-flex text-sm">Save 23%</span>
|
||||
</div>
|
||||
<span class="card-package-top-amount">
|
||||
9.90€
|
||||
</span>
|
||||
</div>
|
||||
<div class="card-package-middle space-y-4">
|
||||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Month </span>
|
||||
</div>
|
||||
<div class="card-package-bottom">
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/1/subscribe">Buy Package</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -237,17 +237,17 @@ layout: page
|
|||
<div class="card-package-top">
|
||||
<div class="flex">
|
||||
<span class="card-package-top-title">Early Adopter</span>
|
||||
<span tooltip="Compared to "Beta" Prices" class="ml-auto bg-safing-gray-100 text-center rounded-full px-5 py-1 inline-flex text-sm">Save 23%</span>
|
||||
<span tooltip="Compared to Monthly "Beta" Prices" class="ml-auto bg-safing-gray-100 text-center rounded-full px-5 py-1 inline-flex text-sm">Save 36%</span>
|
||||
</div>
|
||||
<span class="card-package-top-amount">
|
||||
9.90€
|
||||
99.00€
|
||||
</span>
|
||||
</div>
|
||||
<div class="card-package-middle space-y-4">
|
||||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Month </span>
|
||||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Year </span>
|
||||
</div>
|
||||
<div class="card-package-bottom">
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/1/subscribe">Buy Package</a>
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/2/subscribe">Buy Package</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
|
@ -257,17 +257,17 @@ layout: page
|
|||
<div class="card-package-top">
|
||||
<div class="flex">
|
||||
<span class="card-package-top-title">Early Adopter</span>
|
||||
<span tooltip="Compared to Monthly "Beta" Prices" class="ml-auto bg-safing-gray-100 text-center rounded-full px-5 py-1 inline-flex text-sm">Save 36%</span>
|
||||
<span tooltip="Compared to "Beta" Prices" class="ml-auto bg-safing-gray-100 text-center rounded-full px-5 py-1 inline-flex text-sm">Save 23%</span>
|
||||
</div>
|
||||
<span class="card-package-top-amount">
|
||||
99.00€
|
||||
9.90€
|
||||
</span>
|
||||
</div>
|
||||
<div class="card-package-middle space-y-4">
|
||||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Year </span>
|
||||
<span class="card-package-middle-includes-feature"> Use SPN for 1-Month </span>
|
||||
</div>
|
||||
<div class="card-package-bottom">
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/2/subscribe">Buy Package</a>
|
||||
<a class="btn-secondary w-full justify-center" href="{{ site.account_server_url }}plans/1/subscribe">Buy Package</a>
|
||||
</div>
|
||||
</div>
|
||||
<span class="element-x-center-max mt-4 text-sm">Billing does <strong>NOT</strong> auto-renew</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue