-
Notifications
You must be signed in to change notification settings - Fork 0
/
contato.html
124 lines (80 loc) · 3.61 KB
/
contato.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>
<head>
<title>Contato</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="100%" 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: left; position: relative; margin-top: -600px; margin-left: 450px; opacity: 0.8; background: #000000; width: 400px; height: 400px; padding: 20px; border-radius: 5px; text-align: center; border-style: outset">
<h2 style="text-align: center;">CONTATO</h2><br>
<a style="margin-left: -150px;" href="">
<img style="margin-top: 30px; margin-left: -20px;" src="imagens/wpp2.png">
<h3 style="color: white; margin-left: 90px; margin-top: -35px; background: none;">(67) 98187-4191</h3></a>
<a style="margin-left: -150px;" href="">
<img style="margin-top: 30px; margin-left: -20px;" src="imagens/insta.png">
<h3 style="color: white; margin-left: 90px; margin-top: -50px; background: none;">@barberoute163</h3></a>
<a style="margin-left: -150px;" href="">
<img style="margin-top: 30px; margin-left: -20px;" src="imagens/face.png">
<h3 style="color: white; margin-left: 120px; margin-top: -43px; background: none;">@routebarbearia163</h3></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>