Skip to content

Latest commit

 

History

History
99 lines (88 loc) · 3.22 KB

File metadata and controls

99 lines (88 loc) · 3.22 KB

Workshop Organizers

Instructors

{% for who in site.instructors %}

{% if who.photo %} {% elsif who.github %} {% endif %}

{% if who.url %} {{ who.name }} {% else %} {{who.name}} {% endif %}

{% if who.div %}

{{ who.div }}

{% endif %} {% if who.org %}

{{ who.org }}

{% endif %}

{% if who.github %} {% endif %} {% if who.email %} {% endif %}

{% endfor %}

{% if site.helpers %}

Helpers

Helpers assist the instructor by answering questions and debugging technological issues that arise during the course.

{% for who in site.helpers %}

{% if who.photo %} {% elsif who.github %} {% endif %}

{% if who.url %} {{ who.name }} {% else %} {{who.name}} {% endif %}

{% if who.div %}

{{ who.div }}

{% endif %} {% if who.org %}

{{ who.org }}

{% endif %}

{% if who.github %} {% endif %} {% if who.email %} {% endif %}

{% endfor %} {% endif %}

{% if site.admin %}

Administrators

{% for who in site.admin %}

{% if who.photo %} {% elsif who.github %} {% endif %}

{% if who.url %} {{ who.name }} {% else %} {{who.name}} {% endif %}

{% if who.div %}

{{ who.div }}

{% endif %} {% if who.org %}

{{ who.org }}

{% endif %}

{% if who.github %} {% endif %} {% if who.email %} {% endif %}

{% endfor %} {% endif %}