-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservicos.html
125 lines (84 loc) · 3.78 KB
/
servicos.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
<!DOCTYPE html>
<html>
<head>
<title>Serviços</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 style="margin-bottom: -100px;" 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 class="servico1">
<h2>CORTES</h2><br>
<img src="cortes.png">
<p>
Undercut, Coque Samurai, Top Knot, Degradê, Pompadour, Razor Part e Tradicional
</p>
<img style="float: right; position: relative; margin-top: -220px; margin-right: 350px;" src="imagens2/14.jpg">
<img style="float: right; position: relative; margin-top: -220px; margin-right: 20px;" src="imagens2/15.jpg">
</div>
<div class="servico2">
<h2>ESPAÇO</h2><br>
<p>
BAR, TABACARIA, ROUPAS E CALÇADOS, PLAYGROUND
</p><br><br>
<h2>FUNCIONAMENTO</h2><br>
<p style="max-width: 200px; max-height: 100px; color: white;">
<span style="word-spacing: 0px;">Segunda-feira 09:00–20:00</span>
<span style="word-spacing: 30px;">Terça-feira 09:00–20:00</span>
<span style="word-spacing: 20px;">Quarta-feira 09:00–20:00</span>
<span style="word-spacing: 21px;">Quinta-feira 09:00–20:00</span>
<span style="word-spacing: 29px;">Sexta-feira 09:00–20:00</span>
<span style="word-spacing: 57px;">Sábado 09:00–18:00</span>
<span style="word-spacing: 60px;">Domingo Fechado</span>
</p>
<img style="float: right; position: relative; margin-top: -270px; margin-right: 400px; width: 250;height: 165px; " src="imagens2/16.jpg">
<img style="float: right; position: relative; margin-top: -270px; margin-right: 20px; width: 250;height: 165px;" src="imagens2/17.jpg">
<img style="float: right; position: relative; margin-top: -90px; margin-right: 400px; width: 250;height: 165px;" src="imagens2/18.jpg">
<img style="float: right; position: relative; margin-top: -90px; margin-right: -605px; width: 300;height: 165px;" src="imagens2/19.jpg">
</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>