-
Notifications
You must be signed in to change notification settings - Fork 22
/
thursday-menus.html
47 lines (43 loc) · 2.3 KB
/
thursday-menus.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
---
layout: default
title: Thursday Menu
---
<div class="row section">
<div class="cell cell-lg">
<div class="page-header">
<h1>Thursday Menu</h1>
</div>
<div class="col-md-12">
<a name="breakfast"></a>
<aside class="tasting-menu" style="background-color:#fff;">
<h4><span>Breakfast</span></h4>
<br/>
<p class="tasting-intro"><em>Inspired Sunrise</em></p>
<br/>
<ul class="tasting-options">
<li>
<h5>DISHES</h5>
<ul class="items">
<li>Local cage-free range scrambled eggs and chicken sausage breakfast wrap<br/> with farmstand cheddar cheese </li>
<li>Local cage-free range scrambled eggs breakfast wrap with farmstand cheddar cheese <img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/></li>
<li>Hot Oatmeal served with brown sugar and raisins (Gluten Free) <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
<li>Assorted Danish, Muffins, Bagels & Croissants <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/> <img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/></li>
<li>Seasonal Sliced Fruit Display (Gluten Free) <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
</ul>
</li>
<li>
<h5>BEVERAGES</h5>
<ul class="items">
<li>Chilled Grapefruit, Cranberry and Orange Juice </li>
<li>Starbucks Regular and Decaf Coffee, selection of hot Tazo teas </li>
</ul>
</li>
</ul>
<p style="text-align:center"><img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/> = Vegetarian <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/> = Vegan </p>
</aside>
</div>
</div> <!-- /.cell-lg -->
</div><!-- /.row .section-->
<br />
</div>
</div>