Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.57 KB

File metadata and controls

48 lines (35 loc) · 1.57 KB
layout default
title People
permalink /people/

People

		{% for member in site.data.people_team %}
		  <tr>
		  	<td>{% if member.name %}{{ member.name }}{% endif %}</td>
		  	<td>{% if member.role %}{{ member.role }}{% endif %}</td>
		  	<td>{% if member.email %}<a href="mailto:{{ member.email }}">email</a>{% endif %}</td>
		  	<td>{% if member.github %}<a href="https://github.com/{{ member.github }}">github</a>{% endif %}</td>
		  	<td>{% if member.website %}<a href="{{ member.website }}">website</a>{% endif %}</td>
		  </tr>
		{% endfor %}
	</tbody>
</table>

Past Student Members
Taylor Baker, Julie Carlson, Alyse Delaney, Rae Egan, Teresa Ferguson, Rose Gold, Liwen Hu, Laura Indick, Drey Jonathan, Samie Konet, Dana Lachenmayer, Meghan Lyon, Mary Mann, Ellis Mikelić, Michelle Rothrock, Miranda Siler, Hannah Sistrunk, Eric Toole, Grace Volinsky
For past members of the Linked Jazz project, click here.