From 9a76d02d4d67e6858c3d3111dfaba512748bbe0b Mon Sep 17 00:00:00 2001 From: Renan Matthew Fajardo Date: Wed, 29 Oct 2025 01:37:06 +0800 Subject: [PATCH] feat: Update and restructure hero section and fix responsiveness from desktop to table for every sections on homepage --- app/home/templates/home/index.html | 47 ++++------------- .../templates/home/sections/about-us.html | 36 ++++++------- .../home/sections/announcement-section.html | 4 +- .../templates/home/sections/call-for-x.html | 23 ++++----- .../home/sections/code-of-conduct.html | 50 +++++++++---------- app/home/templates/home/sections/footer.html | 6 +-- .../templates/home/sections/hero-section.html | 32 ++++++++++++ .../templates/home/sections/why-python.html | 12 ++--- src/styles/main.css | 31 +++++------- static/css/app.css | 2 +- 10 files changed, 117 insertions(+), 126 deletions(-) create mode 100644 app/home/templates/home/sections/hero-section.html diff --git a/app/home/templates/home/index.html b/app/home/templates/home/index.html index 632cb93..027e09b 100644 --- a/app/home/templates/home/index.html +++ b/app/home/templates/home/index.html @@ -1,47 +1,15 @@ {% extends "base.html" %} {% load static %} {% block content %} +
{% include "home/components/navbar.html" %} -
-
-
-
- kliN - Kalinga - PythonAsia 2026 -
- Nurturing a community of care, compassion, and growth. -
- The same heart of PyCon APAC, now as PythonAsia. -
+ + + {% include "home/sections/hero-section.html" %} -
- Kalinga pot -
-

Co-organized By

-
- PythonPH - Python Asia Organization - DLSU -
-
-
-
-
-
- -
- - {% include "home/sections/when-where-section.html" %} +
{% endblock %} diff --git a/app/home/templates/home/sections/about-us.html b/app/home/templates/home/sections/about-us.html index 62fd31f..485259a 100644 --- a/app/home/templates/home/sections/about-us.html +++ b/app/home/templates/home/sections/about-us.html @@ -35,96 +35,96 @@

-

3 Days, Endless Possibilities

-

+

3 Days, Endless Possibilities

+

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.

-
+
Multi-Track & Live Workshops

Multi-Track & Live Workshops

-

+

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

-
+
Community Gatherings

Community Gatherings

-

+

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

-
+
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

Education Summit

-

+

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

diff --git a/app/home/templates/home/sections/announcement-section.html b/app/home/templates/home/sections/announcement-section.html index 0ec3b42..5de436d 100644 --- a/app/home/templates/home/sections/announcement-section.html +++ b/app/home/templates/home/sections/announcement-section.html @@ -1,10 +1,9 @@ {% load static %} -{% comment %}
-

+

Announcement

@@ -65,4 +64,3 @@

Lorem

-{% endcomment %} diff --git a/app/home/templates/home/sections/call-for-x.html b/app/home/templates/home/sections/call-for-x.html index cca210c..3dfd7ba 100644 --- a/app/home/templates/home/sections/call-for-x.html +++ b/app/home/templates/home/sections/call-for-x.html @@ -1,30 +1,29 @@ {% load static %} -
+