go-cv/data/cv.example.json

40 lines
805 B
JSON

{
"title": "Your Name Here",
"info": {
"name": "Your Name Here",
"title": "DevOps Engineer, Backend Developer",
"birthDate": "December 5, 2020",
"location": "Grand Rapids, MI, USA",
"profile": "",
"contacts": {
"email": "someone@example.com",
"linkedin": "https://www.linkedin.com/"
}
},
"skills": {
"Programming": [
"Go",
"HTML5",
"CSS3",
]
},
"experience": [
{
"title": "Devops Engineer, Senior Developer",
"company": "",
"date": "Dec '16 - Present",
"tasks": [
""
]
}
],
"projects": [
{
"title": "Open Source",
"link": "https://github.com/tystuyfzand",
"links": [
{"text": "GitHub", "link": "https://github.com/tystuyfzand"}
]
}
]
}