diff --git a/LICENSE b/LICENSE index 1d2f9c3..99ab70d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 pythonph +Copyright (c) 2024 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/aira.jpg b/landing/static/landing/assets/img/people/aira.jpg new file mode 100644 index 0000000..92187e2 Binary files /dev/null and b/landing/static/landing/assets/img/people/aira.jpg differ diff --git a/landing/static/landing/assets/img/people/freilla.png b/landing/static/landing/assets/img/people/freilla.png new file mode 100644 index 0000000..cb7eff9 Binary files /dev/null and b/landing/static/landing/assets/img/people/freilla.png differ diff --git a/landing/templates/landing/index.html b/landing/templates/landing/index.html index ddaf6f6..0bccdd8 100644 --- a/landing/templates/landing/index.html +++ b/landing/templates/landing/index.html @@ -681,7 +681,7 @@

-
© 2022 PythonPH
+
© 2024 PythonPH
diff --git a/landing/templates/landing/our_team.html b/landing/templates/landing/our_team.html index 269a9a7..debb679 100644 --- a/landing/templates/landing/our_team.html +++ b/landing/templates/landing/our_team.html @@ -151,10 +151,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="

Vanessa Bermudez
Director of Meetup Programs
" - src="{% static "landing/assets/img/people/vanie.jpg" %}" + title="
Zorex Salvo
Director of Engineering
" + src="{% static "landing/assets/img/people/zorex.jpg" %}" data-aos="py-slide" - data-aos-delay="300" + 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="
Ryan Ermita
Director of Public Training
" - src="{% static "landing/assets/img/people/ryan1x1.jpg" %}" + title="
Ciara Bautista
Corporate Secretary
" + src="{% static "landing/assets/img/people/ciara.jpg" %}" data-aos="py-slide" - data-aos-delay="400" + data-aos-delay="500" /> @@ -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="
Zorex Salvo
Director of Engineering
" - src="{% static "landing/assets/img/people/zorex.jpg" %}" + title="
Freilla Mae Espinola
Director of Outreach
" + src="{% static "landing/assets/img/people/freilla.png" %}" data-aos="py-slide" - data-aos-delay="500" + data-aos-delay="300" /> @@ -196,10 +196,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="
Aira Joan Alonzo
Board Member
" + src="{% static "landing/assets/img/people/aira.jpg" %}" data-aos="py-slide" - data-aos-delay="500" + data-aos-delay="400" /> @@ -243,4 +243,4 @@ - \ No newline at end of file +