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