mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
edited image format, improve performance
This commit is contained in:
parent
60d477db94
commit
ec170f90e5
3 changed files with 3 additions and 2 deletions
|
Before Width: | Height: | Size: 117 KiB After Width: | Height: | Size: 117 KiB |
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -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 />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue