Add two more photos plus descriptions
This commit is contained in:
parent
b57df70d56
commit
87b6cba29f
10
index.html
10
index.html
|
@ -62,6 +62,16 @@
|
|||
<img class="img-icon" src="img/thumbnails/baxter-wall-thumbnail.jpg" alt="A thumbnail of an image of baxter laying against a wall. Sunlight reflects off of his stomach.">
|
||||
<figcaption>baxter-wall.png</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="clickable-image">
|
||||
<img class="img-icon" src="img/thumbnails/baxter-hiding-thumbnail.jpg" alt="A thumbnail of an image of baxter looking out from behind a computer monitor.">
|
||||
<figcaption>baxter-hiding.png</figcaption>
|
||||
</figure>
|
||||
|
||||
<figure class="clickable-image">
|
||||
<img class="img-icon" src="img/thumbnails/baxter-thinking-thumbnail.jpg" alt="A thumbnail of an image of baxter laying on a wooden chair with a thinking or curious look towards the camera.">
|
||||
<figcaption>baxter-thinking.png</figcaption>
|
||||
</figure>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue