{/* Mobile Menu Button */}
@@ -88,11 +88,11 @@ export function Navbar() {
))}
-
+ {/*
-
+ */}
diff --git a/src/pages/Events.tsx b/src/pages/Events.tsx
index 6126f34..da47ceb 100644
--- a/src/pages/Events.tsx
+++ b/src/pages/Events.tsx
@@ -43,12 +43,12 @@ const Events = () => {
From casual meetups to the main gala dinner, here's everything happening during the 50th anniversary celebration.
diff --git a/src/pages/EventsData.ts b/src/pages/EventsData.ts
index 3230ed9..25567b1 100644
--- a/src/pages/EventsData.ts
+++ b/src/pages/EventsData.ts
@@ -200,11 +200,11 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
{
id: 19,
title: "Mechanical Keyboard Meetup",
- 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!",
+ description: "CSHers will be showing off their mechnical keyboard setups! Stop by to check it out and maybe even showcase your own setup. Featuring special guest Joe Scotto of ScottoKeebs (a Chittenango MK enthusiast, vendor, and handwiring expert) giving a talk, answering questions, and wiring up some keyboards. There will be giveaways from Alchemist Keyboards and Signature Plastics!!",
date: "Friday, April 10, 2026",
- time: "12:30 PM - 2:00 PM",
- location: "Douglass Sprague Perry Hall (DSP) Room 1250",
- address: "43 Greenleaf Ct, Rochester, NY 14623",
+ time: "12:30 PM - 2:30 PM",
+ location: "Kate Gleason Hall Room A055",
+ address: "1 Lomb Memorial Dr, Rochester, NY 14623",
capacity: "All attendees",
dressCode: "Casual",
type: "activity",
@@ -212,7 +212,7 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
{
id: 20,
title: "Seminar: Intro to GPUI and hacking on Zed",
- 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.",
+ description: "Hosted by 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.",
date: "Friday, April 10, 2026",
time: "3:00 PM - 4:00 PM",
location: "CSH, DSP Floor 3",
@@ -221,6 +221,18 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
dressCode: "Casual",
type: "seminar",
},
+ {
+ id: 21,
+ title: "Ultimate Frisbee Game!!",
+ description: "Hosted by @Mattyb! Come join us for a casual ultimate frisbee game on the GPC Turf Field. Everyone welcome! Bring your sneakers.",
+ date: "Saturday, April 11, 2026",
+ time: "10:00 AM - 12:00 PM",
+ location: "GPC Turf Field",
+ address: "",
+ capacity: "All attendees",
+ dressCode: "Casual",
+ type: "activity",
+ },
{
id: 17,
title: "IGM Symposium",
diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx
index 857a37c..ab974b0 100644
--- a/src/pages/Index.tsx
+++ b/src/pages/Index.tsx
@@ -60,14 +60,14 @@ const Index = () => {
{/* CTA Buttons */}
-