diff options
Diffstat (limited to 'src/layouts/Index.astro')
| -rw-r--r-- | src/layouts/Index.astro | 248 |
1 files changed, 0 insertions, 248 deletions
diff --git a/src/layouts/Index.astro b/src/layouts/Index.astro deleted file mode 100644 index a5909b7..0000000 --- a/src/layouts/Index.astro +++ /dev/null @@ -1,248 +0,0 @@ ---- -import Base from "@layouts/Base.astro"; -import { Image } from "@astrojs/image/components"; -const { title, description } = Astro.props; ---- - -<style> - #gif { - @apply flex gap-2; - } -</style> - -<Base title={title} description={description}> - <div class="container"> - <div class="content"> - <slot /> - </div> - <div - class="bg-base hidden min-[1280px]:flex flex-col gap-2 text-center items-center justify-center m-20 mt-0 mb-5 p-5 rounded-lg drop-shadow-2xl" - > - <div id="gif"> - <Image - src="/imgs/gifs/legalize.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="legalize now!" - /> - <Image - src="/imgs/gifs/acab.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="acab" - /> - <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/ - --> - <Image - src="/imgs/gifs/poweredbynix.svg" - width={88} - height={31} - format="svg" - quality={90} - decoding="async" - alt="powered by fedora" - /> - </a> - <Image - src="/imgs/gifs/capitalism.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="let's crush capitalism!" - /> - </div> - <div id="gif"> - <Image - src="/imgs/gifs/anybrowser.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="best viewed with any browser" - /> - <Image - src="/imgs/gifs/weezer.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="weezer fan" - /> - <a href="https://dnsense.pub/"> - <Image - src="/imgs/gifs/steam.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="play with steam" - /> - </a> - <Image - src="/imgs/gifs/vi.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="made with vi" - /> - <Image - src="/imgs/gifs/pride.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="pride" - /> - <Image - src="/imgs/gifs/imagine.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="imagination" - /> - </div> - <div id="gif"> - <Image - src="/imgs/gifs/moz.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="mozilla is cool" - /> - <Image - src="/imgs/gifs/free.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="completely free software" - /> - <Image - src="/imgs/gifs/gimp.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="graphics by gimp" - /> - <Image - src="/imgs/gifs/explorer.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="marijuana mind explorer" - /> - <Image - src="/imgs/gifs/jsfree.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="javascript free" - /> - <Image - src="/imgs/gifs/web3.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="keep the web free! say no to web3!" - /> - <Image - src="/imgs/gifs/tired.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="tired" - /> - <Image - src="/imgs/gifs/arnold.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="hey arnold!" - /> - <Image - src="/imgs/gifs/bob.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="powered by bob" - /> - <Image - src="/imgs/gifs/counterstrike.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="counter-strike player" - /> - <Image - src="/imgs/gifs/chris.gif" - width={88} - height={31} - format="webp" - quality={90} - loading="lazy" - decoding="async" - alt="chris troll" - id="chris_gif" - /> - </div> - </div> - </div> -</Base> |
