All checks were successful
Deploy via SSH on push / deploy-via-ssh (push) Successful in 22s
31 lines
1.2 KiB
Python
31 lines
1.2 KiB
Python
projects_list = [
|
|
{
|
|
"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"
|
|
},
|
|
{
|
|
"title": "HackTheBox",
|
|
"description": "Site de pratique à la cybersécurité sous formes de \"box\" à pirater, avec exploitation réelles de failles existantes",
|
|
"image": "htb.png",
|
|
"link": "https://app.hackthebox.com/users/2374252",
|
|
"Button": ["Walkthroughs", "https://vavaas.dev/writeups"],
|
|
"align": "end"
|
|
}
|
|
] |