diff options
| author | Joe Carstairs <me@joeac.net> | 2024-10-05 17:20:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-10-05 17:20:10 +0100 |
| commit | 86f31617fb3b2f7f8b42451451840a6cc8ee851c (patch) | |
| tree | 4cdb2d1ef4b16867af91ffd5b89676dbd7b31806 | |
| parent | 41bbbc349696dc72a1a672e0917c0ff1ab00835a (diff) | |
applies prettier
84 files changed, 547 insertions, 636 deletions
diff --git a/scss/base/_details.scss b/scss/base/_details.scss index 6d0b1d4..1b46189 100644 --- a/scss/base/_details.scss +++ b/scss/base/_details.scss @@ -1,4 +1,3 @@ details summary { cursor: pointer; } - diff --git a/scss/base/_dl.scss b/scss/base/_dl.scss index 95cc836..2efadf1 100644 --- a/scss/base/_dl.scss +++ b/scss/base/_dl.scss @@ -2,4 +2,4 @@ dt { font-weight: 700; text-decoration: underline; margin-top: 1rem; -}
\ No newline at end of file +} diff --git a/scss/base/_index.scss b/scss/base/_index.scss index 527b4c7..ba0d3f1 100644 --- a/scss/base/_index.scss +++ b/scss/base/_index.scss @@ -6,4 +6,3 @@ @use 'table'; @use 'theme'; @use 'typography'; - diff --git a/scss/base/_list.scss b/scss/base/_list.scss index 2fd402b..d85594e 100644 --- a/scss/base/_list.scss +++ b/scss/base/_list.scss @@ -1,4 +1,4 @@ ol li { list-style-type: decimal; margin-inline-start: --spacing-inline-md; -}
\ No newline at end of file +} diff --git a/scss/base/_paypal-product-buttons.scss b/scss/base/_paypal-product-buttons.scss index 7339ede..5b7afda 100644 --- a/scss/base/_paypal-product-buttons.scss +++ b/scss/base/_paypal-product-buttons.scss @@ -1,4 +1,3 @@ paypal-product-buttons div { margin-block-start: var(--spacing-block-md); } - diff --git a/scss/base/_table.scss b/scss/base/_table.scss index ca4f957..d35abf8 100644 --- a/scss/base/_table.scss +++ b/scss/base/_table.scss @@ -8,7 +8,8 @@ table { } } -thead, th { +thead, +th { border-block-end: var(--border-width) solid var(--text-color); } @@ -20,4 +21,3 @@ thead, th { border-inline-start: calc(var(--border-width) / 2) solid var(--text-color); } } - diff --git a/scss/base/_theme.scss b/scss/base/_theme.scss index c97c788..4f06041 100644 --- a/scss/base/_theme.scss +++ b/scss/base/_theme.scss @@ -1,11 +1,10 @@ :is( - :root, - .dark, - main, - article, - :is(main, article) > section:not(:is(section, header) :is(section, header)) -) { + :root, + .dark, + main, + article, + :is(main, article) > section:not(:is(section, header) :is(section, header)) + ) { color: var(--text-color); background-color: var(--background-color); } - diff --git a/scss/custom-properties/_colours.scss b/scss/custom-properties/_colours.scss index 138a724..c8f31b6 100644 --- a/scss/custom-properties/_colours.scss +++ b/scss/custom-properties/_colours.scss @@ -9,7 +9,8 @@ --special-text-highlight-color: #{colours.$secondary-90}; } -:root, .dark { +:root, +.dark { --text-color: #{colours.$primary-98}; --text-highlight-color: #{colours.$primary-10}; --background-color: #{colours.$primary-10}; @@ -18,6 +19,7 @@ --special-text-highlight-color: #{colours.$secondary-10}; } -:is(main, article) > section:nth-child(even):not(:is(section, header) :is(section, header)):not(.dark *) { - --background-color: #{colours.$primary-95}; +:is(main, article) + > section:nth-child(even):not(:is(section, header) :is(section, header)):not(.dark *) { + --background-color: #{colours.$primary-95}; } diff --git a/scss/custom-properties/_index.lg.scss b/scss/custom-properties/_index.lg.scss index 2a36586..ddccb66 100644 --- a/scss/custom-properties/_index.lg.scss +++ b/scss/custom-properties/_index.lg.scss @@ -1,3 +1,2 @@ @use 'spacing/lg' as *; @use 'typography/lg' as *; - diff --git a/scss/custom-properties/_index.md.scss b/scss/custom-properties/_index.md.scss index 2367952..722f8cf 100644 --- a/scss/custom-properties/_index.md.scss +++ b/scss/custom-properties/_index.md.scss @@ -1,3 +1,2 @@ @use 'spacing/md' as *; @use 'typography/md' as *; - diff --git a/scss/custom-properties/_index.sm.scss b/scss/custom-properties/_index.sm.scss index c1ddffe..d52e81d 100644 --- a/scss/custom-properties/_index.sm.scss +++ b/scss/custom-properties/_index.sm.scss @@ -1,3 +1,2 @@ @use 'spacing/sm' as *; @use 'typography/sm' as *; - diff --git a/scss/custom-properties/_index.xl.scss b/scss/custom-properties/_index.xl.scss index 14c55cf..2ef0612 100644 --- a/scss/custom-properties/_index.xl.scss +++ b/scss/custom-properties/_index.xl.scss @@ -1,3 +1,2 @@ @use 'spacing/xl' as *; @use 'typography/xl' as *; - diff --git a/scss/custom-properties/_index.xs.scss b/scss/custom-properties/_index.xs.scss index 32eb377..e2af99a 100644 --- a/scss/custom-properties/_index.xs.scss +++ b/scss/custom-properties/_index.xs.scss @@ -1,3 +1,2 @@ @use 'spacing/xs' as *; @use 'typography/xs' as *; - diff --git a/scss/custom-properties/_index.xxl.scss b/scss/custom-properties/_index.xxl.scss index 8555eee..1807220 100644 --- a/scss/custom-properties/_index.xxl.scss +++ b/scss/custom-properties/_index.xxl.scss @@ -1,3 +1,2 @@ @use 'spacing/xxl' as *; @use 'typography/xxl' as *; - diff --git a/scss/custom-properties/spacing/_initial.scss b/scss/custom-properties/spacing/_initial.scss index a38388f..d52515c 100644 --- a/scss/custom-properties/spacing/_initial.scss +++ b/scss/custom-properties/spacing/_initial.scss @@ -8,7 +8,7 @@ @include mixins.grid(); --width-prose: calc( - var(--grid-column-width) * var(--grid-prose-column-count) + - var(--grid-gutter-width) * (var(--grid-prose-column-count) - 1) + var(--grid-column-width) * var(--grid-prose-column-count) + var(--grid-gutter-width) * + (var(--grid-prose-column-count) - 1) ); } diff --git a/scss/custom-properties/spacing/_mixins.scss b/scss/custom-properties/spacing/_mixins.scss index 4e35ee7..3008b14 100644 --- a/scss/custom-properties/spacing/_mixins.scss +++ b/scss/custom-properties/spacing/_mixins.scss @@ -3,12 +3,36 @@ @use '../../values/spacing' as spacing-values; @mixin spacing($breakpoint: initial) { - --spacing-inline-lg: #{spacing-values.spacing($direction: inline, $size: lg, $breakpoint: $breakpoint)}; - --spacing-inline-md: #{spacing-values.spacing($direction: inline, $size: md, $breakpoint: $breakpoint)}; - --spacing-inline-sm: #{spacing-values.spacing($direction: inline, $size: sm, $breakpoint: $breakpoint)}; - --spacing-block-lg: #{spacing-values.spacing($direction: block, $size: lg, $breakpoint: $breakpoint)}; - --spacing-block-md: #{spacing-values.spacing($direction: block, $size: md, $breakpoint: $breakpoint)}; - --spacing-block-sm: #{spacing-values.spacing($direction: block, $size: sm, $breakpoint: $breakpoint)}; + --spacing-inline-lg: #{spacing-values.spacing( + $direction: inline, + $size: lg, + $breakpoint: $breakpoint + )}; + --spacing-inline-md: #{spacing-values.spacing( + $direction: inline, + $size: md, + $breakpoint: $breakpoint + )}; + --spacing-inline-sm: #{spacing-values.spacing( + $direction: inline, + $size: sm, + $breakpoint: $breakpoint + )}; + --spacing-block-lg: #{spacing-values.spacing( + $direction: block, + $size: lg, + $breakpoint: $breakpoint + )}; + --spacing-block-md: #{spacing-values.spacing( + $direction: block, + $size: md, + $breakpoint: $breakpoint + )}; + --spacing-block-sm: #{spacing-values.spacing( + $direction: block, + $size: sm, + $breakpoint: $breakpoint + )}; } @mixin grid($breakpoint: initial) { diff --git a/scss/custom-properties/typography/_initial.scss b/scss/custom-properties/typography/_initial.scss index c9d95da..a81fd2a 100644 --- a/scss/custom-properties/typography/_initial.scss +++ b/scss/custom-properties/typography/_initial.scss @@ -6,36 +6,10 @@ @include mixins.font-sizes(); --border-width: #{typography-values.border-width()}; - --font-serif: - Alegreya, - -apple-system-ui-serif, - Iowan Old Style, - Apple Garamond, - Baskerville, - Sitka, "Sitka Display", "Sitka Heading", "Sitka Text", - Times New Roman, - Droid Serif, - Times, - Source Serif Pro, - serif, - Apple Color Emoji, - Segoe UI Emoji, - Segoe UI Symbol; + --font-serif: Alegreya, -apple-system-ui-serif, Iowan Old Style, Apple Garamond, Baskerville, + Sitka, 'Sitka Display', 'Sitka Heading', 'Sitka Text', Times New Roman, Droid Serif, Times, + Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; - --font-sans-serif: - 'Alegreya Sans', - Lato, - -apple-system, - BlinkMacSystemFont, - avenir next, - avenir, - segoe ui, - helvetica neue, - helvetica, - Cantarell, - Ubuntu, - roboto, - noto, - arial, - sans-serif; + --font-sans-serif: 'Alegreya Sans', Lato, -apple-system, BlinkMacSystemFont, avenir next, avenir, + segoe ui, helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, sans-serif; } diff --git a/scss/custom-properties/typography/_lg.scss b/scss/custom-properties/typography/_lg.scss index 30a3019..ff1a645 100644 --- a/scss/custom-properties/typography/_lg.scss +++ b/scss/custom-properties/typography/_lg.scss @@ -6,4 +6,3 @@ @include mixins.font-sizes(lg); --border-width: #{typography-values.border-width(lg)}; } - diff --git a/scss/custom-properties/typography/_md.scss b/scss/custom-properties/typography/_md.scss index df49bdd..5b0752f 100644 --- a/scss/custom-properties/typography/_md.scss +++ b/scss/custom-properties/typography/_md.scss @@ -6,4 +6,3 @@ @include mixins.font-sizes(md); --border-width: #{typography-values.border-width(md)}; } - diff --git a/scss/custom-properties/typography/_mixins.scss b/scss/custom-properties/typography/_mixins.scss index a370356..a23b8f6 100644 --- a/scss/custom-properties/typography/_mixins.scss +++ b/scss/custom-properties/typography/_mixins.scss @@ -9,4 +9,3 @@ --font-size-5: #{typography-values.font-size('5', $breakpoint)}; --font-size-6: #{typography-values.font-size('6', $breakpoint)}; } - diff --git a/scss/custom-properties/typography/_sm.scss b/scss/custom-properties/typography/_sm.scss index e1c3585..7f70eb8 100644 --- a/scss/custom-properties/typography/_sm.scss +++ b/scss/custom-properties/typography/_sm.scss @@ -6,4 +6,3 @@ @include mixins.font-sizes(sm); --border-width: #{typography-values.border-width(sm)}; } - diff --git a/scss/custom-properties/typography/_xl.scss b/scss/custom-properties/typography/_xl.scss index 0ddba99..f378dac 100644 --- a/scss/custom-properties/typography/_xl.scss +++ b/scss/custom-properties/typography/_xl.scss @@ -6,4 +6,3 @@ @include mixins.font-sizes(xl); --border-width: #{typography-values.border-width(xl)}; } - diff --git a/scss/custom-properties/typography/_xs.scss b/scss/custom-properties/typography/_xs.scss index 44d8bbb..31ff2f1 100644 --- a/scss/custom-properties/typography/_xs.scss +++ b/scss/custom-properties/typography/_xs.scss @@ -6,4 +6,3 @@ @include mixins.font-sizes(xs); --border-width: #{typography-values.border-width(xs)}; } - diff --git a/scss/custom-properties/typography/_xxl.scss b/scss/custom-properties/typography/_xxl.scss index 1a777dc..59db477 100644 --- a/scss/custom-properties/typography/_xxl.scss +++ b/scss/custom-properties/typography/_xxl.scss @@ -6,4 +6,3 @@ @include mixins.font-sizes(xxl); --border-width: #{typography-values.border-width(xxl)}; } - diff --git a/scss/index.lg.scss b/scss/index.lg.scss index 622262f..05a4e52 100644 --- a/scss/index.lg.scss +++ b/scss/index.lg.scss @@ -1,3 +1,2 @@ @use 'modules/index.lg' as *; @use 'custom-properties/index.lg' as *; - diff --git a/scss/index.md.scss b/scss/index.md.scss index e7f1fbd..18434c2 100644 --- a/scss/index.md.scss +++ b/scss/index.md.scss @@ -1,4 +1,3 @@ @use 'layout/index.md' as *; @use 'modules/index.md' as *; @use 'custom-properties/index.md' as *; - diff --git a/scss/index.scss b/scss/index.scss index b8e2334..20cd6df 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -4,4 +4,3 @@ @use 'modules/index' as *; @use 'custom-properties/index' as *; @use 'utils' as *; - diff --git a/scss/index.sm.scss b/scss/index.sm.scss index 0ea47c9..d5f02d2 100644 --- a/scss/index.sm.scss +++ b/scss/index.sm.scss @@ -1,3 +1,2 @@ @use 'modules/index.sm' as *; @use 'custom-properties/index.sm' as *; - diff --git a/scss/index.xl.scss b/scss/index.xl.scss index e692c09..877995a 100644 --- a/scss/index.xl.scss +++ b/scss/index.xl.scss @@ -1,3 +1,2 @@ @use 'modules/index.xl' as *; @use 'custom-properties/index.xl' as *; - diff --git a/scss/index.xs.scss b/scss/index.xs.scss index 78bc9bf..1ec64a9 100644 --- a/scss/index.xs.scss +++ b/scss/index.xs.scss @@ -1,4 +1,3 @@ @use 'layout/index.xs' as *; @use 'modules/index.xs' as *; @use 'custom-properties/index.xs' as *; - diff --git a/scss/index.xxl.scss b/scss/index.xxl.scss index 67ec408..af36a5c 100644 --- a/scss/index.xxl.scss +++ b/scss/index.xxl.scss @@ -1,2 +1 @@ @use 'custom-properties/index.xxl' as *; - diff --git a/scss/layout/_grid.md.scss b/scss/layout/_grid.md.scss index f0c8478..0b83a0c 100644 --- a/scss/layout/_grid.md.scss +++ b/scss/layout/_grid.md.scss @@ -1,8 +1,8 @@ :is( - header, - footer, - nav, - :is(main, article) > section:not(:is(section, header) :is(section, header)) -) { + header, + footer, + nav, + :is(main, article) > section:not(:is(section, header) :is(section, header)) + ) { padding-inline: var(--grid-padding); -}
\ No newline at end of file +} diff --git a/scss/layout/_grid.scss b/scss/layout/_grid.scss index 25cdd95..2e2baf4 100644 --- a/scss/layout/_grid.scss +++ b/scss/layout/_grid.scss @@ -1,9 +1,9 @@ :is( - header, - footer, - nav, - :is(main, article) > section:not(:is(section, header) :is(section, header)) -):not(.section--full-width) { + header, + footer, + nav, + :is(main, article) > section:not(:is(section, header) :is(section, header)) + ):not(.section--full-width) { padding-inline: calc(var(--grid-padding) + 0.5 * (100vw - var(--grid-total-width))); } diff --git a/scss/layout/_grid.xs.scss b/scss/layout/_grid.xs.scss index e7c6d1a..dbd1c9f 100644 --- a/scss/layout/_grid.xs.scss +++ b/scss/layout/_grid.xs.scss @@ -8,48 +8,48 @@ .grid-span-1.grid-end { margin-inline-start: calc( - var(--grid-column-width) * (var(--grid-column-count) - 1) + - var(--grid-gutter-width) * (var(--grid-column-count) - 1) + var(--grid-column-width) * (var(--grid-column-count) - 1) + var(--grid-gutter-width) * + (var(--grid-column-count) - 1) ); margin-inline-end: 0; } .grid-span-2.grid-end { margin-inline-start: calc( - var(--grid-column-width) * (var(--grid-column-count) - 2) + - var(--grid-gutter-width) * (var(--grid-column-count) - 2) + var(--grid-column-width) * (var(--grid-column-count) - 2) + var(--grid-gutter-width) * + (var(--grid-column-count) - 2) ); margin-inline-end: 0; } .grid-span-3.grid-end { margin-inline-start: calc( - var(--grid-column-width) * (var(--grid-column-count) - 3) + - var(--grid-gutter-width) * (var(--grid-column-count) - 3) + var(--grid-column-width) * (var(--grid-column-count) - 3) + var(--grid-gutter-width) * + (var(--grid-column-count) - 3) ); margin-inline-end: 0; } .grid-span-1.grid-prose-end { margin-inline-start: calc( - var(--grid-column-width) * (var(--grid-prose-column-count) - 1) + - var(--grid-gutter-width) * (var(--grid-prose-column-count) - 1) + var(--grid-column-width) * (var(--grid-prose-column-count) - 1) + var(--grid-gutter-width) * + (var(--grid-prose-column-count) - 1) ); margin-inline-end: 0; } .grid-span-2.grid-prose-end { margin-inline-start: calc( - var(--grid-column-width) * (var(--grid-prose-column-count) - 2) + - var(--grid-gutter-width) * (var(--grid-prose-column-count) - 2) + var(--grid-column-width) * (var(--grid-prose-column-count) - 2) + var(--grid-gutter-width) * + (var(--grid-prose-column-count) - 2) ); margin-inline-end: 0; } .grid-span-3.grid-prose-end { margin-inline-start: calc( - var(--grid-column-width) * (var(--grid-prose-column-count) - 3) + - var(--grid-gutter-width) * (var(--grid-prose-column-count) - 3) + var(--grid-column-width) * (var(--grid-prose-column-count) - 3) + var(--grid-gutter-width) * + (var(--grid-prose-column-count) - 3) ); margin-inline-end: 0; -}
\ No newline at end of file +} diff --git a/scss/layout/_index.md.scss b/scss/layout/_index.md.scss index c3bd183..f2a0301 100644 --- a/scss/layout/_index.md.scss +++ b/scss/layout/_index.md.scss @@ -1,2 +1 @@ @use 'grid.md'; - diff --git a/scss/layout/_index.scss b/scss/layout/_index.scss index 776613a..0d4371a 100644 --- a/scss/layout/_index.scss +++ b/scss/layout/_index.scss @@ -1,3 +1,2 @@ @use 'grid'; @use 'section-margins'; - diff --git a/scss/layout/_index.xs.scss b/scss/layout/_index.xs.scss index 6e239b4..97fbf3b 100644 --- a/scss/layout/_index.xs.scss +++ b/scss/layout/_index.xs.scss @@ -1,2 +1 @@ @use 'grid.xs'; - diff --git a/scss/modules/_btn.scss b/scss/modules/_btn.scss index 6b5e543..29b3264 100644 --- a/scss/modules/_btn.scss +++ b/scss/modules/_btn.scss @@ -37,4 +37,3 @@ a.btn { color: var(--text-color); text-decoration: none; } - diff --git a/scss/modules/_committee.md.scss b/scss/modules/_committee.md.scss index 83ca252..adaf389 100644 --- a/scss/modules/_committee.md.scss +++ b/scss/modules/_committee.md.scss @@ -13,4 +13,4 @@ .committee__member__text { grid-column: 3 / calc(3 + var(--grid-prose-column-count) - 2); -}
\ No newline at end of file +} diff --git a/scss/modules/_committee.scss b/scss/modules/_committee.scss index f6528a3..efbce3a 100644 --- a/scss/modules/_committee.scss +++ b/scss/modules/_committee.scss @@ -7,14 +7,15 @@ border-top-width: var(--border-width); border-top-style: solid; border-image: linear-gradient( - to right, - transparent 0%, - transparent 19.1%, - var(--text-color) 19.1%, - var(--text-color) 80.9%, - transparent 80.9%, - transparent 100% - ) 1; + to right, + transparent 0%, + transparent 19.1%, + var(--text-color) 19.1%, + var(--text-color) 80.9%, + transparent 80.9%, + transparent 100% + ) + 1; margin-block-start: var(--spacing-block-md); padding-block-start: var(--spacing-block-md); } @@ -34,4 +35,3 @@ display: block; font-weight: lighter; } - diff --git a/scss/modules/_committee.sm.scss b/scss/modules/_committee.sm.scss index a2b2216..2010c04 100644 --- a/scss/modules/_committee.sm.scss +++ b/scss/modules/_committee.sm.scss @@ -2,4 +2,3 @@ text-align: start; margin: 0; } - diff --git a/scss/modules/_committee.xl.scss b/scss/modules/_committee.xl.scss index 94d8429..89fed1f 100644 --- a/scss/modules/_committee.xl.scss +++ b/scss/modules/_committee.xl.scss @@ -12,4 +12,4 @@ .committee__member__text { grid-column: 3 / min(11, calc(var(--grid-column-count) + 1)); -}
\ No newline at end of file +} diff --git a/scss/modules/_committee.xs.scss b/scss/modules/_committee.xs.scss index 5681bc7..c085360 100644 --- a/scss/modules/_committee.xs.scss +++ b/scss/modules/_committee.xs.scss @@ -2,4 +2,3 @@ margin-inline: calc(var(--grid-column-width) + var(--grid-gutter-width)); width: calc(var(--grid-gutter-width) + 2 * var(--grid-column-width)); } - diff --git a/scss/modules/_footer.xs.scss b/scss/modules/_footer.xs.scss index 67cab7f..f51d57c 100644 --- a/scss/modules/_footer.xs.scss +++ b/scss/modules/_footer.xs.scss @@ -4,4 +4,3 @@ footer { gap: var(--grid-gutter-width); align-items: end; } - diff --git a/scss/modules/_index.lg.scss b/scss/modules/_index.lg.scss index 56a6dd8..8bdb4f3 100644 --- a/scss/modules/_index.lg.scss +++ b/scss/modules/_index.lg.scss @@ -1,2 +1 @@ @use 'nav.lg' as *; - diff --git a/scss/modules/_index.md.scss b/scss/modules/_index.md.scss index b426b71..4687331 100644 --- a/scss/modules/_index.md.scss +++ b/scss/modules/_index.md.scss @@ -1,4 +1,3 @@ @use 'committee.md' as *; @use 'nav.md' as *; @use 'schedule.md' as *; - diff --git a/scss/modules/_index.scss b/scss/modules/_index.scss index 822295f..67adcc5 100644 --- a/scss/modules/_index.scss +++ b/scss/modules/_index.scss @@ -9,4 +9,3 @@ @use 'product' as *; @use 'schedule' as *; @use 'skip-to-content' as *; - diff --git a/scss/modules/_index.sm.scss b/scss/modules/_index.sm.scss index ab51eb2..0a318c4 100644 --- a/scss/modules/_index.sm.scss +++ b/scss/modules/_index.sm.scss @@ -1,4 +1,3 @@ @use 'committee.sm' as *; @use 'link-gallery.sm' as *; @use 'nav.sm' as *; - diff --git a/scss/modules/_index.xl.scss b/scss/modules/_index.xl.scss index 17e1d8c..89860ac 100644 --- a/scss/modules/_index.xl.scss +++ b/scss/modules/_index.xl.scss @@ -1,2 +1 @@ @use 'committee.xl' as *; - diff --git a/scss/modules/_index.xs.scss b/scss/modules/_index.xs.scss index ef77c6d..c2bb97e 100644 --- a/scss/modules/_index.xs.scss +++ b/scss/modules/_index.xs.scss @@ -2,4 +2,3 @@ @use 'footer.xs' as *; @use 'link-gallery.xs' as *; @use 'nav.xs' as *; - diff --git a/scss/modules/_link-gallery.scss b/scss/modules/_link-gallery.scss index 0f0c187..b2676bb 100644 --- a/scss/modules/_link-gallery.scss +++ b/scss/modules/_link-gallery.scss @@ -69,4 +69,3 @@ margin-inline-start: 1em; } } - diff --git a/scss/modules/_link-gallery.sm.scss b/scss/modules/_link-gallery.sm.scss index 723dffc..04d5a3c 100644 --- a/scss/modules/_link-gallery.sm.scss +++ b/scss/modules/_link-gallery.sm.scss @@ -1,4 +1,3 @@ .link-gallery { --gallery-item-column-span: 3; } - diff --git a/scss/modules/_link-gallery.xs.scss b/scss/modules/_link-gallery.xs.scss index a8f48ac..cbaf301 100644 --- a/scss/modules/_link-gallery.xs.scss +++ b/scss/modules/_link-gallery.xs.scss @@ -4,9 +4,7 @@ &:not(.link-gallery--splash-first) { grid-auto-rows: calc( - var(--gallery-row-image-height) + - var(--spacing-block-sm) + - var(--gallery-row-title-height) + var(--gallery-row-image-height) + var(--spacing-block-sm) + var(--gallery-row-title-height) ); .link-gallery__title { @@ -43,4 +41,3 @@ text-align: start; } } - diff --git a/scss/modules/_link.scss b/scss/modules/_link.scss index 2f827c4..c4b62e4 100644 --- a/scss/modules/_link.scss +++ b/scss/modules/_link.scss @@ -1,4 +1,5 @@ -a, .link { +a, +.link { color: var(--special-text-color); text-decoration-line: underline; text-decoration-color: var(--special-text-color); @@ -24,4 +25,3 @@ a, .link { border-color: var(--special-text-color); } } - diff --git a/scss/modules/_nav.md.scss b/scss/modules/_nav.md.scss index 7f0f784..4b09cf7 100644 --- a/scss/modules/_nav.md.scss +++ b/scss/modules/_nav.md.scss @@ -23,4 +23,3 @@ .nav__switch-language-link { margin-inline-end: calc(var(--grid-column-width) + var(--grid-gutter-width)); } - diff --git a/scss/modules/_nav.sm.scss b/scss/modules/_nav.sm.scss index 688f947..226df3b 100644 --- a/scss/modules/_nav.sm.scss +++ b/scss/modules/_nav.sm.scss @@ -35,4 +35,3 @@ grid-column: 3 / 5; } } - diff --git a/scss/modules/_payment-methods-list.scss b/scss/modules/_payment-methods-list.scss index a59831a..80fb257 100644 --- a/scss/modules/_payment-methods-list.scss +++ b/scss/modules/_payment-methods-list.scss @@ -5,4 +5,3 @@ margin-block-end: var(--spacing-block-sm); } } - diff --git a/scss/modules/_skip-to-content.scss b/scss/modules/_skip-to-content.scss index 0a5f365..e407190 100644 --- a/scss/modules/_skip-to-content.scss +++ b/scss/modules/_skip-to-content.scss @@ -3,7 +3,9 @@ left: var(--grid-padding); top: -10rem; opacity: 0; - transition: top 300ms, opacity 300ms; + transition: + top 300ms, + opacity 300ms; } .skip-to-content:is(:focus, :focus-visible, :focus-within) { diff --git a/scss/normalize.scss b/scss/normalize.scss index 0f7e02f..1dc8524 100644 --- a/scss/normalize.scss +++ b/scss/normalize.scss @@ -52,7 +52,10 @@ hr { * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ -code, kbd, pre, samp { +code, +kbd, +pre, +samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } @@ -109,12 +112,7 @@ sup { text-transform: none; /* For buttons (Firefox, Edge) and selects (Firefox) */ } -:is( - button, - [type='button'], - [type='reset'], - [type='submit'] -) { +:is(button, [type='button'], [type='reset'], [type='submit']) { @include form-control-reset; text-transform: none; @@ -154,4 +152,3 @@ details { summary { display: list-item; } - diff --git a/scss/utils.scss b/scss/utils.scss index 7cd2a58..b595802 100644 --- a/scss/utils.scss +++ b/scss/utils.scss @@ -2,6 +2,7 @@ font-style: italic; } -li.list-style-none, .list-style-none li { +li.list-style-none, +.list-style-none li { list-style-type: none; } diff --git a/scss/values/_colours.scss b/scss/values/_colours.scss index 40db6e8..79d1da4 100644 --- a/scss/values/_colours.scss +++ b/scss/values/_colours.scss @@ -31,4 +31,3 @@ $secondary-95: #b2fff6; $secondary-98: #e4fffb; $secondary-99: #f2fffc; $secondary-100: #ffffff; - diff --git a/scss/values/spacing/_constants.scss b/scss/values/spacing/_constants.scss index c89fdc8..3663bf3 100644 --- a/scss/values/spacing/_constants.scss +++ b/scss/values/spacing/_constants.scss @@ -8,7 +8,7 @@ $grid-padding-er: ( 'md': 16, 'sm': 12, 'xs': 4, - 'initial': 1 + 'initial': 1, ); $grid-column-count: ( @@ -18,7 +18,7 @@ $grid-column-count: ( 'md': 8, 'sm': 8, 'xs': 4, - 'initial': 1 + 'initial': 1, ); $grid-prose-column-count: ( @@ -28,7 +28,7 @@ $grid-prose-column-count: ( 'md': 8, 'sm': 8, 'xs': 4, - 'initial': 1 + 'initial': 1, ); $grid-padding-er: ( @@ -38,12 +38,20 @@ $grid-padding-er: ( 'md': 16, 'sm': 12, 'xs': 4, - 'initial': 1 + 'initial': 1, ); $spacing-factor: ( - 'inline': (lg: 12, md: 6, sm: 3), - 'block': (lg: 16, md: 10, sm: 5) + 'inline': ( + lg: 12, + md: 6, + sm: 3, + ), + 'block': ( + lg: 16, + md: 10, + sm: 5, + ), ); $grid-min-total-width-absolute: ( @@ -53,6 +61,5 @@ $grid-min-total-width-absolute: ( 'md': 48rem, 'sm': 30rem, 'xs': 100vw, - 'initial': 100vw + 'initial': 100vw, ); - diff --git a/scss/values/spacing/_grid.scss b/scss/values/spacing/_grid.scss index 50d11c9..e448363 100644 --- a/scss/values/spacing/_grid.scss +++ b/scss/values/spacing/_grid.scss @@ -54,10 +54,6 @@ * module you'd end up with a circular dependency. */ @function er-to-absolute($length-er, $breakpoint: initial) { - $absolute-per-er: calc( - total-width-absolute($breakpoint) - / total-width-er($breakpoint) - ); + $absolute-per-er: calc(total-width-absolute($breakpoint) / total-width-er($breakpoint)); @return calc($length-er * $absolute-per-er); } - diff --git a/scss/values/spacing/_index.scss b/scss/values/spacing/_index.scss index 8f8a454..1d65bb5 100644 --- a/scss/values/spacing/_index.scss +++ b/scss/values/spacing/_index.scss @@ -21,4 +21,3 @@ @forward 'grid' as grid-* hide er-to-absolute; @forward 'grid' show er-to-absolute; @forward 'spacing'; - diff --git a/scss/values/spacing/_spacing.scss b/scss/values/spacing/_spacing.scss index 4fd94e8..ac0d79e 100644 --- a/scss/values/spacing/_spacing.scss +++ b/scss/values/spacing/_spacing.scss @@ -9,24 +9,18 @@ * - direction: inline, block */ @function spacing($direction, $size, $breakpoint: initial) { - $factor: map.get( - map.get(constants.$spacing-factor, $direction), - $size - ); + $factor: map.get(map.get(constants.$spacing-factor, $direction), $size); @if list.index([xxl xl lg md sm], ($breakpoint)) { @return grid.er-to-absolute($factor, $breakpoint); - } - @else if $breakpoint == xs { + } @else if $breakpoint == xs { @return clamp( spacing($direction, $size, initial), grid.er-to-absolute($factor, xs), spacing($direction, $size, sm) ); - } - @else if $breakpoint == initial { + } @else if $breakpoint == initial { @return calc($factor * 0.0625rem); } @error "Invalid breakpoint: #{$breakpoint}"; } - diff --git a/scss/values/typography/_constants.scss b/scss/values/typography/_constants.scss index 4ea0117..4921059 100644 --- a/scss/values/typography/_constants.scss +++ b/scss/values/typography/_constants.scss @@ -15,6 +15,5 @@ $font-size-factor: ( '3': 2, '4': 2.5, '5': 3, - '6': 3.5 + '6': 3.5, ); - diff --git a/scss/values/typography/_index.scss b/scss/values/typography/_index.scss index 3aa4384..cacadcf 100644 --- a/scss/values/typography/_index.scss +++ b/scss/values/typography/_index.scss @@ -4,15 +4,11 @@ @function font-size($font-size-grade, $breakpoint: initial) { @return calc( - map.get(constants.$base-font-size, $breakpoint) - * map.get(constants.$font-size-factor, $font-size-grade) + map.get(constants.$base-font-size, $breakpoint) * + map.get(constants.$font-size-factor, $font-size-grade) ); } @function border-width($breakpoint: initial) { - @return calc( - map.get(constants.$base-font-size, $breakpoint) - / 8 - ); + @return calc(map.get(constants.$base-font-size, $breakpoint) / 8); } - diff --git a/src/content/news/en-GB/2023-03-17-eiks-30.mdx b/src/content/news/en-GB/2023-03-17-eiks-30.mdx index 20c280f..ad51bee 100644 --- a/src/content/news/en-GB/2023-03-17-eiks-30.mdx +++ b/src/content/news/en-GB/2023-03-17-eiks-30.mdx @@ -1,17 +1,17 @@ --- title: Eiks an Ens 30 summary: >- - Included in this issue of Eiks an Ens are details of our next - Conference in Perth and of our anthologies, which are having - very positive reviews and are well worth the money. + Included in this issue of Eiks an Ens are details of our next Conference in Perth and of our + anthologies, which are having very positive reviews and are well worth the money. --- + import Schedule from '$components/Schedule.astro'; ## Annual Conference -The Annual Conference of the Scots Language Society will be held on Saturday the -3<sup>rd</sup> in the Sandeman Room, AK Bell Library, York Place, Perth, PH2 -8EP. This year’s theme will be _The Art of Flyting in Scottish Literature_. +The Annual Conference of the Scots Language Society will be held on Saturday the 3<sup>rd</sup> in +the Sandeman Room, AK Bell Library, York Place, Perth, PH2 8EP. This year’s theme will be _The Art +of Flyting in Scottish Literature_. <Schedule entries={[ @@ -29,8 +29,7 @@ The Annual Conference of the Scots Language Society will be held on Saturday the /> The cost of attending the Collogue is £20. Contact George Watt on -[lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) -or Elaine Morton on +[lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) or Elaine Morton on [failte@go-plus.net](mailto:failte@go-plus.net). ## Sangschaw 2023 Winners @@ -89,8 +88,7 @@ _Roond Stane_ by Finola Scott #### Jynt Rinner-up -_The Black Loch_ by Robert Duncan -_Aliens_ by James Sinclair +_The Black Loch_ by Robert Duncan _Aliens_ by James Sinclair #### Ruisit @@ -120,51 +118,39 @@ _Leid in ma Heid_ by Alan Millar ## Wittins: Sangschaw, Lallans 102-103 -Our own Lord Braxfield, Judge of the Sangschaw, will deliver his summary of -this year’s happenings in Lallans 102. The word on the street is that the -cranky old grump was pretty impressed by what was put before him. So keep at -it, Scots writers - it vexes him no end to see the Scots language being put to -such good effect! It’s not too early to start working on your masterpiece for -next year. The winner of the poetry class is printed below, but the editor will -endeavour to include as many entries as possible in the forthcoming Lallans -102/103. The summer number in particular will have an extraordinary and broad -showing of further Scots writing, including an interview with Scots Radio -broadcaster Frieda Morrison; Fred Freeman’s epic on Burns, Hamish Henderson -and song; the final instalment of Sam Burns’ Deacon Broadie play and an -abundance of thought-provoking poetry, stories, reviews and news concerning -all the other ventures in the ever-expanding world of the Scots language. +Our own Lord Braxfield, Judge of the Sangschaw, will deliver his summary of this year’s happenings +in Lallans 102. The word on the street is that the cranky old grump was pretty impressed by what was +put before him. So keep at it, Scots writers - it vexes him no end to see the Scots language being +put to such good effect! It’s not too early to start working on your masterpiece for next year. The +winner of the poetry class is printed below, but the editor will endeavour to include as many +entries as possible in the forthcoming Lallans 102/103. The summer number in particular will have an +extraordinary and broad showing of further Scots writing, including an interview with Scots Radio +broadcaster Frieda Morrison; Fred Freeman’s epic on Burns, Hamish Henderson and song; the final +instalment of Sam Burns’ Deacon Broadie play and an abundance of thought-provoking poetry, stories, +reviews and news concerning all the other ventures in the ever-expanding world of the Scots +language. ## _The Galloway Hoard, Kirkcudbright Museum_ by Finola Scott _Winner of the Hugh MacDiarmid Cup for Poetry, Sangschaw 2023_ -Aw muscle and glaur, he’s preenin<br /> -An muckle boastin. Yi’d think<br /> -He wis the first. In he struts<br /> -Aw Cock o the walk,<br /> -King o Faithers, comb throbbin.<br /> +Aw muscle and glaur, he’s preenin<br /> An muckle boastin. Yi’d think<br /> He wis the first. In he +struts<br /> Aw Cock o the walk,<br /> King o Faithers, comb throbbin.<br /> -Aye unnerfit, he wants tae feel<br /> -Ma flutters, tae cup the load I coorie.<br /> -He brags aboot the hero it’ll be.<br /> -Weel mibbe, but fir noo it’s jist<br /> -A wee will o the wisp, ma treisur.<br /> +Aye unnerfit, he wants tae feel<br /> Ma flutters, tae cup the load I coorie.<br /> He brags aboot +the hero it’ll be.<br /> Weel mibbe, but fir noo it’s jist<br /> A wee will o the wisp, ma +treisur.<br /> -I shouldnae compleen, sure he broucht<br /> -thon gift - a wee baa. Its hollow jinglet<br /> -when I joogelt it. I thocht it a toy<br /> -fir the bairn. But naw, seems it’s tae ease<br /> -an bless the birthin. Whit a man.<br /> +I shouldnae compleen, sure he broucht<br /> thon gift - a wee baa. Its hollow jinglet<br /> when I +joogelt it. I thocht it a toy<br /> fir the bairn. But naw, seems it’s tae ease<br /> an bless the +birthin. Whit a man.<br /> ## Anthologies -The Scots Language Society is a registered charity run by volunteers. By being -a member of the Society, you are already giving the Scots language a boost. -You can help us further by purchasing one or both of our first-rate -50th-anniversary anthologies: contact our membership Secretary, George T Watt -at [lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) -or Willie Hershaw at -[w.hershaw678@btinternet.com](mailto:w.hershaw678@btinternet.com). -Every book costs £12.99 including postage. Overseas orders incur an additional -£5 for postage. Included is a selection of the best Scots poetry and prose -from across 50 years and hundred issues of Lallans. +The Scots Language Society is a registered charity run by volunteers. By being a member of the +Society, you are already giving the Scots language a boost. You can help us further by purchasing +one or both of our first-rate 50th-anniversary anthologies: contact our membership Secretary, George +T Watt at [lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) or Willie Hershaw at +[w.hershaw678@btinternet.com](mailto:w.hershaw678@btinternet.com). Every book costs £12.99 including +postage. Overseas orders incur an additional £5 for postage. Included is a selection of the best +Scots poetry and prose from across 50 years and hundred issues of Lallans. diff --git a/src/content/news/en-GB/2023-12-10-eiks-31.mdx b/src/content/news/en-GB/2023-12-10-eiks-31.mdx index 39075bf..20f62c2 100644 --- a/src/content/news/en-GB/2023-12-10-eiks-31.mdx +++ b/src/content/news/en-GB/2023-12-10-eiks-31.mdx @@ -1,119 +1,99 @@ --- title: Eiks an Ens 31 summary: >- - The 2024 Sangschaw is open for submissions! Not only that, learn about a new - Scots-language audio guide at Linlithgow Palace and an upcoming album release - from our very own Wullie Hershaw. + The 2024 Sangschaw is open for submissions! Not only that, learn about a new Scots-language audio + guide at Linlithgow Palace and an upcoming album release from our very own Wullie Hershaw. --- ## Sangschaw open for submissions! -Our annual writing competition, the _Sangschaw_, is open for submissions until -the 31st of January! As ever, we will provide feedback for every entry -regardless of whether or not you win an award. It’s unusual for competitions -like us to provide feedback on entries, but we think it’s important to help -writers develop. We have three prizes: +Our annual writing competition, the _Sangschaw_, is open for submissions until the 31st of January! +As ever, we will provide feedback for every entry regardless of whether or not you win an award. +It’s unusual for competitions like us to provide feedback on entries, but we think it’s important to +help writers develop. We have three prizes: -- The **Robert McLellan Prize for Scots Prose**: up to 3000 words of original - Scots prose. -- The **John MacPhail Law Prize for Translation**: up to 3000 words of - original translation into Scots from another language. Provide along with a - copy of the original text. -- The **Hugh MacDiarmaid Tassie for Poetry**: up to 60 lines of original Scots - poetry. +- The **Robert McLellan Prize for Scots Prose**: up to 3000 words of original Scots prose. +- The **John MacPhail Law Prize for Translation**: up to 3000 words of original translation into + Scots from another language. Provide along with a copy of the original text. +- The **Hugh MacDiarmaid Tassie for Poetry**: up to 60 lines of original Scots poetry. -Writers new and old are all welcome, so don’t hold back! We look forward to -having your entries! +Writers new and old are all welcome, so don’t hold back! We look forward to having your entries! -You can enter for £5 for one category, £10 for two or £12 for all three, -whether that’s all in the same category or spread across the three. You can -submit either by email or by post. +You can enter for £5 for one category, £10 for two or £12 for all three, whether that’s all in the +same category or spread across the three. You can submit either by email or by post. ### Submitting by email -If you would like to submit by email, first pay by bank transfer to the -following account. Remember, it’s £5 for one submission or £12 for three. +If you would like to submit by email, first pay by bank transfer to the following account. Remember, +it’s £5 for one submission or £12 for three. <dl> <dt>Account name</dt> <dd>Scots Language Society</dd> - <dt>Account number</dt> - <dd>00153458</dd> +{' '} +<dt>Account number</dt> +<dd>00153458</dd> <dt>Sort code</dt> <dd>83 47 00</dd> </dl> -Then, send your entries to -[failte@go-plus.net](mailto:failte@go-plus.net) along with -proof of payment. For example, you could send a picture of you bank statement, -or a copy of the transaction reference. +Then, send your entries to [failte@go-plus.net](mailto:failte@go-plus.net) along with proof of +payment. For example, you could send a picture of you bank statement, or a copy of the transaction +reference. ### Submitting by post -If you would rather submit by post, send your entries with cash or cheque, -as well as your name and address on a separate sheet of paper, to the following -address: +If you would rather submit by post, send your entries with cash or cheque, as well as your name and +address on a separate sheet of paper, to the following address: -<address> - Sangschaw - c/o 6 Dryden Place - Edinburgh - EH9 1RP -</address> +<address>Sangschaw c/o 6 Dryden Place Edinburgh EH9 1RP</address> -Remember it’s £5 per submission or £12 for three. Address any -cheque to the Scots Language Society. +Remember it’s £5 per submission or £12 for three. Address any cheque to the Scots Language Society. ## Upcoming album release: _Leid_ -Our very own Wullie Hershaw will soon be releasing a new album of contemporary -Scots songs titled _Leid_. It will be coming early in the new year, so stay -tuned in! +Our very own Wullie Hershaw will soon be releasing a new album of contemporary Scots songs titled +_Leid_. It will be coming early in the new year, so stay tuned in! To whet your appetite, you can -[listen to the title track on YouTube](https://www.youtube.com/watch?v=23YYajAFNHQ). -You can also have a listen to the musical work of his group, +[listen to the title track on YouTube](https://www.youtube.com/watch?v=23YYajAFNHQ). You can also +have a listen to the musical work of his group, [the Bowhill Players on Bandcamp](https://thebowhillplayers.bandcamp.com). ## New audio guide at Linlithgow Palace -This winter, the good folks at Historic Environment Scotland have translated -their audio guides for visitors into Scots for the first time. The aim is to -promote the status of the Scots language as well as to give visitors the -opportunity to hear the voices of the court in something approaching their own -language. +This winter, the good folks at Historic Environment Scotland have translated their audio guides for +visitors into Scots for the first time. The aim is to promote the status of the Scots language as +well as to give visitors the opportunity to hear the voices of the court in something approaching +their own language. You can read more [about the new audio guides on the Historic Environment Scotland website](https://hes-newsroom.prgloo.com/news/new-scots-lug-in-guide-at-lithgae-palace). -As far as we know, this is the first such venture, not only by Historic -Environment Scotland, but at any major tourist attraction. Can anybody think of -anything similar? Answers on a postcard please! +As far as we know, this is the first such venture, not only by Historic Environment Scotland, but at +any major tourist attraction. Can anybody think of anything similar? Answers on a postcard please! ## Haven’t received Lallans 103 yet? -It has come to the attention of George, our membership secretary, that there -has been an error with the posting of _Lallans_ 103. Two members, both -subscribers entitled to issue 103, failed to receive their copies. +It has come to the attention of George, our membership secretary, that there has been an error with +the posting of _Lallans_ 103. Two members, both subscribers entitled to issue 103, failed to receive +their copies. -If you haven’t yet received your copy of _Lallans_ 103, which he posted out on -Wednesday the 7th of November, please email George at -[georgetwatt@hotmail.com](mailto:georgetwatt@hotmail.com) -and make us aware of it. A copy of _Lallans_ 103 will be posted out to you -straight away! +If you haven’t yet received your copy of _Lallans_ 103, which he posted out on Wednesday the 7th of +November, please email George at [georgetwatt@hotmail.com](mailto:georgetwatt@hotmail.com) and make +us aware of it. A copy of _Lallans_ 103 will be posted out to you straight away! ## New format for Eiks an Ens -Old friends will recall that _Eiks an Ens_ has formerly been a literary -magazine to accompany _Lallans_. We on the Committee felt that this neither -gave _Eiks_ the distinct identity which it deserved, nor took full advantage of -the opportunity it afforded to hold our community together. +Old friends will recall that _Eiks an Ens_ has formerly been a literary magazine to accompany +_Lallans_. We on the Committee felt that this neither gave _Eiks_ the distinct identity which it +deserved, nor took full advantage of the opportunity it afforded to hold our community together. -Therefore, this is the first issue of _Eiks_ to take a new format, where we’ll -be endeavouring to share current affairs in the world of Scots language and -literature, especially where it relates directly to our membership. +Therefore, this is the first issue of _Eiks_ to take a new format, where we’ll be endeavouring to +share current affairs in the world of Scots language and literature, especially where it relates +directly to our membership. -So send us in your inside information! If you’ve spotted something you think we -ought to share in the next _Eiks_, send it to lallans@hotmail.co.uk. +So send us in your inside information! If you’ve spotted something you think we ought to share in +the next _Eiks_, send it to lallans@hotmail.co.uk. diff --git a/src/content/news/en-GB/2024-03-19-vision-ain-countree.mdx b/src/content/news/en-GB/2024-03-19-vision-ain-countree.mdx index d7cc2e4..fc2f897 100644 --- a/src/content/news/en-GB/2024-03-19-vision-ain-countree.mdx +++ b/src/content/news/en-GB/2024-03-19-vision-ain-countree.mdx @@ -1,12 +1,12 @@ --- title: 'New CD: A Vision o ma Ain Countree' summary: >- - A new CD collects the work of many of Scotland’s most important female writers - working in the Scots language today. + A new CD collects the work of many of Scotland’s most important female writers working in the + Scots language today. --- -A new CD collects the work of many of Scotland’s most important female writers -working in the Scots language today. +A new CD collects the work of many of Scotland’s most important female writers working in the Scots +language today. -You can buy [A Vision o ma Ain Countree](/en-GB/furthsettins/scotsoun/820) from -the Publications section of this website. +You can buy [A Vision o ma Ain Countree](/en-GB/furthsettins/scotsoun/820) from the Publications +section of this website. diff --git a/src/content/news/en-GB/2024-03-25-sangschaw-winners.mdx b/src/content/news/en-GB/2024-03-25-sangschaw-winners.mdx index ebb7bc2..14e828b 100644 --- a/src/content/news/en-GB/2024-03-25-sangschaw-winners.mdx +++ b/src/content/news/en-GB/2024-03-25-sangschaw-winners.mdx @@ -3,10 +3,9 @@ title: Sangschaw winners 2024 summary: Announcing the winners of the 2024 Sangschaw! --- -We’re delighted to announce the winners of the 2024 Sangschaw competition! There -were more submissions than ever before, and the quality of submissions was higher -than ever before! All the winning entries, and some of the runners-up, will be -published in forthcoming editions of _Lallans_. +We’re delighted to announce the winners of the 2024 Sangschaw competition! There were more +submissions than ever before, and the quality of submissions was higher than ever before! All the +winning entries, and some of the runners-up, will be published in forthcoming editions of _Lallans_. ## Hugh MacDiarmaid Tassie for Poesie @@ -14,9 +13,10 @@ published in forthcoming editions of _Lallans_. <dt>Winner</dt> <dd>_Kythe_ by Craig Aitcheson</dd> - <dt>Jynt rinners-up</dt> - <dd>_Wee Greta_ by Alastair McLeish</dd> - <dd>_Shakin Briggie_ by Nicola Furrie</dd> +{' '} +<dt>Jynt rinners-up</dt> +<dd>_Wee Greta_ by Alastair McLeish</dd> +<dd>_Shakin Briggie_ by Nicola Furrie</dd> <dt>Ruisit</dt> <dd>_Garlieston Bay, February 2023_ by Colin Mackenzie</dd> @@ -42,8 +42,9 @@ published in forthcoming editions of _Lallans_. <dt>Winner</dt> <dd>_Stephen_ by Tracy Anne Harvey</dd> - <dt>Rinner-up</dt> - <dd>_Plague_ by Andy Matthews</dd> +{' '} +<dt>Rinner-up</dt> +<dd>_Plague_ by Andy Matthews</dd> <dt>Ruisit</dt> <dd>_Henry Haslett’s blinter o siller_ by Alan Millar </dd> @@ -60,8 +61,9 @@ published in forthcoming editions of _Lallans_. <dt>Winner</dt> <dd>_Smirr_ by Tom Ellett</dd> - <dt>Rinner-up</dt> - <dd>_Dies Irae_ by Donald Adamson</dd> +{' '} +<dt>Rinner-up</dt> +<dd>_Dies Irae_ by Donald Adamson</dd> <dt>Ruisit</dt> <dd>_A leein wee puppet_ by Derrick McClure</dd> diff --git a/src/content/news/en-GB/2024-04-05-eiks-32.mdx b/src/content/news/en-GB/2024-04-05-eiks-32.mdx index 308f24a..aa8db3e 100644 --- a/src/content/news/en-GB/2024-04-05-eiks-32.mdx +++ b/src/content/news/en-GB/2024-04-05-eiks-32.mdx @@ -7,43 +7,40 @@ summary: The Collogue on the 8th of June, and other news. We will be holding our Annual Collogue on Saturday the 8th of June! -The venue will be the Sandeman Room in the AK Bell Library, Perth. It will run -from 9.30am until 5pm. +The venue will be the Sandeman Room in the AK Bell Library, Perth. It will run from 9.30am until +5pm. -Our theme this year will be _Scots in Education_. This is especially topical -this year, given the opening of the first teacher training programme relating to -teaching the Scots language. We are excited to welcome a variety of excellent -speakers to give us their thoughts on this important topic! +Our theme this year will be _Scots in Education_. This is especially topical this year, given the +opening of the first teacher training programme relating to teaching the Scots language. We are +excited to welcome a variety of excellent speakers to give us their thoughts on this important +topic! -In addition, we look forward to having winners from this year’s Sangschaw -competition read their works. +In addition, we look forward to having winners from this year’s Sangschaw competition read their +works. -We will be releasing the full programme of events very soon. In the meantime, -get it in your diaries! +We will be releasing the full programme of events very soon. In the meantime, get it in your +diaries! ## Sangschaw 2024 winners announced -As detailed in [our previous news post](/en-GB/news/2024-03-25-sangschaw-winners), -we have announced the winners of the 2024 Sangschaw. Our congratulations to all -the winners, and to everyone that submitted. The quality was higher than ever -before according to our editor, Wullie, and there were more submissions than -ever before, so we all have something to be pleased about! +As detailed in [our previous news post](/en-GB/news/2024-03-25-sangschaw-winners), we have announced +the winners of the 2024 Sangschaw. Our congratulations to all the winners, and to everyone that +submitted. The quality was higher than ever before according to our editor, Wullie, and there were +more submissions than ever before, so we all have something to be pleased about! ## Album release: _LEID_ -We said in our previous issue that Wullie was about to release his new album -with the Bowhill Players: well, if you missed it, the album is out! You can -listen to it and -[buy it on Bandcamp](https://thebowhillplayers.bandcamp.com/album/leid) for -download or as a CD. In this writer’s opinion, it’s not something you want -to miss! +We said in our previous issue that Wullie was about to release his new album with the Bowhill +Players: well, if you missed it, the album is out! You can listen to it and +[buy it on Bandcamp](https://thebowhillplayers.bandcamp.com/album/leid) for download or as a CD. In +this writer’s opinion, it’s not something you want to miss! ## Book launch: _Library of Aethers_ -The folk singer Alasdair Roberts will be in conversation with Wullie Hershaw -about his new book, _Library of Aethers_, a collection from his fine and diverse -lyric book. It includes over 70 original texts from his youth until the present, -and translations into Portuguese, Gaelic, and, of course, Scots. +The folk singer Alasdair Roberts will be in conversation with Wullie Hershaw about his new book, +_Library of Aethers_, a collection from his fine and diverse lyric book. It includes over 70 +original texts from his youth until the present, and translations into Portuguese, Gaelic, and, of +course, Scots. The event will be in Kirkcaldy on Friday the 19th of April. You can buy [tickets to the book launch online](https://www.ticketsource.co.uk/whats-on/kirkcaldy/the-kitchen-treasury/library-of-aethers-book-launch-w-alasdair-roberts-and-william-hershaw/e-jbxzld). @@ -52,23 +49,20 @@ The event will be in Kirkcaldy on Friday the 19th of April. You can buy We will be one of many stalls at the [Scottish Poetry Library Pamphlet Fair](https://www.scottishpoetrylibrary.org.uk/spl-pamphlet-fair-2023/) -in Edinburgh on Saturday the 27th of April. Entry is free, 11am til 3pm at the -Scottish Poetry Library on Crichton Street. +in Edinburgh on Saturday the 27th of April. Entry is free, 11am til 3pm at the Scottish Poetry +Library on Crichton Street. ## Scottish Languages Bill -The Scottish Languages Bill continues to saunter its way through the legislative -process. The Society has submitted its contribution to the public consultation -which will be considered by the +The Scottish Languages Bill continues to saunter its way through the legislative process. The +Society has submitted its contribution to the public consultation which will be considered by the [Parliamentary Education Committee](https://www.parliament.scot/chamber-and-committees/committees/current-and-previous-committees/session-6-education-children-and-young-people-committee). -We have expressed our support for the principles of the Bill, in particular that -Scots must be recognised as an official language of Scotland. We are mindful of -the diverse situations of Scots and Gaelic and have expressed our concern that -they are not treated in the same way. +We have expressed our support for the principles of the Bill, in particular that Scots must be +recognised as an official language of Scotland. We are mindful of the diverse situations of Scots +and Gaelic and have expressed our concern that they are not treated in the same way. -We hope to publish our entire submission to the Education Committee in -due course. +We hope to publish our entire submission to the Education Committee in due course. -Meanwhile, we hope that the Education Committee will consider our submission and -will consider calling us to present evidence in person. +Meanwhile, we hope that the Education Committee will consider our submission and will consider +calling us to present evidence in person. 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 index e6193fa..111fafd 100644 --- a/src/content/news/en-GB/2024-05-17-collogue-programme.mdx +++ b/src/content/news/en-GB/2024-05-17-collogue-programme.mdx @@ -1,29 +1,50 @@ --- 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’. + 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. +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' }, -]} /> +<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. +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/en-GB/2024-08-08-eiks-33.md b/src/content/news/en-GB/2024-08-08-eiks-33.md index aa1fb44..f14c2cc 100644 --- a/src/content/news/en-GB/2024-08-08-eiks-33.md +++ b/src/content/news/en-GB/2024-08-08-eiks-33.md @@ -1,28 +1,27 @@ --- title: Eiks an Ens 33 summary: >- - Including notice of our AGM, things to look out for in the Fringe, and the - WayWords festival. + Including notice of our AGM, things to look out for in the Fringe, and the WayWords festival. --- ## AGM -Our AGM will be on Zoom on Wednesday the 11th of September, 7.00-7.30pm. If -you're a member of the Society, watch your email inbox for an invitation. If -you don't receive it, [get in touch](mailto:lallans@hotmail.co.uk)! Let us know -if there's anything you'd like to put on the agenda. +Our AGM will be on Zoom on Wednesday the 11th of September, 7.00-7.30pm. If you're a member of the +Society, watch your email inbox for an invitation. If you don't receive it, +[get in touch](mailto:lallans@hotmail.co.uk)! Let us know if there's anything you'd like to put on +the agenda. ## The Orgreave Stations -On the 20th of November, our editor, Wullie Hershaw, will be launching his new -poetry book, _The Orgreave Stations_. It is a fiery and unflinching look at the -1984 miners' strike through the lens of a retelling of Christ's Passion. +On the 20th of November, our editor, Wullie Hershaw, will be launching his new poetry book, _The +Orgreave Stations_. It is a fiery and unflinching look at the 1984 miners' strike through the lens +of a retelling of Christ's Passion. [Jim Aitken](https://culturematters.org.uk/index.php/arts/poetry/item/4581-the-orgreave-stations-by-william-hershaw) -and [Alistair McIntosh](https://culturematters.org.uk/index.php/arts/poetry/item/4602-a-powerful-work-of-scottish-working-class-liberation-theology-a-review-of-the-orgreave-stations) -have already done a fine job of reviewing the book, and they emphasise the -threads which Hershaw's poems endeavour to weave together between Christianity -and Marxism. +and +[Alistair McIntosh](https://culturematters.org.uk/index.php/arts/poetry/item/4602-a-powerful-work-of-scottish-working-class-liberation-theology-a-review-of-the-orgreave-stations) +have already done a fine job of reviewing the book, and they emphasise the threads which Hershaw's +poems endeavour to weave together between Christianity and Marxism. If you're in Edinburgh on the 20th of November, we'll see you there! @@ -30,8 +29,8 @@ If you're in Edinburgh on the 20th of November, we'll see you there! ## Edinburgh Fringe -It's festival season here in Edinburgh, and among the events, there's plenty of -good ones for Scots-leid enthusiasts! +It's festival season here in Edinburgh, and among the events, there's plenty of good ones for +Scots-leid enthusiasts! - [Memories, Times and Places with Alf Jasinksi and Les McConnel](https://firestationcreative.co.uk/event/memories-times-and-places) - [ScotlandsFest: Whit If? Scotland’s History as It Might Have Been – Hugh McMillan](https://tickets.edfringe.com/whats-on/scotlandsfest-whit-if-scotland-s-history-as-it-might-have-been-hugh-mcmillan) @@ -45,46 +44,43 @@ good ones for Scots-leid enthusiasts! ## Scottish Dance Research -The Royal Scottish Country Dance Society (RSCDS) has got in touch to ask if we -could help with their research to help the advance the future for Scottish -country dance. If you've got 10 minutes, why not give them a hand? +The Royal Scottish Country Dance Society (RSCDS) has got in touch to ask if we could help with their +research to help the advance the future for Scottish country dance. If you've got 10 minutes, why +not give them a hand? Here's their message: > **Contribute to Scottish Dance Research!** - -> The Royal Scottish Country Dance Society (RSCDS) invites you to participate -> in a short survey about Scottish dance and cultural traditions. Your insights, -> whether you're a dancer or not, are valuable in shaping the future of Scottish -> cultural promotion. -> + +> The Royal Scottish Country Dance Society (RSCDS) invites you to participate in a short survey +> about Scottish dance and cultural traditions. Your insights, whether you're a dancer or not, are +> valuable in shaping the future of Scottish cultural promotion. +> > - Survey takes only 5-10 minutes > - Completely anonymous > - No prior dance knowledge required -> +> > How to participate: -> +> > 1. Click on the survey link below. > 2. Answer the questions to the best of your ability. > 3. If a question doesn't apply to you, feel free to skip it. > 4. Click 'Submit' at the end of the survey. -> -> Your participation will help ensure Scottish traditions remain vibrant and -> accessible for future generations. -> +> +> Your participation will help ensure Scottish traditions remain vibrant and accessible for future +> generations. +> > Take the survey here: > [https://forms.office.com/e/FdXvD85zSt](https://forms.office.com/e/FdXvD85zSt) -> +> > Thank you for contributing to this important research! ## WayWords festival -If Edinburgh's not so convenient for you, maybe Aberdeen is better. If that's -the case, be sure to have a look at the events on offer at the fifth annual -[WayWords festival](https://www.waywordfestival.com), hosted by the University -of Aberdeen. +If Edinburgh's not so convenient for you, maybe Aberdeen is better. If that's the case, be sure to +have a look at the events on offer at the fifth annual +[WayWords festival](https://www.waywordfestival.com), hosted by the University of Aberdeen. -There'll be writers, including Liz Lochhead, dance classes, Gaelic picnics, and -workshops on translation, climate change, and much more, and our member Sheena -Blackhall will be reading out her prize-winning story at the presentation of the -Toulmin Prize for Writing North East Scots. +There'll be writers, including Liz Lochhead, dance classes, Gaelic picnics, and workshops on +translation, climate change, and much more, and our member Sheena Blackhall will be reading out her +prize-winning story at the presentation of the Toulmin Prize for Writing North East Scots. diff --git a/src/content/news/sco/2023-03-17-eiks-30.mdx b/src/content/news/sco/2023-03-17-eiks-30.mdx index caee203..6ee4630 100644 --- a/src/content/news/sco/2023-03-17-eiks-30.mdx +++ b/src/content/news/sco/2023-03-17-eiks-30.mdx @@ -1,20 +1,22 @@ --- title: Eiks an Ens 30 summary: >- - Includit i this issue o Eiks an Ens is details o oor neist Collogue in Perth an - o oor anthologies, that is haein fell positive reviews an weel wurth the siller. + Includit i this issue o Eiks an Ens is details o oor neist Collogue in Perth an o oor anthologies, + that is haein fell positive reviews an weel wurth the siller. --- + import Schedule from '$components/Schedule.astro'; ## Annual Collogue -The Annual Collogue o the Scots Leid Associe will be held on Setturday, June -3<sup>rd</sup> in the Sandeman Room, AK Bell Library, York Place, Perth, PH2 8EP. -This year’s theme will be _The Art o Flyting in Scottish Leiterature_. +The Annual Collogue o the Scots Leid Associe will be held on Setturday, June 3<sup>rd</sup> in the +Sandeman Room, AK Bell Library, York Place, Perth, PH2 8EP. This year’s theme will be _The Art o +Flyting in Scottish Leiterature_. ### Events schedule -<Schedule entries={[ +<Schedule + entries={[ { time: '10.00 am', description: 'Registration and coffee.' }, { time: '10.30 am', description: 'Derrick McClure: Whit is Flyting?' }, { time: '11.15 am', description: 'George T Watt: The Flytin Hugh MacDiarmaid' }, @@ -29,11 +31,9 @@ This year’s theme will be _The Art o Flyting in Scottish Leiterature_. /> The cost o attendin the Collogue is £20. Contact George Watt on -[lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) -or Elaine Morton on +[lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) or Elaine Morton on [failte@go-plus.net](mailto:failte@go-plus.net). - ## Sangschaw 2023 Winners ### The Robert McLellan Tassie fur Scots Prose @@ -122,51 +122,38 @@ _Leid in ma Heid_ bi Alan Millar ## Wittins: Sangschaw, Lallans 102-103 -Our ain Lord Braxfield, Jeidge o the Sangschaw, will deleiver his summation -o this year’s fairins in Lallans 102. The wird on the pavey is that the -crabbit auld scunner wass fair taen up wi whit was puit afore him. Sae caw -awaa Scots screivers - it deaves him sairly tae see the leid being yokit -tae sic guid effeck! It’s no ower airly tae get makkin your maisterpiece -for neist year. The winner o the poesie is prentit ablaw but the editor -will ettle tae include as monie entries as possible in the furthcoming Lallans -102/103. Forby, the simmer nummer will hae a byous kythin and spreid o Scots -screivin including an interview wi Scots Radio broadcaster Frieda Morrison, -Fred Freeman’s epic on Burns, Hamish Henderson and sang, the final instalment -o Sam Burns Deacon Brodie play and a wheen o thochtie poesie, tales, reviews -and wittins anent aa the ither ploys gaun on in the aye raxin warld o Scots Leid. +Our ain Lord Braxfield, Jeidge o the Sangschaw, will deleiver his summation o this year’s fairins in +Lallans 102. The wird on the pavey is that the crabbit auld scunner wass fair taen up wi whit was +puit afore him. Sae caw awaa Scots screivers - it deaves him sairly tae see the leid being yokit tae +sic guid effeck! It’s no ower airly tae get makkin your maisterpiece for neist year. The winner o +the poesie is prentit ablaw but the editor will ettle tae include as monie entries as possible in +the furthcoming Lallans 102/103. Forby, the simmer nummer will hae a byous kythin and spreid o Scots +screivin including an interview wi Scots Radio broadcaster Frieda Morrison, Fred Freeman’s epic on +Burns, Hamish Henderson and sang, the final instalment o Sam Burns Deacon Brodie play and a wheen o +thochtie poesie, tales, reviews and wittins anent aa the ither ploys gaun on in the aye raxin warld +o Scots Leid. ## _The Galloway Hoard, Kirkcudbright Museum_ bi Finola Scott _Winner o the Hugh MacDiarmid Tassie fur Poesie, Sangschaw 2023_ -Aw muscle and glaur, he’s preenin<br /> -An muckle boastin. Yi’d think<br /> -He wis the first. In he struts<br /> -Aw Cock o the walk,<br /> -King o Faithers, comb throbbin.<br /> +Aw muscle and glaur, he’s preenin<br /> An muckle boastin. Yi’d think<br /> He wis the first. In he +struts<br /> Aw Cock o the walk,<br /> King o Faithers, comb throbbin.<br /> -Aye unnerfit, he wants tae feel<br /> -Ma flutters, tae cup the load I coorie.<br /> -He brags aboot the hero it’ll be.<br /> -Weel mibbe, but fir noo it’s jist<br /> -A wee will o the wisp, ma treisur.<br /> +Aye unnerfit, he wants tae feel<br /> Ma flutters, tae cup the load I coorie.<br /> He brags aboot +the hero it’ll be.<br /> Weel mibbe, but fir noo it’s jist<br /> A wee will o the wisp, ma +treisur.<br /> -I shouldnae compleen, sure he broucht<br /> -thon gift - a wee baa. Its hollow jinglet<br /> -when I joogelt it. I thocht it a toy<br /> -fir the bairn. But naw, seems it’s tae ease<br /> -an bless the birthin. Whit a man.<br /> +I shouldnae compleen, sure he broucht<br /> thon gift - a wee baa. Its hollow jinglet<br /> when I +joogelt it. I thocht it a toy<br /> fir the bairn. But naw, seems it’s tae ease<br /> an bless the +birthin. Whit a man.<br /> ## Anthologies -The Scots Leid Associe is a registered charity rin bi volunteers. Bi bein a -memmer o the Associe ye are aaready giein the Scots leid a heize. Ye can help -us faurther gin ye coff ane or baith o our braw 50th anniversairy anthologies: -contack our memmership secretar George T Watt at -[lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) -or Willie Hershaw at -[w.hershaw678@btinternet.com](mailto:w.hershaw678@btinternet.com). -Ilka buik costs £12.99 includin postage. Owerseas orders £5 postage. -Includit is a walin o the best Scots poesie and prose fae 50 year -and a hunner nummers o Lallans. - +The Scots Leid Associe is a registered charity rin bi volunteers. Bi bein a memmer o the Associe ye +are aaready giein the Scots leid a heize. Ye can help us faurther gin ye coff ane or baith o our +braw 50th anniversairy anthologies: contack our memmership secretar George T Watt at +[lallans@hotmail.co.uk](mailto:lallans@hotmail.co.uk) or Willie Hershaw at +[w.hershaw678@btinternet.com](mailto:w.hershaw678@btinternet.com). Ilka buik costs £12.99 includin +postage. Owerseas orders £5 postage. Includit is a walin o the best Scots poesie and prose fae 50 +year and a hunner nummers o Lallans. diff --git a/src/content/news/sco/2023-12-10-eiks-31.mdx b/src/content/news/sco/2023-12-10-eiks-31.mdx index d9402cb..82f27b5 100644 --- a/src/content/news/sco/2023-12-10-eiks-31.mdx +++ b/src/content/news/sco/2023-12-10-eiks-31.mdx @@ -1,115 +1,102 @@ --- title: Eiks an Ens 31 summary: >- - The 2024 Sangschaw is open for submeissions! Forby, lairn about a new lug-in - guide at Lithgae Pailace and an upcomin album release bi our ain Wullie - Hershaw. + The 2024 Sangschaw is open for submeissions! Forby, lairn about a new lug-in guide at Lithgae + Pailace and an upcomin album release bi our ain Wullie Hershaw. --- ## Sangschaw open for submeissions! -Our annual scrievin competeition, the _Sangschaw_, is open for submeissions -until the 31st o Januar! As ey, we will provide feedback for ilka entry nae -maiter whither ye win a tassie or no. There’s no mony competeitions provide -feedback on entries, but we think it’s important tae help writers develop. We -hae three tassies: +Our annual scrievin competeition, the _Sangschaw_, is open for submeissions until the 31st o Januar! +As ey, we will provide feedback for ilka entry nae maiter whither ye win a tassie or no. There’s no +mony competeitions provide feedback on entries, but we think it’s important tae help writers +develop. We hae three tassies: -- The **Robert McLellan Tassie for Scots Prose**: up til 3000 wirds o oreiginal - Scots prose. -- The **John MacPhail Law Tassie for Owersettin**: up til 3000 wirds o - oreiginal owersettin intil Scots frae anither leid. Provide alang wi a copy o - the oreiginal text. -- The **Hugh MacDiarmaid Tassie for Poesie**: up til 60 lines o oreiginal Scots - poesie. +- The **Robert McLellan Tassie for Scots Prose**: up til 3000 wirds o oreiginal Scots prose. +- The **John MacPhail Law Tassie for Owersettin**: up til 3000 wirds o oreiginal owersettin intil + Scots frae anither leid. Provide alang wi a copy o the oreiginal text. +- The **Hugh MacDiarmaid Tassie for Poesie**: up til 60 lines o oreiginal Scots poesie. -New writers and auld haunds ar aa walcome, sae dinnae be blate! We luik forrit -tae haein your entries! +New writers and auld haunds ar aa walcome, sae dinnae be blate! We luik forrit tae haein your +entries! -It’s £5 for ae submeission, or £12 for three, whither in the same categorie -or in different categories. Ye can either submit by email or by post. +It’s £5 for ae submeission, or £12 for three, whither in the same categorie or in different +categories. Ye can either submit by email or by post. ### Submittin by email -Gin ye want tae submit by email, first pey by bank transfer til the follaein -account. Mind it’s £5 per submeission or £12 for three. +Gin ye want tae submit by email, first pey by bank transfer til the follaein account. Mind it’s £5 +per submeission or £12 for three. <dl> <dt>Account nem</dt> <dd>Scots Language Society</dd> - <dt>Account number</dt> - <dd>00153458</dd> +{' '} +<dt>Account number</dt> +<dd>00153458</dd> <dt>Sort code</dt> <dd>83 47 00</dd> </dl> -Syne, send your entries til -[failte@go-plus.net](mailto:failte@go-plus.net) alang wi pruif -o peyment. For ensaumple, you could send a photae o your bank -statement, or a copy o the transaction reference. +Syne, send your entries til [failte@go-plus.net](mailto:failte@go-plus.net) alang wi pruif o +peyment. For ensaumple, you could send a photae o your bank statement, or a copy o the transaction +reference. ### Submittin by post -Gin ye want tae submit by post, send them wi cash or cheque as weill as your nem -and your return address on a separate sheet o paper til the follaein address: +Gin ye want tae submit by post, send them wi cash or cheque as weill as your nem and your return +address on a separate sheet o paper til the follaein address: -<address> - Sangschaw - c/o 6 Dryden Place - Edinburgh - EH9 1RP -</address> +<address>Sangschaw c/o 6 Dryden Place Edinburgh EH9 1RP</address> -Mind it’s £5 per submeission or £12 for three. Address ony -cheque til the Scots Language Society. +Mind it’s £5 per submeission or £12 for three. Address ony cheque til the Scots Language Society. ## Upcomin album release: _Leid_ -Our ain Wullie Hershaw will shuin be releasin a new album o contemporar Scots -sangs titled _Leid_. It will be comin early in the new year, sae haud tuned in! +Our ain Wullie Hershaw will shuin be releasin a new album o contemporar Scots sangs titled _Leid_. +It will be comin early in the new year, sae haud tuned in! For tae whet your appetite, you can -[lug in til the title track on YouTube](https://www.youtube.com/watch?v=23YYajAFNHQ). -Ye can forby pree the muisical wark o his group, -<a href="https://thebowhillplayers.bandcamp.com">the Bowhill Players on -Bandcamp</a>. +[lug in til the title track on YouTube](https://www.youtube.com/watch?v=23YYajAFNHQ). Ye can forby +pree the muisical wark o his group, + +<a href="https://thebowhillplayers.bandcamp.com">the Bowhill Players on Bandcamp</a>. ## New lug-in guide at Lithgae Pailace -This winter, the guid fowks at Historic Environment Scotland hae owerset their -lug-in guides for veisitors intil Scots for the first time. The aim is tae -promuive the status o the Scots leid as weill as tae gie veisitors the -opportunitie tae hear the vyces o the court in somethin like their ain leid. +This winter, the guid fowks at Historic Environment Scotland hae owerset their lug-in guides for +veisitors intil Scots for the first time. The aim is tae promuive the status o the Scots leid as +weill as tae gie veisitors the opportunitie tae hear the vyces o the court in somethin like their +ain leid. Ye can read mair [about the new lug-in guides on the Historic Environment Scotland wabsteid](https://hes-newsroom.prgloo.com/news/new-scots-lug-in-guide-at-lithgae-palace). -As faur as we ken, this is first sic ventur, no juist bi Historic Environment -Scotland, but frae ony major tourist attraction. Can onybody mind o ocht -similar? Answers on a postcaird pleise! +As faur as we ken, this is first sic ventur, no juist bi Historic Environment Scotland, but frae ony +major tourist attraction. Can onybody mind o ocht similar? Answers on a postcaird pleise! ## No received Lallans 103 yet? -It haes cam tae the notice o George, our membership secretar, that thare haes -been a mishanter wi the postin o _Lallans_ 103. Twa memmers, baith subscribers -awed _Lallans_ 103, didnae receive thair copies. +It haes cam tae the notice o George, our membership secretar, that thare haes been a mishanter wi +the postin o _Lallans_ 103. Twa memmers, baith subscribers awed _Lallans_ 103, didnae receive thair +copies. -Gin ye haenae yet received yer copy o _Lallans_ 103, that he postit out on -Wadnesday 7th o November, pleise email George at -[georgetwatt@hotmail.com](mailto:georgetwatt@hotmail.com) an -mak us ken o it. A copy o _Lallans_ 103 will be postit out tae ye straucht awa! +Gin ye haenae yet received yer copy o _Lallans_ 103, that he postit out on Wadnesday 7th o November, +pleise email George at [georgetwatt@hotmail.com](mailto:georgetwatt@hotmail.com) an mak us ken o it. +A copy o _Lallans_ 103 will be postit out tae ye straucht awa! ## New format for Eiks an Ens -Auld freinds will mind that _Eiks an Ens_ haes formerlie been a leiterar magazine -tae accompanie _Lallans_. We on the Comatee felt that this didnae gie Eiks an -Ens the distinct purpose that it deserved, and it didnae tak fu advauntage o -the opportunitie _Eiks_ affuirdit tae jeel our communitie thegether. +Auld freinds will mind that _Eiks an Ens_ haes formerlie been a leiterar magazine tae accompanie +_Lallans_. We on the Comatee felt that this didnae gie Eiks an Ens the distinct purpose that it +deserved, and it didnae tak fu advauntage o the opportunitie _Eiks_ affuirdit tae jeel our +communitie thegether. -Sae this is the first issue o _Eiks_ tae tak a new format, whaur we’ll be -ettlin tae skair current affairs i the warld o Scots leid and leitratur, -especially whaur it effeirs directly til our membership. +Sae this is the first issue o _Eiks_ tae tak a new format, whaur we’ll be ettlin tae skair current +affairs i the warld o Scots leid and leitratur, especially whaur it effeirs directly til our +membership. -Sae send us in your inside information! Gin ye’ve spottit somethin you think -we shuid skair in the neist _Eiks_, send it til lallans@hotmail.co.uk. +Sae send us in your inside information! Gin ye’ve spottit somethin you think we shuid skair in the +neist _Eiks_, send it til lallans@hotmail.co.uk. diff --git a/src/content/news/sco/2024-03-19-vision-ain-countree.mdx b/src/content/news/sco/2024-03-19-vision-ain-countree.mdx index 912c1ce..a240ae3 100644 --- a/src/content/news/sco/2024-03-19-vision-ain-countree.mdx +++ b/src/content/news/sco/2024-03-19-vision-ain-countree.mdx @@ -1,12 +1,12 @@ --- title: 'New CD: A Vision o ma Ain Countree' summary: >- - A new CD collects the wark o mony o Scotland’s heidmaist female scrievers - warkin in the Scots leid the day. + A new CD collects the wark o mony o Scotland’s heidmaist female scrievers warkin in the Scots leid + the day. --- -A new CD collects the wark o mony o Scotland’s maist kenspeckle female -scrievers warkin in the Scots leid the day. +A new CD collects the wark o mony o Scotland’s maist kenspeckle female scrievers warkin in the Scots +leid the day. -You can buy [A Vision o ma Ain Countree](/sco/furthsettins/scotsoun/820) frae -the Furthsettins section o this wabsteid. +You can buy [A Vision o ma Ain Countree](/sco/furthsettins/scotsoun/820) frae the Furthsettins +section o this wabsteid. diff --git a/src/content/news/sco/2024-03-25-sangschaw-winners.mdx b/src/content/news/sco/2024-03-25-sangschaw-winners.mdx index 4af7c45..a558b36 100644 --- a/src/content/news/sco/2024-03-25-sangschaw-winners.mdx +++ b/src/content/news/sco/2024-03-25-sangschaw-winners.mdx @@ -3,10 +3,9 @@ title: Sangschaw winners 2024 summary: Annooncin the winners o the 2024 Sangschaw! --- -We’re delitit tae annoonce the winners o the 2024 Sangschaw competeition! There -wis mair submeissions nor iver afore, and the qualitie o submeissions was heicher -nor iver afore! Aw the winnin entries, and some o the rinners-up, will be -furthset i furthcomin edeitions o _Lallans_. +We’re delitit tae annoonce the winners o the 2024 Sangschaw competeition! There wis mair +submeissions nor iver afore, and the qualitie o submeissions was heicher nor iver afore! Aw the +winnin entries, and some o the rinners-up, will be furthset i furthcomin edeitions o _Lallans_. ## The Hugh MacDiarmaid Tassie for Poesie @@ -14,9 +13,10 @@ furthset i furthcomin edeitions o _Lallans_. <dt>Winner</dt> <dd>_Kythe_ bi Craig Aitcheson</dd> - <dt>Jynt rinners-up</dt> - <dd>_Wee Greta_ bi Alastair McLeish</dd> - <dd>_Shakin Briggie_ bi Nicola Furrie</dd> +{' '} +<dt>Jynt rinners-up</dt> +<dd>_Wee Greta_ bi Alastair McLeish</dd> +<dd>_Shakin Briggie_ bi Nicola Furrie</dd> <dt>Ruisit</dt> <dd>_Garlieston Bay, February 2023_ bi Colin Mackenzie</dd> @@ -42,8 +42,9 @@ furthset i furthcomin edeitions o _Lallans_. <dt>Winner</dt> <dd>_Stephen_ bi Tracy Anne Harvey</dd> - <dt>Rinner-up</dt> - <dd>_Plague_ bi Andy Matthews</dd> +{' '} +<dt>Rinner-up</dt> +<dd>_Plague_ bi Andy Matthews</dd> <dt>Ruisit</dt> <dd>_Henry Haslett’s blinter o siller_ bi Alan Millar </dd> @@ -60,8 +61,9 @@ furthset i furthcomin edeitions o _Lallans_. <dt>Winner</dt> <dd>_Smirr_ bi Tom Ellett</dd> - <dt>Rinner-up</dt> - <dd>_Dies Irae_ bi Donald Adamson</dd> +{' '} +<dt>Rinner-up</dt> +<dd>_Dies Irae_ bi Donald Adamson</dd> <dt>Ruisit</dt> <dd>_A leein wee puppet_ bi Derrick McClure</dd> diff --git a/src/content/news/sco/2024-04-05-eiks-32.mdx b/src/content/news/sco/2024-04-05-eiks-32.mdx index 488ccef..e4312bf 100644 --- a/src/content/news/sco/2024-04-05-eiks-32.mdx +++ b/src/content/news/sco/2024-04-05-eiks-32.mdx @@ -7,42 +7,37 @@ summary: The Collogue on the 8t o June, and ither news. We will be haudin oor Annual Collogue on Setterday the 8t o June! -The venue will be the Sandeman Room in the AK Bell Library, Perth. It will rin -frae 9.30am until 5pm. +The venue will be the Sandeman Room in the AK Bell Library, Perth. It will rin frae 9.30am until +5pm. -Oor theme this year will be _Scots in Education_. This is parteicular topical -this year, gien the apenin o the first teacher trainin programme effeirin til -teachin the Scots leid. We ar excitit tae walcome a wheen o braw spikkers tae -gie us their thochts on this wechtie maiter! +Oor theme this year will be _Scots in Education_. This is parteicular topical this year, gien the +apenin o the first teacher trainin programme effeirin til teachin the Scots leid. We ar excitit tae +walcome a wheen o braw spikkers tae gie us their thochts on this wechtie maiter! -Forby, we luik forrit tae haein winners frae this year’s Sangschaw competeition -read their warks. +Forby, we luik forrit tae haein winners frae this year’s Sangschaw competeition read their warks. -We will be releasin the fu programme o events gey shuin. In the meantime, get it -in your diaries! +We will be releasin the fu programme o events gey shuin. In the meantime, get it in your diaries! ## Sangschaw 2024 winners annoonced -As detailed in [oor lest news post](/sco/news/2024-03-25-sangschaw-winners), we -hae annoonced the winners o the 2024 Sangschaw. Oor congratulations til aw the -winners, an til awbody that submittit. The qualitie was heicher than iver afore -quo oor eiditor, Wullie, and there wis mair submeissions nor iver afore, sae -we aw hae somethin tae be pleised aboot! +As detailed in [oor lest news post](/sco/news/2024-03-25-sangschaw-winners), we hae annoonced the +winners o the 2024 Sangschaw. Oor congratulations til aw the winners, an til awbody that submittit. +The qualitie was heicher than iver afore quo oor eiditor, Wullie, and there wis mair submeissions +nor iver afore, sae we aw hae somethin tae be pleised aboot! ## Album release: _LEID_ -We said in oor lest issue that Wullie wis aboot tae pit oot his new album wi the -Bowhill Players: weill, gin you misst it, the album is oot! You can listen tae -it and [cowp it on Bandcamp](https://thebowhillplayers.bandcamp.com/album/leid) -for doonload or as a CD. In this scriever’s opeinion, it’s no somethin you want -tae miss! +We said in oor lest issue that Wullie wis aboot tae pit oot his new album wi the Bowhill Players: +weill, gin you misst it, the album is oot! You can listen tae it and +[cowp it on Bandcamp](https://thebowhillplayers.bandcamp.com/album/leid) for doonload or as a CD. In +this scriever’s opeinion, it’s no somethin you want tae miss! ## Beuk launch: _Library of Aethers_ -The folk singer Alasdair Roberts will be in conversation wi Wullie Hershaw about -his new beuk, _Library of Aethers_, an ingaitherin frae his rare an sindry -lyric beuks. It includes ower 70 oreiginal texts frae his youth til the nou, and -owersettins intil Portuguese, Gaelic an, o coorse, Scots. +The folk singer Alasdair Roberts will be in conversation wi Wullie Hershaw about his new beuk, +_Library of Aethers_, an ingaitherin frae his rare an sindry lyric beuks. It includes ower 70 +oreiginal texts frae his youth til the nou, and owersettins intil Portuguese, Gaelic an, o coorse, +Scots. The event will be in Kirkcaldy on Friday the 19t o April. You can cowp [tickets til the beuk launch online](https://www.ticketsource.co.uk/whats-on/kirkcaldy/the-kitchen-treasury/library-of-aethers-book-launch-w-alasdair-roberts-and-william-hershaw/e-jbxzld). @@ -51,22 +46,19 @@ The event will be in Kirkcaldy on Friday the 19t o April. You can cowp We will be amang a wheen o staws at the [Scottish Poetry Library Pamphlet Fair](https://www.scottishpoetrylibrary.org.uk/spl-pamphlet-fair-2023/) -in Embro on Setterday the 27t o April. Entry is free, 11am til 3pm at the -Scottish Poetry Library on Crichton Street. +in Embro on Setterday the 27t o April. Entry is free, 11am til 3pm at the Scottish Poetry Library on +Crichton Street. ## Scottish Leids Bill -The Scottish Leids Bill continues tae daunder its wey throu the legislative -process. The Associe haes submittit its contribution til the public consultation -that will be conseidered by the +The Scottish Leids Bill continues tae daunder its wey throu the legislative process. The Associe +haes submittit its contribution til the public consultation that will be conseidered by the [Pairliamentary Education Comatee](https://www.parliament.scot/chamber-and-committees/committees/current-and-previous-committees/session-6-education-children-and-young-people-committee). -We hae expresst oor support for the principles o the Bill, in parteicular that -Scots maun be recogneised as an offeicial leid o Scotland. We tak tent o the -sindry situations o Scots an Gaelic an hae expresst oor concern that these arnae -tret the same. +We hae expresst oor support for the principles o the Bill, in parteicular that Scots maun be +recogneised as an offeicial leid o Scotland. We tak tent o the sindry situations o Scots an Gaelic +an hae expresst oor concern that these arnae tret the same. -We howp tae furthset oor hale submeission til the Education Comatee in due -coorse. +We howp tae furthset oor hale submeission til the Education Comatee in due coorse. -Meanwhyle, we howp that the Education Comatee will conseider oor submeission and -will conseider cawin us for tae present evidence in person. +Meanwhyle, we howp that the Education Comatee will conseider oor submeission and will conseider +cawin us for tae present evidence in person. diff --git a/src/content/news/sco/2024-05-17-collogue-programme.mdx b/src/content/news/sco/2024-05-17-collogue-programme.mdx index e3bd905..eee5841 100644 --- a/src/content/news/sco/2024-05-17-collogue-programme.mdx +++ b/src/content/news/sco/2024-05-17-collogue-programme.mdx @@ -1,29 +1,50 @@ --- 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’. + 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. +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' }, -]} /> +<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. +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. diff --git a/src/content/news/sco/2024-08-08-eiks-33.md b/src/content/news/sco/2024-08-08-eiks-33.md index 6a7c4d8..e54d6a7 100644 --- a/src/content/news/sco/2024-08-08-eiks-33.md +++ b/src/content/news/sco/2024-08-08-eiks-33.md @@ -1,27 +1,26 @@ --- title: Eiks an Ens 33 summary: >- - Includin notice o our AGM, things tae leuk out for in the Fringe, an the - WayWords festival. + Includin notice o our AGM, things tae leuk out for in the Fringe, an the WayWords festival. --- ## AGM -Our AGM will be on Zoom on Wadnesday the 11t o September, 7.00-7.30pm. Gin ye're -a memmer o the Associe, watch your email inbox for an invitation. Gin ye dinnae -receive it, [get in touch](mailto:lallans@hotmail.co.uk)! Lat us ken gin there's -ocht ye wad pit on the agenda. +Our AGM will be on Zoom on Wadnesday the 11t o September, 7.00-7.30pm. Gin ye're a memmer o the +Associe, watch your email inbox for an invitation. Gin ye dinnae receive it, +[get in touch](mailto:lallans@hotmail.co.uk)! Lat us ken gin there's ocht ye wad pit on the agenda. ## The Orgreave Stations -On the 20t o November, our eiditor, Wullie Hershaw, will be launchin his new -poesie beuk, _The Orgreave Stations_. It is a fiery and unflinchin leuk at the -1984 miners' strike throu the lens o a retellin o Christ's Passion. +On the 20t o November, our eiditor, Wullie Hershaw, will be launchin his new poesie beuk, _The +Orgreave Stations_. It is a fiery and unflinchin leuk at the 1984 miners' strike throu the lens o a +retellin o Christ's Passion. [Jim Aitken](https://culturematters.org.uk/index.php/arts/poetry/item/4581-the-orgreave-stations-by-william-hershaw) -and [Alistair McIntosh](https://culturematters.org.uk/index.php/arts/poetry/item/4602-a-powerful-work-of-scottish-working-class-liberation-theology-a-review-of-the-orgreave-stations) -hae awready dane a fine job o reviewin the beuk, and they emphasise the threids -that Hershaw's poems ettle tae weave thegether atween Christianity and Marxism. +and +[Alistair McIntosh](https://culturematters.org.uk/index.php/arts/poetry/item/4602-a-powerful-work-of-scottish-working-class-liberation-theology-a-review-of-the-orgreave-stations) +hae awready dane a fine job o reviewin the beuk, and they emphasise the threids that Hershaw's poems +ettle tae weave thegether atween Christianity and Marxism. Gin you're in Embro on the 20t o November, we'll see you there! @@ -29,8 +28,8 @@ Gin you're in Embro on the 20t o November, we'll see you there! ## Embro Fringe -It's festival season here in Embro, and amang the events there's a wheen o guid -anes for Scots-leid enthusiasts! +It's festival season here in Embro, and amang the events there's a wheen o guid anes for Scots-leid +enthusiasts! - [Memories, Times and Places with Alf Jasinksi and Les McConnel](https://firestationcreative.co.uk/event/memories-times-and-places) - [ScotlandsFest: Whit If? Scotland’s History as It Might Have Been – Hugh McMillan](https://tickets.edfringe.com/whats-on/scotlandsfest-whit-if-scotland-s-history-as-it-might-have-been-hugh-mcmillan) @@ -44,46 +43,43 @@ anes for Scots-leid enthusiasts! ## Scottish Dance Research -The Royal Scottish Country Dance Society (RSCDS) haes got in titch tae ask gin -we coud help wi their research tae help them forder the futur for Scottish -country daunce. Gin ye've got 10 meenits, how no gie them a haund? +The Royal Scottish Country Dance Society (RSCDS) haes got in titch tae ask gin we coud help wi their +research tae help them forder the futur for Scottish country daunce. Gin ye've got 10 meenits, how +no gie them a haund? Here's their message: > **Contribute to Scottish Dance Research!** - -> The Royal Scottish Country Dance Society (RSCDS) invites you to participate -> in a short survey about Scottish dance and cultural traditions. Your insights, -> whether you're a dancer or not, are valuable in shaping the future of Scottish -> cultural promotion. -> + +> The Royal Scottish Country Dance Society (RSCDS) invites you to participate in a short survey +> about Scottish dance and cultural traditions. Your insights, whether you're a dancer or not, are +> valuable in shaping the future of Scottish cultural promotion. +> > - Survey takes only 5-10 minutes > - Completely anonymous > - No prior dance knowledge required -> +> > How to participate: -> +> > 1. Click on the survey link below. > 2. Answer the questions to the best of your ability. > 3. If a question doesn't apply to you, feel free to skip it. > 4. Click 'Submit' at the end of the survey. -> -> Your participation will help ensure Scottish traditions remain vibrant and -> accessible for future generations. -> +> +> Your participation will help ensure Scottish traditions remain vibrant and accessible for future +> generations. +> > Take the survey here: > [https://forms.office.com/e/FdXvD85zSt](https://forms.office.com/e/FdXvD85zSt) -> +> > Thank you for contributing to this important research! ## WayWords festival -Gin Embro's no sae convenient for ye, mebbe Aiberdeen is better. Gin that's the -case, be shair tae hae a swatch at the events on offer at the fift annual -[WayWords festival](https://www.waywordfestival.com), hostit by the Universitie -o Aiberdeen. +Gin Embro's no sae convenient for ye, mebbe Aiberdeen is better. Gin that's the case, be shair tae +hae a swatch at the events on offer at the fift annual +[WayWords festival](https://www.waywordfestival.com), hostit by the Universitie o Aiberdeen. -There'll be scrievers, includin Liz Lochhead, daunce clesses, Gaelic -picnics, and workshops on owersettin, climate chynge, and muckle mair, and our -member Sheena Blackhall will be readin out her prize-winnin story at the -presentation o the Toulmin Prize for Writing in North East Scots. +There'll be scrievers, includin Liz Lochhead, daunce clesses, Gaelic picnics, and workshops on +owersettin, climate chynge, and muckle mair, and our member Sheena Blackhall will be readin out her +prize-winnin story at the presentation o the Toulmin Prize for Writing in North East Scots. diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 938bfe5..7ff06a8 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -24,7 +24,7 @@ function qualifiedLocalisedPath(newLocale: Locale) { } --- -<!DOCTYPE html> +<!doctype html> <html lang={locale}> <head> <meta charset="UTF-8" /> diff --git a/src/pages/[locale]/jyne/index.astro b/src/pages/[locale]/jyne/index.astro index a586ee3..cb2cfe5 100644 --- a/src/pages/[locale]/jyne/index.astro +++ b/src/pages/[locale]/jyne/index.astro @@ -79,8 +79,8 @@ const t = translate(locale); })} /> <p> - Scots Language Society<br> - 83-47-00<br> + Scots Language Society<br /> + 83-47-00<br /> 00153458 </p> </details> diff --git a/src/pages/index.astro b/src/pages/index.astro index 4a02fcc..e496e3a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,3 +1,5 @@ --- + --- -<meta http-equiv="refresh" content="0;url=/sco/" />
\ No newline at end of file + +<meta http-equiv="refresh" content="0;url=/sco/" /> |
