From 9651f3a44ef3462c42b5a5bef222ef5cec234e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Han=20Lee=20=7C=20=EC=9D=B4=ED=95=9C=EA=B2=B0?= <76910100+hanlee55@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:30:57 +0900 Subject: [PATCH] Remove 2024 events and Add PyCon Korea 2025 --- src/views/events/EventData.js | 75 +++++++++-------------------------- 1 file changed, 18 insertions(+), 57 deletions(-) diff --git a/src/views/events/EventData.js b/src/views/events/EventData.js index ad3fa1f..d22f119 100644 --- a/src/views/events/EventData.js +++ b/src/views/events/EventData.js @@ -1,62 +1,5 @@ // Array of events for the current year's PyCon export const events = [ - { - date: '25-26 Feb', - title: 'PyCon PH', - location: 'Makati Sports Club, Makati City, Philippines', - link: 'https://pycon-2024.python.ph', - }, - { - date: '24-25 Aug', - title: 'PyCon MY', - link: 'https://pycon.my/' - }, - { - date: '21-22 Sep', - title: 'PyCon TW', - link: 'https://tw.pycon.org/2024/' - }, - { - date: '20-23 Sep', - title: 'PyCon India', - location: 'Bengaluru, India', - link: 'https://in.pycon.org/2024' - }, - { - date: '27-29 Sep', - title: 'PyCon JP', - location: 'Tokyo, Japan', - link: 'https://2024.pycon.jp', - }, - { - date: '25-27 Oct', - title: 'PyCon APAC', - location: 'Yogyakarta, Indonesia', - link: 'https://pycon.id', - }, - { - date: '26-27 Oct', - title: 'PyCon KR', - location: 'Suwon, South Korea', - link: 'https://2024.pycon.kr/', - }, - { - date: '16-17 Nov', - title: 'PyCon HK', - location: 'Hong Kong', - link: 'https://pycon.hk/2024/', - }, - { - date: '22-26 Nov', - title: 'PyCon AU', - location: 'Melbourne, Australia', - link: 'https://2024.pycon.org.au/', - } - ]; - - -// Array of upcoming events for the next year -export const upcomingEvents = [ { date: '1-2 March', title: 'PyCon APAC', @@ -68,10 +11,28 @@ export const upcomingEvents = [ title: 'PyCon JP', location: 'Hiroshima, Japan', link: 'https://2025.pycon.jp/', + }, + { + date: '15-17 August', + title: 'PyCon KR', + location: 'Dongguk University, Seoul, South Korea', + link: 'https://2025.pycon.kr/', } ]; +// Array of upcoming events for the next year +export const upcomingEvents = [ + // e.g. + // { + // date: '1-2 March', + // title: 'PyCon APAC', + // location: 'Ateneo de Manila University, Quezon City, Philippines', + // link: 'https://pycon-apac.python.ph/', + // }, + ]; + + // Array of event slides, primarily used to showcase the incoming host for // the upcoming PyCon APAC export const slides = [