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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file added landing/static/landing/assets/img/people/aira.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion landing/templates/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ <h3 class="font-montserrat text-20 m-0">
</a>
</div>
</div>
<div class="md:mr-auto text-white">© 2022 PythonPH</div>
<div class="md:mr-auto text-white">© 2024 PythonPH</div>
</div>
</footer>

Expand Down
26 changes: 13 additions & 13 deletions landing/templates/landing/our_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -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="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Vanessa Bermudez</h5><h6 class='text-14 text-blue m-0'>Director of Meetup Programs</h6>"
src="{% static "landing/assets/img/people/vanie.jpg" %}"
title="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Zorex Salvo</h5><h6 class='text-14 text-blue m-0'>Director of Engineering</h6>"
src="{% static "landing/assets/img/people/zorex.jpg" %}"
data-aos="py-slide"
data-aos-delay="300"
data-aos-delay="500"
/>
</div>
</div>
Expand All @@ -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="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Ryan Ermita</h5><h6 class='text-14 text-blue m-0'>Director of Public Training</h6>"
src="{% static "landing/assets/img/people/ryan1x1.jpg" %}"
title="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Ciara Bautista</h5><h6 class='text-14 text-blue m-0'>Corporate Secretary</h6>"
src="{% static "landing/assets/img/people/ciara.jpg" %}"
data-aos="py-slide"
data-aos-delay="400"
data-aos-delay="500"
/>
</div>
</div>
Expand All @@ -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="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Zorex Salvo</h5><h6 class='text-14 text-blue m-0'>Director of Engineering</h6>"
src="{% static "landing/assets/img/people/zorex.jpg" %}"
title="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Freilla Mae Espinola</h5><h6 class='text-14 text-blue m-0'>Director of Outreach</h6>"
src="{% static "landing/assets/img/people/freilla.png" %}"
data-aos="py-slide"
data-aos-delay="500"
data-aos-delay="300"
/>
</div>
</div>
Expand All @@ -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="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Ciara Bautista</h5><h6 class='text-14 text-blue m-0'>Corporate Secretary</h6>"
src="{% static "landing/assets/img/people/ciara.jpg" %}"
title="<h5 class='text-16 text-blue font-semibold font-montserrat mb-6'>Aira Joan Alonzo</h5><h6 class='text-14 text-blue m-0'>Board Member</h6>"
src="{% static "landing/assets/img/people/aira.jpg" %}"
data-aos="py-slide"
data-aos-delay="500"
data-aos-delay="400"
/>
</div>
</div>
Expand Down Expand Up @@ -243,4 +243,4 @@
</div>
</div>
</div>
</div>
</div>