-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathdata.json
More file actions
111 lines (111 loc) · 2.95 KB
/
data.json
File metadata and controls
111 lines (111 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"data": {
"name": "Carlos Enrique Navia",
"profession": "Software Developer",
"address": "Bogotá, Colombia.",
"email": "cenaviat@gmail.com",
"website": "https://navisoft.com",
"phone": "+57 3175124768",
"avatar": "https://lh3.googleusercontent.com/a-/AAuE7mAv5zGU_Eql4k8ZhmKZL1eW27SyPAAmyoQKIVzi=s96-cc-rg",
"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, ",
"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": "Jan 2021",
"description": "Scratch at the door then walk away wack the mini furry mouse",
"institution": "Platzi",
"name": "Backend Developer"
}
],
"Academic": [
{
"degree": "Master in Industry 4.0",
"description": " Developer of projects of Digital Tranformation, in Bussines",
"endDate": "Jan 2019",
"institution": "UNIR",
"startDate": "Jan 2018"
},
{
"degree": "Systems 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"
}
],
"experience": [
{
"company": "SENA",
"endDate": "Dec 2019",
"jobDescription": "scratch the furniture. Good now the other hand, too lay on arms while you're using the keyboard.",
"jobTitle": "Instructor",
"startDate": "Jan 2019"
},
{
"company": "ParqueSoft",
"endDate": "Jan 2016",
"jobDescription": "Meow in empty rooms lick left leg for ninety minutes, still dirty.",
"jobTitle": "Backend",
"startDate": "Sept 2019"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "95%"
},
{
"name": "CSS",
"percentage": "50%"
},
{
"name": "JavaScript",
"percentage": "55%"
},
{
"name": "React",
"percentage": "30%"
}
],
"interest": [
"javascript",
"develop",
"backend",
"frontend",
"UI/UX"
],
"languages": [
{
"name": "Spanish",
"percentage": "90%"
},
{
"name": "English",
"percentage": "10%"
}
],
"social": [
{
"name": "facebook",
"url": "https://facebook.com/"
},
{
"name": "twitter",
"url": "https://twitter.com/"
},
{
"name": "github",
"url": "https://github.com/"
},
{
"name": "linkedin",
"url": "https://www.linkedin.com/"
}
]
}
}