-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.json
144 lines (144 loc) · 5.14 KB
/
cv.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
133
134
135
136
137
138
139
140
141
142
143
144
{
"basics": {
"name": "Gonzalo Chalé",
"label": "Systems Engineer",
"image": "https://github.com/gonzalochale.png",
"summary": "This is a starter template web portfolio. It is designed to be a starting point to showcase your work and help you stand out from the crowd. Perfect for developers, designers, and other professionals.",
"location": {
"city": "Cancún",
"countryCode": "MX",
"country": "México"
}
},
"connect": {
"sectionLabel": "Experience",
"socials": [
{
"network": "X (Formerly Twitter)",
"label": "X (Formerly Twitter)",
"username": "gonzalochale",
"url": "https://x.com/gonzalochale"
},
{
"network": "GitHub",
"label": "GitHub",
"username": "gonzalochale",
"url": "https://github.com/gonzalochale"
},
{
"network": "LinkedIn",
"label": "LinkedIn",
"username": "gonzalochale",
"url": "https://www.linkedin.com/in/gonzalochale/"
},
{
"network": "YouTube",
"label": "YouTube",
"username": "chalegonzalo",
"url": "https://www.youtube.com/@chalegonzalo"
}
]
},
"experience": {
"sectionLabel": "Work experience",
"jobs": [
{
"company": "Acme",
"position": "Software Engineer",
"startDate": "2020-01-01",
"endDate": "2024-07-31",
"summary": "I worked on the Acme team, where I helped build the Y feature. I was responsible for Z, which involved A, B, and C.",
"highlights": [
"Developed a new feature for the Acme platform",
"Worked on the Y project, which involved A, B, and C",
"Collaborated with the Z team to improve the X platform"
]
},
{
"company": "Y (Formerly X)",
"position": "Software Engineer",
"startDate": "2018-01-01",
"endDate": "2019-12-31",
"summary": "I worked on the Y team, where I helped build the Z feature. I was responsible for A, which involved B, C, and D.",
"highlights": [
"Developed a new feature for the Y platform",
"Worked on the Z project, which involved B, C, and D",
"Collaborated with the A team to improve the Y platform"
]
}
]
},
"stack": {
"sectionLabel": "My stack",
"logos": [
{ "src": "/logos/astro.svg", "alt": "AstroJS Logo" },
{ "src": "/logos/vercel.svg", "alt": "Vercel Logo" },
{ "src": "/logos/tailwindcss.svg", "alt": "TailwindCSS Logo" },
{ "src": "/logos/typescript.svg", "alt": "TypeScript Logo" },
{ "src": "/logos/css.svg", "alt": "CSS Logo" },
{ "src": "/logos/html5.svg", "alt": "HTML Logo" },
{ "src": "/logos/astro.svg", "alt": "AstroJS Logo" },
{ "src": "/logos/vercel.svg", "alt": "Vercel Logo" },
{ "src": "/logos/tailwindcss.svg", "alt": "TailwindCSS Logo" },
{ "src": "/logos/typescript.svg", "alt": "TypeScript Logo" },
{ "src": "/logos/css.svg", "alt": "CSS Logo" },
{ "src": "/logos/html5.svg", "alt": "HTML Logo" }
]
},
"personalProjects": {
"sectionLabel": "Personal projects",
"projects": [
{
"name": "LiteFolio",
"description": "This is a starter template web portfolio. It is designed to be a starting point to showcase your work and help you stand out from the crowd. Perfect for developers, designers, and other professionals.",
"imageUrl": "/assets/project.png",
"projectSocials": [
{
"network": "GitHub",
"label": "GitHub",
"url": "https://github.com/gonzalochale/litefolio"
},
{
"network": "Demo",
"label": "Demo",
"url": "https://litefolio.vercel.app/"
}
]
},
{
"name": "LiteFolio",
"description": "This is a starter template web portfolio. It is designed to be a starting point to showcase your work and help you stand out from the crowd. Perfect for developers, designers, and other professionals.",
"imageUrl": "/assets/project.png",
"projectSocials": [
{
"network": "GitHub",
"label": "GitHub",
"url": "https://github.com/gonzalochale/litefolio"
},
{
"network": "Demo",
"label": "Demo",
"url": "https://litefolio.vercel.app/"
}
]
},
{
"name": "LiteFolio",
"description": "This is a starter template web portfolio. It is designed to be a starting point to showcase your work and help you stand out from the crowd. Perfect for developers, designers, and other professionals.",
"imageUrl": "/assets/project.png",
"projectSocials": [
{
"network": "GitHub",
"label": "GitHub",
"url": "https://github.com/gonzalochale/litefolio"
},
{
"network": "Demo",
"label": "Demo",
"url": "https://litefolio.vercel.app/"
}
]
}
]
}
}