better image compression

This commit is contained in:
minish 2024-03-29 23:00:04 -04:00
parent a70083be49
commit 9bb46a6501
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
7 changed files with 4 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

BIN
assets/icon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 934 KiB

BIN
assets/interests/cdth.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<link rel="icon" href="/assets/icon.png">
<link rel="icon" href="/assets/icon.webp">
<link rel="stylesheet" href="style.css">
<link rel="canonical" href="https://min.rip">
@ -16,7 +16,7 @@
<div id="bordeur"></div>
<main>
<div id="floats">
<img src="/assets/icon.png" alt="my avatar" id="icon">
<img src="/assets/icon.webp" alt="my avatar" id="icon">
<div id="yapping">
<h1>hi, world!</h1>
<h2>i am minish</h2>
@ -43,8 +43,8 @@
<span class="interests">
<li>omori <img src="/assets/interests/omori.png"></li>
<li>deltarune <img src="/assets/interests/deltarune.png"></li>
<li>inabakumori <img src="/assets/interests/inabakumori.png"></li>
<li>cafe de touhou <img src="/assets/interests/cdth.png"></li>
<li>inabakumori <img src="/assets/interests/inabakumori.webp"></li>
<li>cafe de touhou <img src="/assets/interests/cdth.webp"></li>
</span>
</ul>
</div>