mirror of
https://github.com/safing/web
synced 2025-09-02 19:19:03 +00:00
Update links on the spn page
This commit is contained in:
parent
fa7e805e96
commit
59fc2eb26a
1 changed files with 21 additions and 13 deletions
|
@ -30,11 +30,13 @@ layout: page
|
||||||
technology to do so.
|
technology to do so.
|
||||||
</p>
|
</p>
|
||||||
<div class="py-10 sm:py-10 md:flex text-center">
|
<div class="py-10 sm:py-10 md:flex text-center">
|
||||||
<button type="button" style="background-color: #6188ff;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-5 px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
<a href="#pricing">
|
||||||
<span class="pr-3 text-2xl wiggle">🎉</span>Pre-order SPN
|
<button type="button" style="background-color: #6188ff;" class="mb-5 md:mb-0 transform hover:scale-95 inline-flex items-center px-5 px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||||
</button>
|
<span class="pr-3 text-2xl wiggle">🎉</span>Pre-order SPN
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<a class="transition duration-150 ease-in-out hover:opacity-100 self-center md:pl-8 uppercase opacity-50 text-xs font-bold" href="#">Built on the Portmaster</a>
|
<a href="{{ site.portmaster_url }}" class="transition duration-150 ease-in-out hover:opacity-100 self-center md:pl-8 uppercase opacity-50 text-xs font-bold">Built on the Portmaster</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -129,9 +131,11 @@ layout: page
|
||||||
what data you share and what data stays private.
|
what data you share and what data stays private.
|
||||||
</p>
|
</p>
|
||||||
<div class="py-10 flex">
|
<div class="py-10 flex">
|
||||||
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
<a href="{{ site.portmaster_url }}">
|
||||||
<a href="/portmaster.html">Discover the Portmaster</a>
|
<button type="button" style="background-color: #000;" class="transform hover:scale-95 inline-flex items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white hover:bg-indigo-500 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
||||||
</button>
|
Discover the Portmaster
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -168,9 +172,11 @@ layout: page
|
||||||
<li class="pt-4 opacity-50">1 month subscription</li>
|
<li class="pt-4 opacity-50">1 month subscription</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="pt-32">
|
<div class="pt-32">
|
||||||
<button type="button" style="background-color: #000;" class="w-full text-center items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white transition duration-150 ease-in-out uppercase">
|
<a href="{{ site.account_server_url }}pricing">
|
||||||
<a href="/blogpod.html">Buy</a>
|
<button type="button" style="background-color: #000;" class="w-full text-center items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white transition duration-150 ease-in-out uppercase">
|
||||||
</button>
|
Buy
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
@ -184,9 +190,11 @@ layout: page
|
||||||
<li class="pt-4 opacity-50">Lifetime subscription</li>
|
<li class="pt-4 opacity-50">Lifetime subscription</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="pt-40">
|
<div class="pt-40">
|
||||||
<button type="button" style="background-color: #000;" class="w-full text-center items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white transition duration-150 ease-in-out uppercase">
|
<a href="{{ site.account_server_url }}pricing">
|
||||||
<a href="/blogpod.html">Buy</a>
|
<button type="button" style="background-color: #000;" class="w-full text-center items-center px-10 py-3 border border-transparent text-xs leading-5 font-extrabold rounded-full text-white transition duration-150 ease-in-out uppercase">
|
||||||
</button>
|
Buy
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue