Skip to content

Commit ce4d414

Browse files
committed
Use relative path instead
1 parent 3cf8988 commit ce4d414

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

index.html

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
<meta property="og:type" content="website">
2020
<meta property="og:title" content="PythonAsia 2026">
2121
<meta property="og:description" content="The flagship gathering for Python enthusiasts across Asia — uniting diverse communities across the region.">
22-
<meta property="og:image" content="/static/img/pythonasia2026-banner.png">
22+
<meta property="og:image" content="static/img/pythonasia2026-banner.png">
2323

2424
<!-- X Meta Tags -->
2525
<meta name="twitter:card" content="summary_large_image">
2626
<meta property="twitter:domain" content="2026.pythonasia.org">
2727
<meta property="twitter:url" content="https://2026.pythonasia.org">
2828
<meta name="twitter:title" content="PythonAsia 2026">
2929
<meta name="twitter:description" content="The flagship gathering for Python enthusiasts across Asia — uniting diverse communities across the region.">
30-
<meta name="twitter:image" content="/static/img/pythonasia2026-banner.png">
30+
<meta name="twitter:image" content="static/img/pythonasia2026-banner.png">
3131

3232

33-
<link rel="icon" type="image/x-icon" href="/static/img/py_kalinga-pot.png">
33+
<link rel="icon" type="image/x-icon" href="static/img/py_kalinga-pot.png">
3434
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" />
3535
<link rel="preconnect" href="https://fonts.googleapis.com">
3636
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -41,13 +41,13 @@
4141

4242

4343

44-
<link rel="stylesheet" href="/static/css/app.css">
44+
<link rel="stylesheet" href="static/css/app.css">
4545
</head>
4646
<body>
4747

4848
<main>
4949
<div class="min-h-screen"
50-
style="background-image: url('/static/img/background.png')">
50+
style="background-image: url('static/img/background.png')">
5151
<!-- Navbar -->
5252

5353
<nav class="absolute w-full z-10">
@@ -59,7 +59,7 @@
5959
<!-- Site Logo -->
6060
<div class="navbar-start">
6161
<a class="btn btn-ghost text-xl">
62-
<img src="/static/img/logo.png"
62+
<img src="static/img/logo.png"
6363
alt="PythonAsia 2026"
6464
class="h-8 w-full max-w-[233px]" />
6565
</a>
@@ -78,9 +78,9 @@
7878
<section id="hero" class="px-[4%] flex flex-col items-center justify-end">
7979
<div class="flex flex-col max-w-[730px] mx-auto pb-[20px] pt-[180px] xl:pb-[50px] xl:pt-[150px] 2xl:pb-[100px] 2xl:pt-[250px] gap-5">
8080
<div class="flex flex-col justify-center items-center gap-8">
81-
<img src="/static/img/vectors/kalinga-baybayin.svg" alt="kliN" class="w-full max-w-[189px]">
82-
<img src="/static/img/kalinga.png" alt="Kalinga" class="w-full max-w-[336.34px]">
83-
<img src="/static/img/vectors/python-asia-branding.png" alt="PythonAsia 2026">
81+
<img src="static/img/vectors/kalinga-baybayin.svg" alt="kliN" class="w-full max-w-[189px]">
82+
<img src="static/img/kalinga.png" alt="Kalinga" class="w-full max-w-[336.34px]">
83+
<img src="static/img/vectors/python-asia-branding.png" alt="PythonAsia 2026">
8484
</div>
8585
<div class="text-center z-10">
8686
<p class="font-nunito leading-[125%] font-normal text-2xl text-brown-2">Nurturing a community of care, compassion, and growth.</p>
@@ -91,14 +91,14 @@ <h2 class="font-bantayog leading-[125%] text-[52px] text-brown-1">MARCH 21-23, 2
9191
<p class="font-bantayog leading-[125%] text-xl text-brown-2 font-light">DE LA SALLE UNIVERSITY (DLSU), MALATE, MANILA</p>
9292
</div>
9393
<div class="python-kalinga-pot">
94-
<img class="pot" src="/static/img/py_kalinga-pot.svg" alt="Kalinga pot">
94+
<img class="pot" src="static/img/py_kalinga-pot.svg" alt="Kalinga pot">
9595
<div class="">
9696
<h2 class="font-bantayog text-[28px] text-white text-center">Co-organized By</h2>
9797
<div class="flex flex-row items-center justify-center gap-[45px] co-organized">
98-
<img src="/static/img/footer/pythonph.svg" alt="PythonPH" class="w-full max-w-[210px]">
99-
<img src="/static/img/footer/pythonasia.svg" alt="Python Asia Organization"
98+
<img src="static/img/footer/pythonph.svg" alt="PythonPH" class="w-full max-w-[210px]">
99+
<img src="static/img/footer/pythonasia.svg" alt="Python Asia Organization"
100100
class="w-full max-w-[320px]">
101-
<img src="/static/img/footer/dlsu.svg" alt="DLSU" class="w-full max-w-[110px]">
101+
<img src="static/img/footer/dlsu.svg" alt="DLSU" class="w-full max-w-[110px]">
102102
</div>
103103
</div>
104104
</div>
@@ -107,7 +107,7 @@ <h2 class="font-bantayog text-[28px] text-white text-center">Co-organized By</h2
107107
</section>
108108

109109
<div class="w-full py-0 my-0 z-10 -mb-25 hidden xl:block cstm_break mt-[-9vw]">
110-
<img src="/static/img/vectors/section-break-1.svg"
110+
<img src="static/img/vectors/section-break-1.svg"
111111
alt="Section Break"
112112
class="w-full block">
113113
</div>
@@ -140,7 +140,7 @@ <h3 class="text-2xl font-bold mb-6 uppercase font-bantayog">
140140
</div>
141141
<div class="flex justify-center items-center mb-12">
142142
<div class="relative">
143-
<img src="/static/img/about-us-photo.png"
143+
<img src="static/img/about-us-photo.png"
144144
alt="PyCon PH 2025 Conference">
145145
</div>
146146
</div>
@@ -156,7 +156,7 @@ <h3 class="text-5xl font-bold mb-8 font-td_pinoy text-center sm:text-left xl:tex
156156
<!-- Inspiring Keynotes -->
157157
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
158158
<div class="inline-block mb-2">
159-
<img src="/static/img/vectors/star-icon.svg"
159+
<img src="static/img/vectors/star-icon.svg"
160160
alt="Inspiring Keynotes" />
161161
</div>
162162
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Inspiring Keynotes</h4>
@@ -167,7 +167,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Inspiring Keynotes</h
167167
<!-- Talks & Lightning Talks -->
168168
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
169169
<div class="inline-block mb-2">
170-
<img src="/static/img/vectors/conversation-icon.svg"
170+
<img src="static/img/vectors/conversation-icon.svg"
171171
alt="Talks & Lightning Talks" />
172172
</div>
173173
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Talks & Lightning Talks</h4>
@@ -178,7 +178,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Talks & Lightning Tal
178178
<!-- Multi-Track & Live Workshops -->
179179
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
180180
<div class="inline-block mb-2">
181-
<img src="/static/img/vectors/icon-multitrack-and-live.svg"
181+
<img src="static/img/vectors/icon-multitrack-and-live.svg"
182182
alt="Multi-Track & Live Workshops" />
183183
</div>
184184
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Multi-Track & Live Workshops</h4>
@@ -189,7 +189,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Multi-Track & Live Wo
189189
<!-- Community Gatherings -->
190190
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
191191
<div class="inline-block mb-2">
192-
<img src="/static/img/vectors/icon-community-gatherings.svg"
192+
<img src="static/img/vectors/icon-community-gatherings.svg"
193193
alt="Community Gatherings" />
194194
</div>
195195
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Community Gatherings</h4>
@@ -200,7 +200,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Community Gatherings<
200200
<!-- Career Mixer -->
201201
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
202202
<div class="inline-block mb-2">
203-
<img src="/static/img/vectors/icon-career-mixer.svg" alt="Career Mixer" />
203+
<img src="static/img/vectors/icon-career-mixer.svg" alt="Career Mixer" />
204204
</div>
205205
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Career Mixer</h4>
206206
<p class="text-sm font-nunito w-full max-w-[305px] text-center sm:text-left xl:text-left text-center sm:text-left xl:text-left">
@@ -210,7 +210,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Career Mixer</h4>
210210
<!-- Sponsor Booths & Stamp Quest -->
211211
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
212212
<div class="inline-block mb-2">
213-
<img src="/static/img/vectors/icon-sponsor-booths.svg"
213+
<img src="static/img/vectors/icon-sponsor-booths.svg"
214214
alt="Sponsor Booths & Stamp Quest" />
215215
</div>
216216
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Sponsor Booths & Stamp Quest</h4>
@@ -221,7 +221,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Sponsor Booths & Stam
221221
<!-- Open Source Sprints -->
222222
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
223223
<div class="inline-block mb-2">
224-
<img src="/static/img/vectors/hands-on-icon.svg"
224+
<img src="static/img/vectors/hands-on-icon.svg"
225225
alt="Open Source Sprints" />
226226
</div>
227227
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Open Source Sprints</h4>
@@ -232,7 +232,7 @@ <h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Open Source Sprints</
232232
<!-- Education Summit -->
233233
<div class="flex flex-col items-center justify-center sm:items-start sm:justify-start xl:items-start xl:justify-start">
234234
<div class="inline-block mb-2">
235-
<img src="/static/img/vectors/icon-education-summit.svg" alt="Education Summit" />
235+
<img src="static/img/vectors/icon-education-summit.svg" alt="Education Summit" />
236236
</div>
237237
<h4 class="text-xl font-bold uppercase mb-3 font-bantayog">Education Summit</h4>
238238
<p class="text-sm font-nunito w-full max-w-[305px] text-center sm:text-left xl:text-left text-center sm:text-left xl:text-left">
@@ -252,13 +252,13 @@ <h3 class="md:text-6xl sm:text-4xl font-bold uppercase font-td_pinoy">Learning,
252252

253253
<!-- Section Break -->
254254
<div class="w-full py-0 my-0 z-10 -mt-25 cstm_break about-us_break">
255-
<img src="/static/img/vectors/section-break-2.svg"
255+
<img src="static/img/vectors/section-break-2.svg"
256256
alt="Section Break"
257257
class="w-full block">
258258
</div>
259259
<!-- Conference at a Glance Section -->
260260

261-
<section id="conference-at-a-glance" class="py-20 bg-[url('/static/img/bg-conference-at-glance.png')] bg-contain bg-center">
261+
<section id="conference-at-a-glance" class="py-20 bg-[url('static/img/bg-conference-at-glance.png')] bg-contain bg-center">
262262
<div class="container mx-auto px-6">
263263
<!-- Header -->
264264
<div class="text-center mb-16">
@@ -276,31 +276,31 @@ <h4 class="text-2xl font-bold mb-0 font-bantayog text-brown-1">SATURDAY-SUNDAY</
276276
<div class="space-y-3">
277277
<p class="text-lg font-bold mb-2 font-bantayog text-brown-2">Main Conference</p>
278278
<div class="flex items-center space-x-3 font-nunito">
279-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
279+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
280280
<span class="font-nunito text-lg text-brown-2">Talks</span>
281281
</div>
282282
<div class="flex items-center space-x-3 font-nunito">
283-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
283+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
284284
<span class="font-nunito text-lg text-brown-2">Workshops</span>
285285
</div>
286286
<div class="flex items-center space-x-3 font-nunito">
287-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
287+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
288288
<span class="font-nunito text-lg text-brown-2">Lightning Talks</span>
289289
</div>
290290
<div class="flex items-center space-x-3">
291-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
291+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
292292
<span class="font-nunito text-lg text-brown-2">PyLadies Lunch</span>
293293
</div>
294294
<div class="flex items-center space-x-3 font-nunito">
295-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
295+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
296296
<span class="font-nunito text-lg text-brown-2">Open Spaces</span>
297297
</div>
298298
<div class="flex items-center space-x-3 font-nunito">
299-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
299+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
300300
<span class="font-nunito text-lg text-brown-2">Career Mixer</span>
301301
</div>
302302
<div class="flex items-center space-x-3 font-nunito">
303-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
303+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
304304
<span class="font-nunito text-lg text-brown-2">Poster Session</span>
305305
</div>
306306
</div>
@@ -313,11 +313,11 @@ <h4 class="text-2xl font-bold mb-0 font-bantayog text-brown-1">MONDAY</h4>
313313
</div>
314314
<div class="space-y-3">
315315
<div class="flex items-center space-x-3 font-bantayog">
316-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
316+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
317317
<span class="font-nunito text-lg text-brown-2">Education Summit</span>
318318
</div>
319319
<div class="flex items-center space-x-3 font-bantayog">
320-
<img src="/static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
320+
<img src="static/img/vectors/icon-checkbox-brown-2.svg" alt="Checkbox Icon">
321321
<span class="font-nunito text-lg text-brown-2">Open Source Sprints</span>
322322
</div>
323323
</div>
@@ -482,7 +482,7 @@ <h4 class="text-2xl font-bold mb-0 font-bantayog text-brown-3 font-bold">LINK:</
482482
<!-- When? Where? Section -->
483483

484484
<section id="when-where"
485-
class="pt-[80px] pb-[80px] bg-[url('/static/img/when-where-bg.jpg')] bg-cover bg-center">
485+
class="pt-[80px] pb-[80px] bg-[url('static/img/when-where-bg.jpg')] bg-cover bg-center">
486486
<div class="w-full max-w-[1160px] mx-auto px-6 flex flex-col gap-10">
487487
<div class="flex justify-between items-center">
488488
<div class="">
@@ -570,7 +570,7 @@ <h3 class="text-3xl md:text-4xl font-bold text-center mb-2 font-bantayog text-br
570570

571571
<footer class="flex flex-col items-center bg-[#F4E6D4] pt-12">
572572
<!-- PythonAsia 2026 Branding -->
573-
<img src="/static/img/vectors/python-asia-branding.png" class="mt-10 p-5" alt="Footer">
573+
<img src="static/img/vectors/python-asia-branding.png" class="mt-10 p-5" alt="Footer">
574574

575575
<!-- Action Links -->
576576

@@ -602,17 +602,17 @@ <h3 class="text-3xl md:text-4xl font-bold text-center mb-2 font-bantayog text-br
602602
</p>
603603

604604
<div class="relative w-full h-[800px] lg:h-[950px] lg:mt-[-20px] z-0">
605-
<img src="/static/img/footer/pytonio.svg" alt="Left Snake" class="absolute left-0 bottom-80 w-[670px] hidden lg:block">
606-
<img src="/static/img/footer/pytria.svg" alt="Right Snake" class="absolute right-0 bottom-80 w-[670px] hidden lg:block">
607-
<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">
608-
<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">
605+
<img src="static/img/footer/pytonio.svg" alt="Left Snake" class="absolute left-0 bottom-80 w-[670px] hidden lg:block">
606+
<img src="static/img/footer/pytria.svg" alt="Right Snake" class="absolute right-0 bottom-80 w-[670px] hidden lg:block">
607+
<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">
608+
<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">
609609

610610
<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]">
611611
<h3 class="text-white font-bold mb-2 text-2xl">CO-ORGANIZED BY</h3>
612612
<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">
613-
<img src="/static/img/footer/pythonph.svg" alt="PythonPH" class="h-12 md:h-[60px]">
614-
<img src="/static/img/footer/pythonasia.svg" alt="Python Asia Organization" class="h-12 md:h-[60px]">
615-
<img src="/static/img/footer/dlsu.svg" alt="DLSU" class="h-12 md:h-[60px]">
613+
<img src="static/img/footer/pythonph.svg" alt="PythonPH" class="h-12 md:h-[60px]">
614+
<img src="static/img/footer/pythonasia.svg" alt="Python Asia Organization" class="h-12 md:h-[60px]">
615+
<img src="static/img/footer/dlsu.svg" alt="DLSU" class="h-12 md:h-[60px]">
616616
</div>
617617
</div>
618618

0 commit comments

Comments
 (0)