Skip to content

Commit ef2100c

Browse files
author
Jennifer
committed
Update website after SQL event
1 parent a708fff commit ef2100c

2 files changed

Lines changed: 6 additions & 172 deletions

File tree

sdss-website/src/app/events/page.tsx

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ import Card from "@/app/components/event-card/event";
44
type EventData = React.ComponentProps<typeof Card>;
55

66
const upcoming: EventData[] = [
7-
{
8-
title: "SQL Workshop: Real-World Data Applications!",
9-
date: "Nov 18, 2025 • 6–9 PM",
10-
location: "SS 2110, UTSG",
11-
description: "Learn the SQL essentials that power real-world data solutions, from core commands and query logic to optimization and interview-ready problem solving!",
12-
signup: { url: "/events/sql/signup", label: "Register", newTab: true },
13-
},
147
{
158
title: "SDSS Alumni Night",
169
date: "Nov 21, 2025 • 6–9 PM",
@@ -28,6 +21,12 @@ const upcoming: EventData[] = [
2821
];
2922

3023
const past: EventData[] = [
24+
{
25+
title: "SQL Workshop: Real-World Data Applications!",
26+
date: "Nov 18, 2025 • 6–9 PM",
27+
location: "SS 2110, UTSG",
28+
description: "Learn the SQL essentials that power real-world data solutions, from core commands and query logic to optimization and interview-ready problem solving!",
29+
},
3130
{
3231
title: "Introduction to Python in Data Science",
3332
date: "Oct 6, 2025",

sdss-website/src/app/events/sql/signup/page.tsx

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)