diff --git a/frontend/public/assets/images/badges/friends/sophari.gif b/frontend/public/assets/images/badges/friends/sophari.gif new file mode 100644 index 0000000..2bf553c --- /dev/null +++ b/frontend/public/assets/images/badges/friends/sophari.gif @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7001bb8662bbc72f0538e33d8063beffddc9b72fef23d96e089574c0ff3a8c6e +size 50102 diff --git a/frontend/public/assets/images/badges/mine/missing-texture.png b/frontend/public/assets/images/badges/mine/missing-texture.png new file mode 100644 index 0000000..32f61e1 --- /dev/null +++ b/frontend/public/assets/images/badges/mine/missing-texture.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45199c9c89bd2e979d1212444659d7d8de83c62724fa5977ef1885bf1cb4ed4 +size 153 diff --git a/frontend/public/scripts/main.js b/frontend/public/scripts/main.js index dd4755e..cedd0c9 100644 --- a/frontend/public/scripts/main.js +++ b/frontend/public/scripts/main.js @@ -5,7 +5,7 @@ const badgeOrange = document.getElementById("badgeOrange"); const colorBool = Math.random() < 0.5; const is_root = location.pathname === "/"; -const badgeAmount = 17 +const badgeAmount = 18 // loads all the functions to be loaded on load, pretty simple, it loads shit on load. function onLoad() { @@ -128,29 +128,31 @@ const nbsp = 'dark background, with a curved grid/web, with the text \'vist the jukebox at loveshock.xyz\'' const pancakes = 'purple background, with a drawing of a cat, to the left of the cat is the underlined word \'pancakes\'' const sophari = 'black background, with white borders and text, colorful snow-like substance falling down, text says \'Sophari.org\' ' -const constellatory = '' const micro = 'prototype from oneshot giviing a :3c expression with a darker background and Micro in purple 500 from tailwindcss on the right with dithering between the two sections' const lykrast = 'hand holding a black hole, with the text \'Lykrast\'' -const starshines = 'image of a neofox in a box, next to it is some text reading off the screen \'fox fox fox fox fox\'' +const starshines = 'image of a neofox in a box, next to it is some text reading off the screen \'fox fox fox fox fox\'' + +const missing = 'magenta and black checker pattern' const badges = [ - elke, - tomo, - lily, - eris, - zvava, - mira, - tempest, - disarray, - astrid, - constellatory, - nbsp, - micro, - loveshock, - pancakes, - sophari, - lykrast, - starshines + elke, + tomo, + lily, + eris, + zvava, + mira, + tempest, + disarray, + astrid, + nbsp, + micro, + loveshock, + pancakes, + sophari, + lykrast, + starshines, + missing, + missing ]; diff --git a/frontend/public/styles/css/classes.css b/frontend/public/styles/css/classes.css index 3fbb28e..dad01de 100644 --- a/frontend/public/styles/css/classes.css +++ b/frontend/public/styles/css/classes.css @@ -119,6 +119,8 @@ hr { .badge { image-rendering: pixelated; + width: 88px; + height: 31px; } .ntfyOpts { diff --git a/frontend/src/components/footer/friendly-buttons.astro b/frontend/src/components/footer/friendly-buttons.astro index 0c01fb8..796424f 100644 --- a/frontend/src/components/footer/friendly-buttons.astro +++ b/frontend/src/components/footer/friendly-buttons.astro @@ -8,14 +8,15 @@ badge for tempest.dev' jade disarray site astrid dot tech - constellatory - ralsei clapping next to the text 'nbsp' - prototype from oneshot giviing a :3c expression with a darker background and Micro in purple 500 from tailwindcss on the right with dithering between the two sections - dark background, with a curved grid/web, with the text 'vist the jukebox at loveshock.xyz' - purple background, with a drawing of a cat, to the left of the cat is the underlined word 'pancakes' - black background, with white borders and text, colorful snow-like substance falling down, text says 'Sophari.org' - hand holding a black hole, with the text 'Lykrast' - image of a neofox in a box, next to it is some text reading off the screen 'fox fox fox fox fox' + ralsei clapping next to the text 'nbsp' + prototype from oneshot giviing a :3c expression with a darker background and Micro in purple 500 from tailwindcss on the right with dithering between the two sections + dark background, with a curved grid/web, with the text 'vist the jukebox at loveshock.xyz' + purple background, with a drawing of a cat, to the left of the cat is the underlined word 'pancakes' + black background, with white borders and text, colorful snow-like substance falling down, text says 'Sophari.org' + hand holding a black hole, with the text 'Lykrast' + image of a neofox in a box, next to it is some text reading off the screen 'fox fox fox fox fox' + magenta and black checker pattern + magenta and black checker pattern @@ -34,4 +35,5 @@ + \ No newline at end of file