Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 560 Bytes

File metadata and controls

20 lines (17 loc) · 560 Bytes
title Meet the Team
layout page
permalink /meet-the-team
excerpt It takes a dedicated team to run a summer; meet them here!

{% for profile in site.data.profiles %}

{% picture thumb {{"/img/profiles/" | append: profile.image}} --img class="w-100 rounded-circle" %}

{{profile.name | append: " — " | append: profile.title}}

{{profile.bio}}

{% endfor %}