33< footer class ="flex flex-col items-center bg-[#F4E6D4] py-12 ">
44 <!-- PythonAsia 2026 Branding -->
55 < img src ="{% static 'img/vectors/python-asia-branding.png' %} " class ="mt-10 " alt ="Footer ">
6-
6+
77 <!-- Action Links -->
8+ {% comment %}
89 < div class ="flex gap-8 mt-10 mb-6 ">
910 < a href ="# " class ="text-[#FFA218] text-xl font-bold hover:underline font-bantayog "> GET TICKETS</ a >
1011 < a href ="# " class ="text-[#F26D1D] text-xl font-bold hover:underline font-bantayog "> BECOME A SPONSOR</ a >
1112 </ div >
12-
13+ {% endcomment %}
14+
1315 <!-- Contact Message -->
1416 < p class ="text-[#7C5E3B] text-sm mb-4 font-nunito ">
1517 Message us at < a href ="mailto:pycon@python.ph " class ="underline "> pycon@python.ph</ a > for questions and inquiries
1618 </ p >
17-
19+
1820 <!-- Social Media Icons -->
1921 < div class ="flex gap-4 mb-4 ">
20- < a href ="# " class ="hover:opacity-70 transition-opacity " aria-label ="Slack ">
21- < img src ="https://cdn.simpleicons.org/slack/7C5E3B " alt ="Slack " class ="w-6 h-6 ">
22- </ a >
2322 < a href ="# " class ="hover:opacity-70 transition-opacity " aria-label ="Facebook ">
2423 < img src ="https://cdn.simpleicons.org/facebook/7C5E3B " alt ="Facebook " class ="w-6 h-6 ">
2524 </ a >
2625 < a href ="# " class ="hover:opacity-70 transition-opacity " aria-label ="GitHub ">
2726 < img src ="https://cdn.simpleicons.org/github/7C5E3B " alt ="GitHub " class ="w-6 h-6 ">
2827 </ a >
29- < a href ="# " class ="hover:opacity-70 transition-opacity " aria-label ="Twitter ">
30- < img src ="https://cdn.simpleicons.org/twitter /7C5E3B " alt ="Twitter " class ="w-6 h-6 ">
28+ < a href ="# " class ="hover:opacity-70 transition-opacity " aria-label ="X ">
29+ < img src ="https://cdn.simpleicons.org/x /7C5E3B " alt ="X " class ="w-6 h-6 ">
3130 </ a >
3231 < a href ="# " class ="hover:opacity-70 transition-opacity " aria-label ="Instagram ">
3332 < img src ="https://cdn.simpleicons.org/instagram/7C5E3B " alt ="Instagram " class ="w-6 h-6 ">
3433 </ a >
3534 </ div >
36-
35+
3736 <!-- Built With Text -->
3837 < p class ="text-[#7C5E3B] text-sm mb-8 font-nunito ">
3938 This site is built using Django.
4039 </ p >
41-
42- <!-- Decorative Footer Image -->
43- < img src ="{% static 'img/vectors/footer.png' %} " alt ="Footer decoration " class ="w-full block -mt-30 ">
44- </ footer >
40+
41+ < div class ="relative w-full h-[800px] lg:h-[950px] lg:mt-[-20px] z-0 ">
42+ < img src ="{% static 'img/footer/pytonio.svg' %} " alt ="Left Snake " class ="absolute left-0 bottom-80 w-[670px] hidden lg:block ">
43+ < img src ="{% static 'img/footer/pytria.svg' %} " alt ="Right Snake " class ="absolute right-0 bottom-80 w-[670px] hidden lg:block ">
44+ < img src ="{% static 'img/footer/pot.svg' %} " alt ="Pot " class ="absolute bottom-80 left-1/2 lg:ml-[-70px] -translate-x-1/2 w-[500px] lg:w-[574.49px] z-10 ">
45+ < img src ="{% static 'img/footer/base.svg' %} " alt ="Bottom Base " class ="absolute bottom-0 left-0 right-0 lg:w-full z-0 hidden lg:block ">
46+
47+ < div class ="absolute bottom-0 lg:bottom-20 w-full text-center flex flex-col items-center justify-center z-30 py-6 bg-[#F26D1D] lg:bg-[unset] ">
48+ < h3 class ="text-white font-bold mb-2 text-2xl "> CO-ORGANIZED BY</ h3 >
49+ < div class ="flex flex-col md:flex-row items-center justify-center md:space-x-8 space-y-4 md:space-y-0 mt-2 ">
50+ < img src ="{% static 'img/footer/pythonph.svg' %} " alt ="PythonPH " class ="h-12 md:h-[60px] ">
51+ < img src ="{% static 'img/footer/pythonasia.svg' %} " alt ="Python Asia Organization " class ="h-12 md:h-[60px] ">
52+ < img src ="{% static 'img/footer/dlsu.svg' %} " alt ="DLSU " class ="h-12 md:h-[60px] ">
53+ </ div >
54+ </ div >
55+
56+ </ div >
57+
58+ </ footer >
0 commit comments