-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.html
459 lines (432 loc) · 19 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
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
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!doctype html>
<html class="no-js" lang="en-us">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163809807-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163809807-1');
</script>
<meta charset="utf-8">
<title>Sugar & Spice Catering</title>
<meta name="description" content="Sugar & Spice catering offers a wide variety of menu options for your wedding, party, reception, or other large event in the Texarkana area.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!--Font Awesome-->
<script src="https://kit.fontawesome.com/b0cd4101cb.js" crossorigin="anonymous"></script>
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Great+Vibes&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body id="menu-body">
<nav id="ss-navbar" class="navbar navbar-expand-sm fixed-top">
<!--Brand-->
<a class="navbar-brand font-weight-bold" href="index.html">Home</a>
<!--Toggle collapse-->
<buttton class="navbar-toggler" data-toggle="collapse" data-target="#collapsing-navbar">
<span class="navbar-toggler-icon yellow-text"><i class="fas fa-bars"></i></span>
</buttton>
<!--Links-->
<div class="collapse navbar-collapse justify-content-end" id="collapsing-navbar">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#services">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#reviews">Reviews</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Menu</a>
</li>
<li class="nav-item">
<a class="nav-link collapse-bar" href="./gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./contact.html">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!--Hero-->
<header id="hero" class="container-fluid ">
<img id="home-hero-img" class="img img-fluid d-block" src="img/s&sjumbotron-menu-5.jpg" alt="Colorfol cake pop header image.">
<div id="menu-hero-logo" class="dark-text">
<h1 class="script-text menu-logo-title-text">Sugar<br> & Spice</h1>
<h5 class="script-text logo-sub-text">Catering</h5>
</div>
</header>
<main>
<section id="menu-top" class="container-fluid">
<article class="col-sm-8 mx-auto">
<h2 id="menu-title" class="script-text text-center mt-5">Our Menu</h2>
<p class="menu-explained">
The appetizer and meal menus below are only a sample of what Sugar & Spice Catering
can provide for your event. Choose from one or more ready-made packages below or
contact us to discuss a custom-made menu that will make your event the talk of the town.
</p>
<p class="menu-explained">
Sugar & Spice Catering will work with you to fulfill special requests including off-menu items
and foods meeting special dietary needs.
</p>
<p class="menu-explained">
All menus are individualized, and as such costs will vary based upon the number of
guests and complexity of the menu. Contact me today for an estimate.
</p>
</article>
</section>
<!--Appetizer Menu-->
<section id="app-menu" class="container-fluid">
<div class="col-sm-8 mx-auto">
<h2 class="menu-section-title script-text text-center mt-5">Appetizers</h>
</div>
<div class="row mx-0 mx-md-3">
<!--Appetizer 1-->
<div id="app-menu-1" class="col-lg border mx-3 my-3 py-0 px-0 app-menu-item">
<h2 class="menu-item-title text-center">Menu One</h2>
<div class="app-menu-included">
<h2 class="text-center menu-price">$12</h2>
<h2 class="text-center menu-sub-price">per person</h2>
<h4>Includes:</h4>
<ul>
<li>Punch & Tea</li>
<li>Choice of Fruit Platter or Chocolate Dipped Fruit</li>
</ul>
</div>
<div class = "app-choices">
<h4>Choose Two</h4>
<ul>
<li>Sweet & Spicy Chicken Bacon Bites (Hot)</li>
<li>Poppy Seed Sandwiches (Hot)</li>
<li>Ham or Turkey Sandwiches (Cold)</li>
<li>Chicken Salad Sandwiches (Cold) </li>
<li>Sausage Stars (Hot)</li>
<li>Chicken or Black Bean Rollups (Cold)</li>
<li>Beef or Chicken Kabobs (Hot)</li>
<li>Homemade Meatballs (Hot)</li>
</ul>
<h4>Choose Two</h4>
<ul>
<li>Spinach Artichoke Dip with Garlic Toast (Hot or Cold)</li>
<li>Mexican Dip with Chips (Cold)</li>
<li>Southwestern Corn Dip with Chips (Hot or Cold)</li>
<li>Pizza Dip with French Bread(Hot)</li>
<li>Cheese Tray with Marinated Cheese Bites and Pesto Ball (Cold)</li>
<li>Marinated Cheese / Veggie Tray (Cold)</li>
<li>Veggie Tray (Cold)</li>
</ul>
</div>
</div>
<!--Appetizer 2-->
<div id="app-menu-2" class="col-lg border mx-3 my-3 py-0 px-0 app-menu-item">
<h2 class="menu-item-title text-center">Menu Two</h2>
<div class="app-menu-included">
<h2 class="text-center menu-price">$14</h2>
<h2 class="text-center menu-sub-price">per person</h2>
<h4>Includes:</h4>
<ul>
<li>Punch & Tea</li>
<li>Choice of Fruit Platter or Chocolate Dipped Fruit</li>
</ul>
</div>
<div class = "app-choices">
<h4>Choose Two</h4>
<ul>
<li>Sweet & Spicy Chicken Bacon Bites (Hot)</li>
<li>Poppy Seed Sandwiches (Hot)</li>
<li>Ham or Turkey Sandwiches (Cold)</li>
<li>Chicken Salad Sandwiches (Cold) </li>
<li>Sausage Stars (Hot)</li>
<li>Chicken or Black Bean Rollups (Cold)</li>
<li>Beef or Chicken Kabobs (Hot)</li>
<li>Homemade Meatballs (Hot)</li>
</ul>
<h4>Choose Two</h4>
<ul>
<li>Spinach Artichoke Dip with Garlic Toast (Hot or Cold)</li>
<li>Mexican Dip with Chips (Cold)</li>
<li>Southwestern Corn Dip with Chips (Hot or Cold)</li>
<li>Pizza Dip with French Bread(Hot)</li>
<li>Cheese Tray with Marinated Cheese Bites and Pesto Ball (Cold)</li>
<li>Marinated Cheese / Veggie Tray (Cold)</li>
<li>Veggie Tray (Cold)</li>
</ul>
<h4>Choose One</h4>
<ul>
<li>Almond Slivered Cheese Ball with Crackers</li>
<li>Pecan Crusted Cheese Ball with Crackers</li>
<li>Pesto Ball with Crackers</li>
</ul>
</div>
</div>
<!--Appetizer 3-->
<div id="app-menu-3" class="col-lg border mx-3 my-3 py-0 px-0 app-menu-item">
<h2 class="menu-item-title text-center">Menu Three</h2>
<div class="app-menu-included">
<h2 class="text-center menu-price">$16</h2>
<h2 class="text-center menu-sub-price">per person</h2>
<h4>Includes:</h4>
<ul>
<li>Punch & Tea</li>
<li>Choice of Fruit Platter or Chocolate Dipped Fruit</li>
</ul>
</div>
<div class = "app-choices">
<h4>Choose Three</h4>
<ul>
<li>Sweet & Spicy Chicken Bacon Bites (Hot)</li>
<li>Poppy Seed Sandwiches (Hot)</li>
<li>Ham or Turkey Sandwiches (Cold)</li>
<li>Chicken Salad Sandwiches (Cold) </li>
<li>Sausage Stars (Hot)</li>
<li>Chicken or Black Bean Rollups (Cold)</li>
<li>Beef or Chicken Kabobs (Hot)</li>
<li>Homemade Meatballs (Hot)</li>
</ul>
<h4>Choose Two</h4>
<ul>
<li>Spinach Artichoke Dip with Garlic Toast (Hot or Cold)</li>
<li>Mexican Dip with Chips (Cold)</li>
<li>Southwestern Corn Dip with Chips (Hot or Cold)</li>
<li>Pizza Dip with French Bread(Hot)</li>
<li>Cheese Tray with Marinated Cheese Bites and Pesto Ball (Cold)</li>
<li>Marinated Cheese / Veggie Tray (Cold)</li>
<li>Veggie Tray (Cold)</li>
</ul>
<h4>Choose One</h4>
<ul>
<li>Almond Slivered Cheese Ball with Crackers</li>
<li>Pecan Crusted Cheese Ball with Crackers</li>
<li>Pesto Ball with Crackers</li>
</ul>
</div>
</div>
</div>
</section>
<!--Meal Menu-->
<section id="meal-menu" class="container-fluid">
<div class="col-sm-8 mx-auto">
<h2 class="menu-section-title script-text text-center mt-5">Meals</h2>
</div>
<div class="row mx-auto">
<!--Meal 1-->
<div id="meal-menu-1" class="col-md-5 col-lg-3 border mx-auto my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal One</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Cornbread Stuffed Chicken or Brisket</li>
<li>Baked Beans</li>
<li>Garlic Mashed Potatoes</li>
<li>Bread</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 2-->
<div id="meal-menu-2" class="col-md-5 col-lg-3 border mx-auto mx-lg-5 my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Two</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Sour Cream Chicken Enchiladas or Mexican Casserole</li>
<li>Baja Rice</li>
<li>Refried Beans or Black Beans</li>
<li>Chips & Salsa</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 3-->
<div id="meal-menu-3" class="col-md-5 col-lg-3 border mx-auto my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Three</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Chicken & Spaghetti or Lasagna</li>
<li>Green Beans with New Potatoes</li>
<li>Corn</li>
<li>Garlic Bread</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 4-->
<div id="meal-menu-4" class="col-md-5 col-lg-3 border mx-auto my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Four</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Sweet & Spicy Bacon Wrapped Chicken or Lemon Pepper Chicken</li>
<li>Twice Baked Potato Casserole</li>
<li>Macaroni & Cheese</li>
<li>Bread</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 5-->
<div id="meal-menu-5" class="col-md-5 col-lg-3 border mx-auto mx-lg-5 my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Five</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Chicken or Beef Kabobs</li>
<li>Seasoned Rice with Roasted Vegetables</li>
<li>Bread</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 6-->
<div id="meal-menu-6" class="col-md-5 col-lg-3 border mx-auto my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Six</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Smothered Steak or Smoked Pork Loin</li>
<li>Twice Baked Potato Casserole</li>
<li>Green Beans</li>
<li>Bread</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 7-->
<div id="meal-menu-7" class="col-md-5 col-lg-3 border mx-auto my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Seven</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Pasta Bar :<br>
Grilled Chicken or Meatballs<br>
White Sauce or Red Sauce<br>
Two Pastas
</li>
<li>Garlic Bread</li>
<li>Garden Salad or Strawberry Walnut Salad</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 8-->
<div id="meal-menu-8" class="col-md-5 col-lg-3 border mx-auto mx-lg-5 my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Eight</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Chili Bar :<br>
Homemade Chili with All Toppings<br>
Hot Dogs with All Toppings<br>
Nachos with All Toppings<br>
Frito Pies with All Toppings
</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
<!--Meal 9-->
<div id="meal-menu-9" class="col-md-5 col-lg-3 border mx-auto my-3 py-0 px-0 meal-menu-item">
<h2 class="menu-item-title text-center">Meal Nine</h2>
<div class="menu-items-1 px-1">
<div class="menu-included">
<h4>Includes:</h4>
<ul>
<li>Taco Bar :<br>
Chicken or Beef (Ask About Alternatives)<br>
Flour or Corn Tortillas (Hard or Soft)<br>
Salsa<br>
Cheese<br>
Sour Cream<br>
Peppers
</li>
<li>Baja Corn & Black Beans</li>
<li>Chips & Salsa</li>
<li>Punch & Tea</li>
</ul>
</div>
</div>
</div>
</div> <!--end row-->
</section>
<section id="dessert-menu" class="container-fluid">
<article class="col-sm-8 mx-auto">
<h2 class="menu-section-title script-text text-center mt-5">Desserts</h2>
<p class="menu-explained">
Sugar & Spice Catering can provide custom-made desserts to make your event extra-special.
I specialize in cupcakes, cake balls, and cake pops in a wide variety of flavors and
designs. This is your chance to get creative. I will work with you to create a custom
designed dessert that will have your guests talking about your event for years to come.
</p>
</article>
</section>
</main>
<!--Footer-->
<footer class="container-fluid py-5" id="footer">
<h2 class="yellow-text title-text text-center script-text pt-5">Get in touch</h2>
<div class="row py-5">
<address id="contact-info" class="col-sm-4 text-center">
<p class="yellow-text footer-text">
Sugar & Spice Catering
<br>
Texarkana, Tx
<br>
<a href="tel:+1-903-276-4389" class="phone-number">1.903.276.4389</a>
</p>
</address>
<div class="col-sm-4 text-center py-3">
<button class="btn mx-auto d-block btn-lg footer-button" onclick="window.location.href='http://www.sugarandspice.catering/contact.html';">Send us a note</button>
</div>
<div id="social-media-container" class="col-sm-4 text-center">
<h2 class="pt-2 pb-3 yellow-text script-text">Follow Us</h2>
<a href="https://www.facebook.com/sfsugarnspice/" target="_blank"><i class="fab fa-facebook-square sm-icons yellow-text mx-3"></i></a>
<a href="https://www.instagram.com/sfsugarnspice/" target="_blank"><i class="fab fa-instagram sm-icons yellow-text mx-3"></i></a>
</div>
</div>
<div class="text-center py-3">
<h5 class="yellow-text">© 2020 | Sugar & Spice Catering</h5>
</div>
<div class="text-center">
<a href="https://www.caseypitman.com/" class="dev-link" target="_blank"><h6 class="yellow-text dev-link">Built by Casey Pitman Web Development</h6></a>
</div>
</footer>
<!--JAVASCRIPT-->
<script src="js/vendor/modernizr-3.7.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.4.1.min.js"><\/script>')</script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>