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
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"presets": [
"@babel/preset-env",
[
"@babel/preset-env",
{
"targets":{
"node": 13
}
}
],
"@babel/preset-react"
]
}
Binary file added My_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

Crear tu curriculum vitae en React, analiza la estructura propuesta e inspirate para mostrar tu información.

### Mi diseño inicial para la solución de este reto:
![react-cv](My_screenshot.png)

![react-cv](https://raw.githubusercontent.com/PlatziMaster/project-react-01/master/screenshot.png)

### Retos
Expand Down
82 changes: 50 additions & 32 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"data": {
"name": "Melissa Walsh",
"name": "Cristian F. Tovar",
"profession": "FrontEnd Developer",
"address": "Bogotá, Colombia.",
"email": "melissa@example.com",
"email": "cristian00tovar@gmail.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, ",
"phone": "3195443680",
"avatar": "https://raw.githubusercontent.com/crizy182/CV/master/static/img/avatar-2.jpg",
"Profile": "Seeking a challenging and rewarding career in a diverse environment, where my education and hard working can be used to create powerful solutions.",
"certificate": [
{
"date": "Jan 2021",
Expand All @@ -24,34 +24,48 @@
],
"Academic": [
{
"degree": "Atomic Master",
"degree": "Electrical Engineering",
"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"
"endDate": "May 2018",
"institution": "Escuela Colombiana De Ingeniería",
"startDate": "Jan 2013"
},
{
"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": "Ninja JS developer",
"description": "School of JavaScript",
"endDate": "Nov 2019",
"institution": "Platzi",
"startDate": "Aug 2019"
}
],
"experience": [
{
"company": "PugStar",
"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": "Dorney Park & Wildwater Kingdom",
"endDate": "2015",
"jobDescription": "Just hanging around",
"jobTitle": "Ride Operator",
"startDate": "2015"
},
{
"company": "Jenkinson's Boardwalk",
"endDate": "2016",
"jobDescription": "Just hanging around",
"jobTitle": "Ride Operator",
"startDate": "2016"
},
{
"company": "CatStore",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"jobTitle": "Backend",
"startDate": "Sept 2019"
"company": "Cedar Point",
"endDate": "2017",
"jobDescription": "Just hanging around",
"jobTitle": "Ride Operator",
"startDate": "2017"
},
{
"company": "Jenkinson's Boardwalk",
"endDate": "2018",
"jobDescription": "Just hanging around",
"jobTitle": "Ride Operator",
"startDate": "2018"
}
],
"skills": [
Expand Down Expand Up @@ -85,25 +99,29 @@
},
{
"name": "English",
"percentage": "50%"
"percentage": "80%"
},
{
"name": "German",
"percentage": "30%"
}
],
"social": [
{
"name": "facebook",
"url": "https://facebook.com/"
"name": "facebook-square",
"url": "https://facebook.com/cristianfam"
},
{
"name": "twitter",
"url": "https://twitter.com/"
"name": "twitter-square",
"url": "https://twitter.com/cristian182"
},
{
"name": "github",
"url": "https://github.com/"
"name": "github-square",
"url": "https://github.com/crizy182"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/"
"url": "https://www.linkedin.com/in/cristhiam-tovar"
}
]
}
Expand Down
Loading