public/celeste_exhale.mp3
public/celeste_exhale.mp3
This is a binary file and will not be displayed.
+1
public/pause.svg
+1
public/pause.svg
···
···+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#bac2de" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause"><rect x="6" y="4" width="4" height="16"></rect><rect x="14" y="4" width="4" height="16"></rect></svg>
+1
public/play.svg
+1
public/play.svg
···
···+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="#bac2de" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play"><polygon points="5 3 19 12 5 21 5 3"></polygon></svg>
+1
src/assets/butterfly.svg
+1
src/assets/butterfly.svg
···
···+<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-butterfly-icon lucide-butterfly"><path d="M15.8 2C12 3.8 12 9 12 9s0-5.2-3.8-7"/><path d="M12 9v11"/><path d="M20 5c-3.5 0-6.5 3.9-8 6.3C10.5 8.9 7.5 5 4 5a2 2 0 0 0-2 2c0 2.3.6 4.4 1.5 5.6C4 13.5 4.9 14 6 14h2c-.9.4-2.1.9-2.6 1.5-1.6 1.6-.9 3.4.7 4.9 1.6 1.6 3.4 2.3 4.9.7.3-.3 1-1.1 1-1.1s.6.8 1 1.1c1.6 1.6 3.4.9 4.9-.7 1.6-1.6 2.3-3.4.7-4.9-.5-.5-1.7-1.1-2.6-1.5h2c1.1 0 2-.5 2.5-1.4.9-1.2 1.5-3.3 1.5-5.6a2 2 0 0 0-2-2"/></svg>
+34
src/components/Badgebar.astro
+34
src/components/Badgebar.astro
···
···+class="hover:rotate-15 hover:scale-110 ease-in hover:ease-out transition-transform active:scale-80"+<LucideIcon name=`${badge.icon}` width=`${size}` height=`${size}` style={`stroke:${badge.color}`}+class="hover:rotate-15 hover:scale-110 ease-in hover:ease-out transition-transform active:scale-80"
-9
src/components/Contributions.astro
-9
src/components/Contributions.astro
+6
-6
src/components/GithubCalendar.jsx
+6
-6
src/components/GithubCalendar.jsx
······
+12
src/components/Label.astro
+12
src/components/Label.astro
+12
src/components/LucideIcon.astro
+12
src/components/LucideIcon.astro
-30
src/components/Navbar.astro
-30
src/components/Navbar.astro
···-<div class="absolute bg-ctp-base w-full pl-8 pr-8 pt-4 pb-4 flex justify-between rounded-bl-2xl rounded-br-2xl">-<a href="/doodlecat.png"><img src="doodlecat.png" width="48px" height="48px" class="rounded-full" /></a>
···
-21
src/components/NavbarLink.astro
-21
src/components/NavbarLink.astro
···
···
+79
src/components/PortfolioItem.astro
+79
src/components/PortfolioItem.astro
···
···
-73
src/components/Profile.astro
-73
src/components/Profile.astro
···-<a href="mailto:banana@potassium.sh" class="hover:underline ease-in hover:ease-out transition-all">banana@potassium.sh</a>
···
+8
-7
src/components/Tag.astro
+8
-7
src/components/Tag.astro
···+<span class="p-1 pl-2 pr-2 text-xs rounded-full font-bold bg-ctp-base border border-ctp-surface0"
+34
src/components/projects/BiomeBattle.astro
+34
src/components/projects/BiomeBattle.astro
···
···+subtitle="A modern Minecraft creator event. As a developer, I helped with minor improvements to the cosmetics system."
+24
src/components/projects/Dotfiles.astro
+24
src/components/projects/Dotfiles.astro
···
···
+28
src/components/projects/IsleStats.astro
+28
src/components/projects/IsleStats.astro
···
···+subtitle="An MCC Island Discord statistics bot that renders beautiful stat cards to show off your stats."
+24
src/components/projects/MyWebsite2026.astro
+24
src/components/projects/MyWebsite2026.astro
···
···+subtitle="My portfolio website for the year 2026 built with Astro. This is the current website you're on."
+18
src/components/projects/PassgenAstro.astro
+18
src/components/projects/PassgenAstro.astro
···
···
+29
src/components/projects/PotassiumSh.astro
+29
src/components/projects/PotassiumSh.astro
···
···+subtitle="An indie software development studio for the creative and insane, founded by me, with some friends!"
+18
src/components/projects/SMPSales.astro
+18
src/components/projects/SMPSales.astro
···
···+subtitle="A Minecraft SMP freelancing hub, from developers to artists, all you'll need to start an SMP of your own."
+11
src/components/projects/StatusPage.astro
+11
src/components/projects/StatusPage.astro
···
···+subtitle="A custom status page design that could automatically fetch data from a custom api to display live information."
+9
src/components/section/Contributions.astro
+9
src/components/section/Contributions.astro
···
···
+62
src/components/section/MusicPlayer.astro
+62
src/components/section/MusicPlayer.astro
···
···
+15
src/components/section/Pinned.astro
+15
src/components/section/Pinned.astro
···
···
+102
src/components/section/Profile.astro
+102
src/components/section/Profile.astro
···
···+<div class=`${home} flex-col md:col-span-2 border border-ctp-surface0 gap-[-1px] w-full h-min`>+<a href="mailto:banana@potassium.sh" class="hover:underline ease-in hover:ease-out transition-all">
+19
src/components/section/Projects.astro
+19
src/components/section/Projects.astro
···
···
+35
src/components/section/Quote.astro
+35
src/components/section/Quote.astro
···
···+{ quote: "America is a nation that can be defined in a single word: asufutimaehaehfutbw", quotee: "Joseph Robinette Biden Jr."},+{ quote: "What if they- what if anything- what if a bomb drops on your head right now?", quotee: "Donald John Trump"},+{ quote: "This is a tough hurricane. One of the wettest we've ever seen from the standpoint of water.", quotee: "Donald John Trump"},+{ quote: "Heh heh heh, oh it's focused. I say it's err- I think it's- I- I- I haven't-- look.", quotee: "Joseph Robinette Biden Jr."},+{ quote: "I'm excited about electric school busses, I love electric school busses, I just love them..", quotee: "Kamala Devi Harris"},+{ quote: "One thing that really encourages me is AI. I love AI. I love ChatGPT. I love it. ChatGPT is frankly fantastic.", quotee: "Alexander Boris de Pfeffel Johnson" },+{ quote: "I call again for an immediate ceasefire in Gaza, the return of the sausages- the hostages..", quotee: "Keir Rodney Starmer" },
+5
-3
src/layouts/Layout.astro
+5
-3
src/layouts/Layout.astro
······
······
+14
src/layouts/Page.astro
+14
src/layouts/Page.astro
···
···
-2
src/pages/404.astro
-2
src/pages/404.astro
······
······
+9
-11
src/pages/index.astro
+9
-11
src/pages/index.astro
···
···
+7
src/pages/projects.astro
+7
src/pages/projects.astro
+4
src/styles/global.css
+4
src/styles/global.css