Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ dist

# TernJS port file
.tern-port

# Visual Studio Code
.vscode
68 changes: 40 additions & 28 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"data": {
"name": "Melissa Walsh",
"profession": "FrontEnd Developer",
"address": "Bogotá, Colombia.",
"email": "melissa@example.com",
"website": "https://example.com",
"phone": "3042034240",
"avatar": "https://arepa.s3.amazonaws.com/melissa.jpg",
"Profile": "Ignore the squirrels, you'll never catch them anyway hack, for floof tum, tickle bum, jellybean footies curly toes climb leg roll over and sun my belly, ",
"name": "Gabriel Ernesto Zárate Tovar",
"profession": "Electronic Enginner (Coming soon FullStack Developer JS)",
"address": "CDMX, México.",
"email": "gzaratet@gmail.com",
"website": "https://gzaratet.com",
"phone": "5556851823",
"avatar": "",
"Profile": "Systems Maintenance Deputy Director SCT-DGDC (Since 2006), Currently an active member of the Platzi Master program (Since May 2020), developing for Full Stack JavaScript.",
"certificate": [
{
"id": "1",
"date": "Jan 2021",
"description": "Hack up furballs try to jump onto window and fall while scratching at wall. ",
"institution": "Platzi",
"name": "FrontEnd Developer"
},
{
"id": "2",
"date": "Jan 2021",
"description": "Scratch at the door then walk away wack the mini furry mouse",
"institution": "Platzi",
Expand All @@ -24,34 +26,38 @@
],
"Academic": [
{
"degree": "Atomic Master",
"description": " I’m so hungry i’m so hungry but ew not for that pelt around the house and up and down stairs chasing phantoms",
"endDate": "Jan 2017",
"institution": "MIT",
"startDate": "Jan 2018"
"id": "1",
"degree": "Platzi Master",
"description": "Full Stack Developer JS",
"endDate": "May 2022",
"institution": "Platzi",
"startDate": "May 2020"
},
{
"degree": "Space Engineering",
"description": "Meow in empty rooms. Find empty spot in cupboard and sleep all day check cat door for ambush 10 times before coming in for hack. ",
"endDate": "Decenber 2015",
"institution": "Harvard",
"startDate": "Jan 2017"
"id": "2",
"degree": "Electronic Enginner",
"description": "Electronics Engineering, specializing in computer science",
"endDate": "Sep 2005",
"institution": "Universidad Autónoma Metropolitana (UAM)",
"startDate": "May 1999"
}
],
"experience": [
{
"company": "PugStar",
"id": "1",
"company": "Secretaría de Comunicaciones y Transportes",
"endDate": "Present",
"jobDescription": "scratch the furniture. Good now the other hand, too lay on arms while you're using the keyboard.",
"jobTitle": "Frontend",
"startDate": "Jan 2020"
"jobDescription": "Support and maintenance of the basic information system of the DGDC",
"jobTitle": "Deputy Director of Systems Maintenance",
"startDate": "May 2008"
},
{
"company": "CatStore",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"id": "2",
"company": "García Riquelme Consultor",
"endDate": "Dec 2007",
"jobDescription": "JEE Java Developer",
"jobTitle": "Backend",
"startDate": "Sept 2019"
"startDate": "Mar 2005"
}
],
"skills": [
Expand All @@ -70,6 +76,10 @@
{
"name": "React",
"percentage": "90%"
},
{
"name": "Java 1.6",
"percentage": "90%"
}
],
"interest": [
Expand All @@ -80,10 +90,12 @@
],
"languages": [
{
"id": "1",
"name": "Spanish",
"percentage": "90%"
},
{
"id": "2",
"name": "English",
"percentage": "50%"
}
Expand All @@ -95,11 +107,11 @@
},
{
"name": "twitter",
"url": "https://twitter.com/"
"url": "https://twitter.com/gzaratet"
},
{
"name": "github",
"url": "https://github.com/"
"url": "https://github.com/zago-code"
},
{
"name": "linkedin",
Expand Down
Loading