-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunidades.html
124 lines (124 loc) · 8.06 KB
/
unidades.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Unidades Próximas | SMS - Serviço Municipal de Saúde</title>
<link rel="stylesheet" href="css/home/style-home.css" type="text/css">
<link rel="icon" type="image/x-icon" href="files/media/img/SMS Favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<header>
<div id="cabecalho-home">
<img src="files/media/img/SMS Logo H.png" alt="SMS - Serviço Municipal de Saúde" style="margin: 20px; width: 25rem;">
</div>
<div id="menu-cabecalho">
<nav>
<ul class="menu">
<li><a href="index.html"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" alt="Home" class="bi bi-house-door-fill" viewBox="0 0 15 15"><path d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z"/></svg></a></li>
<li class="subnav"><a>SERVIÇOS<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg></a>
<ul class="submenu">
<li><a href="calendario.html">Calendário</a></li>
<li><a href="sobre.html">Conheça a Secretaria</a></li>
<li><a href="unidades.html">Localizar Unidades Próximas</a></li>
</ul>
</li>
<li class="subnav"><a href="noticias.html">NOTÍCIAS<svg xmlns="http://www.w3.org/2000/svg" width="16" height="10" fill="currentColor" class="bi bi-caret-down-fill" viewBox="0 0 16 16"><path d="M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z"/></svg></a>
<ul class="submenu">
<li><a href="atualizacoes.html">Atualizações</a></li>
<li><a href="eventos.html">Eventos</a></li>
<li><a href="infraestrutura.html">Infraestrutura</a></li>
<li><a href="urgente.html">Urgente</a></li>
</ul>
</li>
<li><a href="ouvidoria.html">OUVIDORIA</a></li>
</ul>
</nav>
</div>
<div id="cabecalho">
<link rel="stylesheet" href="css/interno/unidades.css">
<h1>UNIDADES PRÓXIMAS</h1>
</div>
</header>
<main>
<div id="mapa"><iframe src="https://www.google.com/maps/d/u/0/embed?mid=194lE3fX9IC_p3XJnFGaMWcBPf98UfDw&ehbc=2E312F" width="100%" height="360px"></iframe></div>
<div id="postos-saude">
<h2>POSTOS DE SAÚDE</h2>
<hr>
<p><b>PSF BOA VISTA</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> Alameda Boa Vista, s/n - Centro - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> 22 2622-2107</p>
<br>
<p><b>PSF CABOCLA</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> R. Tomé de Souza, s/n - Cabocla - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> Sem Telefone</p>
<br>
<p><b>PSF CANAÃ</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> R. Alm. Tamandaré, 286 - Praia Grande - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> Sem Telefone</p>
<br>
<p><b>PSF MONTE ALTO</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> R. São Marcos, 26 - Monte Alto - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> 22 2662-9253</p>
<br>
<p><b>PSF PRAINHA</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> R. José Pinto de Macedo, 464 - Prainha - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> Sem Telefone</p>
<br>
<p><b>PSF SABIÁ</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> Av. D, s/n - Sabiá - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> Sem Telefone</p>
</div>
<br>
<div id="outros-saude">
<h2>HOSPITAIS E OUTRAS UNIDADES</h2>
<hr>
<p><b>HOSPITAL GERAL DE ARRAIAL DO CABO</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> Av. Getúlio Vargas, s/n - Praia Grande - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> 22 2622-2107</p>
<br>
<p><b>POLICLÍNICA MUNICIPAL DE ARRAIAL DO CABO</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> Av. da Liberdade, 73 - Canaã - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> Sem Telefone</p>
<br>
<p><b>PRONTO SOCORRO DA FIGUEIRA</b></p>
<p><img src="files/media/img/unidades/endereco.png" height="11px"> R. São Januário, 18 - Figueira - Arraial do Cabo - RJ</p>
<p><img src="files/media/img/unidades/telefone.png" height="11px"> 22 2662-7005</p>
</div>
</main>
<footer>
<div id="rodape">
<br>
<div id="coluna1-rodape">
<a href="index.html"><img src="files/media/img/SMS Logo V.png" alt="SMS - Serviço Municipal de Saúde" style="width:75%"></a>
</div>
<div id="coluna-rodape">
<h3>SERVIÇOS</h3>
<div class="line-1"></div>
<h4><a href="calendario.html">Calendário</a></h4>
<h4><a href="unidades.html">Localizar Unidades Próximas</a></h4>
<h4><a href="ocupacao.html">Taxa de Ocupação</a></h4>
<h4><a href="sobre.html">Sobre a Secretaria</a></h4>
</div>
<div id="coluna-rodape">
<h3>NOTÍCIAS</h3>
<div class="line-1"></div>
<h4><a href="atualizacoes.html">Atualizações</a></h4>
<h4><a href="eventos.html">Eventos</a></h4>
<h4><a href="infraestrutura.html">Infraestrutura</a></h4>
<h4><a href="urgente.html">Urgente</a></h4>
</div>
<div id="coluna-rodape">
<h3>OUVIDORIA</h3>
<div class="line-1"></div>
<h4><a href="ouvidoria.html">Fale Conosco</a></h4>
</div>
</div>
<div id="rodape-creditos">
<h6>© 2022 Instituto Federal de Educação, Ciência e Tecnologia do Rio de Janeiro. Este sistema foi criado para fins de uso educacional.</h6>
</div>
</footer>
</body>
</html>