Fix links and tweak wording on index page

This commit is contained in:
davegson 2020-05-18 14:43:17 +02:00
parent c5169c39d5
commit d5724b5fac

View file

@ -45,7 +45,7 @@ title: Safing
<div class="mt-4 ml-4">
<h5 class="text-2xl leading-6 font-bold text-gray-900">Out of Principle</h5>
<p class="mt-4 text-base leading-6 opacity-50 max-w-sm m-auto">
The technology protecting you is only one part - a chain breaks at its weakest link.
The technology protecting you is only one part. Every chain breaks at its weakest link.
<br/>
So have a good <a href="{{ site.about_url }}"><u>look at who we are</u></a>.
</p>
@ -86,9 +86,11 @@ title: Safing
Cut out the middleman. Secure all your meta-data by decoupling yourself from your destination, inspired by Tor. Protect your whole computer, not only your browser. <span class="text-xs">Yes, we know Tails exists.</span>
</p>
<div class="py-10 lg:flex text-center sm:text-left inline-block">
<button type="button" style="background-color: #000;" class="mb-5 md:mb-0 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.spn_url }}">Discover the SPN</a>
</button>
<a href="{{ site.spn_url }}">
<button type="button" style="background-color: #000;" class="mb-5 md:mb-0 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">
Discover the SPN
</button>
</a>
</div>
</div>
<div class="hidden pt-16 lg:pt-0 ml-0 lg:ml-32 lg:block self-center">
@ -106,13 +108,15 @@ title: Safing
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; margin-left: -3rem; opacity: 0.05;" class=" z-0 absolute bg-top">02</span>
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 lg:w-2/3">All Around System Privacy</h2>
<p class="text-md opacity-50 max-w-lg">
Enforce DNS-over-TLS and block domains on a system level. Protect your whole computer, not only your browser, with different features of the Portmaster. Free to use, open source.
Enforce DNS-over-TLS and block domains on a system level. Protect your whole computer, not only your browser. Free to use. Open source. Modular. <span class="text-xs">Naturally.</span>
</p>
<div class="py-10 md:flex text-center md:text-left inline-block">
<button type="button" style="background-color: #000;" class="mb-5 md:mb-0 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 }}">Discover the Portmaster</a>
</button>
<a class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-50 text-xs font-bold" href="{{ site.github_url }}/portmaster/">Github Repo</a>
<a href="{{ site.portmaster_url }}">
<button type="button" style="background-color: #000;" class="mb-5 md:mb-0 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">
Discover the Portmaster
</button>
</a>
<a class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-50 text-xs font-bold" href="{{ site.github_url }}/portmaster/">Github Repository</a>
</div>
</div>
</div>