prod setup
This commit is contained in:
@@ -1,18 +1,26 @@
|
||||
{
|
||||
"name": "Johan Leroy",
|
||||
"title": "Développeur Fullstack",
|
||||
"title": "Développeur",
|
||||
"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"],
|
||||
"photo": "/api/files/img/pp/pp3.png",
|
||||
"photos": [
|
||||
"/api/files/img/pp/pp1.png",
|
||||
"/api/files/img/pp/pp2.png",
|
||||
"/api/files/img/pp/pp3.png"
|
||||
],
|
||||
"roles": [
|
||||
"Dev",
|
||||
"DJ",
|
||||
"Dev"
|
||||
],
|
||||
"cta": [
|
||||
{
|
||||
"label": "Télécharger mon CV",
|
||||
"href": "/assets/cv.pdf",
|
||||
"href": "/api/files/assets/cv.pdf",
|
||||
"variant": "primary",
|
||||
"external": true
|
||||
},
|
||||
@@ -28,7 +36,8 @@
|
||||
"email": "contact@johanleroy.fr",
|
||||
"github": "https://github.com/JohanLeroy",
|
||||
"gitea": "https://git.lidge.fr/johanleroy",
|
||||
"linkedin": "https://www.linkedin.com/in/johan-leroy-472409180/",
|
||||
"website": "https://johanleroy.fr"
|
||||
},
|
||||
"cv": "/assets/cv.pdf"
|
||||
"cv": "/api/files/assets/cv.pdf"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user