mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
updated skills section
This commit is contained in:
parent
799f6bd5c2
commit
8dd3662cec
1 changed files with 60 additions and 22 deletions
|
|
@ -22,62 +22,86 @@ import Line from "../components/NetworkLine.astro";
|
||||||
</p>
|
</p>
|
||||||
<div class="w-full flex flex-row flex-wrap justify-start">
|
<div class="w-full flex flex-row flex-wrap justify-start">
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-orange-700 rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-orange-700
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
HTML
|
HTML
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-blue-700 rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-blue-700
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
CSS
|
CSS
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-yellow-400 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-yellow-400 hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Javascript
|
Javascript
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-blue-400 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-blue-400 hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
TypeScript
|
TypeScript
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-[#617CBE] rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-[#617CBE]
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
PHP
|
PHP
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-yellow-500 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-yellow-500 hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Express
|
Express
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-orange-400 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-orange-500
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Svelte
|
Svelte
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-[#00D8FF] text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-[#00D8FF] hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
React
|
React
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-white text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-white hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Astro
|
Astro
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-purple-400 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-purple-400 hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Qwik
|
Qwik
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-[#07B6D4] text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-[#07B6D4] hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
TailwindCSS
|
TailwindCSS
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-[#8500C7] rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-[#8500C7]
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Vite
|
Vite
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -102,44 +126,58 @@ import Line from "../components/NetworkLine.astro";
|
||||||
</p>
|
</p>
|
||||||
<div class="w-full flex flex-row flex-wrap justify-start">
|
<div class="w-full flex flex-row flex-wrap justify-start">
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-yellow-400 bg-[linear-gradient(_125deg,_#4b8bbe_0%,_#4b8bbe_50%,_#ffd43b_51%,_#f0c808_100%_)]
|
class="w-fit text-white bg-gray-500 hover:text-black hover:bg-[linear-gradient(_125deg,_#4b8bbe_0%,_#4b8bbe_50%,_#ffd43b_51%,_#f0c808_100%_)]
|
||||||
text-black rounded-full px-3 py-1 mr-1 my-1"
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Python
|
Python
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-cyan-500 rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-cyan-500
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
R
|
R
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-green-600 bg-[linear-gradient(_90deg,_#BB0000_0%,_#BB0000_32%,_#00AA00_33%,_#00AA00_65%,_#0000BB_66%,_#0000BB_100%_)]
|
class="w-fit text-white bg-gray-500 hover:bg-green-600 hover:bg-[linear-gradient(_90deg,_#BB0000_0%,_#BB0000_32%,_#00AA00_33%,_#00AA00_65%,_#0000BB_66%,_#0000BB_100%_)]
|
||||||
text-white rounded-full px-3 py-1 mr-1 my-1"
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
OpenCV
|
OpenCV
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-blue-500 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-blue-500 hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
SAS
|
SAS
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-orange-700 rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-orange-700
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
MySQL
|
MySQL
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-blue-800 text-white rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-blue-800
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Pandas
|
Pandas
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-green-700 text-white rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-green-700
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
Selenium
|
Selenium
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="w-fit bg-gray-200 text-black rounded-full px-3 py-1 mr-1 my-1"
|
class="w-fit text-white bg-gray-500 hover:bg-gray-200 hover:text-black
|
||||||
|
rounded-full px-3 py-1 mr-1 my-1
|
||||||
|
transition-colors duration-500"
|
||||||
>
|
>
|
||||||
BeautifulSoup4
|
BeautifulSoup4
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue