Skip to content

Commit ac9ef4b

Browse files
authored
Merge pull request #85 from code4lib/lunch-menus
Added lunch thingys
2 parents 594c865 + eb62c0a commit ac9ef4b

5 files changed

Lines changed: 34 additions & 6 deletions

File tree

_data/conf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ peri:
175175
title: 'Conference, Day 1'
176176
desc: 'Opening Keynote & Talks'
177177
link: '/schedule/day-1'
178-
#menu: 'day1-menus.html'
178+
menu: 'day1-menus.html'
179179
pm:
180180
title: 'Newcomer Dinner'
181181
desc: 'Dine-Around'
@@ -185,7 +185,7 @@ peri:
185185
title: 'Conference, Day 2'
186186
desc: 'Awesome Talks'
187187
link: '/schedule/day-2'
188-
#menu: 'day2-menus.html'
188+
menu: 'day2-menus.html'
189189
pm:
190190
title: 'Reception'
191191
link: '/general-info/venues/#reception'

_data/day1-menus.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Lunch:
2+
Entrées:
3+
"Italian wedding soup, panzanella salad Deconstructed": "VGN, GF, DF, AL"
4+
"Tuscan garden salad: European cucumbers, Roma tomatoes, cannellini beans, red onion, and gorgonzola cheese (Deconstructed)": "GF, DF, CL, AL"
5+
"Half pan-seared chicken breast with tomatoes, kalamata olives, and artichokes": "GF, DF"
6+
"Half pan-seared chicken breast with tomatoes": "GF, DF, CL, AL"
7+
"four cheese ravioli with spinach and garlic sauce": "VGT"
8+
"Vegan Entrée": "VGN, GF, DF, CL, AL"

_data/day2-menus.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Lunch:
2+
Entrées:
3+
"Crab & corn chowder": ""
4+
"California cobb salad, deconstructed": "VGN, GF, DF, AL"
5+
"Blackened white fish with mandarin orange & pineapple relish": "GF, DF"
6+
"Marinated flank steak with southwest sauce": "GF DF"
7+
"Root Vegetable, Kale, Sweet Potato Roast": "VGN, GF, DF, AL"

_data/schedule.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,19 @@
9595
time: 16:00-16:30
9696
day2: true
9797

98-
# lunch
98+
# Lunches
9999
- timeImg: 12.00.png
100100
title: Lunch
101-
time: 12:00-13:00
102101
day1: true
102+
time: 12:00-13:00
103+
menu: day1-menus
104+
submenu: Lunch
103105
- timeImg: 12.00.png
104106
title: Lunch
105-
time: 12:00-13:15
106107
day2: true
108+
time: 12:00-13:15
109+
menu: day2-menus
110+
submenu: Lunch
107111

108112
# keynotes
109113
- timeImg: 9.45.png

_includes/menu.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ <h3 class=".h5 category-header">{{ category[0] }}</h3>
2626
{% if note == "DF" %}
2727
(DF)
2828
{% endif %}
29+
{% if note == "CL" %}
30+
(CL)
31+
{% endif %}
32+
{% if note == "AL" %}
33+
(AL)
34+
{% endif %}
35+
2936
{% endfor %}
3037
</li>
3138
{% endfor %}
@@ -37,7 +44,9 @@ <h3 class=".h5 category-header">{{ category[0] }}</h3>
3744
<p style="text-align:center">
3845
<img src="/assets/img/persistent/vegetarian.svg" alt="vegetarian" height="35"/> = Vegetarian &nbsp; &nbsp; <img src="/assets/img/persistent/vegan.svg" alt="vegan" height="35"/> = Vegan
3946
&nbsp; &nbsp; (GF) = Made without Gluten
40-
&nbsp; &nbsp; (DF) = Dairy Free
47+
&nbsp; &nbsp; (DF) = Dairy-Free
48+
&nbsp; &nbsp; (CL) = Celiac-appropriate
49+
&nbsp; &nbsp; (AL) = Allium-Free
4150
</p>
4251
<p style="text-align:center">
4352
Dietary features may be updated as information becomes available.

0 commit comments

Comments
 (0)