Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 478 Bytes

people.md

File metadata and controls

23 lines (18 loc) · 478 Bytes
layout title description
page
About Us
A listing of all team members and mentor.

{: .fs-7 .fw-400 }

Mentor

{% assign instructors = site.people | where: 'role', 'Mentor' %} {% for people in instructors %} {{ people }} {% endfor %}

Students

{% assign students = site.people | where: 'role', 'Student' %}

{% for people in students %} {{ people }} {% endfor %}