chore: compress avatar to jpg

This commit is contained in:
Kentai Radiquum 2025-01-10 19:03:27 +05:00
parent 829eb685b2
commit d453c1f57e
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 4 additions and 4 deletions

View file

@ -38,7 +38,7 @@
<div class="container flex flex-wrap gap-1 mx-auto sm:items-center sm:justify-between">
<a href="./index.html#landing">
<div class="flex items-center gap-4 px-4 py-2 sm:py-4">
<img src="./static/avatar_512.png" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
<img src="./static/avatar_512.jpg" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
<h1 class="text-2xl font-semibold xl:text-3xl 2xl:text-4xl" data-i18n="NAME">KENTAI RADIQUUM</h1>
</div>
</a>

View file

@ -38,7 +38,7 @@
<div class="container flex flex-wrap gap-1 mx-auto sm:items-center sm:justify-between">
<a href="./index.html#landing">
<div class="flex items-center gap-4 px-4 py-2 sm:py-4">
<img src="./static/avatar_512.png" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
<img src="./static/avatar_512.jpg" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
<h1 class="text-2xl font-semibold xl:text-3xl 2xl:text-4xl" data-i18n="NAME">KENTAI RADIQUUM</h1>
</div>
</a>

View file

@ -41,7 +41,7 @@
<div class="container flex flex-wrap gap-1 mx-auto sm:items-center sm:justify-between">
<a href="#landing">
<div class="flex items-center gap-4 px-4 py-2 sm:py-4">
<img src="./static/avatar_512.png" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
<img src="./static/avatar_512.jpg" alt="" class=" rounded-lg w-[64px] lg:w-[64px] 2xl:w-[64px]" />
<h1 class="text-2xl font-semibold xl:text-3xl 2xl:text-4xl" data-i18n="NAME">KENTAI RADIQUUM</h1>
</div>
</a>
@ -64,7 +64,7 @@
<div class="flex flex-row flex-wrap items-center justify-center gap-8 md:min-h-[50vh] order-1">
<div>
<img src="./static/avatar_512.png" alt=""
<img src="./static/avatar_512.jpg" alt=""
class="rounded-3xl w-[256px] xl:max-w-[372px] 2xl:w-[512px]" />
<a href="https://x.com/sleepy_muzzle"
class="block mt-1 text-base text-center underline sm:text-right text-bg-pink hover:underline sm:no-underline"

BIN
static/avatar_512.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 287 KiB