add: backend gaming
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s
All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s
This commit is contained in:
23
src/data/projects.py
Normal file
23
src/data/projects.py
Normal 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"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user