From 80ac940c0869c78be45a3aa6f204cd89137fe4a2 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sun, 27 Aug 2023 09:28:53 +0100 Subject: Adds Bleiman bio and photo --- public/images/commattee/david-bleiman.jpg | Bin 0 -> 1817527 bytes src/data/committee.ts | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 public/images/commattee/david-bleiman.jpg diff --git a/public/images/commattee/david-bleiman.jpg b/public/images/commattee/david-bleiman.jpg new file mode 100644 index 0000000..28b13cf Binary files /dev/null and b/public/images/commattee/david-bleiman.jpg differ diff --git a/src/data/committee.ts b/src/data/committee.ts index da936b8..038dd90 100644 --- a/src/data/committee.ts +++ b/src/data/committee.ts @@ -26,6 +26,25 @@ const committee: CommitteeMember[] = [ { name: 'David Bleiman', roles: [], + bio: { + sco: ` + David bides i Cramond on the Embro Riviera. He is a makar, an is the winner + o the 2020 Sangschaw Prize an 2023 McCash Prize fur poyums in Scots. He + sells buiks on + + poetrykilt.bigcartel.com + . + `, + 'en-GB': ` + David lives in Cramond on the Edinburgh Riviera. He is a poet, and is the + winner of the 2020 Sangschaw Prize and 2023 McCash Prize for poems in Scots. + He sells books on + + poetrykilt.bigcartel.com + . + `, + }, + imgSrc: '/images/commattee/david-bleiman.jpg', }, { name: 'Michael Everson', -- cgit v1.2.3