Skip to content

Commit 9dfa0ca

Browse files
committed
upload
1 parent 8d16687 commit 9dfa0ca

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

web/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ <h1 class="display-4 fw-bold">Python Asia Organization</h1>
9595
<section class="blue-section">
9696
<div class="container text-center">
9797
<h2>What is PAO</h2>
98+
<p data-block-key="bdsza">PAO is a non-profit based in Estonia that organizes the annual regional conference and supports Python events across Asia. It also fosters community and leadership development while holding the rights to the annual regional conference series and related trademarks.</p>
9899
</div>
99100
</section>
100101
<section class="py-5">
@@ -112,7 +113,7 @@ <h2>What is PAO</h2>
112113
<div class="col-md-6">
113114
<h2 class="mb-3">Mission</h2>
114115
<p>
115-
116+
<p data-block-key="cjeyp">Our mission is to promote, protect, and advance the Python programming language while fostering the growth of a diverse and thriving community of Python programmers in East and Southeast Asia region. By organizing events, supporting community initiatives, and collaborating globally, we aim to create a sustainable and inclusive ecosystem for Python enthusiasts and professionals alike.</p>
116117
</p>
117118
</div>
118119
</div>
@@ -129,12 +130,11 @@ <h2 class="mb-3">Mission</h2>
129130
</div>
130131
<div class="col-md-6 order-md-1">
131132
<h2 class="mb-3">Vision</h2>
132-
133+
<p data-block-key="smt8h">To build a united and resilient Python community across Asia that empowers local leaders, promotes collaboration, and ensures long-term sustainability through shared resources, inclusive participation, and global engagement.</p>
133134
</div>
134135
</div>
135136
</div>
136137
</section>
137-
138138

139139
<div class="container-fluid py-5">
140140
<div class="container">

web/sitemap.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml">
3-
<url><loc>https://pythonasia.org/</loc><lastmod>2025-03-03</lastmod></url><url><loc>https://pythonasia.org/about/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/events/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/events/pycon-sg-2025/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/communities/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/sponsors/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/sponsors/hennge/</loc><lastmod>2025-03-10</lastmod></url><url><loc>https://pythonasia.org/sponsors/python-ed/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/sponsors/python-software-foundation/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/people/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/conduct/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/contact/</loc><lastmod>2025-04-03</lastmod></url>
3+
<url><loc>https://pythonasia.org/</loc><lastmod>2025-04-11</lastmod></url><url><loc>https://pythonasia.org/about/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/events/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/events/pycon-sg-2025/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/communities/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/sponsors/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/sponsors/hennge/</loc><lastmod>2025-03-10</lastmod></url><url><loc>https://pythonasia.org/sponsors/python-ed/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/sponsors/python-software-foundation/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/people/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/conduct/</loc><lastmod>2025-04-03</lastmod></url><url><loc>https://pythonasia.org/contact/</loc><lastmod>2025-04-03</lastmod></url>
44
</urlset>

web/static/css/pao-css-classes.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ main {
449449
align-items: center;
450450
gap: 8px;
451451
padding: 10px 24px;
452-
background-color: white;
453-
color: var(--color-blue);
452+
background-color: var(--color-red); /* #FE4A49 */
453+
color: #FFFFFF;
454454
border-radius: 8px;
455455
text-decoration: none;
456456
font-weight: 600;
@@ -459,8 +459,8 @@ main {
459459
}
460460

461461
.cta-button:hover {
462-
background-color: var(--color-yellow);
463-
color: var(--color-navy);
462+
background-color: #FFFFFF;
463+
color: var(--color-red); /* #FE4A49 */
464464
}
465465

466466
.sponsor-title h1 {

0 commit comments

Comments
 (0)