-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprojetos.html
More file actions
46 lines (40 loc) · 1.71 KB
/
projetos.html
File metadata and controls
46 lines (40 loc) · 1.71 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
43
44
45
46
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Projetos de Extensão</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="navbar">
<div class="logo">UFRRJ</div>
<nav>
<a href="index.html">Sobre</a>
<a href="projetos.html">Ações Extensionistas</a>
<a href="index.html">Contato</a>
</nav>
</header>
<section class="projects">
<h2>Lista de Projetos</h2>
<div class="list">
<a href="projects/cinecasulo.html" class="item">1 - CineCasulo</a>
<a href="projects/vozes.html" class="item">2 - Vozes que Inspiram - Women Tech Day</a>
<a href="projects/impressora3d.html" class="item">3 - Montagem de Impressora 3D</a>
<a href="projects/scratch.html" class="item">4 - Programação Desplugada</a>
<a href="projects/felina.html" class="item">5 - Obesidade Felina</a>
<a href="projects/gastro.html" class="item">6 - Gastroenterologia em foco</a>
<a href="projects/toxo.html" class="item">7 - Toxoplasmose no dia a dia</a>
<a href="projects/3rs.html" class="item">8 - Projeto 3R's</a>
<a href="projects/replantica.html" class="item">9 - Curso Replantica</a>
<a href="projects/clima.html" class="item">10 - Mudanças Climáticas</a>
<a href="projects/saudemental.html" class="item">11 - Saúde Mental</a>
<a href="projects/hiv.html" class="item">12 - Prevenção do HIV</a>
<a href="projects/educacao.html" class="item">13 - Educação em Saúde</a>
</div>
</section>
<footer class="footer">
<p>Email: extensao@ufrrj.br</p>
</footer>
</body>
</html>