Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Ethereum Dev Program 2023 #114

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,5 @@ dist

# TernJS port file
.tern-port

.vercel
19 changes: 5 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@

## React Curriculum vitae

Crear tu curriculum vitae en React, analiza la estructura propuesta e inspirate para mostrar tu información.
Curriculum vitae desarrollado en React, cumpliendo el reto propuesto para la beca de desarrollo en ethereum.

### link del demo

![react-cv](https://github.com/ArteInverso/frontend/blob/main/public/images/screen.png?raw=true)

![react-cv](https://github.com/PlatziMaster/frontend/blob/main/screenshot.png?raw=true)

### Retos
1. [Crear los componentes del proyecto](https://github.com/platzimaster/frontend/issues/1)
2. [Añadir estilos](https://github.com/platzimaster/frontend/issues/2)
3. [Crear función getData.js](https://github.com/platzimaster/frontend/issues/3)
4. [Integrar API](https://github.com/platzimaster/frontend/issues/4)
5. [Personalizar API](https://github.com/platzimaster/frontend/issues/5)
6. [Documentar](https://github.com/platzimaster/frontend/issues/6)

### Instalación
```
Expand Down Expand Up @@ -44,11 +40,6 @@ npm run test
npm run lint
```

### Enviar solución de reto
Debes de crear un "Fork" de este proyecto, revolver los problemas y crear un Pull Request hacia tu repositorio.

### Contribuir
Si alguien quiere agregar o mejorar algo, lo invito a colaborar directamente en este repositorio: [frontend](https://github.com/platzimaster/frontend/)

### Licencia
frontend se lanza bajo la licencia [MIT](https://opensource.org/licenses/MIT).
102 changes: 60 additions & 42 deletions data.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"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": "Jeison Arturo Vargas",
"profession": "Fullstack Developer",
"address": "Tunja, Colombia.",
"email": "info@arteinverso.co",
"icon": "https://arteinverso.s3.amazonaws.com/imagenes-web/mail.png",
"website": "https://arteinverso.co",
"phone": "31129295973",
"avatar": "https://arteinverso.s3.amazonaws.com/imagenes-web/avatar.png",
"Profile": "Desarrollador de software y tecnólogo en obras civiles, con experiencia de años en desarrollo de software.Tengo experiencia en gestión de proyectos, Desarrollador de software centrado en javascript, python y tecnologias cloud, cloud, realidad virtual y aumenatda, blockchain e investigador de nuevas tecnologias y manufactura aditiva o impresión3D. ",
"certificate": [
{
"date": "Jan 2021",
"date": "Diciembre 2021",
"description": "Hack up furballs try to jump onto window and fall while scratching at wall. ",
"institution": "Platzi",
"name": "FrontEnd Developer"
"institution": "Unal",
"name": "Fullstack Developer"
},
{
"date": "Jan 2021",
Expand All @@ -24,86 +25,103 @@
],
"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": "Desarrollo de software",
"description": " Programa de cetificación en desarrollo de software dictado por la universidad nacional y el ministerio TIC",
"endDate": "Dec 2020",
"institution": "Unal - Misiontic 2022",
"startDate": "Sep 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"
"degree": "Tecnologo en obras civiles",
"description": "Programa de educación superior en desarrollo y gestión de proyectos de obras civiles e innovación ",
"endDate": "Oct 2018",
"institution": "Sena",
"startDate": "Ene 2017"
}
],
"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": "Matriz Technologies",
"endDate": "Dec 2022",
"jobDescription": "Desarrollador líder, desarrollo de proyectos de innovación con tecnologia blockchain, metaverso y OIT ",
"jobTitle": "Fullstack developer y DevOps",
"startDate": "May 2022"
},
{
"company": "CatStore",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"jobTitle": "Backend",
"startDate": "Sept 2019"
"company": "Arte Inverso",
"endDate": "Actual",
"jobDescription": "Empresimiento desarrollado por mi, para prestar servicios de desarrollo de software con tecnologias 4.0 y portotipado rapido IOT con tecnologia de impresión 3D ",
"jobTitle": "Gerente y director de innovación",
"startDate": "May 2019"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "75%"
"percentage": "75"
},
{
"name": "Python",
"percentage": "65"
},
{
"name": "Solidity",
"percentage": "50"
},
{
"name": "CSS",
"percentage": "25%"
"percentage": "25"
},
{
"name": "JavaScript",
"percentage": "55%"
"percentage": "70"
},
{
"name": "React",
"percentage": "90%"
"percentage": "90"
}
],
"interest": [
"javascript",
"develop",
"DevOps",
"blockchain",
"realidad aumentada",
"metaverso",
"backend",
"frontend"
],
"languages": [
{
"name": "Spanish",
"percentage": "90%"
"percentage": "90"
},
{
"name": "English",
"percentage": "50%"
"percentage": "40"
}
],

"social": [
{
"name": "facebook",
"url": "https://facebook.com/"
"name": "Web",
"url": "https://arteinverso.co/",
"icon": "https://arteinverso.s3.amazonaws.com/imagenes-web/web.png"
},
{
"name": "twitter",
"url": "https://twitter.com/"
"url": "https://twitter.com/cryptojei_HNS",
"icon": "https://arteinverso.s3.amazonaws.com/imagenes-web/twitter.png"
},
{
"name": "github",
"url": "https://github.com/"
"url": "https://github.com/ArteInverso",
"icon": "https://arteinverso.s3.amazonaws.com/imagenes-web/github.png"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/"
"url": "https://www.linkedin.com/in/jeison-vargas/",
"icon": "https://arteinverso.s3.amazonaws.com/imagenes-web/linkedin.png"
}
]
}
Expand Down
Loading