Skip to content

Commit

Permalink
Update current trustee roles (#2)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
mdsimpson42 and DavidBeavan authored Oct 16, 2024
1 parent 29da38c commit 2c7f1d6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,39 +118,48 @@
['President', 'Alys Brett', founding, agm_2020],
['President', 'Paul Richmond', agm_2020, agm_2021],
['President', 'Matt Williams', agm_2021, agm_2024],
['President', 'David Beavan', agm_2024, current],

['Vice-President', 'Christopher Woods', founding, new Date("2019-05-01")],
['Vice-President', 'Paul Richmond', agm_2019, agm_2020],
['Vice-President', 'Claire Wyatt', agm_2020, agm_2021],
['Vice-President', 'Teri Forey', agm_2021, new Date("2022-02-21")],
['Vice-President', 'Ian Cottam', new Date("2022-02-21"), agm_2022],
['Vice-President', 'David Beavan', agm_2022, current],
['Vice-President', 'David Beavan', agm_2022, agm_2024],
['Vice-President', 'Evelina Gabasova', agm_2022, agm_2024],
['Vice-President', 'Mike Simpson', agm_2024, current],
['Vice-President', 'Fliss Guest', agm_2024, current],

['Treasurer', 'Simon Hettrick', founding, agm_2020],
['Treasurer', 'Matt Williams', agm_2020, agm_2021],
['Treasurer', 'Kirsty Pringle', agm_2021, agm_2022],
['Treasurer', 'Fergus Cooper', agm_2022, agm_2023],
['Treasurer', 'Robin Nandi', agm_2023, agm_2024],
['Treasurer', "Martin O'Reilly", agm_2024, current],

['Vice-Treasurer', 'Matt Williams', agm_2019, agm_2020],
['Vice-Treasurer', 'Kirsty Pringle', agm_2020, agm_2021],
['Vice-Treasurer', 'Fergus Cooper', agm_2021, agm_2022],
['Vice-Treasurer', 'Robin Nandi', agm_2022, agm_2023],
['Vice-Treasurer', "Martin O'Reilly", agm_2023, current],
['Vice-Treasurer', "Martin O'Reilly", agm_2023, agm_2024],
['Vice-Treasurer', 'Godwin Yeboah', agm_2024, current],
['Vice-Treasurer', 'Yo Yehudi', agm_2024, current],

['Secretary', 'Andrew Turner', founding, agm_2020],
['Secretary', 'Teri Forey', agm_2020, agm_2021],
['Secretary', 'Mark Turner (Durham)', agm_2021, agm_2022],
['Secretary', 'Gillian Sinclair', agm_2022, current],

['Vice-Secretary', 'Fliss Guest', agm_2023, agm_2024],
['Vice-Secretary', 'Stef Piatek', agm_2024, current],
]);

var options = {
timeline: {
rowLabelStyle: { fontSize: 11 },
barLabelStyle: { fontSize: 11 }
},
height: 270,
height: 340,
}

chart.draw(dataTable, options);
Expand Down

0 comments on commit 2c7f1d6

Please sign in to comment.