-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 1.35 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 1.35 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
<!DOCTYPE html>
<html>
<head>
<title>Meu Perfil</title>
<link href="css/style.css" type="text/css" rel="stylesheet" />
<img src="images/baby-pear.png" alt="Pera Bebê"/>
</head>
<body>
<header>
<h1>
Meu Perfil
</h1>
<p>João Vitor</p>
</header>
<main>
<section>
<h2>Informações Pessoais</h2>
<p><b>Idade:</b> 19</p>
<p><b>Local de Nascimento:</b> Jacareí, São Paulo</p>
<p><b>Cursando:</b> Análise e Desenvolvimento de Sistemas</p>
</section>
<section>
<h2>Interesses</h2>
<p><b>Franquias de Jogos favoritas:</b> Persona e Yakuza</p>
<p><b>Banda/Artistas favoritos:</b> The Beatles, Car Seat Headrest, Weezer e Radiohead</p>
</section>
<section>
<h2>Habilidades</h2>
<p><b>Musicais:</b> Violão, um pouco de teclado e composição, experiência com DAWs (como FL Studio)</p>
<p><b>Área de TI</b> Python, e atualmente aprendendo densenvolvimento Web (HTML e CSS)</p>
</section>
</main>
<footer>
<h3>Obrigado por ler!!</h3>
</footer>
</body>
</html>