mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Comment out tags & nav promo
This commit is contained in:
parent
d86341fa2f
commit
b2eee1289d
2 changed files with 4 additions and 4 deletions
_includes
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue