-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
68 lines (66 loc) · 1.99 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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Estartando Devs</title>
<link
href="https://fonts.googleapis.com/css2?family=Roboto&display=swap"
rel="stylesheet"
/>
<style>
body,
html,
nav {
min-height: 100%;
}
nav {
display: flex;
justify-content: center;
flex-direction: column;
}
a {
text-align: center;
font-family: Roboto, sans;
font-size: 34px;
line-height: 48px;
text-decoration: none;
color: rgb(148, 148, 148);
transition: 0.3s;
}
a:hover {
color: #111;
}
</style>
</head>
<body>
<nav>
<a href="./abraao">Abraao</a>
<a href="./alan">Alan Araujo</a>
<a href="./abraao">Abraão Lincon</a>
<a href="./ana-araujo">Ana Araújo</a>
<a href="./ana-cirilo/">Ana Cirilo</a>
<a href="./daniel">Daniel</a>
<a href="./danilo">Danilo lima dias</a>
<a href="./everton">Everton Oliver</a>
<a href="./fernanda">Fernanda</a>
<a href="./fredd">Fredd Bezerra</a>
<a href="./guilherme-cunha">Guilherme Cunha</a>
<a href="./jessica-rosalia">Jéssica Rosália Fernandes</a>
<a href="./joao">João Paulo Faria de Carvalho</a>
<a href="./jose-estrela/">Jose Estrela</a>
<a href="./Lomeu">Lucas Lomeu</a>
<a href="./luiz-eduardo/">Luiz Eduardo</a>
<a href="./mateus">Mateus Vasconcelos</a>
<a href="./mayra">Mayra Zanchett Manchein</a>
<a href="./pedro-lucas">Pedro Lucas</a>
<a href="./pedro-silva">Pedro Silva</a>
<a href="./pietra">Pietra Nunes</a>
<a href="./renato-oliveira">Renato Oliveira</a>
<a href="./rodrigo-queiroz">Rodrigo Queiroz</a>
<a href="./sarah">Sarah Abreu</a>
<a href="./vitor-ribeiro/">Vitor Ribeiro</a>
<a href="./ynara">Ynara</a>
</nav>
</body>
</html>