|
6 | 6 | <!-- Navbar --> |
7 | 7 | {% include "home/components/navbar.html" %} |
8 | 8 | <main> |
9 | | - <section id="hero" class="text-white text-center flex items-center pt-[170px]"> |
10 | | - <div class="container mx-auto px-6 bg-cover w-[960px] hero-content"> |
11 | | - <div class="flex flex-col items-center space-y-8"> |
| 9 | + <section id="hero" class="text-white text-center flex"> |
| 10 | + <div class="container mx-auto w-full max-w-[730px] pt-[140px] pb-[120px]"> |
| 11 | + <div class="flex flex-col justify-center space-y-8"> |
12 | 12 | <img src="{% static 'img/vectors/kalinga-baybayin.svg' %}" |
13 | 13 | alt="kliN" |
14 | | - class="w-[189px] h-auto"> |
| 14 | + class="w-full max-w-[189px] h-auto mx-auto"> |
15 | 15 | <img src="{% static 'img/kalinga.png' %}" |
16 | 16 | alt="Kalinga" |
17 | | - class="w-[336.34px] h-auto"> |
| 17 | + class="w-full max-w-[336.34px] h-auto mx-auto"> |
18 | 18 | <img src="{% static 'img/vectors/python-asia-branding.png' %}" |
19 | 19 | alt="PythonAsia 2026" |
20 | | - class="w-[635px] h-auto"> |
| 20 | + class="w-full max-w-[635px] h-auto mx-auto"> |
21 | 21 | <div class="text-center text-[#7C5E3B] z-30"> |
22 | 22 | Nurturing a community of care, compassion, and growth. |
23 | 23 | <br /> |
24 | 24 | The same heart of PyCon APAC, now as PythonAsia. |
25 | 25 | </div> |
| 26 | + |
| 27 | + <div class="python-kalinga-pot"> |
| 28 | + <img class="pot" src="{% static 'img/py_kalinga-pot.svg' %}" alt="Kalinga pot"> |
| 29 | + <div class="justify-self-end self-center"> |
| 30 | + <h2 class="font-bantayog text-[28px] text-white">Co-organized By</h2> |
| 31 | + <div class="flex flex-row items-center justify-center gap-[45px] co-organized"> |
| 32 | + <img src="{% static 'img/footer/pythonph.svg' %}" alt="PythonPH" class="w-full max-w-[210px]"> |
| 33 | + <img src="{% static 'img/footer/pythonasia.svg' %}" alt="Python Asia Organization" class="w-full max-w-[320px]"> |
| 34 | + <img src="{% static 'img/footer/dlsu.svg' %}" alt="DLSU" class="w-full max-w-[110px]"> |
| 35 | + </div> |
| 36 | + </div> |
| 37 | + </div> |
26 | 38 | </div> |
27 | 39 | </div> |
28 | 40 | </section> |
29 | | - <img src="{% static 'img/vectors/footer.png' %}" class="w-full block xl:mt-[-10em] xl:mb-[-7em]"> |
| 41 | + |
30 | 42 | </main> |
31 | | - <!-- Section Break --> |
32 | | - <div class="w-full py-0 my-0 z-10 -mb-25 hidden xl:block cstm_break"> |
| 43 | + <!-- When? Where? Section --> |
| 44 | + {% include "home/sections/when-where-section.html" %} |
| 45 | + <div class="w-full py-0 my-0 z-10 -mb-25 hidden xl:block cstm_break mt-[-9vw]"> |
33 | 46 | <img src="{% static 'img/vectors/section-break-1.svg' %}" |
34 | 47 | alt="Section Break" |
35 | 48 | class="w-full block"> |
|
46 | 59 | {% include "home/sections/conference-at-a-glance.html" %} |
47 | 60 | <!-- Why Python Section --> |
48 | 61 | {% include "home/sections/why-python.html" %} |
| 62 | + <!-- Call For X --> |
| 63 | + {% include "home/sections/call-for-x.html" %} |
49 | 64 | <!-- What is PyCon Section --> |
50 | 65 | {% comment%}{% include "home/sections/what-is-python-asia.html" %}{% endcomment%} |
51 | 66 | <!-- Announcement Section --> |
52 | 67 | {% include "home/sections/announcement-section.html" %} |
53 | | - <!-- When? Where? Section --> |
54 | | - {% include "home/sections/when-where-section.html" %} |
55 | 68 | <!-- Sponsors Section --> |
56 | 69 | {% comment %} |
57 | 70 | {% include "home/sections/sponsor-section.html" %} |
|
0 commit comments