-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pasteleria.html
334 lines (269 loc) · 12.3 KB
/
Pasteleria.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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
<!DOCTYPE html>
<html lang="en">
<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">
<img href="./###">
<link href="./###">
<link href="./###">
<title>Pasteleria el bizcocho</title>
</head>
<style>
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
/* Estilo de header */
header {
float: left;
width: 80%;
height: 300px;
background-color: rgba(164, 204, 216, 0.801);
padding: 30px;
text-align: center;
text-decoration: #777;
font-size: 35px;
color: rgb(24, 4, 109);
}
/* Crear 2 columnas con la misma posición en la fila */
nav {
float: left;
width: 20%;
height: 300px;
/* only for demonstration, should be removed */
background: rgb(252, 253, 253);
padding: 20px;
}
nav ul {
text-align: left;
list-style-type: none;
padding: 0;
}
article {
float: left;
color: rgba(50, 50, 131, 0.836);
text-decoration: none;
text-align: justify;
padding: 20px;
width: 100%;
background-color: #f1f1f1;
height: auto;
}
/* Clear floats after the columns */
section::after {
content: "";
display: table;
clear: both;
}
/* Estilo de footer */
footer {
background-color: #777;
padding: 10px;
text-align: center;
color: white;
}
/* Responsive layout */
@media (max-width: 600px) {
nav,
article {
width: 100%;
height: auto;
}
}
</style>
<body>
<header>
<!-- Headings -->
<h1>Pasteleria El Bizcocho</h1>
<h5>Elaborando los más ricos pasteles de la región, desde 2010</h5>
</header>
<section>
<nav>
<h4>Navegación</h4>
<ul>
<li><a href="#" target="blank">Acceder</a></li><br>
<li><a href="#" target="blank">Registrarse</a></li><br>
<li><a href="#" target="blank">Pedidos</a></li><br>
</ul>
<h4>Productos</h4>
<label for="Productos">Elige tu favorito</label>
<input list="Productos">
<datalist id="Productos">
<option value="Pasteleria">
<option value="Galletas">
<option value="Bocadillos">
<option value="Pedidos Especiales">
</datalist>
</nav>
<article>
<h1>Pasteleria El Bizcocho</h1>
<p>Pasteleria tradicional nacida en la ciudad de Acambaro, al sur del estado de Guanajuato,cuenta con un excelente surtido de pan dulce, asi como de frances, pan de caja, etc.</p>
<!-- Parrafos -->
<br><p>Nuestro delicioso pan dulce se realiza con la tradicional receta familiar utilizada desde 1950, por el señor fulanito de tal, de esta forma continuamos con la tradicion familiar de la panaderia tradicional, para el año 2000 nos surge la inquietud de abrir nuestra propia panaderia la cual vio la luz hasta 2010, continuando con las recetas tradicionales pero perfeccionandolas con nuestro toque</p>
<br><p>Ahora para ustedes les traemos ademas de los pasteles tradicionales una propuesta distinta con la venta de reposteria francesa </p>
<!-- Links / Enlaces -->
<a href="./pedidos" target="blank">Realizar Pedidos</a>
<br>
<!-- Imágenes -->
<img src="https://i.imgur.com/M4UHMOQ.jpeg" alt="pastel nude" width="350px" height="500px"> <br>
<br><br>
<iframe width="350" height="200" src="https://www.youtube.com/embed/ib1V_Z9sjHQ" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br>
<hr>
<!-- Tablas -->
<table>
<h3> Sucursales</h3>
<tr>
<td>Acambaro</td>
<td>León</td>
<td>Irapuato</td>
<td>Celaya</td>
</tr>
<tr>
<td><br>Zona Centro s/n <br><br> (460)1234567</td>
<td><br>Zona Centro s/n <br><br> (460)1234567</td>
<td><br>Zona Centro s/n <br><br> (460)1234567</td>
<td><br>Zona Centro s/n <br><br> (460)1234567</td>
</tr>
</table>
<hr>
<!-- Listas -->
<ul>
<li>Pasteleria</li>
<li>Galletas</li>
<li>Bocadillos dulces</li>
<li>pastelillos personales</li>
</ul>
<ol>
<li>Pastel de merengue</li>
<li>Pastel 3 leches</li>
<li>Pastel con fondant</li>
</ol>
<dl>
<dt>Pastel de merengue</dt>
<dd>- Pastel de bizcocho tradicional con cubierta de merengue italiano </dd>
<dt>Pstel 3 leches</dt>
<dd>- Pastel de bizcocho tradicional remojado en 3 leches y cubierto con crema batida</dd>
<dt>Pstel con fondant</dt>
<dd>- Pastel de bizcocho tipo panque relleno de mermelada y cubierto con fondant</dd>
</dl>
<hr>
<!-- Tipos de Inputs -->
<h2>Registro en plataforma</h2>
<form action="getform.php" method="get">
<label for="nombre">Nombre:</label>
<input type="text" id="nombre" name="nombre"><br><br>
<label for="apellido">Apellido:</label>
<input type="text" id="apellido" name="apellido" form="form1"><br><br>
<label for="correo1">Correo:</label>
<input type="email" id="correo1" name="correo1"><br><br>
<label for="numero1">Celular:</label>
<input type="number" id="numero1" name="numero1" maxlength="10"><br><br>
<label for="Address">Dirección:</label>
<input type="street-address" id="street-address" name="street-address"><br><br>
<label for="Address">Codigo Postal:</label>
<input type="postal-code" id="postal-code" name="postal-code"><br><br>
<label for="username">Usuario:</label>
<input type="username" id="username" name="username" maxlength="8"><br><br>
<label for="psw">Contraseña:</label>
<input type="password" id="psw1" name="psw1"><br><br>
<label for="Conpsw">Confirmar Contraseña:</label>
<input type="password" id="psw1" name="psw1"><br><br>
<input type="reset"><br>
<input type="submit" value="Enviar"><br>
</form>
<hr>
<!-- Formularios -->
<h2>Acceder a la plataforma</h2>
<form action="/accion.js" id="form1" method="post">
<label for="username">Correo</label><br>
<input type="username" id="username" name="username"><br><br>
<label for="psw">Contraseña</label><br>
<input type="password" id="psw1" name="psw1"><br><br>
<input type="reset"><br>
<input type="submit" value="Enviar">
</form>
<hr>
<h2 class="pedido">Selección</h2>
<label for="Pasteles">Elección de Pastel</label>
<select id="Pasteles" name="Pasteles">
<option value="vacio">vacio</option>
<option value="merengue">Pastel de merengue</option>
<option value="3leches">Pastel de 3 leches</option>
<option value="fondant">Pastel de Fondant</option>
</select>
<input type="button" id="next" name="next" value="siguiente" target="blank" onclick="alert('Gracias por su compra');" ><br><br>
<h2>Selección de Bizcocho</h2><br>
<input type="checkbox" id="bread1" name="bread1" value="Vainilla">
<label for="topping1">Vainilla</label><br>
<input type="checkbox" id="bread2" name="bread2" value="Chocolate">
<label for="topping2">Chocolate</label><br>
<input type="checkbox" id="bread3" name="bread3" value="Conbinado">
<label for="topping3">Combinado</label><br><br>
<input type="button" id="pagar" name="pagar" value="pagar" onclick="alert('Gracias por su compra');"><br><br>
<h2>Selección de Relleno</h2><br>
<input type="radio" id="Fresa" name="relleno" value="Fresa">
<label for="Fresa">Mermelada de fresa</label><br>
<input type="radio" id="Durazno" name="relleno" value="Durazno">
<label for="Durazno">Mermelada de Durazno</label><br>
<input type="radio" id="Crema" name="relleno" value="Crema">
<label for="Crema">Crema</label><br><br>
<input type="button" id="pagar" name="pagar" value="pagar" onclick="alert('Gracias por su compra');"><br><br>
<h1>Datos adicionales a su orden</h1>
<label for="indicaciones">Indicaciones a considerar</label>
<input type="text" id="indicaciones" name="indicaciones" maxlength="300">
<br><br>
<hr>
<h2>Forma de entrega y/o recolección</h2>
<h4>Fecha y hora de entrega del pedido</h4>
<input type="datetime-local" id="fecha2" name="fecha2"><br><br>
<label for="delivery">Envio a domicilio en zonas participantes</label><br>
<input list="delivery">
<datalist id="delivery">
<option value="Uber eats">
<option value="DiDi">
<option value="Rappi">
</datalist>
<br><br>
<label for="ciudad">Recolección en sucursal</label><br>
<input list="ciudad">
<datalist id="ciudad">
<option value="León">
<option value="Irapuato">
<option value="Celaya">
</datalist>
<br><br>
<hr>
<h2>Metodo de pago</h2>
<h4>Pago con Tarjeta</h4><br>
<label for="tcurrency">Monto a pagar</label><br>
<input type="transaction-currency" id="tcurrency" name="tcurrency" maxlength="10"><br><br>
<label for="ccname">Nombre</label><br>
<input type="cc-name" id="ccname" name="ccname"><br><br>
<label for="ccnumber">Numero de Tarjeta</label><br>
<input type="number" id="ccnumber" name="ccnumber" maxlength="16"><br><br>
<label for="ccexp">Fecha de expiración</label><br>
<input type="number" id="ccexp" name="ccexp"><br><br>
<label for="cccsc">CCV</label><br>
<input type="number" cc-csc="cc-csc" id="cccsc" name="cccsc" maxlength="3"><br><br>
<input type="button" id="endbuy" name="endbuy" value="Finalizar pedido" onclick="alert('Gracias por su compra');"><br><br>
<h4>Pago en efectivo, anexe copia de comprobante de pago</h4><br>
<input type="file" id="archivo1" name="archivo1" multiple><br><br>
<input type="reset"><br><br>
<input type="button" id="endbuy" name="endbuy" value="Finalizar pedido" onclick="alert('Gracias por su compra');"><br><br>
<hr>
</article>
</section>
<footer>
<div class="">
<a href="#" target="blank">Facebook</a>
<a href="#" target="blank">Instagram</a>
<a href="#" target="blank">YouTube</a>
<a href="#" target="blank">Sucursales</a>
</div>
</footer>
</body>
</html>