-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
249 lines (249 loc) · 11.6 KB
/
menu.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>Smash Grill - Nuestra carta</title>
<link rel="icon" type="image/x-icon" href="resources/favicon.ico">
<link rel="stylesheet" href="style.css">
<meta name="description" content="En Smash Grill somos expertos en dar placer a tu paladar. Échale un ojo a nuestra carta y haz una reserva en nuestro local">
</head>
<body>
<header>
<h1 id="title">Smash Grill</h1>
<nav>
<a class="navlink" href="index.html">Inicio</a>
<a class="navlink" href="about.html">Quiénes somos</a>
<a id="currpage" href="menu.html">Nuestra carta</a>
<a class="navlink" href="reserva.html">Reservar</a>
</nav>
</header>
<div id="indice"> <!--Índice: carta y alérgenos-->
<ul>
<li><a class="itemIndice" href="#carta">Nuestra carta</a>
<ul>
<li><a class="itemIndice" href="#entrantes">Entrantes</a></li>
<li><a class="itemIndice" href="#ensaladas">Ensaladas frescas</a></li>
<li><a class="itemIndice" href="#burgers">Hamburguesas</a></li>
<li><a class="itemIndice" href="#postres">Postres</a></li>
</ul>
</li>
<li><a class="itemIndice" href="#alergenos">Alérgenos</a></li>
</ul>
</div>
<article id="carta"> <!--Artículo para los platos del menú: secciones para cada categoría-->
<h2 class="arttit">Nuestra carta</h2>
<section id="entrantes">
<h3>Entrantes</h3>
<h4 id="nachos">Nachos Smash Grill</h4>
<div class="menuitem">
<p class="desc">Crujientes totopos con salsa de queso cheedar, chili con carne, pico de gallo, guacamole, crema agria y jalapeños.</p>
<img src="resources/nachos.jpg" alt="Nachos Smash Grill" width="250" height="250">
</div>
<h4 id="fries">Bacon Cheese Fries</h4>
<div class="menuitem">
<p class="desc">Deliciosas patatas fritas cubiertas en una salsa de queso cheedar y coronadas con crujientes trozos de bacon.</p>
<img src="resources/baconcheesefries.jpeg" alt="Bacon Cheese Fries" width="250" height="250">
</div>
<h4 id="wings">BBQ Spicy Chicken Wings</h4>
<div class="menuitem">
<p class="desc">Crujientes alitas de pollo con salsa barbacoa picante.</p>
<img src="resources/chickenwings.jpg" alt="BBQ Spicy Chicken Wings" width="250" height="250">
</div>
<h4 id="rings">Crunchy Onion Rings</h4>
<div class="menuitem">
<p class="desc">Crujientes aros de cebolla acompañadas con salsa barbacoa, ketchup y crema agria.</p>
<img src="resources/onionrings.jpg" alt="Crunchy Onion Rings" width="250" height="250">
</div>
</section>
<section id="ensaladas">
<h3>Ensaladas frescas</h3>
<h4 id="cesar">Ensalada Caesar</h4>
<div class="menuitem">
<p class="desc">Mezclum de lechuga con salsa césar, trozos de pollo crujiente, dados crujientes de pán, tomates cherry, queso parmesano.</p>
<img src="resources/salad1.jpg" alt="Ensalada Caesar" width="250" height="250">
</div>
<h4 id="goat">Ensalada Sweet Goat</h4>
<div class="menuitem">
<p class="desc" >Mezclum de lechuga con vinagreta de miel y mostaza, rodajas de queso de cabra, pepino, maíz y cebolla.</p>
<img src="resources/salad2.jpeg" alt="Ensalada Sweet Goat" width="250" height="250">
</div>
</section>
<section id="burgers">
<h3>Hamburguesas</h3>
<h4 id="smash">Smash Grill Burger</h4>
<div class="menuitem">
<p class="desc">Hamburguesa <em> Black Angus</em> de 200gr cocinada en parrilla con lechuga, tomate, cebolla y nuestra salsa secreta.</p>
<img src="resources/burger1.jpg" alt="Smash Grill Burger" width="250" height="250">
</div>
<h4 id="baconburger">Bacon Cheese Burger</h4>
<div class="menuitem">
<p class="desc">Hamburguesa de vacuno de 200gr cocinada en parrilla cubierta por una deliciosa salsa de queso con crujiente bacon y nuestra salsa secreta.</p>
<img src="resources/burger2.jpg" alt="Bacon Cheese Burger" width="250" height="250">
</div>
<h4 id="chicken">Nashville Hot Chicken Sandwich</h4>
<div class="menuitem">
<p class="desc"> Hamburguesa de pollo crujiente con tomate, lechuga, pepinillos y salsa picante al estilo Nashville.</p>
<img src="resources/chickenburger.jpg" alt="Nashville Hot Chicken Sandwich" width="250" height="250">
</div>
</section>
<section id="postres">
<h3>Postres</h3>
<h4 id="cheesecake">New York Cheesecake</h4>
<div class="menuitem">
<p class="desc">Tarta de queso horneada con base de galleta crujiente y acompañada con mermelada de frambuesa.</p>
<img src="resources/cheesecake.jpg" alt="New York Cheesecake" width="250" height="250">
</div>
<h4 id="brownie">Brownie</h4>
<div class="menuitem">
<p class="desc">Bizcocho brownie con sirope de chocolate y nata acompañado con trozos de chocolate con leche.</p>
<img src="resources/brownie.jpg" alt="Brownie" width="250" height="250">
</div>
<h4 id="banofee">Tarta Banofee</h4>
<div class="menuitem">
<p class="desc">Delicioso pastel inglés hecho de plátanos, nata y tofe, combinado con una base crujiente de galletas.</p>
<img src="resources/banoffee.jpg" alt="Tarta Banoffee" width="250" height="250">
</div>
</section>
</article>
<article id="alergenos"> <!--Artículo para la tabla de alérgenos-->
<h2 class="arttit">Alérgenos</h2>
<div>
<table>
<tr>
<th>Plato</th>
<th>Gluten</th>
<th>Lácteos</th>
<th>Cacahuetes</th>
<th>Soja</th>
<th>Huevos</th>
<th>Pescado</th>
<th>Mariscos</th>
</tr>
<tr>
<td><a class="link" href="#nachos">Nachos Smash Grill</a></td>
<td>No</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#fries">Bacon Cheese Fries</a></td>
<td>No</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#wings">BBQ Spicy Chicken Wings</a></td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#rings">Crunchy Onion Rings</a></td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#cesar">Ensalada Caesar</a></td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>Sí</td>
<td>Sí</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#goat">Ensalada Sweet Goat</a></td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#smash">Smash Grill Burger</a></td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#baconburger">Bacon Cheese Burger</a></td>
<td>No</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#chicken">Nashville Hot Chicken Sandwich</a></td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#cheesecake">New York Cheesecake</a></td>
<td>No</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#brownie">Brownie</a></td>
<td>No</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td><a class="link" href="#banofee">Tarta Banofee</a></td>
<td>Sí</td>
<td>Sí</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
<td>No</td>
</tr>
</table>
</div>
</article>
<footer>
<p>Smash Grill® 2023</p>
</footer>
</body>
</html>