Skip to content

Commit 6939404

Browse files
feat: Added new upcoming events
1 parent 449b92a commit 6939404

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

src/resources/data/events.ts

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ import examCram from "@/resources/images/events/ExamCram.jpg";
1010
import devchamps from "@/resources/images/events/devchamps.jpeg";
1111
import labtours from "@/resources/images/events/Labtours.jpg";
1212
import codingKickoff from "@/resources/images/events/Coding Kickoff.png";
13-
import codingKickoffUpcoming from "@/resources/images/events/CodingKickoffUpcoming.png";
14-
import devgames1 from "@/resources/images/events/devgames1.png";
15-
import devgames2 from "@/resources/images/events/devgames2.png";
13+
import devgames3 from "@/resources/images/events/devgames 3.png";
14+
import google from "@/resources/images/events/resumeworkshop.png";
1615

1716
export { TERMS_ORDER } from "./types";
1817

@@ -52,6 +51,14 @@ export const EVENTS: EventData[] = [
5251
term: ["Fall", "Winter"],
5352
image: workshop,
5453
recurring: true,
54+
upcomingTitle: "Resume Review with Google Talents",
55+
upcomingDescription: [
56+
"Join an industry panel featuring Google engineers as they review real student resumes live and share tips on what stands out to recruiters. The session will also include a Q&A and networking opportunities with professionals from the tech industry.",
57+
],
58+
upcomingImage: google,
59+
date: "2025-11-18T16:00:00",
60+
location: "EITC E3-270",
61+
rsvp: "https://docs.google.com/forms/d/e/1FAIpQLSeQ4ElP6kT1S7eUlr147fXRVJluoefPmufUzXmG1VYtyCxs4A/viewform?usp=send_form",
5562
},
5663
{
5764
id: "rendezvous",
@@ -70,15 +77,14 @@ export const EVENTS: EventData[] = [
7077
term: ["Fall"],
7178
image: devgames,
7279
recurring: true,
73-
upcomingTitle: [".devGames Level 1", ".devGames Level 2"],
80+
upcomingTitle: ".devGames Level 3",
7481
upcomingDescription: [
75-
"Level 1: Learn the basics of game development in Unity.",
76-
"Level 2: Join us for this special workshop in collaboration with UBISOFT and CSSA to learn about the fundamentals of Game Design.",
82+
"In collaboration with UMSU CARES, learn how to make your games more accessible for all players. We'll explore features like Controller Support and Custom Keybindings, and discuss best practices for inclusive game design!",
7783
],
78-
upcomingImage: [devgames1, devgames2],
79-
date: ["2025-09-25T17:00:00", "2025-10-01T17:00:00"],
80-
location: ["EITC E2-155", "EITC E3-270"],
81-
rsvp: "https://forms.gle/h7eHKcXw2wSrWCpUA",
84+
upcomingImage: devgames3,
85+
date: "2025-11-20T17:00:00",
86+
location: "EITC E2-110",
87+
rsvp: "https://forms.gle/37PJQLfcggXBn6eZ9",
8288
},
8389
{
8490
id: "exam-crams",
-309 KB
Binary file not shown.
664 KB
Loading
-441 KB
Binary file not shown.
-503 KB
Binary file not shown.
551 KB
Loading

0 commit comments

Comments
 (0)