+37
lexicons/dev/indexx/www/project.json
+37
lexicons/dev/indexx/www/project.json
···
+34
-50
public/style.css
+34
-50
public/style.css
···-@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");+@import url("https://fonts.googleapis.com/css2?family=Jua&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");···············
+1
-14
src/assets/crown.svg
+1
-14
src/assets/crown.svg
···-d="M2.5 6.09143L7.21997 10.8114L12.0005 6.03088L16.7811 10.8114L21.5 6.09245V14.9691C21.5 16.626 20.1569 17.9691 18.5 17.9691H5.5C3.84314 17.9691 2.5 16.626 2.5 14.9691V6.09143ZM19.5 10.9087V14.9691C19.5 15.5214 19.0523 15.9691 18.5 15.9691H5.5C4.94771 15.9691 4.5 15.5214 4.5 14.9691V10.9077L7.21997 13.6277L12.0005 8.84717L16.7811 13.6277L19.5 10.9087Z"+<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 24 24"><path fill="#ffd700" d="M5 16L3 5l5.5 5L12 4l3.5 6L21 5l-2 11zm14 3c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1v-1h14z"/></svg>
-27
src/components/Header.astro
-27
src/components/Header.astro
···-style="position: absolute; top: -5px; margin-left: -2px; transform: rotate(-10deg); color: gold;"-d="M2.5 6.09143L7.21997 10.8114L12.0005 6.03088L16.7811 10.8114L21.5 6.09245V14.9691C21.5 16.626 20.1569 17.9691 18.5 17.9691H5.5C3.84314 17.9691 2.5 16.626 2.5 14.9691V6.09143ZM19.5 10.9087V14.9691C19.5 15.5214 19.0523 15.9691 18.5 15.9691H5.5C4.94771 15.9691 4.5 15.5214 4.5 14.9691V10.9077L7.21997 13.6277L12.0005 8.84717L16.7811 13.6277L19.5 10.9087Z"-style="display: block; margin-top: -5px;margin-bottom:10px;color: rgb(0, 84, 106);font-size: 0.9rem;"
-27
src/components/ProjectCard.astro
-27
src/components/ProjectCard.astro
···
-19
src/components/ProjectsPane.astro
-19
src/components/ProjectsPane.astro
···
-43
src/components/SocialLink.astro
-43
src/components/SocialLink.astro
···
-35
src/components/SocialLinks.astro
-35
src/components/SocialLinks.astro
···-style="padding: 0px; width: 50%; margin: auto; justify-content: space-evenly; flex-basis: 33%;"
+27
src/components/astro/Header.astro
+27
src/components/astro/Header.astro
···+style="position: absolute; top: -5px; margin-left: -7px; transform: rotate(-10deg); z-index: 2000;"+style="display: block; margin-top: -5px;margin-bottom:10px;color: rgb(0, 84, 106);font-size: 0.9rem;"
+27
src/components/astro/ProjectCard.astro
+27
src/components/astro/ProjectCard.astro
···
+43
src/components/astro/SocialLink.astro
+43
src/components/astro/SocialLink.astro
···
+35
src/components/astro/SocialLinks.astro
+35
src/components/astro/SocialLinks.astro
···
-100
src/components/islands/NowPlaying.jsx
-100
src/components/islands/NowPlaying.jsx
···
-98
src/components/islands/Status.jsx
-98
src/components/islands/Status.jsx
···-`https://public.api.bsky.app/xrpc/app.bsky.feed.getAuthorFeed?actor=${actorDid}&limit=1&filter=posts_no_replies`,
+80
src/components/jsx/AudioVisualizer.jsx
+80
src/components/jsx/AudioVisualizer.jsx
···
+95
src/components/jsx/Lastfm.jsx
+95
src/components/jsx/Lastfm.jsx
···
+78
src/components/jsx/ProjectsPane.jsx
+78
src/components/jsx/ProjectsPane.jsx
···+"https://pds.indexx.dev/xrpc/com.atproto.repo.listRecords?repo=did%3Aplc%3Asfjxpxxyvewb2zlxwoz2vduw&collection=dev.indexx.www.project&limit=100&reverse=false",
+109
src/components/jsx/Status.jsx
+109
src/components/jsx/Status.jsx
···+`https://public.api.bsky.app/xrpc/app.bsky.feed.getAuthorFeed?actor=${actorDid}&limit=1&filter=posts_no_replies`,
+154
src/components/jsx/Tealfm.jsx
+154
src/components/jsx/Tealfm.jsx
···+`https://pds.indexx.dev/xrpc/com.atproto.repo.getRecord?repo=${repo}&collection=${statusCollection}&rkey=self`;+`https://pds.indexx.dev/xrpc/com.atproto.repo.listRecords?repo=${repo}&collection=${lastPlayedCollection}&limit=1&reverse=false`;
-56
src/data/projects.ts
-56
src/data/projects.ts
···-This array will go unused for now, it used to be shown but I removed the sidebar since it was ugly-"A Bluesky bot to make sense of the noise, with responses powered by Gemini, similar to Grok.",-"Looking to relive Toonkins, a defunct virtual world made by Shenanigames, well you're in luck! In this Github organization, you can find: a Typescript, unofficial server remake of the game server, and a decompiled Unity project reassembly of the game (Unity project source coming soon).",-"A rewrite of Poly+, my quality-of-life browser extension for Polytoria. Built entirely fresh using the WXT extension framework, Typescript, and with added better overall code quality.",
+1
-1
src/layouts/Layout.astro
+1
-1
src/layouts/Layout.astro
···
+13
-12
src/pages/index.astro
+13
-12
src/pages/index.astro
······