Skip to content

Commit 2c7f1d6

Browse files
Update current trustee roles (#2)
* Update current trustee roles * errant vowels * Add Vice Secretary role * Update Roles Chart height Increase the height of the roles chart to show the new roles so it displays without a scroll bar. (Vice Secretary and multiple vice-treasurers added) --------- Co-authored-by: David Beavan <[email protected]>
1 parent 29da38c commit 2c7f1d6

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,39 +118,48 @@
118118
['President', 'Alys Brett', founding, agm_2020],
119119
['President', 'Paul Richmond', agm_2020, agm_2021],
120120
['President', 'Matt Williams', agm_2021, agm_2024],
121+
['President', 'David Beavan', agm_2024, current],
121122

122123
['Vice-President', 'Christopher Woods', founding, new Date("2019-05-01")],
123124
['Vice-President', 'Paul Richmond', agm_2019, agm_2020],
124125
['Vice-President', 'Claire Wyatt', agm_2020, agm_2021],
125126
['Vice-President', 'Teri Forey', agm_2021, new Date("2022-02-21")],
126127
['Vice-President', 'Ian Cottam', new Date("2022-02-21"), agm_2022],
127-
['Vice-President', 'David Beavan', agm_2022, current],
128+
['Vice-President', 'David Beavan', agm_2022, agm_2024],
128129
['Vice-President', 'Evelina Gabasova', agm_2022, agm_2024],
130+
['Vice-President', 'Mike Simpson', agm_2024, current],
131+
['Vice-President', 'Fliss Guest', agm_2024, current],
129132

130133
['Treasurer', 'Simon Hettrick', founding, agm_2020],
131134
['Treasurer', 'Matt Williams', agm_2020, agm_2021],
132135
['Treasurer', 'Kirsty Pringle', agm_2021, agm_2022],
133136
['Treasurer', 'Fergus Cooper', agm_2022, agm_2023],
134137
['Treasurer', 'Robin Nandi', agm_2023, agm_2024],
138+
['Treasurer', "Martin O'Reilly", agm_2024, current],
135139

136140
['Vice-Treasurer', 'Matt Williams', agm_2019, agm_2020],
137141
['Vice-Treasurer', 'Kirsty Pringle', agm_2020, agm_2021],
138142
['Vice-Treasurer', 'Fergus Cooper', agm_2021, agm_2022],
139143
['Vice-Treasurer', 'Robin Nandi', agm_2022, agm_2023],
140-
['Vice-Treasurer', "Martin O'Reilly", agm_2023, current],
144+
['Vice-Treasurer', "Martin O'Reilly", agm_2023, agm_2024],
145+
['Vice-Treasurer', 'Godwin Yeboah', agm_2024, current],
146+
['Vice-Treasurer', 'Yo Yehudi', agm_2024, current],
141147

142148
['Secretary', 'Andrew Turner', founding, agm_2020],
143149
['Secretary', 'Teri Forey', agm_2020, agm_2021],
144150
['Secretary', 'Mark Turner (Durham)', agm_2021, agm_2022],
145151
['Secretary', 'Gillian Sinclair', agm_2022, current],
152+
153+
['Vice-Secretary', 'Fliss Guest', agm_2023, agm_2024],
154+
['Vice-Secretary', 'Stef Piatek', agm_2024, current],
146155
]);
147156

148157
var options = {
149158
timeline: {
150159
rowLabelStyle: { fontSize: 11 },
151160
barLabelStyle: { fontSize: 11 }
152161
},
153-
height: 270,
162+
height: 340,
154163
}
155164

156165
chart.draw(dataTable, options);

0 commit comments

Comments
 (0)