diff --git a/public/sounds/squeak.mp3 b/public/sounds/squeak.mp3 new file mode 100644 index 0000000..0daf826 Binary files /dev/null and b/public/sounds/squeak.mp3 differ diff --git a/src/pages/about.astro b/src/pages/about.astro index 41a68e0..9a8ec78 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -12,7 +12,7 @@ import fursonaImage from "../images/fursona.png"; @@ -26,10 +26,18 @@ import fursonaImage from "../images/fursona.png"; max-width: 30%; } .fursona img { + scale: 1; + transition: scale 0.05s ease-in-out; animation: popin 2s cubic-bezier(0.22, 1, 0.33, 1), sway 2s ease-in-out infinite alternate 2s; } + .fursona img:hover { + cursor: pointer; + } + .fursona img:active { + scale: 0.9; + } @keyframes popin { from { @@ -55,3 +63,13 @@ import fursonaImage from "../images/fursona.png"; } } + diff --git a/src/pages/index.astro b/src/pages/index.astro index 51d5367..85f3a87 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -7,7 +7,7 @@ import Badges from "../components/Badges.astro"; -

hi! i'm reid (any pronouns), welcome to my site

+

hi! i'm reid (any pronouns (regex)), welcome to my site

this site was made as a dumping grounds for whatever i decide to put on here eventually, more coming soon, i promise!! the whole thing as a whole is still a work in progress

feel free to look around, and if you have any questions, feel free to ask me on my socials or contact me directly