From 681cd8c1cc2904c562f9a58db3cbb657d58fb552 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 16 May 2023 03:53:24 -0400 Subject: feat: rewrite with astro --- public/favicon.ico | Bin 0 -> 15406 bytes public/files/chris.webp | Bin 0 -> 1950 bytes public/files/getchoo-modpack.zip | Bin 0 -> 91883 bytes public/files/rickroll.mp4 | Bin 0 -> 20247438 bytes public/files/server-icon.png | Bin 0 -> 18746 bytes public/guzzle.sass | 96 ++++++++++++++++ public/imgs/chris/bkender_bauob.jpg | Bin 0 -> 7404 bytes public/imgs/chris/blurry_chris.jpg | Bin 0 -> 14954 bytes public/imgs/chris/chis_very_fried.jpg | Bin 0 -> 7966 bytes public/imgs/chris/chris_medium_fried.jpg | Bin 0 -> 7272 bytes public/imgs/chris/chris_moshed.jpg | Bin 0 -> 51242 bytes public/imgs/chris/fried_publisher.jpg | Bin 0 -> 2727 bytes public/imgs/chris/help_me.png | Bin 0 -> 10678 bytes public/imgs/chris/nice_chris.png | Bin 0 -> 157488 bytes public/imgs/chris/nice_publisher.png | Bin 0 -> 98501 bytes public/imgs/construction.png | Bin 0 -> 118352 bytes public/imgs/gifs/acab.gif | Bin 0 -> 8785 bytes public/imgs/gifs/anybrowser.gif | Bin 0 -> 1286 bytes public/imgs/gifs/arnold.gif | Bin 0 -> 5046 bytes public/imgs/gifs/bob.gif | Bin 0 -> 142993 bytes public/imgs/gifs/capitalism.gif | Bin 0 -> 253 bytes public/imgs/gifs/chris.gif | Bin 0 -> 2279 bytes public/imgs/gifs/counterstrike.gif | Bin 0 -> 5023 bytes public/imgs/gifs/explorer.gif | Bin 0 -> 10877 bytes public/imgs/gifs/free.gif | Bin 0 -> 622 bytes public/imgs/gifs/gimp.gif | Bin 0 -> 2602 bytes public/imgs/gifs/gnu-linux.gif | Bin 0 -> 550 bytes public/imgs/gifs/imagine.gif | Bin 0 -> 9865 bytes public/imgs/gifs/jsfree.gif | Bin 0 -> 1695 bytes public/imgs/gifs/kmelon.gif | Bin 0 -> 2964 bytes public/imgs/gifs/legalize.gif | Bin 0 -> 7182 bytes public/imgs/gifs/moz.gif | Bin 0 -> 2864 bytes public/imgs/gifs/obras.gif | Bin 0 -> 5497 bytes public/imgs/gifs/poweredbyfedora.gif | Bin 0 -> 2314 bytes public/imgs/gifs/poweredbynix.svg | 187 +++++++++++++++++++++++++++++++ public/imgs/gifs/pride.gif | Bin 0 -> 17783 bytes public/imgs/gifs/steam.gif | Bin 0 -> 2750 bytes public/imgs/gifs/tired.gif | Bin 0 -> 899 bytes public/imgs/gifs/vi.gif | Bin 0 -> 761 bytes public/imgs/gifs/web3.gif | Bin 0 -> 483 bytes public/imgs/gifs/weezer.gif | Bin 0 -> 24883 bytes public/js/chrisApp.js | 24 ++++ 42 files changed, 307 insertions(+) create mode 100644 public/favicon.ico create mode 100644 public/files/chris.webp create mode 100644 public/files/getchoo-modpack.zip create mode 100644 public/files/rickroll.mp4 create mode 100644 public/files/server-icon.png create mode 100644 public/guzzle.sass create mode 100644 public/imgs/chris/bkender_bauob.jpg create mode 100644 public/imgs/chris/blurry_chris.jpg create mode 100644 public/imgs/chris/chis_very_fried.jpg create mode 100644 public/imgs/chris/chris_medium_fried.jpg create mode 100644 public/imgs/chris/chris_moshed.jpg create mode 100644 public/imgs/chris/fried_publisher.jpg create mode 100644 public/imgs/chris/help_me.png create mode 100644 public/imgs/chris/nice_chris.png create mode 100644 public/imgs/chris/nice_publisher.png create mode 100644 public/imgs/construction.png create mode 100644 public/imgs/gifs/acab.gif create mode 100644 public/imgs/gifs/anybrowser.gif create mode 100644 public/imgs/gifs/arnold.gif create mode 100644 public/imgs/gifs/bob.gif create mode 100644 public/imgs/gifs/capitalism.gif create mode 100644 public/imgs/gifs/chris.gif create mode 100644 public/imgs/gifs/counterstrike.gif create mode 100644 public/imgs/gifs/explorer.gif create mode 100644 public/imgs/gifs/free.gif create mode 100644 public/imgs/gifs/gimp.gif create mode 100644 public/imgs/gifs/gnu-linux.gif create mode 100644 public/imgs/gifs/imagine.gif create mode 100644 public/imgs/gifs/jsfree.gif create mode 100644 public/imgs/gifs/kmelon.gif create mode 100644 public/imgs/gifs/legalize.gif create mode 100644 public/imgs/gifs/moz.gif create mode 100644 public/imgs/gifs/obras.gif create mode 100644 public/imgs/gifs/poweredbyfedora.gif create mode 100644 public/imgs/gifs/poweredbynix.svg create mode 100644 public/imgs/gifs/pride.gif create mode 100644 public/imgs/gifs/steam.gif create mode 100644 public/imgs/gifs/tired.gif create mode 100644 public/imgs/gifs/vi.gif create mode 100644 public/imgs/gifs/web3.gif create mode 100644 public/imgs/gifs/weezer.gif create mode 100644 public/js/chrisApp.js (limited to 'public') diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..4880f14 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/files/chris.webp b/public/files/chris.webp new file mode 100644 index 0000000..d313814 Binary files /dev/null and b/public/files/chris.webp differ diff --git a/public/files/getchoo-modpack.zip b/public/files/getchoo-modpack.zip new file mode 100644 index 0000000..e5a3839 Binary files /dev/null and b/public/files/getchoo-modpack.zip differ diff --git a/public/files/rickroll.mp4 b/public/files/rickroll.mp4 new file mode 100644 index 0000000..b988dc4 Binary files /dev/null and b/public/files/rickroll.mp4 differ diff --git a/public/files/server-icon.png b/public/files/server-icon.png new file mode 100644 index 0000000..81bd6b7 Binary files /dev/null and b/public/files/server-icon.png differ diff --git a/public/guzzle.sass b/public/guzzle.sass new file mode 100644 index 0000000..9e76690 --- /dev/null +++ b/public/guzzle.sass @@ -0,0 +1,96 @@ +@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;700&display=swap') +@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap') + +@tailwind base +@tailwind components +@tailwind utilities +@tailwind variants + +html + font-family: "Noto Sans", sans-serif + +h1 + @apply text-2xl + +h2 + @apply text-xl + +h3 + @apply text-lg + +p,li + @apply text-base + +a + @apply underline + +button + @apply rounded-xl bg-yellow p-2 text-center + +blockquote + @apply bg-surface2 p-2 rounded-xl + p + @apply bg-surface2 text-text + + code + @apply bg-surface2 text-text p-0 + +code + @apply bg-base text-text p-[0.1em] + +body + @apply bg-base p-10 + +footer + @apply text-xs flex items-center justify-center + +.container + @apply bg-lavender + @apply flex flex-auto flex-col + @apply items-center justify-center + @apply w-fit mx-auto + @apply rounded-lg + +.content + @apply inline-block text-center p-5 + img + // this is dumb + @apply mx-auto + +nav + div + @apply flex flex-col items-center justify-center mx-auto rounded p-3 text-text + ul + @apply inline mx-auto rounded p-3 + +#blogpost + h1 + @apply bg-base text-4xl mx-auto p-5 mb-5 mt-5 text-text text-center w-fit + h2 + @apply bg-base text-xl mx-auto p-3 mb-5 mt-5 text-text text-center w-fit + h3 + @apply bg-base text-lg mx-auto p-1 mb-5 mt-5 text-text text-center w-fit + + @apply lg:max-w-6xl text-left items-center + +#blogText + @apply bg-blue rounded-xl p-5 + +#commitText + @apply text-subtext1 p-2 + +#indexHeader + @apply bg-base w-fit h-fit mx-auto rounded p-5 text-text + +#gifs + @apply bg-base + @apply hidden min-[1280px]:flex flex-col gap-2 + @apply text-center items-center justify-center + @apply m-20 mt-0 mb-5 p-10 + @apply rounded-lg drop-shadow-2xl + +#gif + @apply flex gap-2 + +#vidya + @apply flex justify-center p-5 diff --git a/public/imgs/chris/bkender_bauob.jpg b/public/imgs/chris/bkender_bauob.jpg new file mode 100644 index 0000000..aa32641 Binary files /dev/null and b/public/imgs/chris/bkender_bauob.jpg differ diff --git a/public/imgs/chris/blurry_chris.jpg b/public/imgs/chris/blurry_chris.jpg new file mode 100644 index 0000000..331ab3e Binary files /dev/null and b/public/imgs/chris/blurry_chris.jpg differ diff --git a/public/imgs/chris/chis_very_fried.jpg b/public/imgs/chris/chis_very_fried.jpg new file mode 100644 index 0000000..e5ee71b Binary files /dev/null and b/public/imgs/chris/chis_very_fried.jpg differ diff --git a/public/imgs/chris/chris_medium_fried.jpg b/public/imgs/chris/chris_medium_fried.jpg new file mode 100644 index 0000000..b11f978 Binary files /dev/null and b/public/imgs/chris/chris_medium_fried.jpg differ diff --git a/public/imgs/chris/chris_moshed.jpg b/public/imgs/chris/chris_moshed.jpg new file mode 100644 index 0000000..6d1c3de Binary files /dev/null and b/public/imgs/chris/chris_moshed.jpg differ diff --git a/public/imgs/chris/fried_publisher.jpg b/public/imgs/chris/fried_publisher.jpg new file mode 100644 index 0000000..0ac6e38 Binary files /dev/null and b/public/imgs/chris/fried_publisher.jpg differ diff --git a/public/imgs/chris/help_me.png b/public/imgs/chris/help_me.png new file mode 100644 index 0000000..3ac2f67 Binary files /dev/null and b/public/imgs/chris/help_me.png differ diff --git a/public/imgs/chris/nice_chris.png b/public/imgs/chris/nice_chris.png new file mode 100644 index 0000000..af64d6a Binary files /dev/null and b/public/imgs/chris/nice_chris.png differ diff --git a/public/imgs/chris/nice_publisher.png b/public/imgs/chris/nice_publisher.png new file mode 100644 index 0000000..759ef51 Binary files /dev/null and b/public/imgs/chris/nice_publisher.png differ diff --git a/public/imgs/construction.png b/public/imgs/construction.png new file mode 100644 index 0000000..1c038b0 Binary files /dev/null and b/public/imgs/construction.png differ diff --git a/public/imgs/gifs/acab.gif b/public/imgs/gifs/acab.gif new file mode 100644 index 0000000..6f8ccef Binary files /dev/null and b/public/imgs/gifs/acab.gif differ diff --git a/public/imgs/gifs/anybrowser.gif b/public/imgs/gifs/anybrowser.gif new file mode 100644 index 0000000..d7c0e0e Binary files /dev/null and b/public/imgs/gifs/anybrowser.gif differ diff --git a/public/imgs/gifs/arnold.gif b/public/imgs/gifs/arnold.gif new file mode 100644 index 0000000..0035988 Binary files /dev/null and b/public/imgs/gifs/arnold.gif differ diff --git a/public/imgs/gifs/bob.gif b/public/imgs/gifs/bob.gif new file mode 100644 index 0000000..90b6dd5 Binary files /dev/null and b/public/imgs/gifs/bob.gif differ diff --git a/public/imgs/gifs/capitalism.gif b/public/imgs/gifs/capitalism.gif new file mode 100644 index 0000000..c4abb60 Binary files /dev/null and b/public/imgs/gifs/capitalism.gif differ diff --git a/public/imgs/gifs/chris.gif b/public/imgs/gifs/chris.gif new file mode 100644 index 0000000..a2ddbd5 Binary files /dev/null and b/public/imgs/gifs/chris.gif differ diff --git a/public/imgs/gifs/counterstrike.gif b/public/imgs/gifs/counterstrike.gif new file mode 100644 index 0000000..612e116 Binary files /dev/null and b/public/imgs/gifs/counterstrike.gif differ diff --git a/public/imgs/gifs/explorer.gif b/public/imgs/gifs/explorer.gif new file mode 100644 index 0000000..676ef7d Binary files /dev/null and b/public/imgs/gifs/explorer.gif differ diff --git a/public/imgs/gifs/free.gif b/public/imgs/gifs/free.gif new file mode 100644 index 0000000..6ed18d1 Binary files /dev/null and b/public/imgs/gifs/free.gif differ diff --git a/public/imgs/gifs/gimp.gif b/public/imgs/gifs/gimp.gif new file mode 100644 index 0000000..382315e Binary files /dev/null and b/public/imgs/gifs/gimp.gif differ diff --git a/public/imgs/gifs/gnu-linux.gif b/public/imgs/gifs/gnu-linux.gif new file mode 100644 index 0000000..89e3562 Binary files /dev/null and b/public/imgs/gifs/gnu-linux.gif differ diff --git a/public/imgs/gifs/imagine.gif b/public/imgs/gifs/imagine.gif new file mode 100644 index 0000000..fc9f559 Binary files /dev/null and b/public/imgs/gifs/imagine.gif differ diff --git a/public/imgs/gifs/jsfree.gif b/public/imgs/gifs/jsfree.gif new file mode 100644 index 0000000..b83040c Binary files /dev/null and b/public/imgs/gifs/jsfree.gif differ diff --git a/public/imgs/gifs/kmelon.gif b/public/imgs/gifs/kmelon.gif new file mode 100644 index 0000000..bc95862 Binary files /dev/null and b/public/imgs/gifs/kmelon.gif differ diff --git a/public/imgs/gifs/legalize.gif b/public/imgs/gifs/legalize.gif new file mode 100644 index 0000000..071d4d4 Binary files /dev/null and b/public/imgs/gifs/legalize.gif differ diff --git a/public/imgs/gifs/moz.gif b/public/imgs/gifs/moz.gif new file mode 100644 index 0000000..ad0653a Binary files /dev/null and b/public/imgs/gifs/moz.gif differ diff --git a/public/imgs/gifs/obras.gif b/public/imgs/gifs/obras.gif new file mode 100644 index 0000000..3c8443e Binary files /dev/null and b/public/imgs/gifs/obras.gif differ diff --git a/public/imgs/gifs/poweredbyfedora.gif b/public/imgs/gifs/poweredbyfedora.gif new file mode 100644 index 0000000..a632810 Binary files /dev/null and b/public/imgs/gifs/poweredbyfedora.gif differ diff --git a/public/imgs/gifs/poweredbynix.svg b/public/imgs/gifs/poweredbynix.svg new file mode 100644 index 0000000..0bc8c80 --- /dev/null +++ b/public/imgs/gifs/poweredbynix.svg @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/imgs/gifs/pride.gif b/public/imgs/gifs/pride.gif new file mode 100644 index 0000000..9a48896 Binary files /dev/null and b/public/imgs/gifs/pride.gif differ diff --git a/public/imgs/gifs/steam.gif b/public/imgs/gifs/steam.gif new file mode 100644 index 0000000..1f4fe29 Binary files /dev/null and b/public/imgs/gifs/steam.gif differ diff --git a/public/imgs/gifs/tired.gif b/public/imgs/gifs/tired.gif new file mode 100644 index 0000000..bf53872 Binary files /dev/null and b/public/imgs/gifs/tired.gif differ diff --git a/public/imgs/gifs/vi.gif b/public/imgs/gifs/vi.gif new file mode 100644 index 0000000..9aa8301 Binary files /dev/null and b/public/imgs/gifs/vi.gif differ diff --git a/public/imgs/gifs/web3.gif b/public/imgs/gifs/web3.gif new file mode 100644 index 0000000..4f5a2f1 Binary files /dev/null and b/public/imgs/gifs/web3.gif differ diff --git a/public/imgs/gifs/weezer.gif b/public/imgs/gifs/weezer.gif new file mode 100644 index 0000000..d7fa9d1 Binary files /dev/null and b/public/imgs/gifs/weezer.gif differ diff --git a/public/js/chrisApp.js b/public/js/chrisApp.js new file mode 100644 index 0000000..d4d7059 --- /dev/null +++ b/public/js/chrisApp.js @@ -0,0 +1,24 @@ +/* eslint no-undef: "off" */ +const chrisURL = "/imgs/chris/"; + +function randomChris() { + const files = [ + "chis_very_fried.jpg", + "chris_medium_fried.jpg", + "chris_moshed.jpg", + "fried_publisher.jpg", + "help_me.png", + "nice_chris.png", + "nice_publisher.png", + "bkender_bauob.jpg", + "blurry_chris.jpg", + ]; + + // this chooses a random file from the array + const url = chrisURL + files[Math.floor(Math.random() * files.length)]; + + window.location.href = url; +} + +const chris = document.getElementById("chris_gif"); +chris.addEventListener("click", randomChris); -- cgit v1.2.3