edited image format, improve performance

This commit is contained in:
liyunze 2023-10-08 00:03:29 +08:00
parent 60d477db94
commit ec170f90e5
3 changed files with 3 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 117 KiB

After

Width:  |  Height:  |  Size: 117 KiB

View file

@ -98,9 +98,10 @@
<div class="flex flex-row h-20"> <div class="flex flex-row h-20">
<div class="w-20 mr-1 flex justify-center items-center"> <div class="w-20 mr-1 flex justify-center items-center">
<img <img
src="/images/pfp_transparent_square.png" src="/images/pfp_transparent_square.webp"
alt="Ryan" alt="Ryan"
width="100" width="100"
height="100"
class="rounded-full max-w-full bg-[#505050]" class="rounded-full max-w-full bg-[#505050]"
/> />
</div> </div>

View file

@ -26,7 +26,7 @@ import Card from "../components/Card.astro";
<WhatIDo /> <WhatIDo />
</div> </div>
<div id="projects"> <div id="projects">
<Projects client:idle /> <Projects client:visible />
</div> </div>
<div id="skills"> <div id="skills">
<Skills /> <Skills />