Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions _data/conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,21 +326,23 @@ morning-run:
time: '7:00AM'

reception:
show: false
venue: 'Frick Taylor Commons'
street: 'Frick Chemistry Laboratory'
city-state: 'Princeton, NJ'
postal-code: '08544'
phone:
image: frick-taylor-commons.jpg
image_alt: 'View of the Taylor Commons atrium inside the Frick Chemistry Lab.'
show: true
venue: 'Buffalo Billiards'
street: '118 Chestnut Street'
city-state: 'Philadelphia, PA'
postal-code: '19106'
phone: '215.574.7665'
image: buffalo-billiards-down-back-vip.jpg
image_alt: 'View of the downstairs VIP room inside Buffalo Billiards of Philadelphia'
image_title: 'Frick Taylor Commons'
contact:
floorplans:
date: '2025-03-11'
times: '6:30pm-8:30pm'
shuttle: 'All <a href="https://transportation.princeton.edu/getting-around/tigertransit/weekdays">TigerTransit</a> routes stop near the Frick Chemistry Lab. The closest stop is the Goheen Walk stop on Washington Road. From the shuttle stop, cross to the east side of Washington Road and proceed south (downhill) and the Frick Chemistry Lab will be on your left.'
special-notes: ''
date: '2026-03-3'
times: '6PM to 8PM'
shuttle: 'Buffalo Billiards is 0.2 miles — about a 5 minute walk — from the hotel'
special-notes: 'We will be in a VIP room reserved for us downstairs. There are 2 shuffleboards and 1 pool table. <strong>All food and drinks are on your own.</strong>
There is a limited menu that doesn’t look to be restriction-friendly, so plan accordingly.
Happy hour drink specials until 8pm; see <a href="https://www.buffalobilliardsphilly.com/">their website</a> for more information.'

tours:
show: false
Expand Down Expand Up @@ -387,7 +389,7 @@ tours:
game-night:
show: true
date: '2026-03-03'
time: '6:30pm'
time: '7PM'
location: 'Marriott Old City Lobby'
description: 'Join fellow Code4Libers at Game Night! Hotel bar and food service is available.'
event-url: ''
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion general-info/venues/reception.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h3>Reception Details</h3>
{% endif %}

{% if site.data.conf.reception.shuttle %}
<p><strong>Transportation:</strong> {{site.data.conf.reception.shuttle}}</p>
<p><strong>Transit:</strong> {{site.data.conf.reception.shuttle}}</p>
{% endif %}

{% if site.data.conf.reception.special-notes %}
Expand Down
2 changes: 1 addition & 1 deletion schedule/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h4>
<a href="/general-info/venues/#reception">Reception</a>
</h4>
<p>
All attendees are invited to join us for the reception at the {{ site.data.conf.reception.venue }}. See the <a href="/general-info/venues/#reception" alt="Venues">Venues</a> page for more details.
All attendees are invited to join us for the reception at {{ site.data.conf.reception.venue }}. See the <a href="/general-info/venues/#reception" alt="Venues">Venues</a> page for more details.
</p>
{% if site.data.conf.have-menus %}
<p><a class="btn ct-btn-light" href="/schedule/food/day1-menus.html#reception">View Menu</a></p>
Expand Down