first commit

This commit is contained in:
Johan LEROY
2026-04-21 14:14:03 +02:00
commit 7c7ff160eb
125 changed files with 13379 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"name": "Johan Leroy",
"title": "Développeur Fullstack",
"tagline": "Dev le jour, DJ la nuit",
"bio": "Développeur fullstack passionné par les technos modernes. J'aime créer des expériences web performantes, propres et scalables — et accessoirement mixer de la tekno quand l'écran s'éteint.",
"available": true,
"availableLabel": "Ouvert aux opportunités",
"hero": {
"photo": "/img/pp/pp3.png",
"photos": ["/img/pp/pp1.png", "/img/pp/pp2.png", "/img/pp/pp3.png"],
"roles": ["Dev", "DJ", "Dev"],
"cta": [
{
"label": "Télécharger mon CV",
"href": "/assets/cv.pdf",
"variant": "primary",
"external": true
},
{
"label": "Voir mes projets",
"href": "/projets",
"variant": "ghost",
"external": false
}
]
},
"socials": {
"email": "contact@johanleroy.fr",
"github": "https://github.com/JohanLeroy",
"gitea": "https://git.lidge.fr/johanleroy",
"website": "https://johanleroy.fr"
},
"cv": "/assets/cv.pdf"
}