cleanup on footer

This commit is contained in:
BOTAlex 2025-10-15 09:23:42 +02:00
parent b7f343731c
commit e4c2dcae6a

View file

@ -113,15 +113,15 @@
<!-- About footer -->
<div class="sticky bottom-0 flex flex-col justify-center pt-8 bg-base-300">
<div class="flex justify-center">
<div class="grid gap-8 sm:grid-cols-3 items-center w-full">
<div class="grid gap-8 sm:grid-cols-3 align-middle w-full">
<div class="flex flex-col items-center">
<span class="font-bold">© 2023-2025</span>
<br />
<span>{$re?.name ?? "BOT Alex"}</span>
<br />
<span>Benjamin Dreyer</span>
<br />
<span>Snorre Ettrup Altschul</span>
<br />
<span>{$re?.name ?? "BOT Alex"}</span>
</div>
<div class="flex flex-col items-center">
<h3><b>Info</b></h3>
@ -140,12 +140,12 @@
/></a
>
</div>
<span
>Website <a
href="https://git.deprived.dev/DeprivedDevs/deprived-main-website"
target="_blank">source code</a
></span
>
<!-- <span -->
<!-- >Website <a -->
<!-- href="https://git.deprived.dev/DeprivedDevs/deprived-main-website" -->
<!-- target="_blank">source code</a -->
<!-- ></span -->
<!-- > -->
</div>
<div class="flex flex-col items-center">
<h3><b>Contact</b></h3>
@ -153,18 +153,18 @@
>{$re?.email ?? "alex@deprived.dev"}</a
>
<div class="mt-2"></div>
<a
href="https://discord.gg/awatEEqc3M"
target="_blank"
class="social"
>
<!-- <a -->
<!-- href="https://discord.gg/awatEEqc3M" -->
<!-- target="_blank" -->
<!-- class="social" -->
<!-- > -->
<!-- <span>Discord</span> -->
<img
src="/images/icons/discord.svg"
class="w-8 h-8 object-contain"
alt="Discord"
/>
</a>
<!-- <img -->
<!-- src="/images/icons/discord.svg" -->
<!-- class="w-8 h-8 object-contain" -->
<!-- alt="Discord" -->
<!-- /> -->
<!-- </a> -->
</div>
</div>
</div>