diff options
| author | seth <[email protected]> | 2024-02-12 07:51:32 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-12 08:51:36 -0500 |
| commit | 19b01bff4c251722d4739f6dca208497877f7cbb (patch) | |
| tree | 31918495004c9386760afbac6853c9e7668093c1 /src/_components/footer.vto | |
| parent | ec2b378c8d7885290db2d526364eb59512e60d0e (diff) | |
actually kinda try this time
Diffstat (limited to 'src/_components/footer.vto')
| -rw-r--r-- | src/_components/footer.vto | 83 |
1 files changed, 76 insertions, 7 deletions
diff --git a/src/_components/footer.vto b/src/_components/footer.vto index 6c262f1..9c81595 100644 --- a/src/_components/footer.vto +++ b/src/_components/footer.vto @@ -1,9 +1,78 @@ -<div class="flex"> - <div class="flex flex-col items-center gap-1 p-3 mx-auto"> - <a - class="text-text text-xs" - href="https://github.com/getchoo/website">source</a +<footer class="text-xs text-overlay0 my-10 text-right space-y-2"> + <div class="hidden md:flex flex-wrap justify-around"> + <img + src="/imgs/gifs/acab.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="ACAB!" > - <p class="text-text text-xs">commit: {{ gitCommit }}</p> + <img + src="/imgs/gifs/arnold.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="Hey Arnold!" + > + <img + src="/imgs/gifs/capitalism.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="Let's crush capitalism!" + /> + <img + src="/imgs/gifs/legalize.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="Legalize marijuana now!" + > + <a href="https://github.com/sakecode"> + <!-- + Powered by NixOS © 2023 by Sake is licensed under (CC BY-NC-SA 4.0) + To view the source visit: https://github.com/sakecode/Sake-s-SVGs + To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/ + --> + <img + src="/imgs/gifs/poweredbynix.svg" + width="88" + height="31" + decoding="async" + alt="Powered by NixOS" + /> + </a> + <img + src="/imgs/gifs/pride.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="LGBTQ Pride now!" + /> + <a href="https://dnsense.pub/"> + <img + src="/imgs/gifs/steam.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="Play on Steam!" + /> + </a> + <img + src="/imgs/gifs/weezer.gif" + width="88" + height="31" + loading="lazy" + decoding="async" + alt="Weezer fan" + /> </div> -</div> + + <p>Served from commit {{ gitCommit }} (<a class="text-overlay0" href="https://github.com/getchoo/website">source</a>)</p> +</footer> |
