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/templates/landing/our_team.html b/landing/templates/landing/our_team.html index 8e625ef..09ee789 100644 --- a/landing/templates/landing/our_team.html +++ b/landing/templates/landing/our_team.html @@ -94,6 +94,7 @@ > Core Volunteers +
{% for committee in committees %} -
-

- {{ committee.name }} -

-
    - {% for volunteer in commitee.volunteers.all %} -
  • {{ volunteer.display_name }}
  • - {% endfor %} -
-
+ {% if forloop.counter0|divisibleby:3 %} +
+
+ {% endif %} +
+

+ {{ committee.name }} +

+
    + {% for volunteer in committee.volunteers.all %} +
  • {{ volunteer }}
  • + {% endfor %} +
+
{% endfor %}
+ 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",