diff --git a/LICENSE b/LICENSE
index 99ab70d..c798866 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2024 pythonph
+Copyright (c) 2025 pythonph
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/landing/static/landing/assets/img/people/alex.jpg b/landing/static/landing/assets/img/people/alex.jpg
new file mode 100644
index 0000000..5150bc7
Binary files /dev/null and b/landing/static/landing/assets/img/people/alex.jpg differ
diff --git a/landing/static/landing/assets/img/people/lalaine.jpg b/landing/static/landing/assets/img/people/lalaine.jpg
new file mode 100644
index 0000000..f516abd
Binary files /dev/null and b/landing/static/landing/assets/img/people/lalaine.jpg differ
diff --git a/landing/templates/landing/index.html b/landing/templates/landing/index.html
index a2313e8..2db8dcb 100644
--- a/landing/templates/landing/index.html
+++ b/landing/templates/landing/index.html
@@ -678,7 +678,7 @@
-
© 2024 PythonPH
+ © 2025 PythonPH
diff --git a/landing/templates/landing/our_team.html b/landing/templates/landing/our_team.html
index debb679..5370a6e 100644
--- a/landing/templates/landing/our_team.html
+++ b/landing/templates/landing/our_team.html
@@ -121,7 +121,7 @@
class="w-full h-full object-cover rounded-13 md:rounded-24 cursor-pointer max-w-144 max-h-144"
data-bs-toggle="tooltip"
data-bs-html="true"
- title="Angelica Lapastora
Director of Marketing
"
+ title="Angelica Lapastora
Director of Sponsorship
"
src="{% static "landing/assets/img/people/anj.jpg" %}"
data-aos="py-slide"
data-aos-delay="600"
@@ -136,10 +136,10 @@
class="w-full h-full object-cover rounded-13 md:rounded-24 cursor-pointer max-w-144 max-h-144"
data-bs-toggle="tooltip"
data-bs-html="true"
- title="Alysson Alvaran
Treasurer
"
- src="{% static "landing/assets/img/people/alysson.jpg" %}"
+ title="Zorex Salvo
Director of Engineering
"
+ src="{% static "landing/assets/img/people/zorex.jpg" %}"
data-aos="py-slide"
- data-aos-delay="700"
+ data-aos-delay="500"
/>
@@ -151,8 +151,8 @@
class="w-full h-full object-cover rounded-13 md:rounded-24 cursor-pointer max-w-144 max-h-144"
data-bs-toggle="tooltip"
data-bs-html="true"
- title="Zorex Salvo
Director of Engineering
"
- src="{% static "landing/assets/img/people/zorex.jpg" %}"
+ title="Ciara Bautista
Treasurer
"
+ src="{% static "landing/assets/img/people/ciara.jpg" %}"
data-aos="py-slide"
data-aos-delay="500"
/>
@@ -166,10 +166,10 @@
class="w-full h-full object-cover rounded-13 md:rounded-24 cursor-pointer max-w-144 max-h-144"
data-bs-toggle="tooltip"
data-bs-html="true"
- title="Ciara Bautista
Corporate Secretary
"
- src="{% static "landing/assets/img/people/ciara.jpg" %}"
+ title="Freilla Mae Espinola
Director of Diversity and Outreach
"
+ src="{% static "landing/assets/img/people/freilla.png" %}"
data-aos="py-slide"
- data-aos-delay="500"
+ data-aos-delay="300"
/>
@@ -181,10 +181,10 @@
class="w-full h-full object-cover rounded-13 md:rounded-24 cursor-pointer max-w-144 max-h-144"
data-bs-toggle="tooltip"
data-bs-html="true"
- title="Freilla Mae Espinola
Director of Outreach
"
- src="{% static "landing/assets/img/people/freilla.png" %}"
+ title="Aira Joan Alonzo
Board Member
"
+ src="{% static "landing/assets/img/people/aira.jpg" %}"
data-aos="py-slide"
- data-aos-delay="300"
+ data-aos-delay="400"
/>
@@ -196,8 +196,23 @@
class="w-full h-full object-cover rounded-13 md:rounded-24 cursor-pointer max-w-144 max-h-144"
data-bs-toggle="tooltip"
data-bs-html="true"
- title="Aira Joan Alonzo
Board Member
"
- src="{% static "landing/assets/img/people/aira.jpg" %}"
+ title="Lalaine Diok
Director of Marketing
"
+ src="{% static "landing/assets/img/people/lalaine.jpg" %}"
+ data-aos="py-slide"
+ data-aos-delay="400"
+ />
+
+
+
+
+

diff --git a/pythonph/settings.py b/pythonph/settings.py
index c52c269..b3c93b1 100644
--- a/pythonph/settings.py
+++ b/pythonph/settings.py
@@ -80,9 +80,6 @@
COMPRESS_ENABLED = True
COMPRESS_OFFLINE = not DEBUG
COMPRESS_OUTPUT_DIR = 'cache'
-COMPRESS_PRECOMPILERS = (
- ('text/x-scss', 'django_libsass.SassCompiler'),
-)
TASTYPIE_DEFAULT_FORMATS = ['json']
diff --git a/requirements.txt b/requirements.txt
index 2f5e8fb..ff16151 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,7 +7,6 @@ django-admin-sortable2==2.1.4
django-ckeditor==6.0.0
django-compressor==2.4
django-debug-toolbar==2.2
-django-libsass==0.8
django-markdownx==3.0.1
django-storages==1.6.5
django-taggit==1.2.0