From 2d528d85770d65fab85474c9888b346a49f191e9 Mon Sep 17 00:00:00 2001 From: Renan Matthew Fajardo Date: Mon, 27 Oct 2025 02:11:31 +0800 Subject: [PATCH] fix: polish the styling, contents, and desktop to mobile responsiveness --- .../templates/home/components/navbar.html | 24 +- app/home/templates/home/index.html | 8 +- .../templates/home/sections/about-us.html | 74 +- .../home/sections/conference-at-a-glance.html | 76 +- app/home/templates/home/sections/footer.html | 12 +- .../home/sections/speakers-section.html | 23 + .../templates/home/sections/why-python.html | 32 +- src/styles/main.css | 32 +- static/css/app.css | 2662 +---------------- static/img/bg-conference-at-glance.png | Bin 0 -> 9139 bytes static/img/speakers/speakers-img-1.jpg | Bin 0 -> 78101 bytes static/img/speakers/speakers-img-2.jpg | Bin 0 -> 85756 bytes static/img/speakers/speakers-img-3.jpg | Bin 0 -> 24694 bytes static/img/speakers/speakers-img-4.jpg | Bin 0 -> 49876 bytes static/img/vectors/icon-career-mixer.svg | 4 + static/img/vectors/icon-checkbox-brown-2.svg | 5 + static/img/vectors/icon-checkbox-brown.svg | 5 + .../img/vectors/icon-community-gatherings.svg | 5 + static/img/vectors/icon-education-summit.svg | 3 + .../img/vectors/icon-multitrack-and-live.svg | 5 + static/img/vectors/icon-sponsor-booths.svg | 6 + 21 files changed, 193 insertions(+), 2783 deletions(-) create mode 100644 app/home/templates/home/sections/speakers-section.html create mode 100644 static/img/bg-conference-at-glance.png create mode 100644 static/img/speakers/speakers-img-1.jpg create mode 100644 static/img/speakers/speakers-img-2.jpg create mode 100644 static/img/speakers/speakers-img-3.jpg create mode 100644 static/img/speakers/speakers-img-4.jpg create mode 100644 static/img/vectors/icon-career-mixer.svg create mode 100644 static/img/vectors/icon-checkbox-brown-2.svg create mode 100644 static/img/vectors/icon-checkbox-brown.svg create mode 100644 static/img/vectors/icon-community-gatherings.svg create mode 100644 static/img/vectors/icon-education-summit.svg create mode 100644 static/img/vectors/icon-multitrack-and-live.svg create mode 100644 static/img/vectors/icon-sponsor-booths.svg diff --git a/app/home/templates/home/components/navbar.html b/app/home/templates/home/components/navbar.html index 753df9d..f87ce79 100644 --- a/app/home/templates/home/components/navbar.html +++ b/app/home/templates/home/components/navbar.html @@ -1,6 +1,8 @@ {% load static %} diff --git a/app/home/templates/home/index.html b/app/home/templates/home/index.html index af8f9ea..45ed6a3 100644 --- a/app/home/templates/home/index.html +++ b/app/home/templates/home/index.html @@ -4,7 +4,7 @@
- {% comment %}{% include "home/components/navbar.html" %}{% endcomment %} + {% include "home/components/navbar.html" %}
@@ -29,7 +29,7 @@
-