-
Notifications
You must be signed in to change notification settings - Fork 22
/
mutter.html
108 lines (102 loc) · 5.74 KB
/
mutter.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
---
layout: default
title: Venue
---
<div class="row section">
<div class="cell cell-lg">
<div class="page-header">
<h1>Reception Venue</h1>
</div>
<div class="col-md-12">
<a name="hotel"></a>
<h2>The Mütter Museum</h2>
<div class="col-md-6">
<a href="http://muttermuseum.org/">
<img src="{{ site.data.path }}img/mutter.jpg" title="Credit Mütter Museum website" alt="Mutter Museum" width="100%"></a>
</div>
<div class="col-md-6">
<p>
19 S 22nd Street<br />
Philadelphia, PA 19103<br />
<a href="tel:2155608564"> +1-215-560-8564</a> | <a href="http://muttermuseum.org/">Mütter Museum Website</a><br />
</p>
<p style="font-size:.8em">
Special thanks to the generous sponsorship of:
<a href="http://www.knightfoundation.org/" class="thumbnail" style="background: white;">
<img src="{{ site.data.path }}img/logos/knight-logo.svg" alt="The John S. and James L. Knight Foundation">
</a></p>
</div>
</div>
<br>
<div class="col-md-12">
<a name="mutter-transport"></a>
<h3>Getting to the Mütter</h3>
<p><span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span> <strong>Don't forget your conference nametag and lanyard!</strong></p>
<p>
A complimentary continuous shuttle service will be available to and from the Reception on Tuesday, March 8th.
Shuttles will depart from the Sheraton starting at 5:30pm with the last return shuttle leaving the Mütter Museum at 8:00pm.
Should you miss the last shuttle or decide to dine in the area, it is a two (2) mile walk back to the hotel through the heart of Philadelphia.
There are also a number of public transport options (buses and subways).
</p>
</div>
<br />
<div class="col-md-12">
<a name="subfields"></a>
<h3>Musical Guests: The Subfields</h3>
<p>
Joe Lucia, Dean of Temple University Libraries, has not only been instrumental in bringing Code4Lib to Philadelphia,
but he is also known widely in the library community for being the guitarist of the all-librarian band, Marc Fields & Bad Data.
We are honored to have the Subfields, an acoustic subset of Marc Fields & Bad Data, provide the entertainment for the evening.
While this song is unlikely to make the acoustic mix, it fully embodies the spirit of Code4Lib, and provides a sampling of Joe's creativity and sense of humor.
</p>
<br/>
<iframe width="100%" height="250" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/204818378&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&visual=true"></iframe>
<br/><br/>
</div>
</div> <!-- /.cell-lg -->
</div><!-- /.row .section-->
<br />
<div class="row section">
<div class="cell cell-lg">
<a name="menu"></a>
<aside class="tasting-menu">
<h4><span>COCKTAILS AND APPETIZERS</span></h4>
<ul class="tasting-options">
<li>
<h5>PENNSYLVANIA FLATBREADS</h5>
<ul class="items">
<li>Roasted Kennet Square Mushrooms, Birchrun Hills Farm Blue Cheese <img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/></li>
<li>Caramelized Harvest Valley Farms Onions, Keswick Creamery Cheddar <img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/></li>
<li>Lancaster County Smoked Bacon, Roasted Solebury Orchard Apples</li>
</ul>
</li>
<li>
<h5>MEZZE</h5>
<ul class="items">
<li>Hummus, Three Ways <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
<li>Stewed Eggplant Tomato Salad <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
<li>Marinated Feta Cheese <img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/></li>
<li>Stuffed Grape Leaves <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
<li>House Marinated Citrus Olives <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
<li>Middle Eastern Breads <img src="{{ site.data.path }}img/icons/vegan.svg" alt="vegan" height="35"/></li>
</ul>
</li>
<li>
<h5>GRILLED LOCAL SAUSAGES</h5>
<ul class="items">
<li>Chicken Bell Pepper, Port Richmond Kielbasa, Chorizo</li>
<li>Two Mustards, Pickled Vegetables, Onion Relish, Grilled Toasts <img src="{{ site.data.path }}img/icons/vegetarian.svg" alt="vegetarian" height="35"/></li>
</ul>
</li>
<li>
<h5>THE COLLEGE OF PHYSICIANS BEER & WINE BAR</h5>
<ul class="items">
<li>Assortment of beers, wines, sodas, bottled waters and juices.</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>
</div>