commit 21ef6748a006993742ffb07d8dcd1edc2def583e parent a6aa207125735ae0c00efe6df92b66e15c6f8dd3 Author: Hunter Date: Fri, 11 Jul 2025 22:29:33 -0400 image cleanup Diffstat:
| R | images/ceedee.gif -> images/cd.gif | | | 0 | |
| D | images/floppy.gif | | | 0 | |
| D | images/pizza.gif | | | 0 | |
| M | images/scared_mouse.gif | | | 0 | |
| M | pages/my_homepage.html | | | 13 | +------------ |
5 files changed, 1 insertion(+), 12 deletions(-)
diff --git a/images/ceedee.gif b/images/cd.gif Binary files differ. diff --git a/images/floppy.gif b/images/floppy.gif Binary files differ. diff --git a/images/pizza.gif b/images/pizza.gif Binary files differ. diff --git a/images/scared_mouse.gif b/images/scared_mouse.gif Binary files differ. diff --git a/pages/my_homepage.html b/pages/my_homepage.html @@ -41,20 +41,9 @@ Here are a few of my favorite images... 🍀 </h1> <center> - <img src="images/ceedee.gif" style="width:150px"> + <img src="images/cd.gif" style="width:150px"> <br><br> - <img src="images/floppy.gif" style="width:100px"> - <img src="images/floppy.gif" style="width:100px; filter: hue-rotate(120deg);"> - <img src="images/floppy.gif" style="width:100px; filter: hue-rotate(270deg);"> - <br> <img src="images/pika_construction.gif" style="width:50%; image-rendering: pixelated;"> - <br><br> - <img src="images/pizza.gif" style="width:100px"> - <img src="images/pizza.gif" style="width:100px"> - <img src="images/pizza.gif" style="width:100px"> - <img src="images/pizza.gif" style="width:100px"> - <img src="images/pizza.gif" style="width:100px"> - <br> </center> </body> </html> \ No newline at end of file