-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
157 lines (128 loc) · 6.53 KB
/
index.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Museu Nacional</title>
<!--Normalize CSS-->
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<!--Estilo customatizado-->
<link rel="stylesheet" type="text/css" href="css/estilo.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<div id="container"> <!-- Início container -->
<header> <!-- Início header -->
<div id="logo">
<h1><a href="">Museu Nacional</a></h1>
</div>
<nav> <!-- Início nav -->
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Exposições</a></li>
<li><a href="#">Pesquisa</a></li>
<li><a href="#">Acervo</a></li>
<li><a href="#">Vídeos</a></li>
<li><a href="#">Fotos</a></li>
<li><a href="#">Contato</a></li>
</ul>
</nav> <!-- Fim nav -->
</header> <!-- Fim header -->
<div id="principal"> <!-- Início principal -->
<div id="conteudo"> <!-- Início conteudo -->
<section id="capa">
<img src="img/museu.png">
</section>
<section id="postagens">
<article id="video">
<h3>Conheça o museu</h3>
<iframe width="310" height="170" src="https://www.youtube.com/embed/RGUYb-hivrc?si=eTRct9q-zS28Zbkb" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</article>
<article id="mapa">
<h3> Mapa: Encontre o museu</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d14700.827423888164!2d-43.236828644744215!3d-22.90573990231311!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x997e58a085b7af%3A0x4d11e9a933d38ce3!2sMuseu%20Nacional%20-%20UFRJ!5e0!3m2!1spt-PT!2spt!4v1720017689056!5m2!1spt-PT!2spt" width="310" height="170" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</article>
<article id="exposicoes">
<h3>Exposições</h3>
<ul>
<li>
<a href="#">Os assustadores insetos</a>
</li>
<li>
<a href="#">O crânio de Luzia, a mulher mais antiga do Brasil</a>
</li>
<li>
<a href="#">Preguiça gigante e tigre-dentes-de-sabre</a>
</li>
<li>
<a href="#">Plantas do Brasil Central</a>
</li>
<li>
<a href="#">Teresa Cristina: A Imperatriz Arqueóloga</a>
</li>
<li>
<a href="#">Arte com dinossauros - Paleoarte</a>
</li>
<li>
<a href="#"><strong>Veja todos (65)</strong></a>
</li>
</ul>
</article>
<article id="historia">
<h3>200 anos de história</h3>
<p> Numa ponta que avançava sobre o mar, posteriormente conhecida como Ponta do Calabouço, entre as praias de Piaçaba e Santa Luzia, no centro histórico do Rio de Janeiro (RJ), os portugueses construíram, em 1603, a fortaleza de Santiago, origem do conjunto arquitetônico que abriga o Museu Histórico Nacional. </p>
<a href="#"><strong>Leia mais</strong></a>
</article>
</section>
</div> <!-- Fim conteudo -->
<aside> <!-- Início aside -->
<section id="depoimento">
<img src="img/depoimento.png">
</section>
<section id="visita"> <!-- Início visita -->
<h4>Faça uma visita</h4>
<form>
<fieldset>
<legend>Selecione uma data</legend>
<label for="data">Data</label>
<input class="campo" type="text" id="data" placeholder="dd/mm/aaaa">
<label for="qtd">Qtd pessoas</label>
<input class="campo" style="width: 30px;" type="text" id="qtd" placeholder="1">
</fieldset>
<input class="botao" type="submit" value="Verificar disponibilidade">
</form>
</section> <!-- Fim visita -->
<section id="galeria">
<h4>Galeria de fotos</h4>
<a href="">
<img src="img/imagem1.jpg" height="93" width="93">
</a>
<a href="">
<img src="img/imagem2.jpg" height="93" width="93">
</a>
<a href="">
<img src="img/imagem3.jpg" height="93" width="93">
</a>
<a href="">
<img src="img/imagem4.jpg" height="93" width="93">
</a>
</section>
</aside> <!-- Fim aside -->
<footer>
<p>
<a href="#">Home</a>
<a href="#">Exposições</a>
<a href="#">Pesquisa</a>
<a href="#">Acervo</a>
<a href="#">Vídeos</a>
<a href="#">Fotos</a>
<a href="#">Contato</a>
</p>
<p> 2024 <a href="">Museu Nacional</a> - Todos os direitos reservados.</p>
</footer>
</div> <!-- Fim principal -->
</div> <!-- Fim container -->
</body>
</html>