summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMatthew Kosarek <mattkae@protonmail.com>2021-10-05 07:23:29 -0400
committerMatthew Kosarek <mattkae@protonmail.com>2021-10-05 07:23:29 -0400
commitb1388b40b138e4440cda121b8044b26ae35759ef (patch)
tree121b9ab7d80256f69a7389e8199edae181081282 /index.html
parent2fff4c30c18a1b89c3240222cd915e7607563896 (diff)
Minified images and added better scroll code to the canvas
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index cb90b2d..a85ca65 100644
--- a/index.html
+++ b/index.html
@@ -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>