diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:36:22 +0100 |
|---|---|---|
| committer | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 18:36:22 +0100 |
| commit | d4252e277fab0ed33177ff648fcaf29ee0574dc5 (patch) | |
| tree | 0a43410d60237e7431ae033a76003006bc816783 /src/data | |
| parent | 85140152e0adcac6cf5d096a4a0f7cc28d81a490 (diff) | |
Adds Morton's bio
Diffstat (limited to 'src/data')
| -rw-r--r-- | src/data/committee.ts | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/src/data/committee.ts b/src/data/committee.ts index 1defd45..42ca81c 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -105,7 +105,21 @@ const committee: CommitteeMember[] = [ }, { name: 'Elaine Morton', - roles: [], + roles: [CommitteeRole.OrdinaryMember], + bio: { + sco: ` + Elaine is a past editor o Lallans an bides on the Commattee tae owersee + the Sangschaw competeition. Edinburgh is hame an she haes been wi the + Associe sin 1998. She wad be blithe o mair weemen on the Commattee, sae, + lasses, dinnae be blate tae come forrit! + `, + 'en-GB': ` + Elaine is a past editor of Lallans and remains on the Committee to oversee + the Sangschaw competition. Edinburgh is home and she has been with the + Society since 1998. She would be pleased to see more women on the + Committee, so, girls, don’t be shy to come forward! + `, + }, }, { name: 'Colin Robertson', |
