Skip to content

Commit 08572f0

Browse files
Update announcement for PyCon APAC 2025 in PH
1 parent f09c110 commit 08572f0

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

public/images/event-slide-1.png

-277 KB
Loading
392 KB
Loading

src/views/events/Events.tsx

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ export default function Events() {
77
{
88
key: 1,
99
img: 'images/event-slide-1.png',
10-
title: 'PyCon APAC 2024',
10+
title: 'PyCon APAC 2025',
1111
badgeText: 'UPCOMING',
1212
badgeType: 'danger',
13-
description: "PyCon APAC 2024 will be hosted by PyCon ID.",
13+
description: "PyCon APAC 2024 will be hosted by PyCon PH.",
1414
info: [
15-
"2024 October Oct 25-27",
16-
"Yogyakarta, Indonesia"
15+
"2025 October March 1-2",
16+
"Metro Manila, Philippines"
1717
]
1818
},
1919
/* {
@@ -127,16 +127,16 @@ export default function Events() {
127127
];
128128

129129
const eventsNextYear: any = [
130-
{
131-
date: '1-2 March',
132-
title: 'PyCon APAC',
133-
location: 'Ateneo de Manila University,Quezon City, Philippines',
134-
},
135130
{
136-
date: '26-27 Sep',
137-
title: 'PyCon JP',
138-
location: 'Hiroshima, Japan',
139-
link: 'https://2025.pycon.jp/',
131+
date: '1-2 March',
132+
title: 'PyCon APAC',
133+
location: 'Ateneo de Manila University, Quezon City, Philippines',
134+
},
135+
{
136+
date: '26-27 Sep',
137+
title: 'PyCon JP',
138+
location: 'Hiroshima, Japan',
139+
link: 'https://2025.pycon.jp/',
140140
}
141141
];
142142

@@ -214,7 +214,7 @@ export default function Events() {
214214
))}
215215
<br className="mobile-off" />
216216
<br className="mobile-off" />
217-
<a href="https://pycon.id">
217+
<a href="https://pycon-apac.python.ph">
218218
<button className="button-primary">Learn More</button>
219219
</a>
220220
</div>

0 commit comments

Comments
 (0)