Skip to content

Commit

Permalink
Add affiliation with PAO for #21
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbalabd committed Dec 11, 2024
1 parent 542d37d commit dc9e276
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/views/codeofconduct/CodeofConduct.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default function CodeofConduct() {
origin="bottom"
>
<div className="medium-text" style={{opacity: '60%'}}>
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>.
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>.
</div>
</ScrollReveal>
</div>
)
}
}
11 changes: 7 additions & 4 deletions src/views/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ export default function Footer() {
<div className="left-text-content">
<img className="footer-logo" src="images/logo.png" alt="Python APAC" />
<div className="small-text text-white" style={{opacity: '60%'}}>
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.
</div>
<br />
<div className="d-flex country-items">
Expand Down Expand Up @@ -89,7 +92,7 @@ export default function Footer() {
<div className="col-lg-6 col-xs-12">
<div className="left-text-content">
<div className="small-text text-white footer-credit">
© 2022 PyCon APAC
© 2024 Python Asia Organization MTÜ
</div>
</div>
</div>
Expand All @@ -110,4 +113,4 @@ export default function Footer() {
</div>
</>
)
}
}

0 comments on commit dc9e276

Please sign in to comment.