summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoe Carstairs <65492573+joeacarstairs@users.noreply.github.com>2024-05-20 14:38:06 +0100
committerGitHub <noreply@github.com>2024-05-20 14:38:06 +0100
commit3cf3a409e21253536cdc7183a944b1ce0dd6a759 (patch)
tree246560cd60720b79c437bfe58581cd5c983b93fa /src
parent99f0189d1ba7b898f0fe08513f5adba9b2cdfb8b (diff)
parent99ee79834c77dec7eeda6e980f831cc304eba4f2 (diff)
Merge pull request #94 from joeacarstairs/staging
Collogue programme
Diffstat (limited to 'src')
-rw-r--r--src/components/Schedule.astro4
-rw-r--r--src/content/news/en-GB/2024-05-17-collogue-programme.mdx29
-rw-r--r--src/content/news/sco/2024-05-17-collogue-programme.mdx29
3 files changed, 60 insertions, 2 deletions
diff --git a/src/components/Schedule.astro b/src/components/Schedule.astro
index 6b7c405..e4d90db 100644
--- a/src/components/Schedule.astro
+++ b/src/components/Schedule.astro
@@ -10,8 +10,8 @@ const { entries } = Astro.props;
{
entries.map((entry) => (
<>
- <dt>{entry.time}</dt>
- <dd>{entry.description}</dd>
+ <dt set:html={entry.time} />
+ <dd set:html={entry.description} />
</>
))
}
diff --git a/src/content/news/en-GB/2024-05-17-collogue-programme.mdx b/src/content/news/en-GB/2024-05-17-collogue-programme.mdx
new file mode 100644
index 0000000..e6193fa
--- /dev/null
+++ b/src/content/news/en-GB/2024-05-17-collogue-programme.mdx
@@ -0,0 +1,29 @@
+---
+title: Collogue programme 8th June
+summary: >-
+ We have fixed the programme for our annual Collogue on the 8th of June. The
+ theme is ‘Scots in Education’.
+---
+import Schedule from '$components/Schedule.astro';
+
+We will be having our Annual Collogue on Saturday 8th June, 2024 in the Sandeman
+Room at the AK Bell Library, York Place, Perth. This year's theme is Scots in
+Education.
+
+The programme for the day will be as follows:
+
+<Schedule entries={[
+ { time: '9.30am', description: 'Reception & registration' },
+ { time: '10.00am', description: 'Welcome & introduction from Rab Wilson (President)' },
+ { time: '10.10am', description: 'Bruce Eunson, Scots Language Co-Ordinator, <i>The New OU Course in Scots fir teachers</i>' },
+ { time: '11.10am', description: 'Laura Green, Education Specialist at the Scots Language Centre, <i>Scots in the Early Year Curriculum</i>' },
+ { time: '12.10am', description: 'A selection of readings from the Sangschaw and presentation of prizes' },
+ { time: '13.00pm', description: 'Buffet lunch' },
+ { time: '14.10pm', description: 'Dr Jamie Fairbairn, Head of Humanities at Banff Academy, <i>Scots Scweel an Community</i>' },
+ { time: '15.10pm', description: 'Alan Riach, Professor of Scottish Literature at the University of Glasgow, <i>Scots in Tertiary Education</i>' },
+ { time: '16.10pm', description: 'Q&A and discussion' },
+ { time: '17.00pm', description: 'Close' },
+]} />
+
+We hope to see as many members there as can attend! If you're not already a
+member, you can buy a membership when you arrive.
diff --git a/src/content/news/sco/2024-05-17-collogue-programme.mdx b/src/content/news/sco/2024-05-17-collogue-programme.mdx
new file mode 100644
index 0000000..e3bd905
--- /dev/null
+++ b/src/content/news/sco/2024-05-17-collogue-programme.mdx
@@ -0,0 +1,29 @@
+---
+title: Collogue programme 8t June
+summary: >-
+ We hae set the programme for oor annual Collogue on the 8t o June. The theme
+ is ‘Scots in Education’.
+---
+import Schedule from '$components/Schedule.astro';
+
+We will be haein oor Annual Collogue on Saturday 8t June, 2024 in the Sandeman
+Room at the AK Bell Library, York Place, Perth. This year's theme is Scots in
+Education.
+
+The programme for the day will be as follaes:
+
+<Schedule entries={[
+ { time: '9.30am', description: 'Reception & registration' },
+ { time: '10.00am', description: 'Walcome & introduction frae Rab Wilson (Preses)' },
+ { time: '10.10am', description: 'Bruce Eunson, Scots Language Co-Ordinator, <i>The New OU Course in Scots fir teachers</i>' },
+ { time: '11.10am', description: 'Laura Green, Education Specialist at the Centre for the Scots Leid, <i>Scots in the Early Year Curriculum</i>' },
+ { time: '12.10am', description: 'A walin o readins frae the Sangschaw and presentation o prizes' },
+ { time: '13.00pm', description: 'Buffet lunch' },
+ { time: '14.10pm', description: 'Dr Jamie Fairbairn, Heid o Humanities at Banff Academy, <i>Scots Scweel an Community</i>' },
+ { time: '15.10pm', description: 'Alan Riach, Professor o Scottish Leitratur at the Universitie o Glesca, <i>Scots in Tertiary Education</i>' },
+ { time: '16.10pm', description: 'Q&A and discussion' },
+ { time: '17.00pm', description: 'Close' },
+]} />
+
+We howp tae see as mony members there as can mak it! Gin you're no a member,
+you can buy a membership whan you arrive.