Skip to content

Instantly share code, notes, and snippets.

@strzempa
Last active September 14, 2019 08:51
Show Gist options
  • Save strzempa/b2ae8ed79b6178d4e198342552d239cf to your computer and use it in GitHub Desktop.
Save strzempa/b2ae8ed79b6178d4e198342552d239cf to your computer and use it in GitHub Desktop.
{
"basics": {
"name": "John Doe",
"label": "Programmer",
"picture": "http://s3.amazonaws.com/37assets/svn/765-default-avatar.png",
"summary": "A summary of John Doe..."
},
"work": [
{
"image": "http://webfeb.in/wp-content/uploads/2016/11/logo-design-for-it-company.jpg",
"company": "Company 1",
"position": "President",
"startDate": "2015-01-01",
"endDate": "2018-01-01",
"summary": "Description..."
},
{
"image": "http://webfeb.in/wp-content/uploads/2016/11/logo-design-for-it-company.jpg",
"company": "Company2",
"position": "President",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Some..."
}
],
"volunteer": [{
"organization": "Organization",
"position": "Volunteer",
"startDate": "2012-01-01",
"endDate": "2013-01-01",
"summary": "Description...",
"highlights": [
"Awarded 'Volunteer of the Month'"
]
}],
"education": [{
"institution": "University",
"area": "Software Development",
"studyType": "Bachelor",
"startDate": "2011-01-01",
"endDate": "2013-01-01"
}],
"skills": [{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
}],
"languages": [{
"language": "English",
"fluency": "Native speaker"
}],
"interests": [{
"name": "Wildlife",
"keywords": [
"Ferrets",
"Unicorns"
]
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment