Files
thiloho.github.io/src/components/Footer.astro
2025-04-29 05:00:20 +02:00

14 lines
660 B
Plaintext

<footer
class="prose prose-neutral dark:prose-invert prose-a:text-blue-800 prose-a:dark:text-blue-300 prose-a:hover:no-underline prose-a:active:bg-neutral-100 prose-a:active:dark:bg-neutral-700 relative flex max-w-none flex-col items-center bg-neutral-100 px-4 pt-12 pb-6 dark:bg-[#1f1f1f]"
>
<div
class="absolute bottom-28 h-20 w-full -skew-y-2 border-b border-dashed border-neutral-400 bg-white dark:border-neutral-500 dark:bg-neutral-800"
>
</div>
<p class="mb-2">&copy; 2025 Thilo Hohlt</p>
<div class="flex gap-4">
<a href="/legal-disclosure">Legal Disclosure</a>
<a href="https://github.com/thiloho">GitHub</a>
</div>
</footer>