image optimization

convert other remaining images on site to webp
This commit is contained in:
emma 2025-02-08 21:43:13 -05:00
parent d947256e27
commit ff937c49e2
9 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@ -14,7 +14,7 @@
<section>
<div class="visitor-note">
<img class="read-this" src="./img/read.jpg"
<img class="read-this" src="./img/read.webp"
alt="a piece of note paper that must be clicked on to read"
height="300" width="300"
>

View File

@ -26,7 +26,7 @@ html {
body {
height: 100vh;
width: auto;
background-image: url("../img/background.png");
background-image: url("../img/background.webp");
display: flex;
flex-direction: column;
justify-content: space-between;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 KiB