-
Notifications
You must be signed in to change notification settings - Fork 1
/
alunos.html
50 lines (46 loc) · 1.42 KB
/
alunos.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
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alunos</title>
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="style1.css">
</head>
<body>
<header>
<div class="menu">
<img id="imagem-menu" src="Logo Brasilio Transparente.png">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="alunos.html">Alunos</a></li>
<li><a href="projetos.html">Projetos</a></li>
<li><a href="https://github.com/Carolinasgoncalves21">GitHub</a></li>
<li><a href="mailto: carolina.goncalves@escola.pr.gov.br">Email</a></li>
<li><a href="tel:+55 43999255956">Telefone</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section>
<ul class="participantes">
<li>
<h2> Formadores em Ação1</h2>
<img class="formadores" src="Brasílio.jpeg">
<p>Teste</p>
</li>
<li>
<h2> Formadores em Ação2</h2>
<img class="formadores" src="Brasílio foto.jpeg">
<p>Teste2</p>
</li>
</ul>
</section>
</main>
<footer>
<img class="rodape" src="coding-image.png">
<p class="textorodape"> © Carolina da Silva Gonçalves - 2022 </p>
</footer>
</body>
</html>