From d4252e277fab0ed33177ff648fcaf29ee0574dc5 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:36:22 +0100 Subject: Adds Morton's bio --- src/data/committee.ts | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'src/data/committee.ts') 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', -- cgit v1.2.3