Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

update events#51

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
dlynz merged 1 commit intomasterfromI2-23/update-events
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 30 additions & 6 deletionsfrontend/public/data/events.ts
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,12 +10,28 @@ export type eventInfo = {

export const events: eventInfo[] = [
{
title: "Brawl Stars Tournament",
startTime: "Thursday, 29 May 2025 20:00:00",
endTime: "Thursday, 29 May 2025 22:30:00",
location: "Online via Discord",
image: "/images/events/brawl_stars.jpg",
link: "https://www.facebook.com/events/1251081513377441"
title: "Startup Spotlight Barbeque",
startTime: "Wednesday, 11 June 2025 12:00:00",
endTime: "Wednesday, 11 June 2025 14:00:00",
location: "John Lions Garden",
image: "/images/events/startup_spotlight_bbq.jpg",
link: "https://www.facebook.com/events/1018289650496840"
},
{
title: "Mister Maker's Magic Table",
startTime: "Wednesday, 18 June 2025 13:00:00",
endTime: "Wednesday, 18 June 2025 15:00:00",
location: "UNSW Quad",
image: "/images/events/mister_makers_magic_table.jpg",
link: "https://www.facebook.com/events/1224929275882537"
},
{
title: "Industry Mentoring Program Launch",
startTime: "Wednesday, 18 June 2025 18:00:00",
endTime: "Wednesday, 18 June 2025 20:00:00",
location: "Rex Vowels Theatre",
image: "/images/events/industry_mentoring_program.jpg",
link: "https://www.facebook.com/events/1776932683235783"
},
{
title: "Rookie Code Rumble",
Expand All@@ -28,6 +44,14 @@ export const events: eventInfo[] = [
];

export const previousEvents: eventInfo[] = [
{
title: "Brawl Stars Tournament",
startTime: "Thursday, 29 May 2025 20:00:00",
endTime: "Thursday, 29 May 2025 22:30:00",
location: "Online via Discord",
image: "/images/events/brawl_stars.jpg",
link: "https://www.facebook.com/events/1251081513377441"
},
{
title: "Flower Exchange",
startTime: "Wednesday, 23 Apr 2025 13:00:00",
Expand Down
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

[8]ページ先頭

©2009-2025 Movatter.jp