Replace outdated JPEG image with optimized AVIF format in about.html

This commit is contained in:
2025-09-08 16:14:58 +02:00
parent 666244e2de
commit ec102102c7
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@@ -5,7 +5,7 @@
class="flex flex-col items-center justify-center gap-2 p-4 bg-white rounded-lg glass-effect glossy-effect bottom gloss-highlight shadow-lg" class="flex flex-col items-center justify-center gap-2 p-4 bg-white rounded-lg glass-effect glossy-effect bottom gloss-highlight shadow-lg"
> >
<img <img
src="/static/images/ja.jpg" src="/static/images/ja.avif"
alt="me" alt="me"
width="300" width="300"
height="300" height="300"