Compare commits
2 commits
4103000463
...
b271e49011
Author | SHA1 | Date | |
---|---|---|---|
b271e49011 | |||
fdd0065b4d |
7 changed files with 6 additions and 3 deletions
BIN
astro/public/assets/images/badges/mine/nelleobserver.gif
Normal file
BIN
astro/public/assets/images/badges/mine/nelleobserver.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
|
@ -1,8 +1,8 @@
|
|||
const clickSound = new Audio(
|
||||
"/assets/sounds/ui/zapsplat_multimedia_button_click_004_68776.mp3"
|
||||
"/assets/sounds/ui/zapsplat_button_click_2.mp3"
|
||||
);
|
||||
const hoverSound = new Audio(
|
||||
"/assets/sounds/ui/zapsplat_multimedia_button_click_bright_002_92099.mp3"
|
||||
"/assets/sounds/ui/zapsplat_button_click_bright_2.mp3"
|
||||
);
|
||||
|
||||
// Sound effects
|
||||
|
@ -26,9 +26,11 @@ links.forEach((a) => {
|
|||
a.addEventListener("click", () => {
|
||||
clickSound.play();
|
||||
});
|
||||
/*
|
||||
a.addEventListener("mouseover", () => {
|
||||
hoverSound.play();
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
||||
// biome-ignore lint/complexity/noForEach: <explanation>
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
buttons i created
|
||||
<br>
|
||||
<a href="https://limepot.xyz/"><img src="/assets/images/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars" loading="lazy"/></a>
|
||||
<a href="https://nelle.observer/"><img src="/assets/images/badges/mine/nelleobserver.gif" alt="animation of a bunch of twinkling stars (but amber)" loading="lazy"/></a>
|
||||
<a href="https://limepot.xyz/"><img src="/assets/images/badges/mine/limepotxyz.gif" alt="animation of a bunch of twinkling stars (but purple)" loading="lazy"/></a>
|
||||
<a href="https://ouroboros.gay/"><img src="/assets/images/badges/mine/ouroboros.gay.png" loading="lazy"></a>
|
||||
<img style="cursor:pointer;" onclick="toggleTheme()" src="/assets/images/badges/mine/standard-galactic-alphabet.png" alt="animation of a bunch of twinkling stars" loading="lazy"/>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in a new issue