-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (112 loc) · 4.18 KB
/
index.html
File metadata and controls
123 lines (112 loc) · 4.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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HRJZN6WJ2Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HRJZN6WJ2Z');
</script>
<script data-ad-client="ca-pub-3060181175764077" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Felipe Alves - Front-end Developer</title>
<meta name="description"
content="Sou Desenvolvedor Front-End atualmente focada em React, conheça meu portfólio e entre em contato para um orçamento.">
<link rel="shortcut icon" href="../img/developer.svg" type="image/x-icon">
<link rel="stylesheet" href="./css/styles.css" />
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/6fc087a7d5.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<!-- Header -->
<header id="top">
<nav class="menu">
<ul>
<li><a href="#top">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#knowledge">SKILLS</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
<div>
<h1 class="title">[ FELIPE ALVES ]</h1>
<h2 class="subtitle">{ Front-end Developer }</h2>
</div>
<a href="#about" class="arrow-down">
<i class="fa fa-angle-double-down icone"></i>
</a>
</header>
<!-- About -->
<section id="about" class="about">
<div class="about-content">
<h2 class="title">ABOUT ME</h2>
<p>
I am Felipe Alves, 29 years old and I am from Armação de Búzios - RJ.
<p>I study every day, and I am looking to grow in this area, which enchanted me.</p>
<p>I want to be part of the future and current conquests of the company, to be able to add knowledge and also
contribute to the team.</p>
<p>
More details can be found in my <a href="https://www.linkedin.com/in/felipealvessi/" target="_blank"
title="LinkedIn">LinkedIn</a>.
</p>
</div>
</section>
<!-- Knowledge -->
<section id="knowledge" class="knowledge">
<div class="knowledge-content">
<h2 class="title">SKILLS</h2>
<p>I am always aware of the market, incorporating new technologies and methods according to my needs.</p>
<ul class="grid">
<li class="r1">HTML 5</li>
<li class="r2">CSS 3</li>
<li class="r1">JavaScript</li>
<li class="r2">ReactJS</li>
<li class="r1">Git</li>
<li class="r2">Responsividade</li>
<!-- <li class="r1">React Native</li>
<li class="r1">Redux</li> -->
<li class="r1">TypeScript</li>
<!-- <li class="r2">Angular</li>
<li class="r1">Jest</li>
<li class="r1">Styled Components</li>
<li class="r2">Usabilidade</li>
<li class="r2">Experiência do Usuário</li>
<li class="r2">Acessibilidade</li> -->
</ul>
</div>
</section>
<!-- Contact -->
<section id="contact" class="contact">
<h2 class="title">Contact:</h2>
<div class="grid icons">
<a target="_blank" href="https://github.com/felipealvessi">
<i class="fab fa-github"></i>
</a>
<a target="_blank" href="https://linkedin.com/in/felipealvessi">
<i class="fab fa-linkedin"></i>
</a>
<a target="_blank" href="https://twitter.com/felipealvessi>
<i class=" fab fa-twitter"></i>
</a>
<a href="mailto:felipealvesinfor@gmail.com">
<i class="fas fa-at"></i>
</a>
</div>
</section>
<a href="#top" id="scrollToTop">
<i class="fas fa-chevron-up"></i>
</a>
</main>
<footer>
<p>
© 2021, Felipe Alves. All rights reserved.
</p>
</footer>
<script src="./js/scripts.js"></script>
</body>
</html>