-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgiftshop_menu.html
executable file
·78 lines (58 loc) · 2.31 KB
/
giftshop_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
<!DOCTYPE html>
<!-- Menu -->
<html lang="en">
<head>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Spring & Summer Menu</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="css/topnav.css">
<link rel="stylesheet" type="text/css" href="css/gallery.css">
<link rel="stylesheet" type="text/css" href="css/editorial.css">
<link rel="stylesheet" href="https://use.typekit.net/gkr1vzv.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<style>
</style>
</head>
<body>
<div class="divider">
Our Spring / Summer Menu
</div>
<div id="lunch_menu">
<div class="salad_sandwiches">
<h1>SALAD</h1>
<h5>1. Lime Cilantro Chicken Salad</h5>
<p>Mixed greens, corn, shredded cheese, tomatoes, roasted red bell pepper, toasted pumpkin seed, roasted chicken, with chipotle lime vinaigrette dressing. $18</p>
<h5>2. Mixed Berry Spinach Salad with Feta</h5>
<p>Mixed greens, feta, berries, grilled chicken, sliced almond, candied pecans, with
house made vinaigrette dressing. $18</p>
<h5>3. Southwest Chicken Salad</h5>
<p>Mixed greens, tortilla strips, onions, cheese blend, grilled chicken, with chipotle dressing. $18</p>
<h5>4. Mediterranean Chopped Salad</h5>
<p>Lettuce, mixed green, tomato, olive, red onion, feta cheese, grilled chicken, cucumber, with dijon balsamic vinaigrette dressing. $18</p>
<h1>SANDWICHES</h1>
<h5>5. Turkey avocado on Sourdough</h5>
<p>Aioli spread, onion, cheese, lettuce, tomato. $18</p>
<h5>6. Chicken Salad sandwich on a Croissant</h5>
<p>Grapes, toasted almonds, mayo, chicken, croissant. $18</p>
<h5>7. The Garden Sandwich</h5>
<p>Lettuce, tomato, cucumber, sprouts, herb cream cheese, whole wheat bread. $18</p>
<h5>8. Grilled Cheese</h5>
<p>Three cheese blend, sourdough. $12</p>
</div>
<div class="horiz"></div>
<h2>
*Comes with choice of side: Broccoli Salad or Pasta Salad
<br>
Soup of the Day: $9
</h2>
<div class="horiz"></div>
<div class="asterik">
<p>*Food mau contain certain allergens. inquire for specific details*</p>
<p>Non alcoholic drinks $2.00 each.</p>
<p>Beer, wine and mixed drinks available for purchase</p>
<p>Call (209) 262-0131 to place your order</p>
<p>Pageo Lavender Farm 11573 Golf Link Rd. Turlock, CA 95380</p>
</div>
</div>
</body>
</html>