add: backend gaming
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s

This commit is contained in:
2025-12-01 12:46:08 +00:00
parent 2bb7c9f799
commit 36633ebd2b
4 changed files with 64 additions and 59 deletions

23
src/data/projects.py Normal file
View File

@@ -0,0 +1,23 @@
projects = [
{
"title": "Kernel From Scratch",
"description": "Création d'un kernel en Zig 0.13 avec pilotes claviers et graphiques, IDT, GDT, gestion mémoire et shell intégré",
"image": "kfs.png",
"link": "https://github.com/Kbz-8/42_KFS",
"align": "start"
},
{
"title": "Swifty Companion",
"description": "Application mobile Android et iOS utilisant l'API de 42 pour avoir des informations sur les campus",
"image": "companion.png",
"link": "https://git.vavaas.dev/Namonay/swifty-companion",
"align": "end"
},
{
"title": "Override",
"description": "Défis de cybersécurité sous formes de CTF, avec reverse engineering, pwn et exploitation de failles",
"image": "override.png",
"link": "https://github.com/C18H24O2/override",
"align": "start"
},
]