forked from PlatziMaster/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
132 lines (131 loc) · 3.55 KB
/
db.json
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"data": {
"name": "Paula Daniela Velosa Romero",
"profession": "FrontEnd Developer",
"address": "Bogotá, Colombia.",
"email": "[email protected]",
"website": "https://pvelosa.netlify.com",
"phone": "(+57)3224368742",
"avatar": "https://lh3.googleusercontent.com/_OIdKT2VvjH-Ag3sR_3092OtoLpwGAu0AWaKJ9M5hLT4clk1zgWsGrgwBTD4N-XWRi5hm2UNUHoOv23W-BOp2fI5nByn8ihV2hZI1Mt77ZhINFp0rTqoiGv7mhuRSu2b_KAHxpSa8Nk=w2400",
"Profile": "I'm an upcoming engineer, passionate about data science, web development, and illustration. My dream is to tackle current problems using a variety of perspectives while growing within the tech/artistic field.",
"certificate": [
{
"date": "2021",
"description": " Methodologies and stages of digital product development",
"institution": "Platzi",
"name": "Metodologías para Diseñar un Producto Digital"
},
{
"date": "2021",
"description": "How to code JavaScript, Ecmascript",
"institution": "Platzi",
"name": "Road to Code 3.0"
}
],
"Academic": [
{
"degree": "Systems engineering",
"description": " High level and low level programming",
"endDate": "Present",
"institution": "Universidad Nacional de Colombia",
"startDate": "2020"
},
{
"degree": "High-school",
"description": "",
"endDate": "2018",
"institution": "Instituto Tomás de Iriarte",
"startDate": ""
}
],
"experience": [
{
"company": "Personal Project",
"endDate": "Present",
"jobDescription": "Figma & Photoshop.",
"jobTitle": "Ecommerce website design",
"startDate": "2021"
},
{
"company": "Personal Project",
"endDate": "-",
"jobDescription": "React js.",
"jobTitle": "Platzi conf page",
"startDate": "2020"
}
],
"skills": [
{
"name": "HTML5",
"percentage": "85%"
},
{
"name": "CSS",
"percentage": "75%"
},
{
"name": "React",
"percentage": "70%"
},
{
"name": "Photoshop",
"percentage": "70%"
},
{
"name": "Procreate",
"percentage": "80%"
},
{
"name": "Python",
"percentage": "80%"
}
,
{
"name": "Illustrator",
"percentage": "70%"
},
{
"name": "Figma",
"percentage": "80%"
}
],
"interest": [
"Art",
"Frontend",
"Design",
"Data analysis"
],
"languages": [
{
"name": "French ",
"percentage": "80%"
},
{
"name": "English ",
"percentage": "90%"
}
],
"social": [
{
"name": "Behance.net/paulavelosa",
"url": "https://www.behance.net/paulavelosa",
"icon": "https://cdn-icons-png.flaticon.com/512/48/48975.png"
},
{
"name": "twitter.com/pvelosar",
"url": "https://twitter.com/pvelosar",
"icon": "https://image.similarpng.com/very-thumbnail/2020/06/Black-icon-Twitter-logo-transparent-PNG.png"
},
{
"name": "github.com/pvelosa",
"url": "https://github.com/pvelosa",
"icon": "https://cdn-icons-png.flaticon.com/512/25/25231.png"
},
{
"name": "linkedin.com",
"url": "https://www.linkedin.com/in/paula-daniela-velosa-romero-4392821ab/",
"icon": "https://cdn-icons-png.flaticon.com/512/61/61109.png"
}
]
}
}