-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (230 loc) · 13.4 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
274
275
276
277
278
279
280
281
282
283
<!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">
<title>Los Amigos</title>
<link rel="stylesheet" href="./assets/style.css">
<link rel="stylesheet" href="./assets/bootstrap.min.css">
<link rel="icon" href="/public/images/favicon.ico" type="image/x-icon">
</head>
<body>
<header>
<h1 class="text-center fw-light display-1 text-uppercase header-name">Los Amigos</h1>
<p class="text-center h5 text-uppercase header-desc">carniceria | taqueria</p>
</header>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="#">-</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor02"
aria-controls="navbarColor02" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor02">
<ul class="navbar-nav me-auto">
<li class="nav-item fs-5 text-uppercase px-3">
<a class="nav-link active" href="#">Los Amigos
<span class="visually-hidden">(current)</span>
</a>
</li>
<li class="nav-item fs-5 text-uppercase px-3">
<a class="nav-link" href="#la-menu">Menu</a>
</li>
<li class="nav-item fs-5 text-uppercase px-3">
<a class="nav-link" href="#">Carniceria</a>
</li>
<li class="nav-item fs-5 text-uppercase px-3">
<a class="nav-link" href="#">Contact</a>
</li>
<li class="nav-item dropdown fs-5 text-uppercase px-3">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button"
aria-haspopup="true" aria-expanded="false">Dropdown</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</li>
</ul>
<!-- <form class="d-flex">
<input class="form-control me-sm-2" type="text" placeholder="Search">
<button class="btn btn-secondary my-2 my-sm-0" type="submit">Search</button>
</form> -->
</div>
</nav>
<figure class=" mx-5 px-5 py-5 text-end">
<blockquote class="blockquote">
<p class="mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
</blockquote>
<figcaption class="blockquote-footer text-danger">
Someone famous in <cite title="Source Title">Source Title</cite>
</figcaption>
</figure>
<main id="la-menu" class="container pt-5">
<section class="row jc-center fw-lighter">
<h2 class="text-uppercase text-center py-3 display-5 page-break">taqueria menu</h2>
<div class="col-12 mx-2 mb-3 py-5">
<div class="card-header text-uppercase text-center h5">Protein</div>
<div class="card-body">
<ul class="row card-text col-12 text-center text-uppercase">
<p class="col-4">carne asada (grilled steak)</p>
<p class="col-4">pollo (grilled chicken)</p>
<p class="col-4">pastor (marinated pork)</p>
<p class="col-4">barbacoa (braised beef)</p>
<p class="col-4">cecina (cured salted beef)</p>
<p class="col-4">chorizo (mexican sausage)</p>
<p class="col-4">carnitas (braised pork)</p>
<p class="col-4">tripa (tripe) + $</p>
<p class="col-4">lengua (beef tongue) + $</p>
</ul>
</div>
</div>
<hr>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">tacos</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">Four hand-made, soft, corn tortillas filled with choice of protein, topped
with
cilantro, and onions.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">sopes</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">Three thick corn tortillas topped with beans, choice of protein, lettuce,
sour
cream, and queso fresco.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">burritos</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">12 in. flour tortilla stuffed with rice, beans, choice of protein, cheese,
onions, and cilantro.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">flautas</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3 ">Four hand-made, fried corn tortillas rolled and filled with shredded
chicken.
Topped with sour cream and queso fresco. Served with lettuce, and tomatoes.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">gorditas</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">Three thick corn tortillas fried and filled with chicharron (fried pork
skins
in green sauce), or choice of protein, lettuce, sour cream, and queso fresco.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">quesadillas</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">12 in. flour tortilla grilled with choice of protein and cheese. Served
with
lettuce, tomatoes, and sour cream.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">enchiladas</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">Four hand-made, soft, corn tortillas rolled and filled with queso fresco
and
slathered in a green tomatillo sauce. Topped with queso, served with cecina, lettuce, sour
cream, avocado, and red onion.</p>
</div>
</div>
<div class="col-md-5 mx-3 card border-light mb-3 py-5">
<div class="card-header text-uppercase text-center h5">tortas</div>
<div class="card-body">
<img class="img-fluid jc-center" src="https://via.placeholder.com/300" alt="" title="" width="100%"
height="200px">
<p class="card-text mt-3">
Mexican sandwich made with telera bread, mayo, choice of protein, lettuce, avocado,
queso fresco, tomatoes, onions, and jalapeños.
</p>
<h2 class="h2" id="headingOne"></h2>
<button class="accordion-button btn btn-light card-title text-center text-uppercase" type="button"
data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
specialty tortas
</button>
<div id="collapseOne" class="accordion-collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
<h6 class="card-title text-center">Cubana</h6>
<p class="card-text">
Specialty torta with three proteins: chicken milanese, hotdogs, and ham.
</p>
<h6 class="card-title text-center">Milanesa</h6>
<p class="card-text">
Specialty torta made with breaded chicken or steak milanese.
</p>
<h6 class="card-title text-center">Pambazo</h6>
<p class="card-text">
Specialty torta made with telera bread, sautéed in a red sauce and filled with seasoned
potatoes, chorizo, lettuce, avocado, queso fresco, tomatoes, onions, and jalapeños.
</p>
</div>
</div>
<!--
<div class="card-body">
<h2 class="fs-4" id="headingTwo">
<button class="accordion-button collapsed btn btn-secondary" type="button" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Accordion Item #2
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Natus ipsam distinctio ullam tempora voluptas error, beatae saepe in enim totam delectus, quisquam dolore et tenetur inventore repellendus impedit! Adipisci, aperiam.
</div>
</div>
</div> -->
</div>
</div>
</section>
<div class="col-12 jc-center">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3207.215753291135!2d-80.6298071839592!3d36.50065368001146!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x88523caa2239c039%3A0x93f5532b84893c80!2s936%20W%20Pine%20St%2C%20Mt%20Airy%2C%20NC%2027030!5e0!3m2!1sen!2sus!4v1647222404056!5m2!1sen!2sus"
width="100%"
height="450px"
loading="lazy">
</iframe>
</div>
</main>
<!-- bootstrap functionality -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous">
</script>
<!-- momentum functionality -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>