-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunidade.html
114 lines (75 loc) · 3.34 KB
/
unidade.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
<!DOCTYPE html>
<html>
<head>
<title>Unidade</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/estilo.css">
</head>
<body>
<div id="area-cabecalho">
<div class="logo">
</div>
<div id="area-logo">
<h1>Route<span class="branco">163</span></h1>
</div>
<div id="area-menu">
<a href="index.html">INÍCIO</a>
<a href="aroute.html">A ROUTE</a>
<a href="servicos.html">SERVIÇOS</a>
<a href="unidade.html">UNIDADE</a>
<a href="contato.html">CONTATO</a>
</div>
</div>
<div id="area-principal">
<div id="area-postagens">
<div style="margin-bottom: -24px;" class="postagem">
<img width="105.5%" src="imagens/salao.png">
</div>
<div style=" float: right; text-align: center; margin: 0 auto; width: 100%;" class="container">
<h1 style="font-family: serif; color: white;"> BARBEARIA <span style="color: yellow">ROUTE</span> 163</h1>
</div>
<div style="float: right; margin-top: -650px; position: relative; margin-right: 375px;">
<h3 style="color: #000000;">MAPA: ENCONTRE A NOSSA BARBEARIA</h3>
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14946.998960401952!2d-54.6125879!3d-20.5164829!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xca44c1249f2110d!2sBarbearia%20Route%20163%20Pioneiros!5e0!3m2!1spt-BR!2sbr!4v1597191699118!5m2!1spt-BR!2sbr" width="600" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
<div style="opacity: 0.7; background: #000000; margin-right: 610px; float: right; padding:10px; border-style: outset; margin-top: -110px;">
<a href="contato.html"> <h2>CONTATO</h2></a>
</div>
<!--
<div class="postagem2">
<a href="">
<h3 style="text-align: center; color: white ; font-family: Stencil Std, fantasy">CORTES</h3>
<img style="border-radius: 50px; border: 10px outset white; margin-left: 40px;;" src="imagens/imagem9.png">
</a>
</div>
<div class="postagem3">
<a href="">
<h3 style="text-align: center; color: white; font-family: Stencil Std, fantasy">BARBA</h3>
<img style="border-radius: 50px; border: 10px outset white; margin-left: 40px;;" src="imagens/imagee.png">
</a>
</div> -->
</div>
</div>
<div id="rodape">
<div class="topo1">
<a href="https://www.instagram.com/barbeariaroute163pioneira/">
<img src="imagens/insta.png"></a>
</div>
<div class="topo2">
<a href="https://www.facebook.com/pages/Barbearia-Route-163/132860380611216?__tn__=C-R">
<img src="imagens/face.png"></a>
</div>
<div class="topo">
<p>
<img src="imagens/abbc.png">
<a style="color: black" href="https://www.google.com/maps/place/Barbearia+Route+163+Pioneiros/@-20.5164829,-54.6125879,15z/data=!4m5!3m4!1s0x0:0xca44c1249f2110d!8m2!3d-20.5164829!4d-54.6125879">R. Ana Luísa de Souza, 940 - Pioneira, Campo Grande - MS, 79070-140</a>
</p> <br>
© 2020 - Todos os direitos reservados
</div>
<div class="topo3">
<h4>CONTATO <img src="imagens/wpp.png"> </h4>
<h4> (67) 98187-4191 </h4>
</div>
</div>
</body>
</html>