-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.html
More file actions
72 lines (62 loc) · 2.38 KB
/
local.html
File metadata and controls
72 lines (62 loc) · 2.38 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
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>AT de Html</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<script src="script.js"></script>
<header>
<div class="divcabecalho">
<nav>
<div class="headerr">
<a id="home" href="index.html">
<img id="img-head" src="img/logo.jpg" alt="" style="width: 60px; height: 60px; cursor: pointer;">
<h1>Cinema Pelo Mundo</h1>
</a>
</div>
<div class="navitem">
<a href="local.html" id="local">
<p>Local</p>
</a>
<a href="filmes.html" id="filmes">
<p>Filmes</p>
</a>
</div>
</nav>
</div>
</header>
<main>
<div class="local">
<h1 class="top">R. Braz Cubas, 18-42 - Centro, Santos - SP, 11013-161 </h1>
<div class="maps">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3646.755597071123!2d-46.32669038518108!3d-23.933707084499304!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x94ce0386ab3e8c2f%3A0xf7e45d9d899eca39!2sR.%20Jo%C3%A3o%20Pessoa%2C%20464%20-%20Centro%2C%20Santos%20-%20SP%2C%2011013-002!5e0!3m2!1spt-BR!2sbr!4v1671801166283!5m2!1spt-BR!2sbr" width="500" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<h2 class="top"><em>Outras filiais, numeradas por ordem de criação.</em></h2>
<ol start="-1" style="margin-top:5px">
<li class="list"><strong>Jardim Primavera</strong></li>
<li class="list"><strong>Osasco</strong></li>
<li class="list"><strong>Campos do Jordão</strong></li>
<li class="list"><strong>São Paulo</strong></li>
<li><strong>Av. Paulista</strong></li>
<li><strong>25 de Março</strong></li>
<li class="list"><strong><span><u>Rio de Janeiro(Em construção)</span></strong></u></li>
</ol>
</div>
<div class="app">
<a href="https://www.whatsapp.com/" target="_blank">
<img id="whatsapp" src="img/logo-whatsapp.png">
</a>
</div>
</main>
<footer>
<div class="footerB">
<p>2022</p>
<p>Cinema Pelo Mundo</p>
<p>Todos os direitos Reservados.</p>
</div>
</footer>
</body>
</html>