-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorfanatos.html
39 lines (32 loc) · 1.36 KB
/
orfanatos.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
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Localize um orfanato | Happy</title>
<link rel="icon" href="./images/logo-icon.png">
<link rel="stylesheet" href="./main.css">
<link rel="stylesheet" href="./pageOrphanages.css">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;800&display=swap" rel="stylesheet">
</head>
<body>
<div id="page-orphanages">
<aside class="animate-right">
<div class="header2">
<img src="./images/map-marker.svg" alt="Happy">
<h2>Escolha um orfanato no mapa</h2>
<p>muitas crianças estão espearando sua visita</p>
</div>
<footer id="footer1">
<strong>Joinville</strong>
<p>Santa Catarina</p>
</footer>
</aside>
<div id="mapid"></div>
<!--BOTAO PRA PROXIMA PAGINA-->
<a href="./forms.html" class="create-orphanage" title="Cadastre um orfanato">
<img src="./images/plus.svg" alt="Criar orfanato">
</a>
</div>
</body>
</html>