diff --git a/app/home/templates/home/components/navbar.html b/app/home/templates/home/components/navbar.html index 52c1547..2db77f2 100644 --- a/app/home/templates/home/components/navbar.html +++ b/app/home/templates/home/components/navbar.html @@ -96,9 +96,10 @@ PythonAsia 2026 + class="h-8 w-full max-w-[233px]" /> + {% comment %}
-
+
Get Tickets
+ {% endcomment %}
diff --git a/app/home/templates/home/index.html b/app/home/templates/home/index.html index e58bb06..f5a3536 100644 --- a/app/home/templates/home/index.html +++ b/app/home/templates/home/index.html @@ -26,6 +26,10 @@ +
diff --git a/app/home/templates/home/sections/about-us.html b/app/home/templates/home/sections/about-us.html index e645146..0149bec 100644 --- a/app/home/templates/home/sections/about-us.html +++ b/app/home/templates/home/sections/about-us.html @@ -8,75 +8,133 @@

What is PythonAsia?

-
-
-

- The largest gathering of Python -
- developers in the Philippines with a -
- global experience 🇵🇭🌎 -

-

- PyCon is a volunteer-run, non-profit conference for the Python - community, held worldwide since starting in the US. In the - Philippines, PyCon PH has been organized annually since - 2012, featuring local and international speakers for a globally - enriching experience. -

-
-
-
- PyCon PH 2025 Conference -
+
+

+ The Flagship Gathering for Python Enthusiasts Across Asia - Uniting Diverse Communities across the region +

+

+ PythonAsia is the flagship gathering for Python enthusiasts across Asia. It gathers developers, students, educators, researchers, and industry leaders to collaborate, exchange ideas, and build lasting connections. The conference is hosted annually in different countries and was previously known as PyCon APAC. Past hosts include Singapore, Japan, Taiwan, South Korea, Malaysia, Thailand, Indonesia, and the Philippines, +
+
+ The goal of PyCon APAC has always been to create a space for exploring, discussing, and applying Python and its surrounding technologies across the Asia-Pacific region. We aim to bring together Python users from all walks of life—developers, data professionals, engineers, researchers, educators, students, entrepreneurs, and enthusiasts—to collaborate, share knowledge, and spark new ideas. +
+
+ Starting 2026, the event takes on its new identity as PythonAsia, co-organized with the Python Asia Organization (PAO). PythonAsia 2026 will be proudly hosted in the Philippines once again, building on the success of PyCon APAC 2025 and with the continued support of the local Python community through PythonPH in collaboration with PAO. +
+
+ Like PyCon APAC, PythonAsia expands the local Python community’s reach to an international audience, creating opportunities for deeper collaboration and knowledge sharing across diverse cultures and industries throughout the Asia region. +
+
+

+
+
+
+ PyCon PH 2025 Conference
- {% comment %}

3 Days, Endless Possibilities

- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna. Lorem ipsum dolor sit amet, consectetur - adipiscing elit. Ut et massa mi. Aliquam in hendrerit urna. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut et massa mi. + Dive into three days of learning, building, and connecting with the Python community. From inspiring talks to hands-on sprints, PythonAsia is where ideas spark, skills grow, and collaborations begin. Whether you're a first-time attendee or a seasoned contributor, there's something here for everyone.

-
- +
+ +
+
+ Inspiring Keynotes +
+

Inspiring Keynotes

+

+ Hear inspiring talks from core contributors, community leaders, and innovators shaping Python across Asia and beyond +

+
+ +
+
+ Talks & Lightning Talks +
+

Talks & Lightning Talks

+

+ From deep-dive sessions to quick, punchy insights, learn from diverse voices across the Python community. +

+
+
- + Community Gatherings
-

World-Class Keynotes

-

From core contributors, startup founders, and AI pioneers.

+

Community Gatherings

+

+ Join special sessions like the PyLadies Lunch, Open Spaces, and Group Lunch—designed to spark conversations and build connections. +

- +
- + Multi-Track & Live Workshops
-

Multi-Track & Live Labs

-

Covering AI/ML, data science, DevOps, and open source.

+

Multi-Track & Live Workshops

+

+ Dive into AI/ML, Data Science, DevOps, Open Source, and region-specific use cases powering real-world impact. +

+
+ +
+
+ Career Mixer +
+

Career Mixer

+

+ Meet potential employers, collaborators, and mentors in a relaxed, networking-focused environment. +

+
+ +
+
+ Sponsor Booths & Stamp Quest +
+

Sponsor Booths & Stamp Quest

+

+ Explore sponsor showcases, discover new opportunities, and complete our signature Stamp Collection Quest for fun tokens, prizes, and new connections. +

+
+ +
+
+ Open Source Sprints +
+

Open Source Sprints

+

+ Team up with maintainers and peers (bring your laptop!) to contribute to open source, then connect at our career fair. +

- +
- + Education Summit
-

Hands-On Sprints

+

Education Summit

- Code with maintainers (bring your laptop), then connect at our career expo & sponsor zone. + Co-organized with De La Salle University (DLSU), this special track brings together educators, students, and practitioners to explore how Python is shaping learning and research in Asia

- {% endcomment %}

- Join 200+ builders, students, and founders, for 48 hours of + Join hundreds of developers, students, educators, researchers, and community leaders from across Asia for 3 days of

-

Code, Coffee, and Collaboration.

+

Learning, Inspiration, and Connection

diff --git a/pyproject.toml b/pyproject.toml index 55d1a1d..eda7c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,4 +42,4 @@ dummy-variable-rgx = "^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$" "__init__.py" = [ "D",] [tool.djlint] -ignore="H021, H006" +ignore="H021,H006" diff --git a/static/img/about-us-photo.png b/static/img/about-us-photo.png index b1c72b2..86bd561 100644 Binary files a/static/img/about-us-photo.png and b/static/img/about-us-photo.png differ