Last active
September 26, 2024 11:47
-
-
Save TerrorSquad/72cda1866910b8f764b3d8c84f185d11 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": "Branko Kovacevic", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "+381 64 123 4567", | |
"location": { | |
"city": "Novi Sad", | |
"countryCode": "RS" | |
}, | |
"profiles": [ | |
{ | |
"network": "Github", | |
"username": "branko09", | |
"url": "https://github.com/branko09" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "Company", | |
"position": "President", | |
"url": "https://company.com", | |
"startDate": "2013-01-01", | |
"endDate": "2014-01", | |
"summary": "Description…", | |
"highlights": [ | |
"Started the company" | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University", | |
"url": "https://institution.com/", | |
"area": "Software Development", | |
"studyType": "Bachelor", | |
"startDate": "2011-01-01", | |
"endDate": "2013-01-01", | |
"score": "4.0", | |
"courses": [ | |
"DB1101 - Basic SQL" | |
] | |
} | |
], | |
"certificates": [ | |
{ | |
"name": "Certificate", | |
"date": "2021-11-07", | |
"issuer": "Company", | |
"url": "https://certificate.com" | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Web Development", | |
"level": "Master", | |
"keywords": [ | |
"HTML", | |
"CSS", | |
"JavaScript" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Full professional proficiency" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment