Skip to content

Commit 120049a

Browse files
authored
New event (#1672)
* add event and imc sponsor * add client
1 parent ca8ca87 commit 120049a

8 files changed

Lines changed: 66 additions & 0 deletions

File tree

data/clients.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,10 @@
7070
"dark_logo": "/clients/oy_logo.svg",
7171
"name": "Ocean Youth",
7272
"width": 200
73+
},
74+
{
75+
"logo": "/clients/bloom_logo.png",
76+
"name": "Bloom",
77+
"width": 200
7378
}
7479
]

data/events.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,22 @@
255255
"location": "UWA EZONE",
256256
"desc": "Get industry level experience and skills by working on fun projects."
257257
},
258+
{
259+
"slug": "summer_projects_2025",
260+
"tags": ["project", "social"],
261+
"title": "Summer Projects 2025",
262+
"image": {
263+
"src": "/events/summer_2025_projects.png",
264+
"alt": "Introductory session for the summer projects"
265+
},
266+
"date": "22/11/25",
267+
"time": {
268+
"start": "11:00am",
269+
"end": "4:00pm"
270+
},
271+
"location": "UWA EZONE",
272+
"desc": "Get industry level experience and skills by working on fun projects."
273+
},
258274
{
259275
"slug": "hack_for_homes_2025",
260276
"tags": ["competition"],
@@ -271,5 +287,37 @@
271287
},
272288
"location": "Bloom Innovation Space, St Catherine's College UWA Campus ",
273289
"desc": "Bringing together some of Perth's most talented student developers to tackle real-world problems over four intensive days."
290+
},
291+
{
292+
"slug": "software_industry_night_2026",
293+
"tags": ["industry", "social", "networking"],
294+
"title": "Industry Night 2026",
295+
"image": {
296+
"src": "/events/industry_night_2026.png",
297+
"alt": "Image of people mingling at the industry night"
298+
},
299+
"date": "11/03/26",
300+
"time": {
301+
"start": "6:30pm",
302+
"end": "9:00pm"
303+
},
304+
"location": "UWA EZONE",
305+
"desc": "Come down to UWA EZONE and talk with representatives from the industry to gain insights into career opportunities as well as tips for the rest of your development career. We will be having amazing speakers who will be speaking about the industry, their experiences and technical knowledge to help you get ahead whether you're a first year or have just graduated."
306+
},
307+
{
308+
"slug": "agm_2026",
309+
"tags": ["agm", "meeting"],
310+
"title": "Annual General Meeting 2026",
311+
"image": {
312+
"src": "/events/2024_agm.png",
313+
"alt": "Image of people holding an annual general meeting"
314+
},
315+
"date": "25/03/26",
316+
"time": {
317+
"start": "5:30pm",
318+
"end": "7:30pm"
319+
},
320+
"location": "UWA EZONE",
321+
"desc": "We will be giving a brief recap of the past year, saying bye to the current committee and electing this year’s committee."
274322
}
275323
]

data/sponsors.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,12 @@
3636
"alt": "U Group",
3737
"logo": "/sponsors/u_group_logo.png",
3838
"link": "https://www.theugroup.co/"
39+
},
40+
{
41+
"name": "IMC",
42+
"alt": "IMC logo",
43+
"logo": "/sponsors/imc.svg",
44+
"dark_logo": "/sponsors/imc2.svg",
45+
"link": "https://www.imc.com/"
3946
}
4047
]

public/clients/bloom_logo.png

52 KB
Loading
241 KB
Loading
792 KB
Loading

public/sponsors/imc.svg

Lines changed: 3 additions & 0 deletions
Loading

public/sponsors/imc2.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)