forked from gusbemacbe/gama-purongo-aoteraoa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfind-out-more.html
105 lines (86 loc) · 4.59 KB
/
find-out-more.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<link media="all" rel="stylesheet" type="text/css" href="assets/css/global.css">
<link media="all" rel="stylesheet" type="text/css" href="assets/css/colours.css">
<link media="all" rel="stylesheet" type="text/css" href="assets/css/fonts.css">
<link media="all" rel="stylesheet" type="text/css" href="assets/css/icons.css">
<link media="all" rel="stylesheet" type="text/css" href="assets/css/find-out-more.css">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicons/apple-touch-icon.png">
<link rel="icon" href="assets/images/favicons/favicon.ico" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicons/site.webmanifest">
<meta charset="UTF-8">
<meta name="description" content="Aqui você tem acesso aos links de referência para as notícias que compartilhamos no projeto Equipe 8 Gama Pūrongo Aoteraoa. Acesse e confira!">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gama Pūrongo Aoteraoa – Saiba mais</title>
</head>
<body>
<header class="navbar">
<div class="container">
<a href="/index.html"><span class="sr-only">Início</span> <div class="logotype" title="Logotipo com o nome do jornal chamado Gama Pūrongo e um ícone do mapa da Nova Zelândia, que representa o site do jornal."></div></a>
<ul class="list">
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">Sobre</a></li>
<li><a href="/contact.html">Contato</a></li>
<li><a href="/find-out-more.html">Saiba mais</a></li>
</ul>
<ul class="tools">
<li>
<div class="toggle">
<input id="switch" type="checkbox" name="theme">
<label for="switch">Alto contraste</label>
</div>
</li>
<li><button id="increase">A+</button></li>
<li><button id="decrease">A-</button></li>
<li class="menu"><i class="fas fa-bars" onclick="openNav()"></i></li>
</ul>
</div>
<div id="SideNav" class="sidenav">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a>
<a href="/index.html">Home</a>
<a href="/about.html">Sobre</a>
<a href="/contact.html">Contato</a>
<a href="/find-out-more.html">Saiba mais</a>
</div>
</header>
<div class="container">
<section class="find">
<h1 class="find">Saiba mais</h1>
<p>Aqui você encontra as fontes das notícias que compartilhamos na nossa página principal. Clique e aproveite para ficar sempre bem informado(a)!</p>
<ol>
<li><a href="http://www.cte.uerj.br/programa-radio-uerj/" target="_blank">CTE Programa Rádio UERJ</a></li>
<li><a href="https://www.gov.br/saude/pt-br/" target="_blank">Ministério da Saúde</a></li>
<li><a href="https://sindpd.org.br/" target="_blank">SINDPD</a></li>
<li><a href="https://www.sonoticiaboa.com.br/" target="_blank">Só Notícia Boa</a></li>
<li><a href="https://noticias.ufsc.br/" target="_blank">UFSC Notícias</a></li>
<li><a href="https://veja.abril.com.br/saude/" target="_blank">Veja Saúde</a></li>
</ol>
</section>
</div>
<section>
<div vw class="enabled">
<div role="button" vw-access-button class="active"></div>
<div vw-plugin-wrapper>
<div class="vw-plugin-top-wrapper"></div>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<p>O objetivo deste projeto é compartilhar notícias positivas sobre a Covid-19 que viraram destaque na mídia.</p>
<img alt="Logotipo de Gama Pūrongo Aoteraoa" src="assets/images/logotype.svg">
<p>© 2021 Equipe 8 Gama Pūrongo Aoteraoa - Todos os direitos reservados.</p>
<p>Programa de Formação Tech Itaú PCD em parceria com a Gama Academy.</p>
</div>
</footer>
<script src="https://vlibras.gov.br/app/vlibras-plugin.js"></script>
<script>
new window.VLibras.Widget('https://vlibras.gov.br/app');
</script>
<script src="assets/js/global.js"></script>
</body>
</html>