mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
added skills
This commit is contained in:
parent
79bbe78407
commit
713bda2420
1 changed files with 11 additions and 1 deletions
|
|
@ -41,6 +41,11 @@ import Line from "../components/NetworkLine.astro";
|
|||
>
|
||||
TypeScript
|
||||
</div>
|
||||
<div
|
||||
class="w-fit bg-purple-700 rounded-full px-3 py-1 mr-1 my-1"
|
||||
>
|
||||
PHP
|
||||
</div>
|
||||
<div
|
||||
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
|
||||
</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"
|
||||
>
|
||||
OpenCV
|
||||
|
|
@ -118,6 +123,11 @@ import Line from "../components/NetworkLine.astro";
|
|||
>
|
||||
SAS
|
||||
</div>
|
||||
<div
|
||||
class="w-fit bg-orange-700 rounded-full px-3 py-1 mr-1 my-1"
|
||||
>
|
||||
MySQL
|
||||
</div>
|
||||
<div
|
||||
class="w-fit bg-purple-600 rounded-full px-3 py-1 mr-1 my-1"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue