mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
37 lines
2.4 KiB
HTML
37 lines
2.4 KiB
HTML
<header class="mb-64 lg:mb-0 lg:pb-0 h-screen bg-local bg-no-repeat bg-cover bg-center" style="background-image: url({{ site.img_url }}header.png">
|
|
<img class="-z-0 pt-16 absolute hidden md:block" style="z-index: -1;" src="" alt="">
|
|
<div class="flex items-center h-full">
|
|
<div class="container mx-auto sm:px-8 sm:px-0">
|
|
<div class="container mx-auto px-8 sm:px-0 flex">
|
|
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-0 lg:flex">
|
|
<div class="inline-block text-center lg:text-left lg:mr-12 lg:mt-20">
|
|
<h2 class="py-10 text-5xl tracking-tight font-extrabold text-gray-900 sm:text-5xl leading-none md:text-6xl md:mx-auto">
|
|
<!-- the is super nice for bigger screens, but breaks stuff on mobile -->
|
|
<!-- hence, we only have the header with on md+ devices -->
|
|
<span class="block md:hidden">
|
|
<span style="color: #6188ff;">Fight surveillance</span> because you <span style="color: #6188ff;">love Freedom</span>.
|
|
</span>
|
|
<span class="hidden md:block">
|
|
<span style="color: #6188ff;">Fight surveillance</span> because you <span style="color: #6188ff;">love Freedom</span>.
|
|
</span>
|
|
</h2>
|
|
<p style="max-width: 440px;" class="text-md opacity-55 max-w-4xl mx-auto lg:mx-0">
|
|
Without privacy there is no freedom of press, no freedom of speech,
|
|
not even freedom of thought. Take back your freedom.
|
|
</p>
|
|
<div class="py-10 lg:py-10 lg:flex text-center">
|
|
<a href="#tools">
|
|
<button type="button" class="bg-black 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 focus:outline-none focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out uppercase">
|
|
discover our tools
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="lg:pb-0 lg:ml-0">
|
|
<img style="margin-top: 3.5rem;" class="md:pr-1 absolute mx-auto left-0 right-0 text-center lg:relative max-w-sm sm:max-w-sm lg:max-w-md transform lg:scale-150 lg:ml-16" src="{{ site.img_url }}freedom.gif" alt="">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header>
|