From dc9e276e55d0417274b315e94ac3cf467cc7e595 Mon Sep 17 00:00:00 2001 From: Iqbal Abdullah Date: Wed, 11 Dec 2024 01:43:50 +0000 Subject: [PATCH] Add affiliation with PAO for #21 --- src/views/codeofconduct/CodeofConduct.tsx | 4 ++-- src/views/footer/Footer.tsx | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/views/codeofconduct/CodeofConduct.tsx b/src/views/codeofconduct/CodeofConduct.tsx index 9f218f1..b510fd3 100644 --- a/src/views/codeofconduct/CodeofConduct.tsx +++ b/src/views/codeofconduct/CodeofConduct.tsx @@ -25,9 +25,9 @@ export default function CodeofConduct() { origin="bottom" >
- To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers, and volunteers at any PyCon APAC event are required to conform to the following Code of Conduct. + To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers, and volunteers at any PyCon APAC event are required to conform to the following Code of Conduct.
) -} \ No newline at end of file +} diff --git a/src/views/footer/Footer.tsx b/src/views/footer/Footer.tsx index 57a4388..b2d78ff 100644 --- a/src/views/footer/Footer.tsx +++ b/src/views/footer/Footer.tsx @@ -10,8 +10,11 @@ export default function Footer() {
Python APAC
- We are Pycon APAC Organizers from Singapore, Malaysia, Indonesia, Philippines, - Thailand, South Korea, Hong Kong, Vietnam, Japan, India, Bangladesh and Taiwan. + This site is managed by Python Asia Organization MTÜ (PAO), a non-profit entity uniting + community organizers from across Singapore, Malaysia, Indonesia, Philippines, Thailand, + South Korea, Hong Kong, Vietnam, Japan, India, Bangladesh, and Taiwan. + Through PAO, we foster collaborative efforts, support conference organization,' + and cultivate regional leadership to strengthen the Python ecosystem throughout Asia.

@@ -89,7 +92,7 @@ export default function Footer() {
- © 2022 PyCon APAC + © 2024 Python Asia Organization MTÜ
@@ -110,4 +113,4 @@ export default function Footer() {
) -} \ No newline at end of file +}