Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
81 changes: 72 additions & 9 deletions app/home/templates/home/sections/sponsor-section.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,14 @@
style="color: #7c5e3b">Organizer</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -52,7 +59,14 @@
style="color: #7c5e3b">Institutional Sponsor</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -78,7 +92,14 @@
style="color: #7c5e3b">Keystone Sponsor</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -104,7 +125,14 @@
style="color: #7c5e3b">Titanium Sponsor</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -130,7 +158,14 @@
style="color: #7c5e3b">Platinum Sponsor</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -156,7 +191,14 @@
style="color: #7c5e3b">Gold Sponsor</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -182,7 +224,14 @@
style="color: #7c5e3b">Silver Sponsor</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -208,7 +257,14 @@
style="color: #7c5e3b">Community Partner</h3>
<div class="grid md:grid-cols-4 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand All@@ -234,7 +290,14 @@
style="color: #7c5e3b">Wellness Partner</h3>
<div class="grid md:grid-cols-3 gap-8 items-center">
{% for sponsor in sponsors %}
<div class="bg-white rounded-lg p-8 flex items-center justify-center h-48">
<div class="relative flex h-48 items-center justify-center overflow-hidden rounded-lg bg-white p-8">
{% if sponsor.ribbon_visible %}
<img
src="/static/img/vectors/pao-ribbon.svg"
alt="PAO Ribbon"
class="absolute top-0 right-[20px] w-[50px]"
>
{% endif %}
{% if sponsor.website_url %}
<a href="{{sponsor.website_url }}"
target="_blank"
Expand Down
2 changes: 1 addition & 1 deletion app/home/templates/internal/pages/aid-scholarships.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -52,7 +52,7 @@ <h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">Scholarship Ticket

<p class="mb-4 font-semibold">Notification timeline</p>
<p class="mb-6">
Selected recipients will be notified via email or SMS by <strong>February 08, 2026, at 11:59 PM (PH Time)</strong>.
Selected recipients will be notified via email or SMS by <strong>TBA</strong>.
</p>

<p class="mb-6 font-semibold">
Expand Down
12 changes: 6 additions & 6 deletions app/home/templates/internal/pages/covid-policy.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -16,13 +16,13 @@ <h3 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
</p>

<h3 class="font-bantayog text-brown-1 font-bold text-xl my-2">Before the Event</h3>
<ul class="list-disc list-inside mb-4 space-y-1">
<ul class="list-disc list-inside pl-6 mb-4 space-y-1">
<li>If you're feeling unwell, please stay home.</li>
<li>We encourage vaccination for all attendees.</li>
</ul>

<h3 class="font-bantayog text-brown-1 font-bold text-xl my-2">During the Event</h3>
<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li>Masks are optional but recommended for those who wish to use them.</li>
<li>Hand sanitizers will be readily available.</li>
<li>Should you feel unwell, we're prepared to assist you.</li>
Expand All@@ -45,7 +45,7 @@ <h3 class="font-bantayog text-brown-1 font-bold text-xl my-2">
Pre-Conference Measures
</h3>

<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li><strong>Vaccination:</strong> Full vaccination against COVID-19 is strongly advised for all attendees.</li>
<li><strong>Health Screening:</strong> We ask that you self-monitor for any symptoms prior to attending. If you're unwell, we support your decision to stay home.</li>
</ul>
Expand All@@ -54,10 +54,10 @@ <h3 class="font-bantayog text-brown-1 font-bold text-xl my-2">
During the Conference
</h3>

<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li><strong>Masking:</strong> While not mandatory, we welcome the use of masks, especially in enclosed or crowded spaces. Complimentary masks will be available.</li>
<li><strong>Hygiene Practices:</strong>
<ul class="list-disc list-inside ml-5 space-y-1">
<ul class="list-disc list-inside pl-8 space-y-1">
<li>Hand sanitizing stations will be available throughout the venue.</li>
<li>Regular cleaning and disinfection of high-touch areas will be conducted.</li>
<li>Ventilation: We will ensure well-ventilated spaces to reduce the risk of airborne transmission.</li>
Expand All@@ -70,7 +70,7 @@ <h3 class="font-bantayog text-brown-1 font-bold text-xl my-2">
Post-Conference
</h3>

<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li><strong>Notification of Illness:</strong> If you test positive for COVID-19 within 14 days after the event, please notify the organizers to assist with contact tracing efforts.</li>
<li><strong>Policy Updates:</strong> Any updates to our COVID-19 policy will be communicated directly to participants and posted on our website and official social media.</li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions app/home/templates/internal/pages/data-privacy.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -25,7 +25,7 @@ <h3 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
<h3 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
3. Use of Information
</h3>
<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li>Facilitate event organization and communication.</li>
<li>Provide updates and information about PythonAsia 2026.</li>
<li>Enhance our events and services.</li>
Expand All@@ -37,7 +37,7 @@ <h3 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
<p class="mb-4">
We do not sell your personal information. We may share your information with third parties in the following scenarios:
</p>
<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li>With service providers aiding in our operations (under confidentiality agreements).</li>
<li>When legally required or to protect our rights and safety.</li>
<li><strong>Opt-In Sharing with Sponsors:</strong> Some of your contact details provided during registration may be shared with our sponsors. However, this will always be opt-in, and you have the full right to choose whether to share this information (consent is key 🔑).</li>
Expand Down
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,7 @@ <h4 class="font-bantayog text-brown-1 font-bold text-2xl my-6">
The idea is to encourage those who can pay to contribute financially and list strong reasons why we make a distinction between a corporate ticket, an individual ticket, and a student ticket.
</p>

<ul class="list-disc list-inside mb-6 space-y-2">
<ul class="list-disc list-inside pl-6 mb-6 space-y-2">
<li>The corporate price is the actual price of the conference ticket.</li>
<li>The individual and student tickets are subsidized rates brought possible by sponsorship and other corporate ticket buyers to make the price more accessible for people with stricter budgets.</li>
<li>We bring in (airfare, accommodations) both foreign and local speakers to share their knowledge and experience to our participants. This makes PyCon PH a global experience despite being a local one!</li>
Expand Down
2 changes: 1 addition & 1 deletion app/home/templates/internal/pages/partnership.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -19,7 +19,7 @@ <h3 class="font-bantayog text-brown-1 font-bold text-2xl my-6">Our Ideal Partner
<p class="mb-4">
We are looking for non-profit organizations and community-focused entities that:
</p>
<ul class="list-disc list-inside mb-6 space-y-2">
<ul class="list-disc list-inside pl-6 mb-6 space-y-2">
<li>Align with our mission of open-source development and community growth.</li>
<li>Directly contribute to or support the Python ecosystem.</li>
<li>Are committed to promoting diversity and inclusivity in technology.</li>
Expand Down
6 changes: 3 additions & 3 deletions app/home/templates/internal/pages/patron-acknowledgment.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -21,7 +21,7 @@ <h5 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
<p class="mb-2">
The individuals below generously contributed to support this vision through our "Individual Patron Sponsorship" program:
</p>
<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li>TBA</li>
</ul>

Expand All@@ -31,7 +31,7 @@ <h5 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
<p class="mb-2">
These organizations and individuals invested in the future of the Python community by purchasing corporate tickets:
</p>
<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li>TBA</li>
</ul>

Expand All@@ -44,7 +44,7 @@ <h5 class="font-bantayog text-brown-1 font-bold text-2xl my-4">
<p class="mb-6">
Your contributions—big or small—help us:
</p>
<ul class="list-disc list-inside mb-6 space-y-1">
<ul class="list-disc list-inside pl-6 mb-6 space-y-1">
<li>Provide Scholarship Tickets for students, teachers, researchers, and underrepresented groups.</li>
<li>Create opportunities for meaningful connections that strengthen the Python community across APAC.</li>
<li>Celebrate the diversity that drives Python’s impact on the world.</li>
Expand Down
12 changes: 6 additions & 6 deletions app/home/templates/internal/pages/travel-info.html
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,7 +22,7 @@ <h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">📍 Venue</h4>
</p>

<h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">🏫 Venue Facilities Guide</h4>
<ul class="mb-6 list-disc pl-6 space-y-2">
<ul class="list-disc list-inside pl-6 mb-6 space-y-2">
<li><strong>Entrance Gate:</strong> Gate 2 (North Gate)</li>
<li><strong>Main Hall:</strong> Teresa Yuchengco Auditorium (7th–9th Flr., Bldg. 10)</li>
<li><strong>Secondary Hall:</strong> Verdure Multi-Purpose Room (4th Flr.)</li>
Expand All@@ -41,7 +41,7 @@ <h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">🗒️ Road Aware
<p class="mb-4">
Traffic behavior may differ from what you’re used to. Pedestrian rules are not always followed.
</p>
<ul class="mb-6 list-disc pl-6 space-y-2">
<ul class="list-disc list-inside pl-6 mb-6 space-y-2">
<li>Expect heavy traffic: 7–10 AM and 4–8 PM</li>
<li>Use pedestrian lanes and wait for vehicles to fully stop</li>
<li>Keep belongings secure in busy areas</li>
Expand All@@ -61,21 +61,21 @@ <h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">🚗 Transportatio
</p>

<h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">🏨 Hotels Near DLSU</h4>
<p class="mb-4 font-semibold">Budget (₱1,000–,000/night)</p>
<p class="mb-4 font-semibold">Budget (₱1,000–2,000/night)</p>
<p class="mb-4">Red Planet Manila Bay · Dormitels.ph Ermita</p>

<p class="mb-4 font-semibold">Mid-Range (₱2,000–,000/night)</p>
<p class="mb-4 font-semibold">Mid-Range (₱2,000–3,000/night)</p>
<p class="mb-4">
Orchid Garden Suites · Hotel Benilde Maison De La Salle · TRYP by Wyndham · Century Park Hotel
</p>

<p class="mb-6 font-semibold">Luxury (₱4,000–,000+/night)</p>
<p class="mb-6 font-semibold">Luxury (₱4,000–7,000+/night)</p>
<p class="mb-6">
Sheraton Manila Bay · New Coast Hotel Manila · Diamond Hotel Philippines
</p>

<h4 class="font-bantayog text-brown-1 font-bold text-xl my-6">🏘️ Airbnb Options</h4>
<ul class="mb-6 list-disc pl-6 space-y-2">
<ul class="list-disc list-inside pl-6 mb-6 space-y-2">
<li>Green Residences Studio (1–3 min walk)</li>
<li>airobedz Manila (6–8 min walk)</li>
<li>Rachel’s Haven</li>
Expand Down
Loading