Skip to content

Commit 087837d

Browse files
authored
Merge pull request #23 from hanlee55/patch-1
Remove 2024 events and Add PyCon Korea 2025
2 parents 1166ddd + 9651f3a commit 087837d

File tree

1 file changed

+18
-57
lines changed

1 file changed

+18
-57
lines changed

src/views/events/EventData.js

+18-57
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,5 @@
11
// Array of events for the current year's PyCon
22
export const events = [
3-
{
4-
date: '25-26 Feb',
5-
title: 'PyCon PH',
6-
location: 'Makati Sports Club, Makati City, Philippines',
7-
link: 'https://pycon-2024.python.ph',
8-
},
9-
{
10-
date: '24-25 Aug',
11-
title: 'PyCon MY',
12-
link: 'https://pycon.my/'
13-
},
14-
{
15-
date: '21-22 Sep',
16-
title: 'PyCon TW',
17-
link: 'https://tw.pycon.org/2024/'
18-
},
19-
{
20-
date: '20-23 Sep',
21-
title: 'PyCon India',
22-
location: 'Bengaluru, India',
23-
link: 'https://in.pycon.org/2024'
24-
},
25-
{
26-
date: '27-29 Sep',
27-
title: 'PyCon JP',
28-
location: 'Tokyo, Japan',
29-
link: 'https://2024.pycon.jp',
30-
},
31-
{
32-
date: '25-27 Oct',
33-
title: 'PyCon APAC',
34-
location: 'Yogyakarta, Indonesia',
35-
link: 'https://pycon.id',
36-
},
37-
{
38-
date: '26-27 Oct',
39-
title: 'PyCon KR',
40-
location: 'Suwon, South Korea',
41-
link: 'https://2024.pycon.kr/',
42-
},
43-
{
44-
date: '16-17 Nov',
45-
title: 'PyCon HK',
46-
location: 'Hong Kong',
47-
link: 'https://pycon.hk/2024/',
48-
},
49-
{
50-
date: '22-26 Nov',
51-
title: 'PyCon AU',
52-
location: 'Melbourne, Australia',
53-
link: 'https://2024.pycon.org.au/',
54-
}
55-
];
56-
57-
58-
// Array of upcoming events for the next year
59-
export const upcomingEvents = [
603
{
614
date: '1-2 March',
625
title: 'PyCon APAC',
@@ -68,10 +11,28 @@ export const upcomingEvents = [
6811
title: 'PyCon JP',
6912
location: 'Hiroshima, Japan',
7013
link: 'https://2025.pycon.jp/',
14+
},
15+
{
16+
date: '15-17 August',
17+
title: 'PyCon KR',
18+
location: 'Dongguk University, Seoul, South Korea',
19+
link: 'https://2025.pycon.kr/',
7120
}
7221
];
7322

7423

24+
// Array of upcoming events for the next year
25+
export const upcomingEvents = [
26+
// e.g.
27+
// {
28+
// date: '1-2 March',
29+
// title: 'PyCon APAC',
30+
// location: 'Ateneo de Manila University, Quezon City, Philippines',
31+
// link: 'https://pycon-apac.python.ph/',
32+
// },
33+
];
34+
35+
7536
// Array of event slides, primarily used to showcase the incoming host for
7637
// the upcoming PyCon APAC
7738
export const slides = [

0 commit comments

Comments
 (0)