Skip to content

Instantly share code, notes, and snippets.

@anubedam
Last active March 26, 2025 14:24
Show Gist options
  • Select an option

  • Save anubedam/9885f26b3c458b5ee4c577a3f1ed09de to your computer and use it in GitHub Desktop.

Select an option

Save anubedam/9885f26b3c458b5ee4c577a3f1ed09de to your computer and use it in GitHub Desktop.
JSON Data for Curriculum Vitae English
{
"identification": {
"name": "Antonio",
"surname": "Úbeda Montero"
},
"role": "Frontend Developer – Angular & Node",
"phone": "617 84 40 85",
"email": "[email protected]",
"provinceCountry": "Madrid - Spain",
"netWorks": [
{
"url": "https://www.linkedin.com/in/antonio-ubeda-montero/",
"label": "Linkedin",
"ariaLabel": "Candidate's Linkedin",
"icon": "assets/images/linkedin.png"
},
{
"url": "https://github.com/antonioubedamontero",
"label": "Github",
"ariaLabel": "Candidate's Github",
"icon": "assets/images/github.png"
},
{
"shouldDownLoad": true,
"url": "assets/documents/CV-Antonio-Ubeda-Montero.pdf",
"label": "Curriculum",
"ariaLabel": "Download the candidate's CV",
"icon": "assets/images/pdf.png"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment