added skills

This commit is contained in:
liyunze 2023-10-08 23:13:43 +08:00
parent 79bbe78407
commit 713bda2420

View file

@ -41,6 +41,11 @@ import Line from "../components/NetworkLine.astro";
> >
TypeScript TypeScript
</div> </div>
<div
class="w-fit bg-purple-700 rounded-full px-3 py-1 mr-1 my-1"
>
PHP
</div>
<div <div
class="w-fit bg-yellow-500 text-black rounded-full px-3 py-1 mr-1 my-1" class="w-fit bg-yellow-500 text-black rounded-full px-3 py-1 mr-1 my-1"
> >
@ -108,7 +113,7 @@ import Line from "../components/NetworkLine.astro";
R R
</div> </div>
<div <div
class="w-fit bg-green-400 bg-[linear-gradient(_90deg,_#CC0000_0%,_#CC0000_32%,_#00BB00_33%,_#00BB00_65%,_#0000DD_66%,_#0000DD_100%_)] class="w-fit bg-green-600 bg-[linear-gradient(_90deg,_#CC0000_0%,_#CC0000_32%,_#00BB00_33%,_#00BB00_65%,_#0000DD_66%,_#0000DD_100%_)]
text-white rounded-full px-3 py-1 mr-1 my-1" text-white rounded-full px-3 py-1 mr-1 my-1"
> >
OpenCV OpenCV
@ -118,6 +123,11 @@ import Line from "../components/NetworkLine.astro";
> >
SAS SAS
</div> </div>
<div
class="w-fit bg-orange-700 rounded-full px-3 py-1 mr-1 my-1"
>
MySQL
</div>
<div <div
class="w-fit bg-purple-600 rounded-full px-3 py-1 mr-1 my-1" class="w-fit bg-purple-600 rounded-full px-3 py-1 mr-1 my-1"
> >