-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
209 lines (207 loc) · 6.92 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Portifólio - Vinicius Nunes</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<script
src="https://kit.fontawesome.com/0efc108669.js"
crossorigin="anonymous"
></script>
<link
href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/logo.css" />
<link rel="stylesheet" href="./css/menu.css" />
<link rel="stylesheet" href="./css/home.css" />
<link rel="stylesheet" href="./css/section-tittle.css" />
<link rel="stylesheet" href="./css/sobre-mim.css" />
<link rel="stylesheet" href="./css/projetos.css" />
<link rel="stylesheet" href="./css/contato.css" />
<link rel="stylesheet" href="./css/tablet.css" />
<link rel="stylesheet" href="./css/mobile.css" />
</head>
<body>
<header>
<div class="logo">viniciusnunes</div>
<a href="#">
<i class="fas fa-bars navigation-icon"></i>
</a>
<nav>
<ul class="menu">
<li>
<a href="#home">Home</a>
</li>
<li>
<a href="#sobre-mim">Sobre Mim</a>
</li>
<li>
<a href="#projetos">Projetos</a>
</li>
<li>
<a href="#contato">Contato</a>
</li>
</ul>
</nav>
</header>
<main>
<a href="#" class="voltar">
<i class="fas fa-chevron-circle-up"></i>
</a>
<section class="home" id="home">
<div class="profile">
<img
class="profile__foto"
src="https://avatars.githubusercontent.com/u/90266473?s=400&u=e1ac2f76e01bdbe5116e2833627c0403a7822c5d&v=4"
alt="foto"
/>
<div>
<span class="profile__text">Olá, meu nome é</span>
<h1 class="profile__name">Vinicius Nunes</h1>
<span class="profile__text">e sou desenvolvedor Frontend</span>
</div>
</div>
</section>
<section class="sobre-mim" id="sobre-mim">
<h2 class="section__tittle">SOBRE MIM</h2>
<div class="description">
<h3 class="description__tittle">QUEM SOU?</h3>
<p class="description__text">
Sou iniciante na área de criação e manutenção de sites, tenho
conhecimento em prototipação e designer sempre pensando na
experiência do usuário. Sou apaixonado pelo mundo digital e
principalmente desenvolvimento, sempre procurando inspiração nos
meus colegas de trabalho e no mundo que me rodeia.
</p>
</div>
<div class="skills">
<h3 class="skills__tittle">SKILLS</h3>
<ul class="skills__container">
<li class="skills__icon">
<i class="fab fa-html5"></i>
<span>HTML</span>
</li>
<li class="skills__icon">
<i class="fab fa-css3-alt"></i>
<span>CSS</span>
</li>
<li class="skills__icon">
<i class="fab fa-js"></i>
<span>JS</span>
</li>
<li class="skills__icon">
<i class="fab fa-figma"></i>
<span>FIGMA</span>
</li>
<li class="skills__icon">
<i class="fab fa-github"></i>
<span>GITHUB</span>
</li>
<li class="skills__icon">
<i class="fab fa-java"></i>
<span>JAVA</span>
</li>
</ul>
</div>
</section>
<section class="projetos" id="projetos">
<h2 class="section__tittle">PROJETOS</h2>
<div class="card-container">
<a
class="card"
href="https://github.com/VINICIUSNUNES137/liniker-page"
target="_blank"
>
<img src="./img/card-liniker.png" alt="Site liniker" />
</a>
<a
class="card"
href="https://github.com/VINICIUSNUNES137/landing-page-nike"
target="_blank"
>
<img src="./img/card-nike.png" alt="Landing-page Nike" />
</a>
<a
class="card"
href="https://viniciusnunes137.github.io/one-page-2022/ds1m-b/viniciusNunes/"
target="_blank"
>
<img src="./img/card-sandman.png" alt="Site Sandman" />
</a>
<a
class="card"
href="https://github.com/VINICIUSNUNES137/landing-page-pikachu"
target="_blank"
>
<img src="./img/card-pikachu.png" alt="Pikachu" />
</a>
<a
class="card"
href="https://github.com/VINICIUSNUNES137/sistema-agendamento"
target="_blank"
>
<img src="./img/card-sistema.png" alt="Pikachu" />
</a>
<a
class="card"
href="https://github.com/VINICIUSNUNES137/headphone-purple"
target="_blank"
>
<img src="./img/card-phone.png" alt="Pikachu" />
</a>
</div>
</section>
<section class="contatos" id="contato">
<h2 class="section__tittle">CONTATOS</h2>
</ul>
<ul class="social-container">
<li class="social">
<a
href="https:\\www.linkedin.com/in/vinicius-nunes-300552210"
target="_blank"
><i class="far fa-envelope"></i
></a>
</li>
<li class="social">
<a
href="https:\\www.linkedin.com/in/vinicius-nunes-300552210"
target="_blank"
><i class="fab fa-whatsapp"></i
></a>
</li>
<li class="social">
<a
href="https:\\www.linkedin.com/in/vinicius-nunes-300552210"
target="_blank"
><i class="fab fa-linkedin"></i
></a>
</li>
<li class="social">
<a href="https://github.com/VINICIUSNUNES137" target="_blank">
<i class="fab fa-github"></i
></a>
</li>
<li class="social">
<a href="https://www.instagram.com/nunesvine" target="_blank"
><i class="fab fa-instagram"></i
></a>
</li>
</ul>
</section>
</main>
<footer>
<span class="copy">
Todos os direitos reservados 2022 | Desenvolvido por
</span>
<a href="https://github.com/VINICIUSNUNES137" target="_blank"
><span class="copy-name">Vinicius Nunes </span></a
>
</footer>
<script src="./mobile-navbar.js"></script>
</body>
</html>