-
Notifications
You must be signed in to change notification settings - Fork 5
/
committees.html
51 lines (46 loc) · 1.87 KB
/
committees.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: page
title: Committees
body_class: committees
---
<h2 class="mb-3">Organising Committee</h2>
<div>
<div class="row">
<div class="col-sm text-center mb-3">
<img src="images/people/manthos-pitoulias.jpeg" alt="Manthos Pitoulias" width="225" class="border" >
<div class="text-muted small">Manthos Pitoulias</div>
</div>
<div class="col-sm text-center mb-3">
<img src="images/people/katharina-heil.webp" alt="Katharina Heil" width="225" class="border" >
<div class="text-muted small">Katharina Heil (Chair)</div>
</div>
<div class="col-sm text-center mb-3">
<img src="images/people/zuzana-clarke.jpeg" alt="Zuzana Clarke" width="225" class="border" >
<div class="text-muted small">Zuzana Clarke</div>
</div>
<div class="col-sm text-center mb-3">
<img src="images/people/martin-cook.jpeg" alt="Martin Cook" width="225" class="border" >
<div class="text-muted small">Martin Cook</div>
</div>
</div>
<div class="row">
<div class="col-sm text-center mb-3">
<img src="images/people/chloe-llewellyn.jpg" alt="Chloè Llewellyn" width="225" class="border" >
<div class="text-muted small">Chloè Llewellyn</div>
</div>
<div class="col-sm text-center mb-3">
<img src="images/people/david-lloyd.jpeg" alt="David Lloyd" width="225" class="border" >
<div class="text-muted small">David Lloyd</div>
</div>
<div class="col-sm text-center mb-3">
<img src="images/people/zippy-tseng.jpeg" alt="Zipy Zseng" width="225" class="border" >
<div class="text-muted small">Zippy Tseng</div>
</div>
<div class="col-sm text-center mb-3">
</div>
</div>
{% assign latest_committee = site.committee | last %}
<div class="table-wrapper">
{{latest_committee.content}}
</div>