From 87b6cba29f965c8d2785595069f105aa86594340 Mon Sep 17 00:00:00 2001 From: zepp Date: Tue, 29 Oct 2024 07:50:16 -0400 Subject: [PATCH] Add two more photos plus descriptions --- index.html | 10 ++++++++++ js/script.js | 2 ++ 2 files changed, 12 insertions(+) diff --git a/index.html b/index.html index 800a77b..f30d85a 100644 --- a/index.html +++ b/index.html @@ -62,6 +62,16 @@ A thumbnail of an image of baxter laying against a wall. Sunlight reflects off of his stomach.
baxter-wall.png
+ +
+ A thumbnail of an image of baxter looking out from behind a computer monitor. +
baxter-hiding.png
+
+ +
+ A thumbnail of an image of baxter laying on a wooden chair with a thinking or curious look towards the camera. +
baxter-thinking.png
+
diff --git a/js/script.js b/js/script.js index a2b0148..d6a2aaa 100644 --- a/js/script.js +++ b/js/script.js @@ -7,6 +7,8 @@ const descriptions = { "baxter-looking.png": "Baxter is quite good at noticing the camera. Sometimes that means I miss good pictures, but sometimes you get great ones!", "baxter-sitting.png": "This is just overall a good photo. Seems like Baxter might be making a run for office with this one!", "baxter-wall.png": "In the apartment he often liked to stretch against this wall. I think he liked the sunlight on his stomach. Typical cat!", + "baxter-hiding.png": "Baxter often likes to pretend people can't see him, and will try to get a look at what they are doing from very obvious places.", + "baxter-thinking.png": "When I look at this photo I often wonder what is on Baxter's mind. It was a cool afternoon after a storm, he seems relaxed but with something on his mind.", }; let icons = document.querySelectorAll(".clickable-image");