-
Notifications
You must be signed in to change notification settings - Fork 0
/
quemsomos.html
43 lines (32 loc) · 984 Bytes
/
quemsomos.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
<!DOCTYPE html>
<html lang="pt" dir="ltr">
<head>
<meta charset="utf-8">
<title>Nosso grupo</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img src="img-header1.jpeg">
<nav>
<ul>
<li> <a href="index.html"> Home </a> </li>
<li> <a href="quemsomos.html"> Quem somos </a> </li>
<li> <a href="https://rco.paas.pr.gov.br/aula"> Inscrição </a> </li>
</ul>
</nav>
</header>
<ul>
<li class="Jesuita" >
<h3> Prof. Jesuita</h3>
<img src="jesuita.jpg">
<p> <a href="https://jesuita22.github.io/turmaP-formacaoEM-3tri/"> Página da professora </a> </p>
</li>
<li class="Marga">
<h3> Prof. Margarete</h3>
<img src="marga.jpg" >
<p> <a href="https://profmarga.github.io/FORMADORES-2022-PARTE-2/"> Página da professora </a> </p>
</li>
</ul>
</body>
</html>