diff --git a/landing/static/landing/assets/img/people/cyrus.jpg b/landing/static/landing/assets/img/people/cyrus.jpg new file mode 100644 index 0000000..9f0c6bb Binary files /dev/null and b/landing/static/landing/assets/img/people/cyrus.jpg differ diff --git a/landing/views.py b/landing/views.py index a60965c..914fed0 100644 --- a/landing/views.py +++ b/landing/views.py @@ -50,11 +50,6 @@ def index(request): "position": "Director of Community Relations", "image": "landing/assets/img/people/shuny.jpg", }, - { - "name": "Angelica Lapastora", - "position": "Director of Sponsorship", - "image": "landing/assets/img/people/anj.jpg", - }, { "name": "Zorex Salvo", "position": "Director of Engineering", @@ -65,16 +60,17 @@ def index(request): "position": "Treasurer", "image": "landing/assets/img/people/ciara.jpg", }, - { - "name": "Freilla Mae Espinola", - "position": "Director of Diversity and Outreach", - "image": "landing/assets/img/people/freilla.png", - }, { "name": "Rodney Lei Estrada", "position": "Board of Trustee and Corporate Secretary", "image": "landing/assets/img/people/rodney.jpg", }, + { + "name": "Cyrus Mante", + "position": "Board of Trustee", + "image": "landing/assets/img/people/cyrus.jpg", + }, + { "name": "Lalaine Diok", "position": "Director of Marketing",