Initial commit
This commit is contained in:
40
data/cv.example.json
Normal file
40
data/cv.example.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"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"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user