Skip to content

Commit ac3e2c2

Browse files
authored
Merge pull request #53 from ComputerScienceHouse/develop
merge Develop into main
2 parents 2e476c4 + 611a288 commit ac3e2c2

4 files changed

Lines changed: 27 additions & 15 deletions

File tree

src/components/Navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ export function Navbar() {
5151

5252
{/* CTA Button */}
5353
<div className="hidden md:flex items-center gap-2">
54-
<Link to="/registration">
54+
{/* <Link to="/registration">
5555
<Button variant="hero" size="lg">
5656
<UserPlus className="w-4 h-4" />
5757
Late Registration
5858
</Button>
59-
</Link>
59+
</Link> */}
6060
</div>
6161

6262
{/* Mobile Menu Button */}
@@ -88,11 +88,11 @@ export function Navbar() {
8888
</Link>
8989
))}
9090
<div className="mt-2">
91-
<Link to="/registration">
91+
{/* <Link to="/registration">
9292
<Button variant="hero" className="w-full">
9393
Late Registration
9494
</Button>
95-
</Link>
95+
</Link> */}
9696
</div>
9797
</div>
9898
</div>

src/pages/Events.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ const Events = () => {
4343
From casual meetups to the main gala dinner, here's everything happening during the 50th anniversary celebration.
4444
</p>
4545
<div className="flex flex-wrap justify-center gap-4">
46-
<a href="/registration" target="_blank" rel="noopener noreferrer">
46+
{/* <a href="/registration" target="_blank" rel="noopener noreferrer">
4747
<Button variant="hero" size="lg">
4848
<Ticket className="w-5 h-5" />
4949
Late Registration
5050
</Button>
51-
</a>
51+
</a> */}
5252
<Link to="/schedule">
5353
<Button variant="hero-outline" size="lg">
5454
<Calendar className="w-5 h-5" />
@@ -192,13 +192,13 @@ const Events = () => {
192192
Don't miss out on this once-in-a-lifetime anniversary celebration. Get your tickets now!
193193
</p>
194194
{/* PLACEHOLDER: Replace with actual ticket purchase URL */}
195-
<a href="/registration" target="_blank" rel="noopener noreferrer">
195+
{/* <a href="/registration" target="_blank" rel="noopener noreferrer">
196196
<Button variant="hero" size="xl">
197197
<Ticket className="w-5 h-5" />
198198
Late Registration
199199
<ArrowRight className="w-5 h-5" />
200200
</Button>
201-
</a>
201+
</a> */}
202202
</div>
203203
</section>
204204
</Layout>

src/pages/EventsData.ts

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,19 +200,19 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
200200
{
201201
id: 19,
202202
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!",
203+
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!!",
204204
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",
205+
time: "12:30 PM - 2:30 PM",
206+
location: "Kate Gleason Hall Room A055",
207+
address: "1 Lomb Memorial Dr, Rochester, NY 14623",
208208
capacity: "All attendees",
209209
dressCode: "Casual",
210210
type: "activity",
211211
},
212212
{
213213
id: 20,
214214
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.",
215+
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.",
216216
date: "Friday, April 10, 2026",
217217
time: "3:00 PM - 4:00 PM",
218218
location: "CSH, DSP Floor 3",
@@ -221,6 +221,18 @@ export const events: ScheduleEvent[] = [ // PLACEHOLDERS: Update all event times
221221
dressCode: "Casual",
222222
type: "seminar",
223223
},
224+
{
225+
id: 21,
226+
title: "Ultimate Frisbee Game!!",
227+
description: "Hosted by @Mattyb! Come join us for a casual ultimate frisbee game on the GPC Turf Field. Everyone welcome! Bring your sneakers.",
228+
date: "Saturday, April 11, 2026",
229+
time: "10:00 AM - 12:00 PM",
230+
location: "GPC Turf Field",
231+
address: "",
232+
capacity: "All attendees",
233+
dressCode: "Casual",
234+
type: "activity",
235+
},
224236
{
225237
id: 17,
226238
title: "IGM Symposium",

src/pages/Index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ const Index = () => {
6060
</p>
6161

6262
{/* CTA Buttons */}
63-
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12 animate-fade-up" style={{ animationDelay: "0.3s" }}>
63+
{/* <div className="flex flex-col sm:flex-row gap-4 justify-center mb-12 animate-fade-up" style={{ animationDelay: "0.3s" }}>
6464
<Link to="/registration">
6565
<Button variant="hero" size="xl" className="w-full sm:w-auto">
6666
<UserPlus className="w-5 h-5" />
6767
Late Registration
6868
</Button>
6969
</Link>
70-
</div>
70+
</div> */}
7171

7272
{/* Countdown */}
7373
<div className="animate-fade-up" style={{ animationDelay: "0.4s" }}>

0 commit comments

Comments
 (0)