diff options
| author | Joe Carstairs <65492573+Sycamost@users.noreply.github.com> | 2023-08-30 20:21:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-30 20:21:04 +0100 |
| commit | 73bbbe8307f9474e751236a44db2dcc6924c5035 (patch) | |
| tree | 9adcc915a13534d538fc5c0234218edce239c316 /src/data/committee.ts | |
| parent | b28215cdec85e3a28cc3c6284535f339cbfb08f4 (diff) | |
| parent | a33abaacb304af04814480749fe573712654d6f3 (diff) | |
Merge pull request #3 from Sycamost/dev
Dev
Diffstat (limited to 'src/data/committee.ts')
| -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', |
