diaREact/resources/views/guest/privacy.blade.php

18 lines
959 B
PHP

<x-guest-layout>
<div class="container flex flex-wrap mx-auto px-2 pt-8 lg:pt-16 mt-16">
<div class="w-full p-8 mt-6 lg:mt-0 text-black leading-normal bg-white border border-grey-light border-rounded font-sans">
<div class="font-sans">
<h1 class="font-sans break-normal text-black pt-6 pb-2 text-xl">{{ __('Privacy') }}</h1>
<hr class="border-b border-grey-light">
</div>
<p class="py-6">
👋 secrecy
</p>
<p class="py-6">There's nothing on our side but your email address and your encrypted pages.</p>
</div>
<div class="w-full lg:w-4/5 lg:ml-auto text-base md:text-sm text-grey px-4 py-6">
<span class="text-base text-purple font-bold">&lt;<span> <a href="#" class="text-base md:text-sm text-purple font-bold no-underline hover:underline">Back to Homepage</a></p>
</div>
</div>
</x-guest-layout>