-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (187 loc) · 11 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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MEXICOFOOD</title>
<link rel="stylesheet" href="estilo.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dongle:wght@300&family=Playfair+Display:ital,wght@1,800&family=Praise&family=Roboto+Slab&family=Roboto:wght@900&display=swap" rel="stylesheet">
</head>
<body>
<div class="row">
<div class="col s12 m12 l12">
<span id="topo">
<div class="logo">MEXIFOOD</div>
<a href="#home" style="background-color: green;">HOME</a>
<a href="#cardapio" style="background-color: white;">CARDÁPIO</a>
<a href="#cadastro" style="background-color: red;">PEÇA JÁ</a>
</span>
<section id="home"></section>
</div>
<div class="col s12 m12 l12">
<div class="carddescricao">
<h1>MEXI<span style="color: red;">FOOD</span></h1>
<p class="p1"> Somos o MEXIFOOD , há 8 anos oferecendo o melhor da comida mexicana. Buscamos incessantemente produzir pratos de qualidade e sabor inigualáveis, com o emprego de matérias primas de boa procedência, e com preços justos.</p>
<p class="p2"> QUER COMER NO CONFORTO DA SUA CASA? FAÇA SEU PEDIDO! </p>
</div>
</div>
<div class="col s12 m12 l12">
<P class="textomeio">
Delivery:
Funcionamos no delivery e para retirada, peça pelo site nos seguintes horários:
Segunda e Terça das 17:00 as 23:00
Quarta a Domingo das 12:00 as 23:00
Feriados das 17:00 as 23:00
Rodizio
De Segunda a Quinta das 17:00 as 22:30
Sexta / Sábado e Domingo das 12:00 as 22:45</P>
</div>
<div class="col s12 m6 l6" style="margin-left: 0px;">
<section id="cardapio" class="cardapiofood">
<table>
<thead>
<th> Comida</th>
<th>Preço</th>
</thead>
<tr>
<td>Tacos</td>
<td>R$15,00</td>
<td class="foto"><a href="https://pt.wikipedia.org/wiki/Taco_(culin%C3%A1ria)" target="_blank"><img src="image/cardapio/tacos.jpg" alt=""></a></td>
</tr>
<tr>
<td>Nachos</td>
<td>R$20,00</td>
<td class="foto"><a href="https://pt.wikipedia.org/wiki/Nachos" target="_blank"><img src="image/cardapio/nachos.jpg" alt=""></a></td>
</tr>
<tr>
<td>Burrito</td>
<td>R$29,00</td>
<td class="foto"><a href="https://pt.wikipedia.org/wiki/Burrito" target="_blank"><img src="image/cardapio/burrito.jpg" alt=""></a></td>
</tr>
<tr>
<td>Quesadilha</td>
<td>R$24,00</td>
<td class="foto"><a href="https://pt.wikipedia.org/wiki/Quesadilla" target="_blank"><img src="image/cardapio/quesadilla.jpg" alt=""></a></td>
</tr>
</table>
</section>
</div>
<div class="col s12 m6 l6">
<section class="cardapiodrink">
<table>
<thead>
<th> Bebida</th>
<th>Preço</th>
</thead>
<tr>
<td>Corona Extra</td>
<td>R$12,00</td>
<td class="foto"><img src="image/cardapio/corona.jpg" alt="" ></td>
</tr>
<tr>
<td>Kiro Switchel</td>
<td>R$13,00</td>
<td class="foto" ><img src="image/cardapio/kiro.jpg" alt=""></td>
</tr>
<tr>
<td>Budweiser</td>
<td>R$9,00</td>
<td class="foto"><img src="image/cardapio/bud.jpg" alt="" ></td>
</tr>
<tr>
<td>Agua Mineral</td>
<td>R$5,00</td>
<td class="foto"><img src="image/cardapio/agua.jpg" alt=""></td>
</tr>
</table>
</section>
</div>
<div class="col s12 m12 l12">
<form action="https://sheltered-lowlands-36886.herokuapp.com/devs1-projeto.php" method="post" target="_blank">
<fieldset>
<section id="cadastro">
<h2 style="color: #ba0000;">PEDIDO - DELIVERY</h2>
<label style="color:#000000;; font-size: 20px;"><strong>Nome Completo</strong></label>
<input type="text" name="nome" id="nome" maxlength="80" required><br><br>
<label style="color: #000000;;"><Strong>Endereço</Strong></label>
<input type="text" name="endereco" id="endereco" maxlength="120" required>
</section>
<h2>FOOD</h2>
<span class="checkfood">
<p>
<label>
<input type="checkbox" id="produto4" name="produto[]" value="Quesadilla"/>
<span>QUESADILHA</span>
</label>
</p>
<p>
<label>
<input type="checkbox" id="produto3" name="produto[]" value="Burrito" />
<span>BURRITO</span>
</label>
</p>
<p>
<label>
<input type="checkbox" id="produto" name="produto[]" value="Taco" />
<span class="">TACO</span>
</label>
</p>
<p>
<label>
<input type="checkbox" id="produto2" name="produto[]" value="Nachos" />
<span>NACHOS</span>
</label>
</p>
</span>
<h2>Drinks</h2>
<div class="checkdrink">
<p>
<label>
<input type="checkbox" id="produto" name="produto[]" value="Corona" />
<span>CORONA EXTRA</span>
</label>
</p>
<p>
<label>
<input type="checkbox" id="produto2" name="produto[]" value="Kiro Switchel" />
<span>KIRO SWITVHEL</span>
</label>
</p>
<p>
<label>
<input type="checkbox" id="produto3" name="produto[]" value="Budweiser" />
<span>BUDWEISER</span>
</label>
</p>
<p>
<label>
<input type="checkbox" id="produto4" name="produto[]" value="Agua" />
<span>AGUA MINERAL</span>
</label>
</p>
</div>
<label style="font-family: Verdana, Geneva, Tahoma, sans-serif; color: #ba0000; font-size: 20px;">Qual a forma de pagamento?</label>
<select class="browser-default" name="pagamento" id="pagamento" required style="background-color: rgb(229 229 229);">
<option value="" disabled selected>Selecione</option>
<option >Dinheiro</option>
<option >Cartão de Crédito</option>
<option >Cartão de Débito</option>
<option >Pix</option>
</select>
</fieldset>
<div>
<label style="color: #000000; font-family: monospace; font-size: 15px;"><Strong>Use este espaço para descrever(sugestões,observações etc)</Strong></label><br>
<textarea name="mensagem" id="mensagem" cols="60" rows="10" style="background-color: rgb(219, 215, 215);"></textarea>
<button type="submit" id="botao">Fazer o Pedido!</button>
</div>
</form>
</div>
</div>
</body>
<script src="js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
</html>