diff --git a/index.html b/index.html
index 800a77b..f30d85a 100644
--- a/index.html
+++ b/index.html
@@ -62,6 +62,16 @@
baxter-wall.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");