etheryo/src/lib/json/hub.json

35 lines
No EOL
1.5 KiB
JSON

{
"welcomeTitle": "Bienvenue sur Etheryo",
"welcomeSubtitle": "'Etheryo' provient du mot 'Éther'/'Æther' dans la mythologie grec ainsi que de mon propre prénom. Le but de ce site web est de montrer mes créations. Qu'elles soient artistiques, philosophiques ou scientifiques, elles reflettent tout ce que je veux apporter au monde.",
"who": "Qui suis-je ?",
"person": {
"name": "Yohan Boujon",
"pronouns": "il/lui",
"description": "Informatics and electronics engineer",
"knowme": "Me Connaître"
},
"project":"Mes projets",
"projects": [
{
"cover": "https://share.etheryo.fr/INSA/wal/wal.png",
"title": "What A Leak!",
"url": "what-a-leak",
"description": "Water leak detection project with INSA Toulouse in 5th year.",
"topic": "embedded"
},
{
"cover": "https://share.etheryo.fr/projects/shared-memory/config.png",
"title": "Shared memory cache on multiple kernels",
"url": "shared-memory",
"description": "Using NFS, programmed a kernel driver that can read/write data onto a shared ram.",
"topic": "kernel"
},
{
"cover": "https://share.etheryo.fr/projects/yoyo_tetris/yoyotetris.png",
"title": "yoyoTetris",
"url": "yoyo-tetris",
"description": "A simple game in C++ using Raylib.",
"topic": "videogame"
}
]
}