-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
585 lines (312 loc) · 13.5 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
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
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrystine Martins - Web Developer</title>
<link rel="stylesheet" href="src/css/font-awesome.css" />
<link rel="stylesheet" href="src/css/reset.css" />
<!-- Global -->
<link rel="stylesheet" href="src/css/globais.css" />
<link rel="stylesheet" href="src/css/variaveis.css" />
<link rel="stylesheet" href="src/css/secoes/header.css" />
<link rel="stylesheet" href="src/css/secoes/home.css" />
<link rel="stylesheet" href="src/css/secoes/sobre.css" />
<link rel="stylesheet" href="src/css/secoes/habilidades.css" />
<link rel="stylesheet" href="src/css/secoes/projetos.css" />
<link rel="stylesheet" href="src/css/secoes/footer.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css">
<link rel="apple-touch-icon" sizes="180x180" href="src/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="src/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="src/favicon/favicon-16x16.png">
<link rel="manifest" href="src/favicon/favicon.ico">
<script src="https://cdn.counter.dev/script.js" data-id="87e7cad3-9103-41ff-ae7b-17f0c47fa0e8"
data-utcoffset="-3"></script>
</head>
<body>
<header class="header">
<div class="container">
<div class="row justify-content-between alinhar-itens-no-centro">
<a href="index.html">
<h1 class="logo">CM</h1>
</a>
<nav>
<input id="menu-hamburguer" type="checkbox" />
<label for="menu-hamburguer">
<div class="menu">
<span class="hamburguer"></span>
</div>
</label>
<ul>
<li><a href="#sobre-mim">About</a></li>
<li><a href="#habilidades">Skills</a></li>
<li><a href="#projetos">Projects</a></li>
</ul>
</nav>
</div>
</div>
</header>
<section class="home">
<div class="container">
<div class="row full-screen alinhar-itens-no-centro">
<div class="texto-home">
<!-- <p>Hello</p> -->
<h1>
<img
src="https://readme-typing-svg.demolab.com?font=Dancing+Script&weight=700&size=60&duration=2000&pause=800&color=FFFFFF&random=false&width=550&height=100&lines=Hello!;I'm+Chrystine+Martins.;Web+Developer."
alt="Typing SVG">
</h1>
<!-- <h2>Web Developer</h2> -->
<div class="redes-sociais">
<a href="https://www.linkedin.com/in/chrystine-martins-o-v/" class="outer-shadow" target="_blank"
title="Acessar LinkedIn">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://api.whatsapp.com/send?phone=5531983771651&text= Olá! Vi seu portfólio e gostaria de conversar com você!"
class="outer-shadow" target="_blank" title="Enviar mensagem no WhatsApp">
<i class="fab fa-whatsapp"></i>
</a>
<a href="https://github.com/Chrysthy" class="outer-shadow" target="_blank" title="Acessar GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/chrysthy.martins/" class="outer-shadow" target="_blank"
title="Acessar Instagram">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
<div class="img-home">
<!-- Pode colocar o inner-shadow também: <class="img-box inner-shadow"> -->
<div class="img-box">
<img class="outer-shadow" src="src/imagens/Typing.gif" alt="foto do perfil da Chrystine" />
</div>
</div>
</div>
</div>
</section>
<section class="sobre-mim section" id="sobre-mim">
<div class="container">
<div class="row">
<div class="section-title">
<h2>About Me</h2>
</div>
</div>
<div class="row">
<div class="imagem-sobre-mim">
<div class="img-box inner-shadow">
<img src="src/imagens/eu2.png" alt="foto sobre mim" class="outer-shadow" />
</div>
</div>
<div class="informacoes-sobre-mim">
<p>
<strong>Hello! I'm Chrystine Martins, and I'm on a journey to becoming a web developer.</strong>
<br>
I am very passionate about technology, and I firmly believe that I can make a valuable contribution to any
team with my hard and soft skills.
</p>
<p>
I continuously seek to expand my knowledge and practice the skills I've acquired during my journey as a
developer. I hold a degree in Human Resources, and I have a deep passion for video gaming too.
</p>
<p>
" I'm the type of person that if you ask me a question and I don't know the answer, I'm gonna tell you that
I don't know. But I bet you what, I know how to find the answer and I will find the answer." Chris Gardner.
</p>
<div class="botoes">
<a target="_blank" href="src/arquivo/Curriculo-Chrystine-Martins.pdf" class="botao outer-shadow">My
résumé</a>
</div>
</div>
</div>
</div>
</section>
<section class="habilidades section" id="habilidades">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Skills</h2>
</div>
</div>
<div class="container-habilidades">
<div class="informacoes git">
<div class="logo">
<i class="devicon devicon-git-plain" id="git"></i>
</div>
<h3>Git</h3>
<p>Code versioning, file states, tracked, untracked, git init, and others.</p>
</div>
<div class="informacoes github">
<div class="logo">
<i class="devicon devicon-github-original" id="github"></i>
</div>
<h3>GitHub</h3>
<p>GitHub pages, repository and project organizations, aligned with Git.</p>
</div>
<div class="informacoes vscode">
<div class="logo">
<i class="devicon devicon-vscode-plain" id="vscode"></i>
</div>
<h3>VSCode</h3>
<p>Intelligent code editor, extensions, version control, debugging, GitHub Integration.</p>
</div>
<div class="informacoes figma">
<div class="logo">
<i class="devicon-figma-plain"></i>
</div>
<h3>Figma</h3>
<p>A cloud-based design tool used for creating user interfaces, prototypes, and graphics.</p>
</div>
<div class="informacoes bootstrap">
<div class="logo">
<i class="devicon-bootstrap-plain"></i>
</div>
<h3>Bootstrap</h3>
<p>Bootstrap is a popular open-source framework for building responsive and mobile-first websites.</p>
</div>
<div class="informacoes html">
<div class="logo">
<i class="devicon devicon-html5-plain-wordmark" id="html"></i>
</div>
<h3>HTML5</h3>
<p>Text formatting, external links, internal links, lists, tables, input types (e.g., numbers, password,
submit, checkbox, and radio), HTML tags (e.g., select, text-area), among others.</p>
</div>
<div class="informacoes css">
<div class="logo">
<i class="devicon devicon-css3-plain-wordmark" id="css"></i>
</div>
<h3>CSS3</h3>
<p>CSS inline, margin, padding, box models, link styling, background styling, positioning using display,
responsiveness, element centering, pseudo-classes, pseudo-elements, selectors, and more.</p>
</div>
<div class="informacoes javascript">
<div class="logo">
<i class="devicon devicon-javascript-plain" id="javascript"></i>
</div>
<h3>JavaScript</h3>
<p>Loops, conditionals, scopes, hoisting, anonymous functions, arrow functions, arrays, DOM elements,
manipulation of DOM element styles,object and array, synchronous and asynchronous programming, promises, and
many more.</p>
</div>
<div class="informacoes node">
<div class="logo">
<i class="devicon-nodejs-plain"></i>
</div>
<h3>NodeJS</h3>
<p>A runtime that lets you run JavaScript on the server. It's fast, lightweight, and great for building scalable apps.</p>
</div>
<div class="informacoes npm">
<div class="logo">
<i class="devicon-npm-original-wordmark"></i>
</div>
<h3>NPM</h3>
<p>The Node Package Manager, a tool to manage libraries and dependencies for JavaScript projects. It helps install, share, and update packages easily.</p>
</div>
<div class="informacoes jest">
<div class="logo">
<i class="devicon-jest-plain"></i>
</div>
<h3>Jest</h3>
<p>A JavaScript testing framework designed for simplicity. It helps test code, catch bugs, and ensure your application works as expected.</p>
</div>
<div class="informacoes react">
<div class="logo">
<i class="devicon-react-original"></i>
</div>
<h3>React</h3>
<p>React is a JavaScript library used to build user interfaces, based on reusable components. React makes it easier to create dynamic, interactive web applications.</p>
</div>
<div class="informacoes typescript">
<div class="logo">
<i class="devicon devicon-typescript-original" id="typescript"></i>
</div>
<h3>TypeScript</h3>
<p>Explicit typing, type inference, tuples, enums, any, function typing, unions, type aliases, object typing,
optional parameter properties, assertions, generics, import and export.</p>
</div>
<div class="informacoes angular">
<div class="logo">
<i class="devicon-angularjs-plain" id="angular"></i>
</div>
<h3>Angular</h3>
<p>Components, templates, directives, modules, services, dependency injection, router, forms, and more.</p>
</div>
</div>
</div>
</section>
<section class="projetos section" id="projetos">
<div class="container">
<div class="row">
<div class="section-title">
<h2>Projects</h2>
</div>
</div>
<div class="container-projetos">
<div class="projeto">
<a target="_blank" href="https://chrysthy.github.io/Persona-5-Project/">
<img src="src/imagens/project-1.png" alt="Nome do projeto" />
<h3>Project 1</h3>
<div class="informacoes-projeto">
<p>Persona 5 Project</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto">
<a target="_blank" href="https://chrysthy.github.io/Simple-Form-Project/">
<img src="src/imagens/project-2.png" alt="Form with Validations" />
<h3>Project 2</h3>
<div class="informacoes-projeto">
<p>Simple Form Project with Validations</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto">
<a target="_blank" href="https://github.com/Chrysthy/Interface-PlayStation-Store">
<img src="src/imagens/project-3.png" alt="PS Store Interface" />
<h3>Project 3</h3>
<div class="informacoes-projeto">
<p>PS Store Interface</p>
<p>🔗 Ver no GitHub</p>
</div>
</a>
</div>
<div class="projeto">
<a target="_blank" href="https://chrysthy.github.io/Weather-Forecast/">
<img src="src/imagens/project-4.png" alt="Weather Forecast" />
<h3>Project 4</h3>
<div class="informacoes-projeto">
<p>Weather Forecast</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<h2>Send me a message!</h2>
<div class="redes-sociais">
<a href="https://www.linkedin.com/in/chrystine-martins-o-v/" class="outer-shadow" target="_blank"
title="Acessar LinkedIn">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://api.whatsapp.com/send?phone=5531983771651&text= Olá! Vi seu portfólio e gostaria de conversar com você!"
class="outer-shadow" target="_blank" title="Enviar mensagem no WhatsApp">
<i class="fab fa-whatsapp"></i>
</a>
<a href="https://github.com/Chrysthy" class="outer-shadow" target="_blank" title="Acessar GitHub">
<i class="fab fa-github"></i>
</a>
<a href="https://www.instagram.com/chrysthy.martins/" class="outer-shadow" target="_blank"
title="Acessar Instagram">
<i class="fab fa-instagram"></i>
</a>
</div>
</div>
</footer>
</body>
</html>