-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathUtils.js
More file actions
26 lines (26 loc) · 805 Bytes
/
Utils.js
File metadata and controls
26 lines (26 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
export const links = {
social: {
discord: "https://discord.gg/Z8ZDcdRqrs",
linkedin: "https://www.linkedin.com/company/swecc-uw/",
instagram: "https://www.instagram.com/swecc.uw/",
github: "https://github.com/swecc-uw",
},
resources: {
mailingList:
"http://mailman11.u.washington.edu/mailman/listinfo/sweccmailinglist",
calendar:
"https://calendar.google.com/calendar/embed?src=swecc%40uw.edu&ctz=America%2FLos_Angeles",
officerApp: "https://forms.gle/1JaS7iSeJK6CFW329",
},
config: {
beholdFeedId: "5rAX7PhyjFjmyVfW4Plm",
currentQuarter: "(Spring 2026)",
meetingTime: "5:30-6:30PM",
meetingDay: "Wednesday",
meetingLocation: "Loew Hall 216"
},
event:{
eventName:"Sweccathon 2026",
eventDate:"2026-05-15T15:00:00Z"
},
};