-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (42 loc) · 1.3 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
<!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>Document</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div>
<header class="header">
<img class="header-imagem" src="fla-removebg-preview.png" alt="">
<ul class="header-lista">
<li class="header-lista-item">Perfil</li>
<li class="header-lista-item">Midias</li>
<li class="header-lista-item">Sobre mim</li>
</div>
</ul>
</header>
<section class="sobreMim">
<ul class="texto">
<div class="informacoes">
<li>Luis Fernando Neiva Moreira</li>
<li>15 anos de idade</li>
<li>Flamenguista</li>
<li>Moradorde Cascavel</li>
<li>Estudante do Col. Wilson Joffre</li>
<li>2° ano Ensino Médio</li>
</div>
</ul>
</section>
<footer >
<ul id="rodape">
<h1>Email: luis.neiva.moreira@escola.pr.gov.br</h1>
<h2>Tel: (45) 98805-3434</h2>
<h3>ig: @Luisfer.moreira</h3>
</ul>
</footer>
</body>
</html>