-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
560 lines (514 loc) · 18 KB
/
index.html
File metadata and controls
560 lines (514 loc) · 18 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
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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
<!DOCTYPE html>
<html lang="eng">
<head>
<meta content="André Oliveira - CV Pessoal" name="description" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1" />
<title>André Oliveira</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
/>
<!-- Style css -->
<link rel="stylesheet" href="dist/css-min/style.min.css" />
<!-- FontAwesome css -->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<script type="application/ld+json">
{
"@context": "http://www.schema.org/",
"@type": "person",
"@id": "http://andrecoliveira.github.io",
"jobTitle": "Front-end Engineer",
"name": "André Oliveira",
"birthDate": "1988.05.06",
"gender": "male",
"url": "http://andrecoliveira.github.io"
}
</script>
</head>
<body data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- Navigation Section -->
<div class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<!-- NAVBAR HEADER -->
<div class="navbar-header">
<button
class="navbar-toggle"
data-toggle="collapse"
data-target=".navbar-collapse"
>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- LOGO -->
<a href="index.html" class="navbar-brand">André Oliveira.</a>
</div>
<!-- NAVIGATION LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#about" class="smoothScroll">About</a></li>
<li>
<a href="#skills" class="smoothScroll">Techniques & Skills</a>
</li>
<li><a href="#experience" class="smoothScroll">Experiences</a></li>
<li><a href="#education" class="smoothScroll">Education</a></li>
<li><a href="#languages" class="smoothScroll">Languages</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-12">
<div class="home-thumb">
<h1 class="wow fadeInUp" data-wow-delay="0.8s">
Front-end Engineer& <br />Designer& <br />Workaholic.
</h1>
<!-- <a
href="https://andrecoliveira.github.io/dist/images/Andre_Oliveira_Resume.pdf"
class="wow fadeInUp btn btn-default section-btn"
data-wow-delay="1s"
target="_blank"
>Resume <strong>PT</strong></a
> -->
<a
href="https://github.com/andrecoliveira"
class="wow fadeInUp btn btn-default section-btn"
data-wow-delay="1.2s"
target="_blank"
><i class="fa fa-github fa-lg"></i
></a>
<a
href="https://linkedin.com/in/perfil-andreoliveira/"
class="wow fadeInUp btn btn-default section-btn"
data-wow-delay="1.2s"
target="_blank"
><i class="fa fa-linkedin fa-lg"></i
></a>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section id="about" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow fadeInUp section-title" data-wow-delay="0.6s">
<h2>About</h2>
<p>
Bachelor of Information Systems with 15 years experience in
Front-end development, during this time I could perform several
other functions such as: User Experience, Interaction Designer
and User Researcher.
</p>
<p>
I consider myself a very flexible person, proactive, self-taught
and always seeking to learn new topics. I always like to be
learning things that make me grow professionally.
</p>
<ul class="about-profile wow fadeInUp" data-wow-delay="1.6s">
<li><span>Full Name :</span> André Corrêa de Oliveira</li>
<li><span>Nationality :</span> Brazilian</li>
<li><span>Living :</span> Fortaleza, Brazil</li>
<li><span>Email :</span> coliveira.andre@gmail.com</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- about section -->
<section id="skills" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow fadeInUp section-title" data-wow-delay="0.6s">
<h2>Techniques & Skills</h2>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="wow fadeInUp" data-wow-delay="1.9s">
<ul class="about-profile">
<li>
Principles and good practices of User Experience Design and
Accessibility;
</li>
<li>
UX Design methodologies and deliverables (Personas, card
sorting, wireframes, user stories, A / B testing, usability
tests, standards library and low / high fidelity prototyping);
</li>
<li>
Domain in Adobe tools, Figma, Visual Studio and Xcode Cloud;
</li>
<li>Experience with GIT/SVN versioning tools;</li>
<li>Proficiency in semantic HTML, CSS and JavaScript;</li>
<li>Knowledge in test coverage using Jest / Enzyme;</li>
<li>Knowledge in test E2E/Component using Cypress;</li>
<li>Implementation in Responsive Web Design;</li>
<li>Agile management techniques like Scrum and Squad;</li>
<li>Knowledge of client-server model, HTTP and REST;</li>
<li>
Always studying about Design Patterns, Clean Architecture e
SOLID;
</li>
<li>
Advanced knowledge in CMS Drupal, Wordpress and Liferay;
</li>
<li>
Knowledge in UI Frameworks: Bootstrap, Semantic UI and
Atlaskit.
</li>
<li>Knowledge in CSS Frameworks: Tailwind and Pure.</li>
</ul>
</div>
</div>
<div class="col-md-6 col-sm-12">
<div class="about-skill wow fadeInUp" data-wow-delay="1.9s">
<div>
<strong>React</strong>
<span class="pull-right tag tag-green">Professional</span>
</div>
<div>
<strong>React Native</strong>
<span class="pull-right tag tag-green">Intermediate</span>
</div>
<div>
<strong>JavaScript(ES6/ES7+)</strong>
<span class="pull-right tag tag-green">Professional</span>
</div>
<div>
<strong>Typescript</strong>
<span class="pull-right tag tag-green">Advanced</span>
</div>
<div>
<strong>HTML/CSS</strong>
<span class="pull-right tag tag-green">Advanced</span>
</div>
<div>
<strong>Node.js (Back-end)</strong>
<span class="pull-right tag tag-green">Beginner</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- experience section -->
<section id="experience" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-8">
<div class="wow fadeInUp section-title" data-wow-delay="0.2s">
<h2>Experiences</h2>
</div>
</div>
<div class="clearfix"></div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>LuizaLabs - Magazine Luiza</h4>
<span>2022 - Today</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>React Developer</h4>
<p>
I'm part of the development team of a platform that will be
responsible for providing identity, authentication and
centralized authorization, integrating the entire ecosystem of
applications of the company.
</p>
<strong>Skills: </strong>
Continuous Integration (CI) · Webpack · TypeScript · Cypress ·
ESLint · Git · Babel · Jest · React · Storybook
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="clearfix resume-border-bottom"></div>
</div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>Delfos - Intelligent Maintenance</h4>
<span>2019 - 2022</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>React Developer & Technical Leader</h4>
<p>
Responsible for organizing, planning and elaborating processes
as Scrum Master. I lead a team of six professionals, namely:
FullStack's and Testers. Among our responsibilities, we've been
working on our Dashboard developed in React and mobile
applications in React Native.
</p>
<p>
As a developer, I work on improving the user experience,
designing interfaces and applying UX methodologies.
</p>
<strong>Skills: </strong>
Webpack · TypeScript · ESLint · Git · Babel · Jest · React · React
Native · Semantic UI · Amazon S3 · GraphQL · Firebase · Amazon
Cognito
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="clearfix resume-border-bottom"></div>
</div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>Banco do Nordeste</h4>
<span>2015 - 2018</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>Front-end Engineer & Technical Leader</h4>
<p>
I had the responsibility to help the startup present in our
coworking space, be it in the development part or in the user
experience, performing searches, sketches and many notes.
</p>
<p>
I participated actively in the development of the Hubine portal.
</p>
<strong>Skills: </strong>
Liferay DXP · Velocity · Polymer · Web Components · JS · CSS
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="clearfix resume-border-bottom"></div>
</div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>VTI</h4>
<span>2015 - 2016</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>Front-end Engineer & UI/UX Designer</h4>
<p>
I was the technical leader in the UX cell & Front-end. Among our
tasks, we aimed to study and evaluate how users felt when
interacting with the product / interface, their perception,
their efficiency in performing tasks, and so on. We focused on
turning ideas into useful and enjoyable experiences, adopting
the user-centered design process.
</p>
<p>
In 2015, I had the responsibility of implementing the new
intranet portal, proposing interface improvements, optimizing
navigation and offering a simple and pleasant layout. In that
same period, I was able to participate besides front-end
engineer, the function of UX in several projects of the company.
</p>
<p>
I was involved in projects for DETRAN-CE and the Brazilian Army.
</p>
<strong>Skills: </strong>
Bootstrap · JS · CSS · UX · SVN · UI Designer
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="clearfix resume-border-bottom"></div>
</div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>Banco do Nordeste</h4>
<span>2013 - 2015</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>Interaction Designer & Front-end Engineer</h4>
<p>
In this work, I participated actively in the Communication
Group, playing the role of interaction designer and front-end
engineer. Among our group tasks, they had activities such as:
creating new hotsites, pieces in digital and printed media.
</p>
<p>
In 2014, I had the responsibility of implementing the new Banco
do Nordeste intranet portal, proposing improvements in the
interface, optimizing navigation and offering a simple and
pleasant layout, supplying all the needs encountered by the end
user. For this, some techniques of UX were implemented in order
to obtain an understanding and experience of that user for such
type of interaction.
</p>
<p>
In the same year, together with the IT team, we implemented the
new web portal of Banco do Nordeste using CMS in Java, Liferay.
It was launched in December 2014.
</p>
<strong>Skills: </strong>
Liferay EE · JS · CSS · HTML · SVN · Velocity · PrimeFaces UI · UX
· UI Designer
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="clearfix resume-border-bottom"></div>
</div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>Nuteral</h4>
<span>2011 - 2012</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>Front-end Developer</h4>
<p>
In this environment, I was able to coordinate the development
team, having a direct participation in the projects of internal
systems creation, proposing improvements in the management and
control of sales of its stock. In 2012, we launched its new
sales portal, containing several improvements in order to
simplify the navigation and interaction of its users.
</p>
<p>
Responsible for applying User Experience (UX) dynamics and
proposing usability improvements in the company's internal
systems.
</p>
<strong>Skills: </strong>
CMS Drupal · JS · CSS · PHP · HTML · UX · UI Designer
</div>
</div>
<div class="col-md-12 col-sm-12">
<div class="clearfix resume-border-bottom"></div>
</div>
<div class="col-md-2 col-sm-3">
<div class="wow fadeInUp resume-year" data-wow-delay="0.6s">
<h4>Instituto Atlântico</h4>
<span>2008 - 2011</span>
</div>
</div>
<div class="col-md-8 col-sm-8">
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<h4>Interaction Designer & Front-end Developer</h4>
<p>
In this period I was able to enrich my knowledge in front-end
development, interface design and software engineering based on
agile methods. I was able to help turn ideas into useful and
enjoyable experiences for companies in Brazil, the United
States, Europe and Asia.
</p>
<p>
I participated as an IHC Analyst and Front-End Developer on
national and international projects such as Padtec, Mobitec,
Telcon, Delta, Epson, HP and Sony Ericsson.
</p>
<strong>Skills: </strong>
Adobe Fireworks · Adobe Dreamweaver · Adobe Illustrator · HTML ·
CSS · JS · UX · UI Designer
</div>
</div>
</div>
</div>
</section>
<!-- education section -->
<section id="education" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow fadeInUp section-title" data-wow-delay="0.6s">
<h2>Education</h2>
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<p>
<strong>Bachelor of Information Systems</strong> - UNI7 -
Centro Universitário 7 de Setembro
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- languages section -->
<section id="languages" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow fadeInUp section-title" data-wow-delay="0.6s">
<h2>Languages</h2>
<div class="wow fadeInUp resume-info" data-wow-delay="0.8s">
<p><strong>English</strong> - Intermediate</p>
<p><strong>Portuguese</strong> - Native</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="wow fadeInUp footer-copyright" data-wow-delay="0.2s">
<p id="greetings"></p>
<p id="credits"></p>
<p id="copyright"></p>
</div>
</div>
</div>
</div>
</footer>
<!-- Modal -->
<div
class="modal fade"
id="exampleModalCenter"
tabindex="-1"
role="dialog"
aria-labelledby="exampleModalCenterTitle"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
<button
type="button"
class="close"
data-dismiss="modal"
aria-label="Close"
>
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">...</div>
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script src="dist/js/jquery-3.1.1.min.js"></script>
<script src="dist/js/bootstrap.min.js"></script>
<script src="dist/js/jquery.parallax.js"></script>
<script src="dist/js/smoothscroll.js"></script>
<script src="dist/js/counter.js"></script>
<script src="dist/js/wow.min.js"></script>
<script src="dist/js/custom.js"></script>
</body>
</html>