Skip to content

Commit

Permalink
Update announcement for PyCon APAC 2025 in PH
Browse files Browse the repository at this point in the history
  • Loading branch information
codemickeycode committed Oct 30, 2024
1 parent f09c110 commit 08572f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Binary file modified public/images/event-slide-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/event-slide-1_back_2024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions src/views/events/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ export default function Events() {
{
key: 1,
img: 'images/event-slide-1.png',
title: 'PyCon APAC 2024',
title: 'PyCon APAC 2025',
badgeText: 'UPCOMING',
badgeType: 'danger',
description: "PyCon APAC 2024 will be hosted by PyCon ID.",
description: "PyCon APAC 2024 will be hosted by PyCon PH.",
info: [
"2024 October Oct 25-27",
"Yogyakarta, Indonesia"
"2025 October March 1-2",
"Metro Manila, Philippines"
]
},
/* {
Expand Down Expand Up @@ -127,16 +127,16 @@ export default function Events() {
];

const eventsNextYear: any = [
{
date: '1-2 March',
title: 'PyCon APAC',
location: 'Ateneo de Manila University,Quezon City, Philippines',
},
{
date: '26-27 Sep',
title: 'PyCon JP',
location: 'Hiroshima, Japan',
link: 'https://2025.pycon.jp/',
date: '1-2 March',
title: 'PyCon APAC',
location: 'Ateneo de Manila University, Quezon City, Philippines',
},
{
date: '26-27 Sep',
title: 'PyCon JP',
location: 'Hiroshima, Japan',
link: 'https://2025.pycon.jp/',
}
];

Expand Down Expand Up @@ -214,7 +214,7 @@ export default function Events() {
))}
<br className="mobile-off" />
<br className="mobile-off" />
<a href="https://pycon.id">
<a href="https://pycon-apac.python.ph">
<button className="button-primary">Learn More</button>
</a>
</div>
Expand Down

0 comments on commit 08572f0

Please sign in to comment.