-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmembers.html
75 lines (70 loc) · 2.26 KB
/
members.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
permalink: /members/
layout: default
title: Committee Team
---
<article>
<h1>Committee Team</h1>
<div class="flex-container medium-space">
<!--President Profile -->
<div class="card">
<h1>Zac Wilson</h1>
<p class="title">President</p>
<p>Student, Computer Science</p>
<p>[email protected]</p>
<div class="profile-interest">
<p><b>Interests</b></p>
<p>Amateur Astronomy, Piano, Electronics</p>
</div>
</div>
<!-- Vice President Profile -->
<div class="card">
<h1>Aidan Church</h1>
<p class="title">Vice President</p>
<p>Student, Computer Science</p>
<p>[email protected]</p>
<div class="profile-interest">
<p><b>Interests</b></p>
<p>Machine Learning, AI, Programming, Music, Badminton</p>
</div>
</div>
<!-- Tresurer Profile -->
<div class="card">
<h1>Karen Jury</h1>
<p class="title">Treasurer</p>
<p>Student, Mechanical Engineering</p>
<p>[email protected]</p>
<div class="profile-interest">
<p><b>Interests</b></p>
<p>Reading, Maths, Sustainable Engineering</p>
</div>
</div>
<!-- Secretary Profile -->
<div class="card">
<h1>Sagarikka Sivakumar</h1>
<p class="title">Secretary</p>
<p>Student, Data Science</p>
<p>[email protected]</p>
<div class="profile-interest">
<p><b>Interests</b></p>
<p>App Development, Drawing, Reading</p>
</div>
</div>
</div>
<article class="medium-space">
<div class="session-information-yellow medium-space">
<p>A special thanks to the former committee members for pouring their time, effort and dedication into the society:</p>
<h3>2019-2020</h3>
<ul>
<li><b>Mikael Rozee</b> (President)</li>
<li><b>Thomas Apter</b> (Vice-President)</li>
<!-- <li><b>Cerys Gill</b> (Head of Robotics)</li> -->
<li><b>Emily Maryon</b> (Secretary)</li>
<li><b>Sam Drage</b> (Treasurer)</li>
<!-- <li><b>Ali Moghnieh</b> (Webmaster)</li>
<li><b>Marian Jitaru</b> (Merchandise Manager)</li>
<li><b>Will Green</b> (Robotics Assistant)</li> -->
</ul>
</div>
</article>
</article>