Skip to content

Commit 1bb2dfc

Browse files
authored
Merge pull request #17 from code4lib/diy
Add DIY events
2 parents 8520f01 + 33d95d0 commit 1bb2dfc

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

_data/conf.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ shirt-voting:
255255
# usually on the wiki
256256
#social-activities-url: '/general-info/social/'
257257

258+
diy-social:
259+
show: true
260+
258261
###############
259262
# Volunteer
260263
###############

general-info/social/diy.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
<div class="col-12">
44
<h2 id="diy">DIY Activities</h2>
55
<div class="social-event-details">
6-
<p>Interested in organizing your own social activity? The Social Activities Committee has possible venues for you:</p>
6+
<p>Interested in organizing your own social activity? Check out these local activities:</p>
77
<ul>
8-
<li><a href="https://misutachows.com/">Misuta Chow's Arcade and restaurant</a>. <a href="https://goo.gl/maps/r39np8hRepTtvGPeA">521 Main St Buffalo, NY 14203</a> (Fountain Plaza Station Light Metro Rail).</li>
9-
<li><a href="https://www.hatchetsandhops.com/locations/downtown">Hatchets & Hops - Downtown Axe Throwing</a>. <a href="https://goo.gl/maps/PbGWuHdoB4VDyKuu8">505 Main St, Buffalo, NY 14203</a> (Fountain Plaza Station Light Metro Rail).</li>
8+
<li><a href="https://app.adoraexperiences.com/princeton-university/">Self-guided tours of Princeton's campus</a>. (via Adora phone app).</li>
9+
<li><a href="https://library.princeton.edu/news/general/2021-10-28/groundbreaking-pul-exhibition-toni-morrison-open-spring-2023">Sites of Memory: The Archival World of Toni Morrison</a>. At the <a href="https://goo.gl/maps/c2JXq8JxY7miAhSB8">Ellen and Leonard Milberg Gallery, Firestone Library</a>.</li>
10+
<li><a href="https://nassauchurch.org/about/princetoncemetery/brochure-and-map/">Princeton Cemetery of Nassau Presbyterian Church</a>. <a href="https://goo.gl/maps/jQE5bxUykzjg8Tne7">29 Greenview Ave</a>.</li>
11+
<li><a href="https://princetonhistory.org/visit/walking-tours/">Walking Tours of Princeton</a>. <a href="https://goo.gl/maps/7iV4tB9Mkgtw2D4f6">Historical Society of Princeton</a>. (Tickets are $10/Sunday afternoons only).</li>
1012
</ul>
1113
</div>
1214
</div>

general-info/social/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
nav: general-info
55
active: Social Activities
66
subnav:
7-
- name: Simulation Workshop
8-
include: simulation.html
9-
url: '#simulation'
10-
- name: Tours
11-
include: tours.html
12-
url: '#tours'
13-
- name: Game Night
14-
include: game-night.html
15-
url: '#game-night'
16-
- name: Virtual Game Night
17-
include: virtual-game-night.html
18-
url: '#virtual-game-night'
7+
#- name: Simulation Workshop
8+
# include: simulation.html
9+
# url: '#simulation'
10+
#- name: Tours
11+
# include: tours.html
12+
# url: '#tours'
13+
#- name: Game Night
14+
# include: game-night.html
15+
# url: '#game-night'
16+
#- name: Virtual Game Night
17+
# include: virtual-game-night.html
18+
# url: '#virtual-game-night'
1919
- name: DIY Activities
2020
include: diy.html
2121
url: '#diy'

0 commit comments

Comments
 (0)