added Go, HTMX and Rust

This commit is contained in:
liyunze 2024-01-30 17:28:39 +08:00
parent 66a929b921
commit 4e82e18472
2 changed files with 25 additions and 1 deletions

View file

@ -61,6 +61,22 @@ import Line from "../elements/NetworkLine.astro";
>
PHP
</div>
<div
class="w-fit text-white bg-gray-500 hover:bg-[#00ADD8] hover:text-black
rounded-full px-3 py-1 mr-1 my-1
cursor-default
transition-colors duration-300"
>
Go
</div>
<div
class="w-fit text-white bg-gray-500 hover:bg-black
rounded-full px-3 py-1 mr-1 my-1
cursor-default
transition-colors duration-300"
>
Rust
</div>
<div
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
@ -101,6 +117,14 @@ import Line from "../elements/NetworkLine.astro";
>
Astro
</div>
<div
class="w-fit text-white bg-gray-500 hover:bg-[#3366CC] hover:text-white
rounded-full px-3 py-1 mr-1 my-1
cursor-default
transition-colors duration-300"
>
HTMX
</div>
<div
class="w-fit text-white bg-gray-500 hover:bg-[#07B6D4] hover:text-black
rounded-full px-3 py-1 mr-1 my-1

View file

@ -33,7 +33,7 @@ import Card from "../components/elements/Card.astro";
</p>
<div class="w-full flex flex-row flex-wrap justify-start">
<div
class="w-fit text-white bg-gray-500 hover:bg-gray-50 hover:text-black
class="w-fit text-white bg-gray-500 hover:bg-[#141414] hover:text-white
rounded-full px-3 py-1 mr-1 my-1
cursor-default
transition-colors duration-300"