-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
513 lines (433 loc) · 19.3 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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/img/Dança.gif" type="image/x-icon">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<link rel="stylesheet" href="assets/css/carousel.css">
<link rel="stylesheet" href="assets/css/styles.css">
<title> Portfolio QA - Mafra</title>
</head>
<body>
<!--=============== HEADER ===============-->
<header class="header" id="header">
<nav class="nav container">
<!-- <a href="#" class="nav__logo ghost">Tradução</a>
<i class='nav__logo bx bxl-github button' ></i><i ></i>-->
<div class="nav__menu">
<ul class="nav__list">
<li class="nav__item">
<a href="#home" class="nav__link active-link">
<i class='bx bx-home-alt'></i>
</a>
</li>
<li class="nav__item">
<a href="#about" class="nav__link">
<i class='bx bx-user'></i>
</a>
</li>
<li class="nav__item">
<a href="#skills" class="nav__link">
<i class='bx bx-book'></i>
</a>
</li>
<li class="nav__item">
<a href="#work" class="nav__link">
<i class='bx bx-briefcase-alt-2'></i>
</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link">
<i class='bx bx-message-square-detail'></i>
</a>
</li>
</ul>
</div>
<i class='bx bx-moon change-theme' id="theme-button"></i>
<span class="">Mafra</span>
<a href="pt.html" class="work__item active-work">PT - BR</a>
</nav>
</header>
<main class="main">
<!--=============== HOME ===============-->
<section class="home section" id="home">
<div class="home__container container grid">
<div class="home__data">
<span class="home__greeting">Hello, my name is</span>
<h1 class="home__name">Vinicius Mafra</h1>
<h3 class="home__education">Quality Assurance - Web, Apps and Games</h3>
<div class="home__buttons">
<!--download=""-->
<a href="EN-Games-ViniciusMafraLopes.pdf" class="button button--ghost">
Download CV
</a>
<a href="#about" class="button">About me</a>
</div>
</div>
<div class="home__handle">
<img src="assets/img/mafra.jpg" width="290px">
</div>
<a href="#about" class="home__scroll">
<i class='bx bx-mouse home__scroll-icon'></i>
<h3 class="home__scroll-name">Scroll Down</h3>
</a>
</div>
</section>
<!--=============== ABOUT ===============-->
<section class="about section" id="about">
<center><hr width="50%" style="background-color: hsl( 250 , 66% , 75% ); border-color: hsl( 250 , 66% , 75% ); "><br></center>
<br>
<span class="section__subtitle">My introduction</span>
<h2 class="section__title">About me</h2>
<div class="about__container container grid">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<!-- Script -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="./js/bootstrap.js"> </script>
<div id="carousel" class="carousel slide" data-ride="carousel">
<!-- Bullets do carrossel, se aumentar uma imagem, aumente um li e acrescento o próximo número -->
<ol class="carousel-indicators">
<li data-target="#carousel" data-slide-to="0" class="active"></li>
<li data-target="#carousel" data-slide-to="1"></li>
<li data-target="#carousel" data-slide-to="2"></li>
<li data-target="#carousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<center>
<img style="border-radius: 20px;" src="assets/img/Mundo.webp"></center>
</div>
<div class="carousel-item">
<center>
<img style="border-radius: 20px;" src="assets/img/facens.webp"></center>
</div>
<div class="carousel-item">
<center>
<img style="border-radius: 20px;" src="assets/img/Turma.webp"></center>
</div>
<div class="carousel-item">
<center>
<img style="border-radius: 20px;" src="assets/img/Show.webp"></center>
</div>
</div> <!-- Fecha elementos dentro do carrossel -->
<!-- Controladores | Botões -->
<a class="carousel-control-prev" href="#carousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only"> Previous </span>
</a>
<a class="carousel-control-next" href="#carousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only"> Next </span>
</a>
</div> <!-- Fim do carrossel -->
<div class="about__data">
<p class="about__description">
My name is Vinicius Mafra, I have a degree in Analysis and development of
systems, I have been working in project management and quality for 2 years, I have experience in
software development industry, test automation and process improvement processes.<br><br>
I am passionate about solving problems and learning from solutions.🚀<br> I am always open to new challenges and ready to face new changes. 🎮
</p>
</div>
</div>
</section>
<div class="skills__container container grid">
<div class="about__box">
<center>
<i class='bx bx-award about__icon'></i>
<h3 class="about__title">Centro Universitário Facens</h3>
<h4 class="about__title">Analise desenvolvimento de sistema, Tecnologia da Informação</h4>
<h3 class="about__subtitle">jan 2020 - jul 2022</h3>
</center>
</div>
<div class="about__box">
<center>
<i class='bx bx-award about__icon'></i>
<h3 class="about__title">Etec Fernando Prestes </h3>
<h4 class="about__title">Tecnologia da Informação, Analise Desenvolvimento de Sistemas </h4>
<h3 class="about__title">nov 2017 - jan 2019</h3>
</center>
</div>
</div>
<!--=============== SKILLS ===============-->
<section class="skills section" id="skills">
<center><hr width="50%" style="background-color: hsl( 250 , 66% , 75% ); border-color: hsl( 250 , 66% , 75% ); "><br></center>
<span class="section__subtitle">My skills</span>
<h2 class="section__title">My work experiences</h2>
<div class="skills__container container grid">
<div class="about__box">
<center>
<img src="assets/img/LIGA.jpg" width="30px">
<a href="https://liga.facens.br/" class="work__button">
LIGA<i class='bx bx-right-arrow-alt work__icon'></i>
</a>
<h3 class="about__title">LIGA FACENS - Laboratório de Inovação de Games e Apps</h3>
<h4 class="about__subtitle">Software QA Analyst · Full Time</h4>
<h4 class="about__subtitle">may 2021 - mar 2023 · 1 year 11 months</h4>
<h4 class="about__subtitle">Sorocaba, São Paulo, Brazil · hybrid</h4>
</center>
</div>
<div class="about__box">
<center>
<img src="assets/img/value.jpg" width="30px">
<p href="http://valueprojects.com.br/index.html" class="work__button">
Value<i class='bx bx-right-arrow-alt work__icon'></i>
</p>
<h3 class="about__title">Value Projects · internship</h3>
<h3 class="about__subtitle">Desenvolvedor de software - React Native</h3>
<p class="about__subtitle">set 2020 - may 2021 · 9 months</p>
<p class="about__subtitle">São Paulo, Brazil · Remote</p>
</center>
</div>
<div class="skills__content">
<h3 class="skills__title">QA</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Tests Case</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Integration tests</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Development BDD</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
</div>
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Git + AWS</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Playwright Js</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name">Airtest Python</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
</div>
</div>
</div>
<div class="skills__content">
<h3 class="skills__title">Work tool</h3>
<div class="skills__box">
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name" id="google">Monday</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name" id="google">Report Bugs Jira</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name" id="google">Agile Process</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
</div>
<div class="skills__group">
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name" id="google">Team management</h3>
<span class="skills__level">intermediate</span>
</div>
</div>
<div class="skills__data">
<i class='bx bxs-badge-check'></i>
<div>
<h3 class="skills__name" id="google">Tests in Games, Apps and Web.</h3>
<span class="skills__level">Advanced</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=============== WORK ===============-->
<section class="work section" id="work">
<center><hr width="50%" style="background-color: hsl( 250 , 66% , 75% ); border-color: hsl( 250 , 66% , 75% ); "><br></center>
<h2 class="section__title">Recent works</h2>
<div class="work__filters">
<h3 class="work__item active-work" data-filter="all">All</h3>
<h3 class="work__item" data-filter=".web">Games</h3>
<h3 class="work__item" data-filter=".movil">Apps</h3>
</div>
<div class="work__container container grid" id="work__container">
<div class="work__card mix web">
<center>
<img src="assets/img/Show.webp" width="500px" alt="" class="work__img">
<h3 class="work__title">Show do Milhão - Oficial </h3>
<a href="https://play.google.com/store/apps/details?id=com.sbt.showdomilhao&hl=pt_BR&gl=US"
class="work__button">
Google Play<i class='bx bx-right-arrow-alt work__icon'></i>
</a>
</center>
</div>
<div class="work__card mix movil">
<center>
<img src="assets/img/facens.webp" alt="" class="work__img">
<h3 class="work__title">FACENS</h3>
<a href="https://play.google.com/store/apps/details?id=liga.app.facens" class="work__button">
Google Play<i class='bx bx-right-arrow-alt work__icon'></i>
</a>
</center>
</div>
<div class="work__card mix web">
<center>
<img src="assets/img/Turma.webp" alt="" class="work__img">
<h3 class="work__title">Turma do Arrepio Grand Prix</h3>
<a href="https://play.google.com/store/apps/details?id=com.sbt.tdagranprix" class="work__button">
Google Play<i class='bx bx-right-arrow-alt work__icon'></i>
</a>
</center>
</div>
<div class="work__card mix web">
<center>
<img src="assets/img/Mundo.webp" alt="" class="work__img">
<h3 class="work__title">Mundo SBT</h3>
<a href="https://play.google.com/store/apps/details?id=com.sbt.mmo&hl=en_US" class="work__button">
Google Play <i class='bx bx-right-arrow-alt work__icon'></i>
</a>
</center>
</div>
<div class="work__card mix movil">
<center>
<img src="assets/img/nCursos.jpg" alt="" class="work__img">
<h3 class="work__title">D+ Uma Chance</h3>
<a href="https://www.ncursosedu.com.br/" class="work__button">
Web <i class='bx bx-right-arrow-alt work__icon'></i>
</a>
</center>
</div>
<div class="work__card mix movil">
<center>
<img src="assets/img/Sama.webp" alt="" class="work__img">
<h3 class="work__title">SAMA - Ecossistema de Educação</h3>
<a href="https://play.google.com/store/apps/details?id=liga.app.ionic.sama" class="work__button">
Google Play <i class='bx bx-right-arrow-alt work__icon'></i>
</a>
<center>
</div>
</div>
</div>
</section>
<!--=============== CONTACT ===============-->
<section class="contact section" id="contact">
<center><hr width="50%" style="background-color: hsl( 250 , 66% , 75% ); border-color: hsl( 250 , 66% , 75% ); "><br></center>
<h2 class="section__title">Contact</h2>
<div class="contact__container container grid">
<div class="contact__content">
<div class="about__box">
<center>
<i class='bx bx-award about__icon'></i>
<h3 class="about__title">Discord</h3>
<span class="about__subtitle">vmafra</span>
</div><br>
<a style="margin-left: 30%;" href="https://www.linkedin.com/in/vinicius-mafra-lopes-8a409219a/" target="_blank"
class="home__social-link">
<i class='bx bxl-linkedin-square'></i>
</a>
<a href="https://github.com/ViniciusMafraL" target="_blank" class="home__social-link">
<i class='bx bxl-github'></i>
</a>
<a href="https://www.instagram.com/vinymafra/" target="_blank" class="home__social-link">
<i class='bx bxl-instagram'></i>
</a>
</center>
<br><br>
<h3 class="contact__title">Talk me</h3>
<div class="contact__info">
<div class="contact__card">
<i class='bx bx-mail-send contact__card-icon'></i>
<h3 class="contact__card-title">Email</h3>
<span class="contact__card-data">[email protected]</span>
<form action="https://formsubmit.co/[email protected] " method="POST">
<input type="hidden" name="_next" value=" https://viniciusmafral.github.io/Mafra-Portfolio/">
<a href="" target="_blank" class="contact__button">
Contact <i class='bx bx-right-arrow-alt contact__button-icon'></i>
</a>
</div>
<div class="contact__card">
<i class='bx bxl-whatsapp contact__card-icon'></i>
<h3 class="contact__card-title">Whatsapp</h3>
<span class="contact__card-data">(15) 98152-3322</span>
<a href="https://api.whatsapp.com/send?phone=5515981523322&text= Olá Mafra, Tudo bem?" target="_blank"
class="contact__button">
Contact <i class='bx bx-right-arrow-alt contact__button-icon'></i>
</a>
</div>
<div class="contact__card">
<i class='bx bxl-linkedin contact__card-icon'></i>
<h3 class="contact__card-title">Linkedin</h3>
<span class="contact__card-data">Vinicus Mafra</span>
<a href="https://www.linkedin.com/in/vinicius-mafra-lopes-8a409219a/" target="_blank"
class="contact__button">
Contact <i class='bx bx-right-arrow-alt contact__button-icon'></i>
</a>
</div>
</div>
</div>
<div class="contact__content">
<h3 class="contact__title">For more information</h3>
<form action="" class="contact__form">
<div class="contact__form-div">
<label for="" class="contact__form-tag">Name</label>
<input type="text" name="name" type="text" placeholder="Enter your name" class="contact__form-input">
</div>
<div class="contact__form-div">
<label for="" class="contact__form-tag">Email</label>
<input type="email" name="email" type="email" placeholder="Enter your e-mail" class="contact__form-input">
</div>
<div class="contact__form-div contact__form-area">
<label for="" class="contact__form-tag">Note</label>
<textarea name="message" id="" cols="30" rows="10" placeholder="Enter your message"
class="contact__form-input"></textarea>
</div>
<button class="button">Send</button>
</form>
</div>
</div>
</section>
</main>
<h1 class="footer__title"></h1>
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/mixitup.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/carrosel.js"></script>
</body>
</html>