diff --git a/pages/index.js b/pages/index.js index 20f4544..c929957 100644 --- a/pages/index.js +++ b/pages/index.js @@ -130,7 +130,7 @@ export default function Home({ cards, darkMode, setDarkMode }) { //console.log(document.querySelector("body").dataset.darkMode) return ( -
+
limes.pink @@ -140,13 +140,14 @@ export default function Home({ cards, darkMode, setDarkMode }) {
- A doodle of my fursona, a doe with long pink hair, sitting at a laptop. She is wearing heart shaped shades, with a trans flag reflected on the lenses. + A doodle of my fursona, a doe with long pink hair, sitting at a laptop. She is wearing heart shaped shades, with a trans flag reflected on the lenses.

@@ -194,15 +195,16 @@ export default function Home({ cards, darkMode, setDarkMode }) {

A picture of a Blåhaj (a stuffed shark plush from IKEA) wearing headphones and sitting at a desk. The shark appears to be working on some code on their main monitor, and they have this website open on their secondary monitor + src={secondaryPic} + alt="A picture of a Blåhaj (a stuffed shark plush from IKEA) wearing headphones and sitting at a desk. The shark appears to be working on some code on their main monitor, and they have this website open on their secondary monitor" + placeholder="blur" + quality={74} + fill + sizes="40vw" + style={{ + objectFit: "cover", + }} + />
@@ -392,5 +394,5 @@ export default function Home({ cards, darkMode, setDarkMode }) {
- ); + ); } diff --git a/public/assets/images/fursona_stilldefinitelynotafurrythough.png b/public/assets/images/fursona_stilldefinitelynotafurrythough.png index 990f59f..3a2d467 100644 Binary files a/public/assets/images/fursona_stilldefinitelynotafurrythough.png and b/public/assets/images/fursona_stilldefinitelynotafurrythough.png differ diff --git a/public/assets/images/fursona_stilldefinitelynotafurrythough_big.png b/public/assets/images/fursona_stilldefinitelynotafurrythough_big.png new file mode 100644 index 0000000..990f59f Binary files /dev/null and b/public/assets/images/fursona_stilldefinitelynotafurrythough_big.png differ