diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-09-25 20:46:53 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-09-25 20:46:53 +0100 |
| commit | cc4b689eb88c25bdc7c620c18a2de989b00195ec (patch) | |
| tree | e883f8185a9a3f1d708d5a880224e17211b115bc | |
| parent | c357a2af03a8abf960941156414b990d50c48b76 (diff) | |
Adds Tony's committee profile
| -rw-r--r-- | public/images/commattee/tony-beekman.jpg | bin | 0 -> 106771 bytes | |||
| -rw-r--r-- | src/data/committee.ts | 19 |
2 files changed, 18 insertions, 1 deletions
diff --git a/public/images/commattee/tony-beekman.jpg b/public/images/commattee/tony-beekman.jpg Binary files differnew file mode 100644 index 0000000..b450b41 --- /dev/null +++ b/public/images/commattee/tony-beekman.jpg diff --git a/src/data/committee.ts b/src/data/committee.ts index c2f4824..135d933 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -38,7 +38,24 @@ const committee: CommitteeMember[] = [ }, { name: 'Tony Beekman', - roles: [], + roles: [CommitteeRole.Thesaurer], + bio: { + sco: ` + Tony pits in a shift in the day job as a Community Lairnin an + Development Warker for a central Scottish cooncil. He is also a trade + union shop steward. Tony is a lifelang lairner o philosophy an likes + tae reflect on it in the pub ower a pint or a dram. This helps him + scrieve cutty tales whit he is chuffed tae see in Lallans occasionally. + `, + 'en-GB': ` + By day, Tony puts in a shift as the Community Learning and Development + Worker for a central Scottish council. He is also a trade union shop + steward. Tony is a lifelong learner of philosophy and likes to reflect + on it in the pub over a pint or a dram. This helps him to write short + stories which he is chuffed to see in Lallans occasionally. + `, + }, + imgSrc: '/images/commattee/tony-beekman.jpg', }, { name: 'David Bleiman', |
