-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
445 lines (403 loc) · 23.9 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
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="en">
<head>
<title>Patricia Costalonga CV</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Responsive HTML5 Resume/CV Template for Developers">
<meta name="author" content="Xiaoying Riley at 3rd Wave Media">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Font -->
<link href='https://fonts.googleapis.com/css?family=Roboto:400,500,400italic,300italic,300,500italic,700,700italic,900,900italic' rel='stylesheet' type='text/css'>
<!-- FontAwesome JS -->
<script defer src="https://use.fontawesome.com/releases/v5.1.0/js/all.js" integrity="sha384-3LK/3kTpDE/Pkp8gTNp2gR/2gOiwQ6QaO7Td0zV76UFJVhqLl4Vl3KL1We6q6wR9" crossorigin="anonymous"></script>
<!-- Global CSS -->
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/orbit-4.css">
</head>
<body>
<div class="wrapper">
<div class="sidebar-wrapper">
<div class="profile-container">
<h1 class="name">Patricia Costalonga</h1>
<h3 class="tagline">Front-end Developer</h3>
</div><!--//profile-container-->
<div class="contact-container container-block">
<ul class="list-unstyled contact-list">
<li class="email"><a href="https://goo.gl/maps/5q31CB6qgNabxmb58" target="_blank">London, UK</a></li>
<li class="email"><a href="mailto: [email protected]">[email protected]</a></li>
<li class="email"><a href="https://www.patriciacostalonga.com/">My portfolio</a></li>
<li class="linkedin"><i class="fab fa-linkedin-in"></i><a href="https://www.linkedin.com/in/patricia-costalonga/" target="_blank">patricia-costalonga</a></li>
<li class="github"><i class="fab fa-github"></i><a href="https://github.com/PatriciaCostalonga" target="_blank">PatriciaCostalonga</a></li>
</ul>
</div><!--//contact-container-->
<section class="skills-section section">
<h2 class="container-block-title">Technical Skills</h2>
<div class="skillset">
<div class="item">
<h3 class="level-title">HTML</h3>
</div>
<div class="item">
<h3 class="level-title">CSS</h3>
</div>
<div class="item">
<h3 class="level-title">SASS</h3>
</div>
<div class="item">
<h3 class="level-title">Javascript</h3>
</div>
<div class="item">
<h3 class="level-title">jQuery</h3>
</div>
<div class="item">
<h3 class="level-title">Angular</h3>
</div>
<div class="item">
<h3 class="level-title">React</h3>
</div>
<div class="item">
<h3 class="level-title">TypeScript</h3>
</div>
<div class="item">
<h3 class="level-title">PHP</h3>
</div>
<div class="item">
<h3 class="level-title">C#</h3>
</div>
<div class="item">
<h3 class="level-title">JSON</h3>
</div>
<div class="item">
<h3 class="level-title">SQL</h3>
</div>
<div class="item">
<h3 class="level-title">GitHub & Git</h3>
</div>
<div class="item">
<h3 class="level-title">Figma</h3>
</div>
<div class="item">
<h3 class="level-title">Photoshop</h3>
</div>
<div class="item">
<h3 class="level-title">Illustrator</h3>
</div>
<div class="item">
<h3 class="level-title">Blender 3D</h3>
</div>
</div>
</section><!--//skills-section-->
<div class="languages-container container-block">
<h2 class="container-block-title">
Languages
</h2>
<ul class="list-unstyled interests-list">
<li>
English <span class="lang-desc">(Fluent)</span>
</li>
<li>
Portuguese <span class="lang-desc">(Native)</span>
</li>
</ul>
</div><!--//interests-->
</div><!--//sidebar-wrapper-->
<div class="main-wrapper">
<div class="profile-title">
<h1 class="name">Patricia Costalonga</h1>
<h3 class="tagline">Front-end Developer</h3>
</div>
<section class="section summary-section">
<h2 class="section-title"><span class="icon-holder"><svg class="svg-inline--fa fa-user fa-w-14" aria-hidden="true" data-prefix="fas" data-icon="user" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" data-fa-i2svg=""><path fill="currentColor" d="M224 256c70.7 0 128-57.3 128-128S294.7 0 224 0 96 57.3 96 128s57.3 128 128 128zm89.6 32h-16.7c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16h-16.7C60.2 288 0 348.2 0 422.4V464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48v-41.6c0-74.2-60.2-134.4-134.4-134.4z"></path></svg><!-- <i class="fas fa-user"></i> --></span>Career Profile</h2>
<div class="summary">
<p>
I'm a dynamic Front-end developer with a creative flair, boasting over three years of experience and a diverse Design background spanning over a decade. My professional journey has taken me through industries such as Hospitality SaaS, Online Gambling, Fashion, and Cultural sectors, igniting my passion for crafting immersive digital experiences.
</p>
</div><!--//summary-->
</section><!--//section-->
<section class="section projects-section">
<h2 class="section-title"><span class="icon-holder"><svg class="svg-inline--fa fa-briefcase fa-w-16" aria-hidden="true" data-prefix="fas" data-icon="briefcase" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M320 288h192v144c0 26.51-21.49 48-48 48H48c-26.51 0-48-21.49-48-48V288h192v20c0 6.627 5.373 12 12 12h104c6.627 0 12-5.373 12-12v-20zm192-112v80H0v-80c0-26.51 21.49-48 48-48h80V80c0-26.51 21.49-48 48-48h160c26.51 0 48 21.49 48 48v48h80c26.51 0 48 21.49 48 48zM320 96H192v32h128V96z"></path></svg><!-- <i class="fas fa-briefcase"></i> --></span>Work Experience</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Front-End Engineer</h3>
<div class="time">Sep 2021 - Apr 2023</div>
</div><!--//upper-row-->
<div class="company"><a href="https://eviivo.com/" target="_blank">Eviivo</a> - London, UK</div>
</div><!--//meta-->
<div class="details">
<ul>
<li>
Optimised customer photo import process, enhancing user experience and saving valuable time for the activation team. Conducted successful company-wide demonstration of the streamlined solution.
</li>
<li>
Developed a high-performing UI for room ordering, resulting in an increase of 30,000+ bookable rooms.
</li>
<li>
Upgraded codebase to .NET Core 6.0, improving system understanding, debugging capabilities, and production troubleshooting.
</li>
<li>
Worked in agile methodology through a test-first approach, listening to clients' feedback and collaborating with cross-function teams to deliver projects on time.
</li>
<li>
Tech and tools set: Javascript, JQuery, C#, Preact (React minified), CSS, SASS, HTML, Sentry, Graylog, Figma, SQL
</li>
</ul>
</div>
</div><!--//item-->
<div class="item">
<div class="upper-row">
<h3 class="job-title">Front-end Developer</h3>
<div class="time">Apr 2020 - Sep 2021</div>
<div class="company"><a href="https://whitezip.com/" target="_blank">Whitezip</a> - London, UK</div>
</div>
<div class="details">
<ul>
<li>
Worked closely with stakeholders to develop exceptional and distinctive user experiences within the Online Casino Market.
</li>
<li>
Successfully improved Angular registration pages resulting in a 30% customer conversion increase.
</li>
<li>
Applied SEO techniques to drive engagement and improve Google rankings.
</li>
<li>
Designed and developed high-converting landing pages to boost player sign-up rates.
</li>
<li>
Created a robust data structure using PHP and JSON to handle data across multiple brands asynchronously.
</li>
<li>
Created engaging Wordpress pages dedicated to betting tournaments.
</li>
<li>
Tech and tools set: Angular, Javascript, JQuery, PHP, CSS, SASS, HTML, Wordpress, Photoshop, Illustrator, Figma, Blender
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Designer & Volunteer</h3>
<div class="time">Jan 2020 - Jun 2021</div>
</div><!--//upper-row-->
<div class="company"><a href="https://wechan.ge/" target="_blank">WeChan.ge</a> - Remote, Brazil</div>
</div><!--//meta-->
<div class="details">
<ul>
<li>
Contributed to the development of a Web Progressive Application.
</li>
<li>
Implemented effective marketing campaigns with clear and relatable messaging.
</li>
</ul>
</div>
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Industrial Designer</h3>
<div class="time">Aug 2016 - Dec 2018</div>
</div><!--//upper-row-->
<div class="company"><a href="https://www.grupotechnos.com.br/en/corporate-profile" target="_blank">Grupo Technos</a> - Rio de Janeiro, Brazil</div>
</div><!--//meta-->
<div class="details">
<ul>
<li>
Achieved a 70% increase in sales and a 57% boost in sales volume for the EURO brand.
</li>
<li>
Collaborated closely with key stakeholders to align performance, cost, and manufacturing feasibility.
</li>
<li>
Developed innovative 2D and 3D design concepts to effectively meet targeted product strategy demands.
</li>
<li>
Tech and tools set: Photoshop, Illustrator, Rhinoceros 3D
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Owner & Designer</h3>
<div class="time">Aug 2014 - Jan 2018</div>
</div><!--//upper-row-->
<div class="company"><a href="https://www.instagram.com/estilheiras/?hl=en" target="_blank">Estilheiras</a> - Rio de Janeiro, Brazil</div>
</div><!--//meta-->
<div class="details">
<ul>
<li>
Designed and sold unique handmade and 3D jewellery, delighting customers with innovative designs.
</li>
<li>
Analysed competitor activity and trends to improve sales and market positioning.
</li>
<li>
Developed and executed integrated marketing strategies, increasing customer engagement.
</li>
<li>
Tech and tools set: Photoshop, Illustrator, Rhinoceros 3D
</li>
</ul>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">Graphic Designer</h3>
<div class="time">Aug 2013 - Sep 2015</div>
</div><!--//upper-row-->
<div class="company"><a href="http://www.cnfcp.gov.br/english/index.php" target="_blank">National Centre for Folklore and Popular Culture</a> - Rio de Janeiro, Brazil</div>
</div><!--//meta-->
<div class="details">
<ul>
<li>
Proficiently utilised Adobe Creative Suite to enhance design work and execute precise image editing.
</li>
<li>
Generated top-notch, high-resolution digital image files for both traditional printing and digital methods.
</li>
<li>
Mentored and supervised three interns, fostering open communication and meticulous attention to detail.
</li>
<li>
Developed captivating brochures, banners, and signs for exhibitions.
</li>
<li>
Tech and tools set: Photoshop, Illustrator, InDesign
</li>
</ul>
</div><!--//details-->
</div>
</section><!--//section-->
<section class="section educational-section">
<h2 class="section-title"><span class="icon-holder"><svg class="svg-inline--fa fa-laptop fa-w-20" aria-hidden="true" data-prefix="fas" data-icon="laptop" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" data-fa-i2svg=""><path fill="currentColor" d="M512 64v256H128V64h384m16-64H112C85.5 0 64 21.5 64 48v288c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zm100 416H389.5c-3 0-5.5 2.1-5.9 5.1C381.2 436.3 368 448 352 448h-64c-16 0-29.2-11.7-31.6-26.9-.5-2.9-3-5.1-5.9-5.1H12c-6.6 0-12 5.4-12 12v36c0 26.5 21.5 48 48 48h544c26.5 0 48-21.5 48-48v-36c0-6.6-5.4-12-12-12z"></path></svg><!-- <i class="fas fa-laptop"></i> --></span>Educational</h2>
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
CS50’s Introduction to Computer Science
</h3>
<div class="time">Jul 2023 - present</div>
</div><!--//upper-row-->
<div class="company">Harvard - Online</div>
</div><!--//meta-->
<div class="details">
<p>Topics include computational thinking, abstraction, algorithms, data structures, and computer science more generally. Languages used: C, Python, SQL, HTML, CSS, and JavaScript</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
Modern React with Redux (2023 Updated)
</h3>
<div class="time">Jan 2023 - present</div>
</div><!--//upper-row-->
<div class="company">Udemy - Online</div>
</div><!--//meta-->
<div class="details">
<p>Focused on teaching the fundamentals of React and Redux Toolkit through exercises, quizes and creating dynamic web apps with reusable components.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
Angular - The Complete Guide (2021 Edition)
</h3>
<div class="time">2021</div>
</div><!--//upper-row-->
<div class="company">Udemy - Online</div>
</div><!--//meta-->
<div class="details">
<p>Focused on Angular 12 (formerly "Angular 2") and building reactive web apps.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
The Complete Web Developer in 2020: Zero to Mastery
</h3>
<div class="time">
2020
</div>
</div><!--//upper-row-->
<div class="company">Udemy - Online</div>
</div><!--//meta-->
<div class="details">
<p>A Web Development course updated to latest best practices and used software. Focus on HTML, CSS, Bootstrap, DOM manipulation, Javascript, Node.js, React, Redux, APIs.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
Responsive Web Design Certification
</h3>
<div class="time">
2019
</div>
</div><!--//upper-row-->
<div class="company">FreeCodeCamp - Online</div>
</div><!--//meta-->
<div class="details">
<p>Learned how to make webpages that respond to different screen sizes.</p>
<p>Developed 5 responsive websites as final tests using HTML and CSS.</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
Web Development
</h3>
<div class="time">
2019
</div>
</div><!--//upper-row-->
<div class="company">23 Code Street - London</div>
</div><!--//meta-->
<div class="details">
<p>
Built accessible and responsive websites using:
Clean code, CSS3, Git and GitHub, HTML5, Javascript, jQuery, Pair Programming.
</p>
<p>
Developed a JavaScript 2D collision game as the final project in two weeks in a small group.
</p>
</div><!--//details-->
</div><!--//item-->
<div class="item">
<div class="meta">
<div class="upper-row">
<h3 class="job-title">
Industrial Design Bachelor
</h3>
<div class="time">
Jan 2008 - Jun 2013
</div>
</div><!--//upper-row-->
<div class="company">Pontifical Catholic University of Rio de Janeiro - Rio de Janeiro, Brazil</div>
</div><!--//meta-->
<div class="details">
<p>
Awarded 1° place at the XI Business Cases at PUC-Rio in 2012 with the Momento project.
</p>
</div><!--//details-->
</div><!--//item-->
</section><!--//section-->
</div><!--//main-body-->
</div>
<footer class="footer">
</footer><!--//footer-->
</body>
</html>