Skip to content

Instantly share code, notes, and snippets.

@sebastinez
Last active August 6, 2019 14:40
Show Gist options
  • Save sebastinez/6441ffb1e476b4f29ca9a651708d853b to your computer and use it in GitHub Desktop.
Save sebastinez/6441ffb1e476b4f29ca9a651708d853b to your computer and use it in GitHub Desktop.
JSON Resume
{
"basics": {
"name": "Sebastian Martinez",
"label": "Mechanical Engineer",
"picture": "https://ssl.gstatic.com/images/branding/product/1x/avatar_circle_blue_512dp.png",
"email": "sebastinez@me.com",
"phone": "+54 9 11 3424 1337",
"website": "https://sebastinez.dev",
"summary": "A summary of Sebastian Martinez...",
"location": {
"address": "Vuelta de Obligado 1770",
"postalCode": "1426",
"city": "Buenos Aires",
"countryCode": "AR"
},
"profiles": [{
"network": "Twitter",
"username": "Sebastinez87",
"url": "https://twitter.com/Sebastinez87"
},
{
"network": "Github",
"username": "Sebastinez",
"url": "https://github.com/Sebastinez"
}
]
},
"work": [{
"company": "NUCLEARIS",
"position": "Mechanical Designer",
"website": "https://www.nuclearis.com/",
"startDate": "2013-01-01",
"endDate": "2014-01-01",
"summary": "Description..."
}],
"education": [{
"institution": "University",
"area": "Mechanical Engineer",
"studyType": "Bachelor",
"startDate": "2011-01-01",
"endDate": "2013-01-01",
"gpa": "4.0",
"courses": [
"DB1101 - Basic SQL"
]
}],
"skills": [{
"name": "Web Development",
"level": "Master",
"keywords": [
"HTML",
"CSS",
"Javascript"
]
}],
"languages": [{
"language": "German",
"fluency": "Native Speaker"
},
{
"language": "Spanish",
"fluency": "Native Speaker"
},
{
"language": "English",
"fluency": "Fluent"
}
],
"interests": [{
"name": "Photography"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment