Updated projects section

This commit is contained in:
2025-08-10 22:29:21 +03:00
parent a660227fb9
commit 3dded55ffc

View File

@@ -10,6 +10,7 @@ import Project from "@components/Project.astro";
<div class="sm:grid sm:gap-[1.25vw] sm:grid-cols-[2fr_3fr]">
<Project
title="CPU vs AI"
cd="cpu-vs-ai"
description="Game (made with Zig)"
href="https://github.com/The-Memory-Managers/cpu-vs-ai"
>
@@ -19,6 +20,7 @@ import Project from "@components/Project.astro";
</Project>
<Project
title="Kapi"
cd="kapi"
description="Minecraft Plugins Framework"
href="https://github.com/KapiMC/Kapi"
>
@@ -29,26 +31,29 @@ import Project from "@components/Project.astro";
<div
class="sm:col-span-2 sm:grid sm:grid-cols-[1fr_1fr_1fr] sm:gap-[1.25vw]"
>
<Project
title="Eko"
cd="eko"
description="Social Media Platform"
href="https://github.com/kyren223/eko"
>
A terminal-native alternative to Discord for Terminal nerds!
</Project>
<Project
title="Trident"
cd="trident"
description="IntelliJ Plugin"
href="https://github.com/Kyren223/Trident"
>
A blazingly fast way to navigate to your most used files.
minimize keystrokes and maximize productivity!
</Project>
<Project
title="???"
description="???????"
href="https://github.com/KapiMC/Kapi"
>
????????? ???? ??????? ????? ???????? ??????
</Project>
<Project
title="Dotfiles"
cd="dotfiles"
description="Configuration"
href="https://github.com/Kyren223/dotfiles"
cd="cd ~/"
dir="cd ~/"
>
My linux configuration, includes Neovim, tmux and others.
</Project>