@@ -7,13 +7,13 @@ export default function Events() {
7
7
{
8
8
key : 1 ,
9
9
img : 'images/event-slide-1.png' ,
10
- title : 'PyCon APAC 2024 ' ,
10
+ title : 'PyCon APAC 2025 ' ,
11
11
badgeText : 'UPCOMING' ,
12
12
badgeType : 'danger' ,
13
- description : "PyCon APAC 2024 will be hosted by PyCon ID ." ,
13
+ description : "PyCon APAC 2024 will be hosted by PyCon PH ." ,
14
14
info : [
15
- "2024 October Oct 25-27 " ,
16
- "Yogyakarta, Indonesia "
15
+ "2025 October March 1-2 " ,
16
+ "Metro Manila, Philippines "
17
17
]
18
18
} ,
19
19
/* {
@@ -127,16 +127,16 @@ export default function Events() {
127
127
] ;
128
128
129
129
const eventsNextYear : any = [
130
- {
131
- date : '1-2 March' ,
132
- title : 'PyCon APAC' ,
133
- location : 'Ateneo de Manila University,Quezon City, Philippines' ,
134
- } ,
135
130
{
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/' ,
140
140
}
141
141
] ;
142
142
@@ -214,7 +214,7 @@ export default function Events() {
214
214
) ) }
215
215
< br className = "mobile-off" />
216
216
< br className = "mobile-off" />
217
- < a href = "https://pycon.id " >
217
+ < a href = "https://pycon-apac.python.ph " >
218
218
< button className = "button-primary" > Learn More</ button >
219
219
</ a >
220
220
</ div >
0 commit comments