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
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"extends": [
"airbnb"
],
"eol-last": 0,
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
"globals": {
"document": false,
"escape": false,
Expand All @@ -19,7 +21,7 @@
"expect": true,
"sinon": true
},
"parser": "babel-eslint",
"parser": "@babel/eslint-parser",
"plugins": [
"react",
"jsx-a11y",
Expand Down
104 changes: 56 additions & 48 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,43 @@
{
"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": "Sasha Racagni",
"profession": "Fulltack Developer",
"address": "Santa Fe, Argentina.",
"email": "racagnisasha@gmail.com",
"website": "https://github.com/sxshita",
"phone": "+543425400184",
"avatar": "https://data.whicdn.com/images/362729613/original.jpg",
"Profile": "I'm ready for new challenges!",
"certificate": [
{
"date": "Jan 2021",
"description": "Hack up furballs try to jump onto window and fall while scratching at wall. ",
"institution": "Platzi",
"name": "FrontEnd Developer"
"date": "Apr 2022",
"description": "NodeJS Backend Development",
"institution": "Coderhouse",
"name": "Backend Developer"
},
{
"date": "Jan 2021",
"description": "Scratch at the door then walk away wack the mini furry mouse",
"institution": "Platzi",
"name": "Backend Developer"
"date": "Mar 2022",
"description": "ReactJS Development",
"institution": "Coderhouse",
"name": "FrontEnd Developer"
}
],
"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"
},
{
"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"
"degree": "Computer Science",
"description": "Software Engineer",
"endDate": "Present",
"institution": "FICH - UNL",
"startDate": "Jan 2020"
}
],
"experience": [
{
"company": "PugStar",
"company": "Q4Tech",
"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"
},
{
"company": "CatStore",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"jobTitle": "Backend",
"startDate": "Sept 2019"
"jobDescription": "In charge of model software requirements using AngularJS and .NET, guaranteeing compliance with the standards set forth in the project and complying with the company's quality standards.",
"jobTitle": "Analyst Programmer",
"startDate": "April 2020"
}
],
"skills": [
Expand All @@ -63,47 +49,69 @@
"name": "CSS",
"percentage": "25%"
},
{
"name": "SASS",
"percentage": "25%"
},
{
"name": "JavaScript",
"percentage": "55%"
},
{
"name": "React",
"percentage": "90%"
},
{
"name": "AngularJS",
"percentage": "90%"
},
{
"name": "C++",
"percentage": "90%"
},
{
"name": "C#",
"percentage": "90%"
},
{
"name": "SQL",
"percentage": "90%"
},
{
"name": "NodeJS",
"percentage": "90%"
}
],
"interest": [
"javascript",
"develop",
"backend",
"frontend"
"frontend",
"web3",
"solidity"
],
"languages": [
{
"name": "Spanish",
"percentage": "90%"
"percentage": "Native"
},
{
"name": "English",
"percentage": "50%"
"percentage": "B2"
}
],
"social": [
{
"name": "facebook",
"url": "https://facebook.com/"
},
{
"name": "twitter",
"url": "https://twitter.com/"
},
{
"name": "github",
"url": "https://github.com/"
"url": "https://github.com/sxshita"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/"
"url": "https://www.linkedin.com/in/sasharacagni/"
}
]
}
Expand Down
151 changes: 100 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading