-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
308 lines (297 loc) · 15.2 KB
/
index.html
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>"Chamo" Escalona | Software Engineer</title>
<meta name="title" content='"Chamo" Escalona | Software Engineer'>
<meta name="description" content="Welcome to Rolando Chamo Escalona's Portfolio, Software Engineer">
<meta name="keywords" content="frontend, software engineer, tech">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato&display=swap">
<link rel="stylesheet" href="main.css">
</head>
<body>
<!-- Intro -->
<section id="intro-section">
<div class="transparent-card over-left"></div>
<div class="card left-corner">
<div class="card-wrapper">
<div id="intro-card-text">
<h1 id="title">Welcome!</h1>
<p>My name is Rolando Escalona</p>
<p><i>(but you can call me "<a target="_blank" href="https://www.wordreference.com/es/en/translation.asp?spen=chamo">Chamo</a>")</i>,</p>
<p>I am a Software Engineer who loves turning ideas into something real.</p>
</div>
</div>
<svg
width="10" height="80" viewBox="0 0 56 335" fill="none"
xmlns="http://www.w3.org/2000/svg" class="bg-white dots">
<circle cx="28" cy="28" r="28" fill="black"></circle>
<circle cx="28" cy="121" r="28" fill="black"></circle>
<circle cx="28" cy="214" r="28" fill="black"></circle>
<circle cx="28" cy="307" r="28" fill="black"></circle>
</svg>
</div>
<a href="#about" class="arrow" aria-hidden="false" focusable="false"></a>
</section>
<!-- End of Intro -->
<!-- About me -->
<section id="about">
<div class="transparent-card show-on-large"></div>
<div class="card show-on-large">
<div class="half-section">
<h2>
About me
</h2>
<p>
Venezuelan, curious and talkative are the main adjectives that describe
me. I have worked as a Front End Developer since 2018, and have
experience in creating web apps for different working markets, such as
NGOs, startups & companies in tech and public policy consultancy.
</p>
<p>
I have been living abroad since 2016, working as an English teacher in
Colombia, customer loyalty member in a startup and currently as Software
Engineer in Mexico. I consider myself as someone who seeks to be
empathetic among others and enjoys teaching what he knows to anyone
who's eager to learn. Photography and cooking are my favorites hobbies,
including traveling, latin music, swimming and talking about my cats
<i>Ceniza & María Felina</i>. ❤️ 🐈⬛ 🐈
</p>
</div>
<div class="half-section">
<ul class="experiences-list">
<li class="experience">
Freelancer Software Engineer, <a class="company">Independent</a>
<br>
Remote, Jan 2024 — Present
</li>
<li class="experience">
Software Engineer, <a class="company" href="https://etsy.com/" target="_blank" id="etsy">Etsy</a>
<br>
Mexico City, Sept 2021 — Dec 2023
</li>
<li class="experience">
Lead Front End Dev, <a class="company" href="https://kinedu.com/" target="_blank" id="kinedu">Kinedu</a>
<br>
Remote - Mexico, March 2021 — Sept 2021
</li>
<li class="experience">
Lead Front End Dev, <a class="company" href="https://aiwifi.io/" target="_blank" id="aiwifi">Aiwifi Insights</a>
<br>
Mexico City, Sept 2019 — March 2021
</li>
<li class="experience">
Front End Dev, <a class="company" href="https://yeeko.org/" target="_blank" id="yeeko">Yeeko</a>
<br>
Mexico City, Mar 2019 — Sept 2019
</li>
<li class="experience">
R&D — Front End Dev, <a class="company" href="https://akubica.com/" target="_blank" id="akubica">Sistemas aKúbica</a>
<br>
Mexico City, Aug 2018 — March 2019
</li>
<li class="experience">
Front End Dev, <a class="company" href="https://ippconsultores.mx/" target="_blank" id="ipp">IPP Consultores</a>
<br>
Mexico City, Feb 2018 — Aug 2018
</li>
</ul>
<ul class="dots-divider section-divider" id="skill-divider">
<li class="dot"></li>
<li class="dot"></li>
<li class="dot"></li>
</ul>
<ul class="skills">
<li class="skill">
<img src="./assets/icons/html5-brands.svg" alt="HTML5 Icon" class="skill-icon">
<span>HTML</span>
</li>
<li class="skill">
<img src="./assets/icons/css3-alt-brands.svg" alt="CSS Icon" class="skill-icon">
<span>CSS</span>
</li>
<li class="skill">
<img src="./assets/icons/js-brands.svg" alt="JS Icon" class="skill-icon">
<span>JS</span>
</li>
<li class="skill">
<img src="./assets/icons/vuejs-brands.svg" alt="VueJS Icon" class="skill-icon">
<span>VueJS</span>
</li>
<li class="skill">
<img src="./assets/icons/react-brands.svg" alt="ReactJS Icon" class="skill-icon">
<span>React</span>
</li>
</ul>
</div>
</div>
<!-- When view is for mobile -->
<div class="show-on-small">
<div class="relative half-view">
<div class="white-card shadow-right"></div>
<div class="card-on-small sided-to-corner right-corner">
<h2>
About me
</h2>
<p>
Venezuelan, curious and talkative are the main adjectives that describe
me. I have worked as a Front End Developer since 2018, and have
experience in creating web apps for different working markets, such as
NGOs, startups & companies in tech and public policy consultancy.
<br> <br>
I have been living abroad since 2016, working as an English teacher in
Colombia, customer loyalty member in a startup and currently as Software
Engineer in Mexico. I consider myself as someone who seeks to be
empathetic among others and enjoys teaching what he knows to anyone
who's eager to learn. Photography and cooking are my favorites hobbies,
including traveling, latin music, swimming and talking about my cats
Ceniza & María Felina. ❤️ 🐈⬛ 🐈
</p>
</div>
</div>
<div class="relative half-view">
<div class="white-card shadow-left"></div>
<div class="card-on-small sided-to-corner left-corner">
<ul class="experiences-list">
<li class="experience">
Freelancer Software Engineer, <a class="company">Independent</a>
<br>
Remote, Feb 2024 — Present
</li>
<li class="experience">
Software Engineer, <a class="company" href="https://etsy.com/" target="_blank" id="etsy">Etsy</a>
<br>
Mexico City, Sept 2021 — Dec 2023
</li>
<li class="experience">
Lead Front End Dev, <a class="company" href="https://kinedu.com/" target="_blank" id="kinedu">Kinedu</a>
<br>
Remote - Mexico, March 2021 — Sept 2021
</li>
<li class="experience">
Lead Front End Dev, <a class="company" href="https://aiwifi.io/" target="_blank" id="aiwifi">Aiwifi Insights</a>
<br>
Mexico City, Sept 2019 — March 2021
</li>
<li class="experience">
Front End Dev, <a class="company" href="https://yeeko.org/" target="_blank" id="yeeko">Yeeko</a>
<br>
Mexico City, Mar 2019 — Sept 2019
</li>
<li class="experience">
R&D — Front End Dev, <a class="company" href="https://akubica.com/" target="_blank" id="akubica">Sistemas aKúbica</a>
<br>
Mexico City, Aug 2018 — March 2019
</li>
<li class="experience">
Front End Dev, <a class="company" href="https://ippconsultores.mx/" target="_blank" id="ipp">IPP Consultores</a>
<br>
Mexico City, Feb 2018 — Aug 2018
</li>
</ul>
<ul class="dots-divider section-divider" id="skill-divider">
<li class="dot"></li>
<li class="dot"></li>
<li class="dot"></li>
</ul>
<ul class="skills">
<li class="skill">
<img src="./assets/icons/html5-brands.svg" alt="HTML5 Icon" class="skill-icon">
<span>HTML</span>
</li>
<li class="skill">
<img src="./assets/icons/css3-alt-brands.svg" alt="CSS Icon" class="skill-icon">
<span>CSS</span>
</li>
<li class="skill">
<img src="./assets/icons/js-brands.svg" alt="JS Icon" class="skill-icon">
<span>JS</span>
</li>
<li class="skill">
<img src="./assets/icons/vuejs-brands.svg" alt="VueJS Icon" class="skill-icon">
<span>VueJS</span>
</li>
<li class="skill">
<img src="./assets/icons/react-brands.svg" alt="ReactJS Icon" class="skill-icon">
<span>React</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- End of About me -->
<!-- Portfolio -->
<section>
<h2 class="title">Portfolio</h2>
<ul id="portfolio-list__grid">
<li class="element-card">
<div class="element-card__over-card"></div>
<a href="https://www.etsy.com/shipping/us/price-your-postage" target="_blank" class="element-card__image"><img src="./assets/img/etsyShippingCalculator.webp" alt=""></a>
<hr>
<div class="element-card__details">
<h3>
<a class="element-card__details__link" href="https://www.etsy.com/shipping/us/price-your-postage" target="_blank">
Etsy - Shipping Calculator
</a>
</h3>
<p>
Redesign of Etsy's Shipping Calculator Tool for the USA Marketplace
</p>
</div>
</li>
<li class="element-card">
<div class="element-card__over-card"></div>
<a href="https://aiwifi.io/" target="_blank" class="element-card__image"><img src="./assets/img/aiwifiDashboard.webp" alt=""></a>
<hr>
<div class="element-card__details">
<h3>
<a class="element-card__details__link" href="https://aiwifi.io/" target="_blank">
Aiwifi - Marketing Hotspot Campaign Manager
</a>
</h3>
<p>
Dashboard used to create HotSpot Campaigns, prioritize views by the user and analyze results from their connections
</p>
</div>
</li>
<li class="element-card">
<div class="element-card__over-card"></div>
<a href="https://yeeko.org/" target="_blank" class="element-card__image"><img src="./assets/img/yeekoDashboard.webp" alt=""></a>
<hr>
<div class="element-card__details">
<h3>
<a class="element-card__details__link" href="https://yeeko.org/" target="_blank">
Yeeko - Discussion Panel Tool
</a>
</h3>
<p>
Dashboard used to create questions that allow them to be discussed by different groups of people on Facebook Pages
</p>
</div>
</li>
<li class="element-card">
<div class="element-card__over-card"></div>
<a href="https://seguimiento-electoral-ipp.firebaseapp.com/#/" target="_blank" class="element-card__image"><img src="./assets/img/seguimientoIPP.webp" alt=""></a>
<hr>
<div class="element-card__details">
<h3>
<a class="element-card__details__link" href="https://seguimiento-electoral-ipp.firebaseapp.com/#/" target="_blank">
IPP - Electoral Monitoring
</a>
</h3>
<p>
Tool to closely monitor actions of presidential candidates in Mexico (2018)
</p>
</div>
</li>
</ul>
</section>
<footer role="contentinfo" class="footer">
<p><span id="current-year">2025</span>. All Rights Reserved</p>
</footer>
</body>
</html>