1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-18 01:49:08 +00:00

Replace missed opacity-50s with opacity-55

This commit is contained in:
davegson 2020-05-20 13:20:28 +02:00
parent 53382525ec
commit ff9b8d22bd
4 changed files with 11 additions and 11 deletions

View file

@ -51,7 +51,7 @@
<div class="block p-5 lg:flex lg:p-0 items-center">
<span class="hidden sm:block ml-3 mr-2 rounded-md">
<a href="{{ site.account_server_url }}account/sign_in">
<button type="button" class="hidden lg:block px-4 py-2 border border-black text-lg lg:text-xs leading-5 font-semibold rounded-md text-white opacity-50 bg-black hover:opacity-100 focus:outline-none focus:shadow-outline-blue transition duration-150 ease-in-out">
<button type="button" class="hidden lg:block px-4 py-2 border border-black text-lg lg:text-xs leading-5 font-semibold rounded-md text-white opacity-55 bg-black hover:opacity-100 focus:outline-none focus:shadow-outline-blue transition duration-150 ease-in-out">
Sign In
</button>
</a>
@ -65,7 +65,7 @@
</span>
<span class="ml-3 rounded-md">
<a href="{{ site.account_server_url }}account/sign_in">
<button type="button" class="mr-auto ml-auto block lg:hidden px-4 py-2 border border-black text-lg lg:text-xs leading-5 font-semibold rounded-md text-white opacity-50 bg-black hover:opacity-100 focus:outline-none focus:shadow-outline-blue focus:border-blue-300 active:text-gray-800 active:bg-gray-50 active:text-gray-800 transition duration-150 ease-in-out">
<button type="button" class="mr-auto ml-auto block lg:hidden px-4 py-2 border border-black text-lg lg:text-xs leading-5 font-semibold rounded-md text-white opacity-55 bg-black hover:opacity-100 focus:outline-none focus:shadow-outline-blue focus:border-blue-300 active:text-gray-800 active:bg-gray-50 active:text-gray-800 transition duration-150 ease-in-out">
Sign In
</button>
</a>

View file

@ -30,7 +30,7 @@ redirect_from:
View Team Overview
</button>
</a>
<a href="#footer" class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-50 text-xs font-bold">
<a href="#footer" class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-55 text-xs font-bold">
Follow Along
</a>
</div>

View file

@ -12,7 +12,7 @@ title: Safing
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-0">
<div class="inline-block max-w-3xl text-center md:text-left">
<h2 class="text-5xl w-1/1 tracking-tight font-extrabold leading-none py-10">Engage the problem at <span style="color: #6188ff;">The Core</span></h2>
<p class="text-md opacity-50">
<p class="text-md opacity-55">
The Internet is one of the most beautiful things there is. But every connection has the potential to betray you, leaking personal information you never wanted to share. That's where we intercept.
</p>
</div>
@ -30,7 +30,7 @@ title: Safing
</div>
<div class="mt-4 ml-4">
<h5 class="text-2xl leading-6 font-bold text-gray-900">Open Source</h5>
<p class="mt-4 text-base leading-6 opacity-50 max-w-sm m-auto">
<p class="mt-4 text-base leading-6 opacity-55 max-w-sm m-auto">
Secure software can only emerge when many smart people review and contribute to the code base.
</p>
</div>
@ -44,7 +44,7 @@ title: Safing
</div>
<div class="mt-4 ml-4">
<h5 class="text-2xl leading-6 font-bold text-gray-900">Transparency</h5>
<p class="mt-4 text-base leading-6 opacity-50 max-w-sm m-auto">
<p class="mt-4 text-base leading-6 opacity-55 max-w-sm m-auto">
The trust to handle your sensitive data can only grow by being open about our company. In every aspect.
</p>
</div>
@ -59,7 +59,7 @@ title: Safing
</div>
<div class="mt-4 ml-4">
<h5 class="text-2xl leading-6 font-bold text-gray-900">Our Quest</h5>
<p class="mt-4 text-base leading-6 opacity-50 max-w-sm m-auto">
<p class="mt-4 text-base leading-6 opacity-55 max-w-sm m-auto">
We chase freedom so our societies can flourish. Giving control back to the people is way overdue.
</p>
</div>
@ -80,7 +80,7 @@ title: Safing
<div class="inline-block max-w-lg">
<span style="font-size: 12rem; font-weight: 800; margin-top: -9rem; margin-left: -3rem; opacity: 0.05;" class=" z-0 absolute bg-top">01</span>
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 lg:w-2/3">Powerful VPN Alternative</h2>
<p class="text-md opacity-50 max-w-lg">
<p class="text-md opacity-55 max-w-lg">
Free yourself from mass surveillance. Secure all your meta-data by decoupling yourself from your destination, inspired by Tor. Protect your whole computer, not only your browser.
</p>
<div class="py-10 lg:flex text-center sm:text-left inline-block">
@ -106,7 +106,7 @@ title: Safing
<div class="inline-block max-w-lg">
<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">
<p class="text-md opacity-55 max-w-lg">
Enforce DNS-over-TLS and block connections on a system wide level. Protect your whole computer, not only your browser. Free to use.
</p>
<div class="py-10 md:flex text-center md:text-left inline-block">
@ -115,7 +115,7 @@ title: Safing
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/">Source Code</a>
<a class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-55 text-xs font-bold" href="{{ site.github_url }}/portmaster/">Source Code</a>
</div>
</div>
</div>

View file

@ -54,7 +54,7 @@ layout: page
Explore the details
</button>
</a>
<a href="{{ site.spn_url }}#pricing" class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-50 text-xs font-bold">
<a href="{{ site.spn_url }}#pricing" class="inline-flex pl-8 transition duration-150 ease-in-out hover:opacity-100 self-center uppercase opacity-55 text-xs font-bold">
Support with a purchase
</a>
</div>