You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/EventsData.ts
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
83
83
description: "The check-in table will be available from 9am-1pm to accomadate attendees arriving in Rochester on Saturday. Stop by at any time to pick up your badge, swag bag, and event materials. Ask questions about the weekend's events and chat with CSHers.",
84
84
date: "Saturday, April 11, 2026",
85
85
time: "9:00 AM - 1:00 PM",
86
-
location: "TBD",// PLACEHOLDER: Confirm location
86
+
location: "TBD",
87
87
address: "TBD",
88
88
capacity: "All attendees",
89
89
dressCode: "Casual",
@@ -191,19 +191,43 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
191
191
description: "TICKETED EVENT! Before you head home, join us for a farewell brunch. Last chance to exchange contact info, take group photos, and say your goodbyes. Ticket packages include options for open bar, food, and play tokens.",
address: "820 South Clinton, Rochester, NY 14620",
196
196
capacity: "All attendees",
197
197
dressCode: "Casual",
198
198
type: "food",
199
199
},
200
+
{
201
+
id: 19,
202
+
title: "Mechanical Keyboard Meetup",
203
+
description: "CSHers will be showing off their mechnical keyboard setups! Stop by to check it out and spend some time learning about keyboards. There will be special guests and giveaways!",
204
+
date: "Friday, April 10, 2026",
205
+
time: "12:30 PM - 2:00 PM",
206
+
location: "Douglass Sprague Perry Hall (DSP) Room 1250",
207
+
address: "43 Greenleaf Ct, Rochester, NY 14623",
208
+
capacity: "All attendees",
209
+
dressCode: "Casual",
210
+
type: "activity",
211
+
},
212
+
{
213
+
id: 20,
214
+
title: "Seminar: Intro to GPUI and hacking on Zed",
215
+
description: "Hosted by CSH's very own Nick Moshe (@nickm)! Learn how Zed.dev works under the hood, how to use its rust-native desktop app framework GPUI, and how to build custom plugins embedded into Zed itself.",
0 commit comments