mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Merge pull request #248 from safing/maintenance/remove-valentines-sale
Remove valentines sale
This commit is contained in:
commit
02939ffe2a
4 changed files with 8 additions and 8 deletions
|
@ -44,7 +44,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="notification w-full text-center text-white p-2" style="background-color: #c5234c;">
|
||||
<!-- <div class="notification w-full text-center text-white p-2" style="background-color: #c5234c;">
|
||||
<a href="{{ site.pricing_url }}">
|
||||
<div class="mx-auto flex">
|
||||
<i class="ml-auto h-4 w-4 mr-2 icon-heart"></i>
|
||||
|
@ -54,6 +54,6 @@
|
|||
</span>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="horizontal-line"></div>
|
||||
|
|
|
@ -11,10 +11,10 @@
|
|||
</div>
|
||||
<span class="card-package-top-amount">
|
||||
{{ include.price }}€
|
||||
<span tooltip="Normal Price: {{ include.normal_price }}€" class="tag absolute" style="background-color: #c5234c;">
|
||||
<!-- <span tooltip="Normal Price: {{ include.normal_price }}€" class="tag absolute" style="background-color: #c5234c;">
|
||||
<i class="h-4 w-4 icon-heart mr-1"></i>
|
||||
<b>30% OFF</b>
|
||||
</span>
|
||||
</span> -->
|
||||
<span class="card-package-top-amount-monthly">/ {{ include.interval }}</span>
|
||||
</span>
|
||||
<p class="card-package-top-desc" style="max-width: 480px;">It's time to ditch VPN's.</p>
|
||||
|
|
|
@ -31,14 +31,14 @@ title: Safing Portmaster - Pricing
|
|||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="1" %}
|
||||
{% include pricing_card_supporter.html price="3" interval="1-Month" plan_id="9" %}
|
||||
{% include pricing_card_unlimited.html normal_price="9.90" price="6.90" interval="1-Month" plan_id="1" %}
|
||||
{% include pricing_card_unlimited.html price="9.90" interval="1-Month" plan_id="1" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-two">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="2" %}
|
||||
{% include pricing_card_supporter.html price="30" interval="1-Year" plan_id="10" %}
|
||||
{% include pricing_card_unlimited.html normal_price="99" price="69" interval="1-Year" plan_id="2" %}
|
||||
{% include pricing_card_unlimited.html price="99" interval="1-Year" plan_id="2" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -149,14 +149,14 @@ layout: page
|
|||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="1" %}
|
||||
{% include pricing_card_supporter.html price="3" interval="1-Month" plan_id="9" %}
|
||||
{% include pricing_card_unlimited.html normal_price="9.90" price="6.90" interval="1-Month" plan_id="1" %}
|
||||
{% include pricing_card_unlimited.html price="9.90" interval="1-Month" plan_id="1" %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="content-two">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 transform scale-90 xl:scale-100 gap-5 lg:gap-28 xl:gap-0 justify-center justify-items-center mx-auto" style="align-items: center;">
|
||||
{% include pricing_card_free.html unique_id="2" %}
|
||||
{% include pricing_card_supporter.html price="30" interval="1-Year" plan_id="10" %}
|
||||
{% include pricing_card_unlimited.html normal_price="99" price="69" interval="1-Year" plan_id="2" %}
|
||||
{% include pricing_card_unlimited.html price="99" interval="1-Year" plan_id="2" %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue