diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -28,19 +28,19 @@ <div id='carousel'> <div id='image_container'> <figure class='carousel_image'> - <img src='images/portrait.jpg' /> + <img src='images/portrait-min.jpg' /> <figcaption> Me in front of my desktop, circa August 2021. </figcaption> </figure> <figure class='carousel_image'> - <img src='images/dog_and_me.jpg' /> + <img src='images/dog_and_me-min.jpg' /> <figcaption> Hanging with my dog named Rizzy, circa May 2020. </figcaption> </figure> <figure class='carousel_image'> - <img src='images/friends.jpg' /> + <img src='images/friends-min.jpg' /> <figcaption> Hanging with my friends, circa July 2019. </figcaption> |