Skip to content

Commit 1166ddd

Browse files
authoredDec 11, 2024
Merge pull request #22 from iqbalabd/21-pao-affiliation
Add affiliation with PAO for #21
2 parents 24ad513 + dc9e276 commit 1166ddd

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed
 

‎src/views/codeofconduct/CodeofConduct.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export default function CodeofConduct() {
2525
origin="bottom"
2626
>
2727
<div className="medium-text" style={{opacity: '60%'}}>
28-
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 <a href="https://www.python.org/psf/conduct">Code of Conduct</a>.
28+
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 <a href="https://github.com/PythonAsiaOrganization/public-docs/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a>.
2929
</div>
3030
</ScrollReveal>
3131
</div>
3232
)
33-
}
33+
}

‎src/views/footer/Footer.tsx

+7-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ export default function Footer() {
1010
<div className="left-text-content">
1111
<img className="footer-logo" src="images/logo.png" alt="Python APAC" />
1212
<div className="small-text text-white" style={{opacity: '60%'}}>
13-
We are Pycon APAC Organizers from Singapore, Malaysia, Indonesia, Philippines,
14-
Thailand, South Korea, Hong Kong, Vietnam, Japan, India, Bangladesh and Taiwan.
13+
This site is managed by Python Asia Organization MTÜ (PAO), a non-profit entity uniting
14+
community organizers from across Singapore, Malaysia, Indonesia, Philippines, Thailand,
15+
South Korea, Hong Kong, Vietnam, Japan, India, Bangladesh, and Taiwan.
16+
Through PAO, we foster collaborative efforts, support conference organization,'
17+
and cultivate regional leadership to strengthen the Python ecosystem throughout Asia.
1518
</div>
1619
<br />
1720
<div className="d-flex country-items">
@@ -89,7 +92,7 @@ export default function Footer() {
8992
<div className="col-lg-6 col-xs-12">
9093
<div className="left-text-content">
9194
<div className="small-text text-white footer-credit">
92-
© 2022 PyCon APAC
95+
© 2024 Python Asia Organization MTÜ
9396
</div>
9497
</div>
9598
</div>
@@ -110,4 +113,4 @@ export default function Footer() {
110113
</div>
111114
</>
112115
)
113-
}
116+
}

0 commit comments

Comments
 (0)