layout | title | description |
---|---|---|
default |
People |
Workshop folks |
{% assign mentors2021 = site.data.people | where:'role', 'mentor' | where:'year', '2021' | sort: "nick" %} {% assign participants2021 = site.data.people | where:'role', 'participant' | where:'year', '2021' | sort: "nick" %} {% assign friends2021 = site.data.people | where:'role', 'other' | where:'year', '2021' | sort: "nick" %}
{% assign mentors2020 = site.data.people | where:'role', 'mentor' | where:'year', '2020' | sort: "nick" %} {% assign participants2020 = site.data.people | where:'role', 'participant' | where:'year', '2020' | sort: "nick" %} {% assign friends2020 = site.data.people | where:'role', 'other' | where:'year', '2020' | sort: "nick" %}
{% assign shuffled_grouped = site.data.people | reverse | group_by:"github" | sample: 100 %}
![clouds]({{ site.baseurl }}/assets/gifcities-clouds.gif){:style="width:100%;"}
{% for person in participants2021 %}
{% include person.html %}
{% endfor %}
![twisting]({{ site.baseurl }}/assets/gifcities-twist.gif){:style="width:100%;"}
{% for person in mentors2021 %}
{% include person.html %}
{% endfor %}
![sheep]({{ site.baseurl }}/assets/gifcities-sheep.gif){:style="width:100%;"}
{% for person in friends2021 %}
{% include person.html %}
{% endfor %}
![clouds]({{ site.baseurl }}/assets/gifcities-clouds.gif){:style="width:100%;"}
{% for person in participants2020 %}
{% include person.html %}
{% endfor %}
![twisting]({{ site.baseurl }}/assets/gifcities-twist.gif){:style="width:100%;"}
{% for person in mentors2020 %}
{% include person.html %}
{% endfor %}
![sheep]({{ site.baseurl }}/assets/gifcities-sheep.gif){:style="width:100%;"}
{% for person in friends2020 %}
{% include person.html %}
{% endfor %}