cleanup on footer
This commit is contained in:
parent
b7f343731c
commit
e4c2dcae6a
1 changed files with 21 additions and 21 deletions
|
|
@ -113,15 +113,15 @@
|
||||||
<!-- About footer -->
|
<!-- About footer -->
|
||||||
<div class="sticky bottom-0 flex flex-col justify-center pt-8 bg-base-300">
|
<div class="sticky bottom-0 flex flex-col justify-center pt-8 bg-base-300">
|
||||||
<div class="flex justify-center">
|
<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">
|
<div class="flex flex-col items-center">
|
||||||
<span class="font-bold">© 2023-2025</span>
|
<span class="font-bold">© 2023-2025</span>
|
||||||
<br />
|
<br />
|
||||||
|
<span>{$re?.name ?? "BOT Alex"}</span>
|
||||||
|
<br />
|
||||||
<span>Benjamin Dreyer</span>
|
<span>Benjamin Dreyer</span>
|
||||||
<br />
|
<br />
|
||||||
<span>Snorre Ettrup Altschul</span>
|
<span>Snorre Ettrup Altschul</span>
|
||||||
<br />
|
|
||||||
<span>{$re?.name ?? "BOT Alex"}</span>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<h3><b>Info</b></h3>
|
<h3><b>Info</b></h3>
|
||||||
|
|
@ -140,12 +140,12 @@
|
||||||
/></a
|
/></a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<!-- <span -->
|
||||||
>Website <a
|
<!-- >Website <a -->
|
||||||
href="https://git.deprived.dev/DeprivedDevs/deprived-main-website"
|
<!-- href="https://git.deprived.dev/DeprivedDevs/deprived-main-website" -->
|
||||||
target="_blank">source code</a
|
<!-- target="_blank">source code</a -->
|
||||||
></span
|
<!-- ></span -->
|
||||||
>
|
<!-- > -->
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<h3><b>Contact</b></h3>
|
<h3><b>Contact</b></h3>
|
||||||
|
|
@ -153,18 +153,18 @@
|
||||||
>{$re?.email ?? "alex@deprived.dev"}</a
|
>{$re?.email ?? "alex@deprived.dev"}</a
|
||||||
>
|
>
|
||||||
<div class="mt-2"></div>
|
<div class="mt-2"></div>
|
||||||
<a
|
<!-- <a -->
|
||||||
href="https://discord.gg/awatEEqc3M"
|
<!-- href="https://discord.gg/awatEEqc3M" -->
|
||||||
target="_blank"
|
<!-- target="_blank" -->
|
||||||
class="social"
|
<!-- class="social" -->
|
||||||
>
|
<!-- > -->
|
||||||
<!-- <span>Discord</span> -->
|
<!-- <span>Discord</span> -->
|
||||||
<img
|
<!-- <img -->
|
||||||
src="/images/icons/discord.svg"
|
<!-- src="/images/icons/discord.svg" -->
|
||||||
class="w-8 h-8 object-contain"
|
<!-- class="w-8 h-8 object-contain" -->
|
||||||
alt="Discord"
|
<!-- alt="Discord" -->
|
||||||
/>
|
<!-- /> -->
|
||||||
</a>
|
<!-- </a> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue