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
---
public/images/commattee/george-t-watt.jpg | Bin 0 -> 178777 bytes
src/data/committee.ts | 15 +++++++++++++++
2 files changed, 15 insertions(+)
create mode 100644 public/images/commattee/george-t-watt.jpg
diff --git a/public/images/commattee/george-t-watt.jpg b/public/images/commattee/george-t-watt.jpg
new file mode 100644
index 0000000..c3c41c4
Binary files /dev/null and b/public/images/commattee/george-t-watt.jpg differ
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