42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
<footer
|
|
class="w-full h-full border-t border-neutral-300 bg-neutral-100 p-4 flex flex-col mt-auto"
|
|
>
|
|
<div class="flex flex-col sm:grid sm:grid-cols-3 gap-8 mx-auto">
|
|
<section class="max-w-sm w-full">
|
|
<div class="flex gap-2 pb-4">
|
|
<div class="size-8">{% include "gractwo.svg" %}</div>
|
|
<h1
|
|
class="font-semibold text-xl px-2 bg-gradient-to-r from-gractwo-red-semidark to-gractwo-blu-semidark from-30% to-70% bg-clip-text text-transparent"
|
|
>
|
|
Gractwo
|
|
</h1>
|
|
</div>
|
|
<p class="text-neutral-500 text-sm">
|
|
Poznańskie stowarzyszenie okołogrowe, anime-informatyzacyjno
|
|
konwentowo-hangoutowe.
|
|
</p>
|
|
</section>
|
|
<section class="max-w-sm w-full">
|
|
<h1 class="font-medium text-lg text-neutral-500 pb-4">
|
|
Informacje prawne
|
|
</h1>
|
|
<p class="text-sm text-neutral-500 mb-2">
|
|
Stowarzyszenie niezawiązane.
|
|
</p>
|
|
</section>
|
|
<section class="max-w-sm w-full">
|
|
<h1 class="font-medium text-lg text-neutral-500 pb-4">Kontakt</h1>
|
|
<p class="text-sm text-neutral-500 mb-2">
|
|
Kontakt poprzez Discorda.
|
|
</p>
|
|
<p class="text-sm text-neutral-500">Poznań, Polska</p>
|
|
</section>
|
|
</div>
|
|
<!--<hr class="mt-4 border-neutral-300" />-->
|
|
<p
|
|
class="text-center py-2 text-neutral-500 text-sm border-t border-neutral-300 mt-12 h-fit"
|
|
>
|
|
© 2020-2025 Gractwo. Wszystkie prawa zastrzeżone.
|
|
</p>
|
|
</footer>
|