mirror of
https://github.com/Radiquum/radiquum.github.io.git
synced 2025-05-08 13:59:34 +05:00
chore: compress avatar to jpg
This commit is contained in:
parent
829eb685b2
commit
d453c1f57e
5 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue