diff --git a/app/home/templates/home/sections/conference-at-a-glance.html b/app/home/templates/home/sections/conference-at-a-glance.html index bca2410..c4c0ed9 100644 --- a/app/home/templates/home/sections/conference-at-a-glance.html +++ b/app/home/templates/home/sections/conference-at-a-glance.html @@ -4,9 +4,6 @@
-

- ᜊᜆ ᜊᜌᜈ᜔ ᜊᜆᜑᜈ᜔ -

Conference at a Glance

diff --git a/app/home/templates/home/sections/sponsor-section.html b/app/home/templates/home/sections/sponsor-section.html index b58567e..3c267f6 100644 --- a/app/home/templates/home/sections/sponsor-section.html +++ b/app/home/templates/home/sections/sponsor-section.html @@ -1,60 +1,338 @@ {% load static %} -
-
- -
-
-

- ᜊᜆ ᜊᜌᜈ᜔ ᜊᜆᜑᜈ᜔ -

-

- Special Thanks
to Our Sponsors -

-

- This event was made possible with the help of our generous sponsors -

-
- - - -
- - -
-

Organizer

-
- -
- Python Software Foundation -
- - -
- Python Asia Organization -
- - -
- De La Salle University Manila -
-
-
- - -
-

Institutional Sponsor

-
-
- Python Software Foundation -
-
+
+
+ +
+
+
+

+ Special Thanks +
+ to Our Sponsors +

+
+ +

+ This event was made possible with the help of our generous sponsors +

+
-
+ +
+

+ Organizer +

+
+ +
+ Python Software Foundation +
+ + +
+ Python Asia Organization +
+ + +
+ De La Salle University Manila +
+
+
+ + +
+

+ Institutional Sponsor +

+
+
+ Python Software Foundation +
+
+
+ + +
+

+ Keystone Sponsor +

+
+
+ Python Software Foundation +
+
+
+ + +
+

+ Titanium Sponsor +

+
+
+ Python Software Foundation +
+
+
+ + +
+

+ Platinum Sponsor +

+
+
+ Python Software Foundation +
+
+
+ + +
+

+ Gold Sponsor +

+
+ +
+ Python Software Foundation +
+ + +
+ Python Asia Organization +
+ + +
+ De La Salle University Manila +
+ + +
+ De La Salle University Manila +
+
+
+ + +
+

+ Silver Sponsor +

+
+ +
+ Python Software Foundation +
+ + +
+ Python Asia Organization +
+ + +
+ De La Salle University Manila +
+
+
+ + +
+

+ Community Partner +

+
+ +
+ Python Software Foundation +
+ + +
+ Python Asia Organization +
+ + +
+ De La Salle University Manila +
+ + +
+ De La Salle University Manila +
+
+
+ + +
+

+ Wellness Partnerr +

+
+
+ Python Software Foundation +
+
+
+
+
diff --git a/app/home/templates/home/sections/when-where-section.html b/app/home/templates/home/sections/when-where-section.html index e559e56..be4d05a 100644 --- a/app/home/templates/home/sections/when-where-section.html +++ b/app/home/templates/home/sections/when-where-section.html @@ -1,13 +1,13 @@ {% load static %} -
+
-

WHEN? WHERE?

-

March 21-23, 2026

-

De La Salle University (DLSU),

-

Malate, Manila

+

WHEN? WHERE?

+

March 21-23, 2026

+

De La Salle University (DLSU),

+

Malate, Manila

diff --git a/src/styles/globals.css b/src/styles/globals.css new file mode 100644 index 0000000..43418d0 --- /dev/null +++ b/src/styles/globals.css @@ -0,0 +1,55 @@ +@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap'); + +@font-face { + font-family: 'bantayog'; + src: url('/static/fonts/Bantayog-Light.otf') format('opentype'); + font-weight: 300; + font-display: swap; +} + +@font-face { + font-family: 'bantayog'; + src: url('/static/fonts/Bantayog-Regular.otf') format('opentype'); + font-weight: 400; + font-display: swap; +} + +@font-face { + font-family: 'bantayog'; + src: url('/static/fonts/Bantayog-Semilight.otf') format('opentype'); + font-weight: 600; + font-display: swap; +} + + +@font-face { + font-family: 'niwanguno'; + src: url('/static/fonts/NiwangUno-Regular.otf') format('opentype'); + font-weight: 400; + font-display: swap; +} + + +@font-face { + font-family: 'td_pinoy'; + src: url('/static/fonts/TD_Pinoy.otf') format('opentype'); + font-weight: 500; + font-display: swap; +} + + +.font-bantayog { + font-family: 'bantayog', sans-serif; +} + +.font-niwanguno { + font-family: 'niwanguno', sans-serif; +} + +.font-td_pinoy { + font-family: 'td_pinoy', sans-serif; +} + +.font-nunito { + font-family: 'Nunito', sans-serif; +} \ No newline at end of file diff --git a/src/styles/main.css b/src/styles/main.css index 6bcbb7d..2224879 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -1,4 +1,5 @@ @import "tailwindcss"; +@import "./globals.css"; @plugin "daisyui"; :root { diff --git a/static/fonts/Bantayog-Light.otf b/static/fonts/Bantayog-Light.otf new file mode 100644 index 0000000..914fa07 Binary files /dev/null and b/static/fonts/Bantayog-Light.otf differ diff --git a/static/fonts/Bantayog-Regular.otf b/static/fonts/Bantayog-Regular.otf new file mode 100644 index 0000000..70a8a5e Binary files /dev/null and b/static/fonts/Bantayog-Regular.otf differ diff --git a/static/fonts/Bantayog-Semilight.otf b/static/fonts/Bantayog-Semilight.otf new file mode 100644 index 0000000..24af304 Binary files /dev/null and b/static/fonts/Bantayog-Semilight.otf differ diff --git a/static/fonts/NiwangUno-Regular.otf b/static/fonts/NiwangUno-Regular.otf new file mode 100644 index 0000000..0c9510a Binary files /dev/null and b/static/fonts/NiwangUno-Regular.otf differ diff --git a/static/fonts/TD_Pinoy.otf b/static/fonts/TD_Pinoy.otf new file mode 100644 index 0000000..aad1a50 Binary files /dev/null and b/static/fonts/TD_Pinoy.otf differ diff --git a/static/img/py_kalinga-w-band.png b/static/img/py_kalinga-w-band.png new file mode 100644 index 0000000..e8a1ae6 Binary files /dev/null and b/static/img/py_kalinga-w-band.png differ diff --git a/static/img/sponsors/aws-logo.svg b/static/img/sponsors/aws-logo.svg new file mode 100644 index 0000000..b95b739 --- /dev/null +++ b/static/img/sponsors/aws-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/billease-logo.svg b/static/img/sponsors/billease-logo.svg new file mode 100644 index 0000000..3d149aa --- /dev/null +++ b/static/img/sponsors/billease-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/codehappy-logo.svg b/static/img/sponsors/codehappy-logo.svg new file mode 100644 index 0000000..86511c1 --- /dev/null +++ b/static/img/sponsors/codehappy-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/codev-logo.svg b/static/img/sponsors/codev-logo.svg new file mode 100644 index 0000000..bcc5f08 --- /dev/null +++ b/static/img/sponsors/codev-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/ctrl_alt_run-logo.svg b/static/img/sponsors/ctrl_alt_run-logo.svg new file mode 100644 index 0000000..48aa31a --- /dev/null +++ b/static/img/sponsors/ctrl_alt_run-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/jetbrains-logo.svg b/static/img/sponsors/jetbrains-logo.svg new file mode 100644 index 0000000..9c36d40 --- /dev/null +++ b/static/img/sponsors/jetbrains-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/opswerks-logo.svg b/static/img/sponsors/opswerks-logo.svg new file mode 100644 index 0000000..d5210f9 --- /dev/null +++ b/static/img/sponsors/opswerks-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/pizzapy-logo.svg b/static/img/sponsors/pizzapy-logo.svg new file mode 100644 index 0000000..05f0581 --- /dev/null +++ b/static/img/sponsors/pizzapy-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/pycon-apac-logo.svg b/static/img/sponsors/pycon-apac-logo.svg new file mode 100644 index 0000000..8e6bc5a --- /dev/null +++ b/static/img/sponsors/pycon-apac-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/pyladies-manila-logo.svg b/static/img/sponsors/pyladies-manila-logo.svg new file mode 100644 index 0000000..d36875c --- /dev/null +++ b/static/img/sponsors/pyladies-manila-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/pytsada-logo.svg b/static/img/sponsors/pytsada-logo.svg new file mode 100644 index 0000000..c2a88c5 --- /dev/null +++ b/static/img/sponsors/pytsada-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/quantrics-logo.svg b/static/img/sponsors/quantrics-logo.svg new file mode 100644 index 0000000..d77eeb8 --- /dev/null +++ b/static/img/sponsors/quantrics-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/sponsors/salmon-logo.svg b/static/img/sponsors/salmon-logo.svg new file mode 100644 index 0000000..b6a5fb9 --- /dev/null +++ b/static/img/sponsors/salmon-logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/static/img/when-where-bg.jpg b/static/img/when-where-bg.jpg new file mode 100644 index 0000000..15b4435 Binary files /dev/null and b/static/img/when-where-bg.jpg differ