Skip to content

Commit 6035ed8

Browse files
committed
Update events
1 parent 16c9188 commit 6035ed8

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed

src/components/event-carousel/event-carousel.scss

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
left: calc(-33% + 64px);
66
width: calc(100% + 33% - 64px);
77
flex-wrap: nowrap;
8+
overflow-x: hidden;
89

910
> div {
1011
padding: 9px;

src/config.tsx

+65
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,71 @@ export const config: ISiteData = {
7676
},
7777

7878
// New events.
79+
{
80+
name: "CV & Networking WorkShop",
81+
when: {
82+
dates: [new Date("2024-10-14T18:00:00Z")],
83+
text: "Monday 14th Oct, 6pm",
84+
},
85+
thumbnail: "events/2022/01a.jpg",
86+
link: "",
87+
location: "TLC116",
88+
description: [
89+
"Get key insights from the incredible Rewriting the Code about how to make your CV stand out, and how to network like a pro, in this collab with DUWiT and DurHack.",
90+
],
91+
},
92+
{
93+
name: "The annual DurHack x CompSoc Bar Crawl",
94+
when: {
95+
dates: [new Date("2024-10-18T20:00:00Z")],
96+
text: "Friday 18th Oct, 8pm",
97+
},
98+
thumbnail: "events/2022/07.jpg",
99+
link: "",
100+
location: "",
101+
description: [
102+
"Join us for our bar crawl to complete some themed challengers and meet your fellow DurHackers. Maybe even catch a glimpse of a dinosaur. ",
103+
],
104+
},
105+
{
106+
name: "Cloud Soc Workshop",
107+
when: {
108+
dates: [new Date("2024-10-21T18:00:00Z")],
109+
text: "Monday 21st Oct, 6pm",
110+
},
111+
thumbnail: "events/2022/03.jpg",
112+
link: "https://www.instagram.com/ducloudsoc",
113+
location: "MCS0001",
114+
description: [
115+
"In this beginner friendly collab with Cloud Soc, learn how to build a simple project you can deploy using cloud services, the future of data storage!",
116+
],
117+
},
118+
{
119+
name: "Palantir x CompSoc",
120+
when: {
121+
dates: [new Date("2024-10-28T18:00:00Z")],
122+
text: "Monday 28th Oct, 6pm",
123+
},
124+
thumbnail: "events/edcode.jpg",
125+
link: "",
126+
location: "MCS0001",
127+
description: [
128+
"The incredible Palantir are back! Join us for a chance to get to use their systems in their hands-on workshop, and hear about career opportunities at Palantir.",
129+
],
130+
},
131+
{
132+
name: "Intro to GitHub, Web Dev, Figma/ Design",
133+
when: {
134+
dates: [new Date("2024-10-30T13:00:00Z")],
135+
text: "Wednesday 30th Oct, 1-3pm",
136+
},
137+
thumbnail: "events/durhack2018photo.jpg",
138+
link: "",
139+
location: "TLC025",
140+
description: [
141+
"We'll have 3 beginner-friendly workshops in GitHub, web dev, and Figma running simultaneously for you to choose from, so you can hone your tech skills for the upcoming hackathon!",
142+
],
143+
},
79144
{
80145
name: "DurHack 2024",
81146
description: [

0 commit comments

Comments
 (0)