Last active
March 7, 2026 16:51
-
-
Save vdelcros/47dd6b423e612a70e72bce263fedfad0 to your computer and use it in GitHub Desktop.
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": "Edison Electric Light Company", | |
| "position": "Web Team Manager", | |
| "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": "Computer Science", | |
| "studyType": "Master", | |
| "startDate": "", | |
| "endDate": "", | |
| "score": "" | |
| } | |
| ], | |
| "awards": [], | |
| "publications": [], | |
| "skills": [], | |
| "languages": [ | |
| { | |
| "language": "French", | |
| "fluency": "Native speaker" | |
| }, | |
| { | |
| "language": "English", | |
| "fluency": "Technical" | |
| } | |
| ], | |
| "interests": [], | |
| "references": [] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment