From fb0a87fcd7479532df151a358d00a3e26a82039a Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Mon, 28 Aug 2023 16:52:21 +0100
Subject: Adds George T Watt commattee details
---
src/data/committee.ts | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to 'src/data/committee.ts')
diff --git a/src/data/committee.ts b/src/data/committee.ts
index 038dd90..614a11d 100644
--- a/src/data/committee.ts
+++ b/src/data/committee.ts
@@ -73,6 +73,21 @@ const committee: CommitteeMember[] = [
{
name: 'George T Watt',
roles: [CommitteeRole.MemmershipSecretar],
+ bio: {
+ sco: `
+ George T Watt is a writer in Scots poesie, cutty tales and airticles.
+ This cheil haes been published in mony anthologies an magazines as weel
+ as Lallans. He haes produced seiveral recordings fur
+ Scotsoun anaa.
+ `,
+ 'en-GB': `
+ George T Watt is a writer in Scots poetry, short stories and articles.
+ He has been published in many anthologies and magazines as well as
+ Lallans. He has also produced several recordings for
+ Scotsoun.
+ `,
+ },
+ imgSrc: '/images/commattee/george-t-watt.jpg',
},
{
name: 'Rab Wilson',
--
cgit v1.2.3
From 3807c89c02716e945f3f499c87de7482242ee90a Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Mon, 28 Aug 2023 16:53:12 +0100
Subject: Marks Bleiman as an Ordinary Member
---
src/data/committee.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/data/committee.ts')
diff --git a/src/data/committee.ts b/src/data/committee.ts
index 614a11d..e8e41a2 100644
--- a/src/data/committee.ts
+++ b/src/data/committee.ts
@@ -25,7 +25,7 @@ const committee: CommitteeMember[] = [
},
{
name: 'David Bleiman',
- roles: [],
+ roles: [CommitteeRole.OrdinaryMember],
bio: {
sco: `
David bides i Cramond on the Embro Riviera. He is a makar, an is the winner
--
cgit v1.2.3
From 708fba09fbec806e2dd93f006b16553719d19253 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Mon, 28 Aug 2023 16:55:41 +0100
Subject: Adds Wullie Hershaw bio
---
src/data/committee.ts | 48 ++++++++++++++++++++++++++++++++++++++++++++++--
1 file changed, 46 insertions(+), 2 deletions(-)
(limited to 'src/data/committee.ts')
diff --git a/src/data/committee.ts b/src/data/committee.ts
index e8e41a2..1009b40 100644
--- a/src/data/committee.ts
+++ b/src/data/committee.ts
@@ -51,8 +51,52 @@ const committee: CommitteeMember[] = [
roles: [],
},
{
- name: 'Wullie Hershaw',
- roles: [],
+ name: 'William Hershaw',
+ roles: [CommitteeRole.LallansEiditor],
+ bio: {
+ sco: `
+ William Hershaw is the praisent eiditor o Lallans. He is a weill-kent
+
+ poet
+ and
+
+ singer
+ . Brocht up as a native Scots speiker in a Fife
+ mining community he trowes that ‘the Scots leid is for aabody’ and
+ “gin ye tint your leid ye tint your sel’. Aa Scots leid has a feir in
+ Lallans. William can be contacted at
+
+ w.hershaw678@btinternet
+ .
+ `,
+ 'en-GB': `
+ William Hershaw is the current editor of Lallans. He is a well-known
+
+ poet
+ and
+
+ singer
+ . Brought up as a native Scots speaker in a Fife mining
+ community, he believes that ‘the Scots language is for everyone’ and
+ “if you lose your language you lose your self.’ All Scots language can
+ give it a shot in Lallans. William can be contacted at
+
+ w.hershaw678@btinternet
+ .
+ `,
+ },
},
{
name: 'Derrick McClure',
--
cgit v1.2.3
From e57d39ada5be5c020694fcadd5a3f19630393df6 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Mon, 28 Aug 2023 19:04:35 +0100
Subject: Adds william hershaw's photo
---
src/data/committee.ts | 1 +
1 file changed, 1 insertion(+)
(limited to 'src/data/committee.ts')
diff --git a/src/data/committee.ts b/src/data/committee.ts
index 1009b40..367794c 100644
--- a/src/data/committee.ts
+++ b/src/data/committee.ts
@@ -97,6 +97,7 @@ const committee: CommitteeMember[] = [
.
`,
},
+ imgSrc: '/images/committee/william-hershaw.jpg',
},
{
name: 'Derrick McClure',
--
cgit v1.2.3
From 85140152e0adcac6cf5d096a4a0f7cc28d81a490 Mon Sep 17 00:00:00 2001
From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com>
Date: Wed, 30 Aug 2023 18:10:32 +0100
Subject: Fixes Hershaw image src
---
src/data/committee.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'src/data/committee.ts')
diff --git a/src/data/committee.ts b/src/data/committee.ts
index 367794c..1defd45 100644
--- a/src/data/committee.ts
+++ b/src/data/committee.ts
@@ -97,7 +97,7 @@ const committee: CommitteeMember[] = [
.
`,
},
- imgSrc: '/images/committee/william-hershaw.jpg',
+ imgSrc: '/images/commattee/william-hershaw.jpg',
},
{
name: 'Derrick McClure',
--
cgit v1.2.3