Created
March 7, 2026 16:44
-
-
Save vdelcros/5c749c7d95169e2ef4063801eda2d278 to your computer and use it in GitHub Desktop.
resume-fr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Vincent Delcros", | |
| "label": "Web & Sport", | |
| "picture": "https://example.com/photo.jpg", | |
| "email": "vincent@delcros.be", | |
| "phone": "+32 474 87 30 32", | |
| "url": "https://vincent.delcros.be", | |
| "summary": "", | |
| "location": { | |
| "address": "Chaussée de Tirlemont, 76", | |
| "postalCode": "4520", | |
| "city": "Wanze", | |
| "countryCode": "BE", | |
| "region": "" | |
| }, | |
| "profiles": [ | |
| { | |
| "network": "LinkedIn", | |
| "username": "vincentdelcros", | |
| "url": "https://www.linkedin.com/in/vincentdelcros" | |
| } | |
| ], | |
| "image": "https://vincent.delcros.be/img/vincent-1000x1000.jpg" | |
| }, | |
| "work": [ | |
| { | |
| "company": "Province de Liège", | |
| "position": "Gestionnaire de l'équipe web", | |
| "url": "https://www.provincedeliege.be", | |
| "startDate": "2013-08", | |
| "endDate": "", | |
| "summary": "", | |
| "highlights": [], | |
| "name": "Province de Liège", | |
| "location": "Liège, Belgique" | |
| } | |
| ], | |
| "volunteer": [], | |
| "education": [ | |
| { | |
| "institution": "Université de Liège", | |
| "area": "Informatique", | |
| "studyType": "Licence", | |
| "startDate": "1998-09", | |
| "endDate": "2003-06", | |
| "gpa": "", | |
| "courses": [] | |
| } | |
| ], | |
| "awards": [], | |
| "publications": [], | |
| "skills": [], | |
| "languages": [ | |
| { | |
| "language": "Français", | |
| "fluency": "Langue maternelle" | |
| }, | |
| { | |
| "language": "Anglais", | |
| "fluency": "Technique" | |
| } | |
| ], | |
| "interests": [], | |
| "references": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment