-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
240 lines (218 loc) · 7.59 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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Kaio Gustavo.!" />
<meta property="og:image" content="./src/imagens/foto-perfil1.png" />
<meta property="og:description" content="Desenvolvedor Frontend!" />
<meta property="og:site_name" content="portfolio" />
<title>Kaio Gustavo - Desenvolvedor Frontend</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./src/css/reset.css" />
<link rel="stylesheet" href="./src/css/estilos.css" />
<link rel="stylesheet" href="./src/css/responsivo.css" />
</head>
<body>
<header class="cabecalho">
<a href="#">
<h1 class="logo">KG</h1>
</a>
<nav class="menu">
<ul>
<li>
<a href="#projetos">Meus projetos</a>
</li>
</ul>
</nav>
</header>
<section class="home">
<div class="informacoes">
<h1>Olá! Sou Kaio Gustavo</h1>
<p>Um desenvolvedor frontend em formação apaixonado por tecnologia.</p>
<p>
Estou sempre me desafiando com novos projetos e buscando feedback na
comunidade de programação, além de compartilhar meus conhecimentos. 😁
</p>
<p>Ah, também sou fã de jogos, filmes, séries e animes. 💜</p>
<ul class="redes-sociais">
<li>
<a
href="https://www.linkedin.com/in/kaioxdev/"
title="Ir para o LinkedIn"
target="_blank"
>
<i class="fab fa-linkedin-in"></i>
</a>
</li>
<li>
<a
href="https://chat.whatsapp.com/B7cM59STOpvBSQ8ogEwMi8"
title="Enviar Mensagem no WhatsApp"
target="_blank"
>
<i class="fab fa-whatsapp"></i>
</a>
</li>
<li>
<a
href="https://github.com/KaioxDev"
title="Ir para o GitHub"
target="_blank"
>
<i class="fab fa-github"></i>
</a>
</li>
<li>
<a
href="https://www.instagram.com/formato_livre/"
title="Ir para o Instagram"
target="_blank"
>
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
<div class="container-foto">
<div class="foto sombra-interna">
<img
src="./src/imagens/foto-perfil1.png"
alt="foto do portfólio do Ricardo"
/>
</div>
</div>
</section>
<section class="projetos" id="projetos">
<h2 class="titulo">Meus projetos</h2>
<div class="container-projetos">
<div class="projeto ativo">
<a href="https://kaioxdev.github.io/projeto-GTA-Kaioxdev/" target="_blank">
<img
src="./src/imagens/projeto-gta.png"
alt="Projeto Landing page GTA"
/>
<h3>Projeto 1</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto ativo">
<a
href="https://kaioxdev.github.io/projeto-listagem-pokemon-kaioxdev/"
target="_blank"
>
<img
src="./src/imagens/projeto-listagem-pokemon.png"
alt="Projeto listagem de pokemons"
/>
<h3>Projeto 2</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto ativo">
<a
href="https://kaioxdev.github.io/projeto-one-piece-kaioxdev/"
target="_blank"
>
<img
src="./src/imagens/projeto-one-piece.png"
alt="Projeto landing page One Piece"
/>
<h3>Projeto 3</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto ativo">
<a href="https://github.com/devemdobro/x-men-szpc" target="_blank">
<img
src="./src/imagens/projeto-x-men.png"
alt="Projeto seletor de personagens x-men"
/>
<h3>Projeto 4</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto">
<a href="#" target="_blank">
<img
src="https://via.placeholder.com/515X700"
alt="Projeto landing page Mario"
/>
<h3>Projeto 5</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto">
<a href="#" target="_blank">
<img
src="https://via.placeholder.com/515X700"
alt="Capa do projeto"
/>
<h3>Projeto 6</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto">
<a href="#" target="_blank">
<img
src="https://via.placeholder.com/515X700"
alt="Capa do projeto"
/>
<h3>Projeto 7</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
<div class="projeto">
<a href="#" target="_blank">
<img
src="https://via.placeholder.com/515X700"
alt="Capa do projeto"
/>
<h3>Projeto 8</h3>
<div class="informacoes-projeto">
<p>Projeto feito usando HTML, CSS e JavaScript</p>
<p>🔗 Ver no GitHub Pages</p>
</div>
</a>
</div>
</div>
<button class="btn-mostrar-projetos">Mostrar mais</button>
</section>
<script src="./src/js/index.js"></script>
</body>
</html>