diff options
| author | Joe Carstairs <65492573+joeacarstairs@users.noreply.github.com> | 2025-01-21 22:02:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 22:02:41 +0000 |
| commit | 283560090b80a4f8264d340b6d2635a2e73af38d (patch) | |
| tree | af910c583aaec344df0b248890c1955d79267be8 | |
| parent | 1221c9f0b217b8dc29be1fd99be40764967fe62e (diff) | |
| parent | 28d39250dad232fe3bd9cd2e9765297ec07c3e92 (diff) | |
Merge pull request #112 from joeacarstairs/staging
WayWORD event 4th Feb
| -rw-r--r-- | scss/base/_blockquote.scss | 6 | ||||
| -rw-r--r-- | scss/base/_index.scss | 1 | ||||
| -rw-r--r-- | src/content/news/en-GB/2025-01-21-wayword.mdx | 23 | ||||
| -rw-r--r-- | src/content/news/sco/2025-01-21-wayword.mdx | 23 |
4 files changed, 53 insertions, 0 deletions
diff --git a/scss/base/_blockquote.scss b/scss/base/_blockquote.scss new file mode 100644 index 0000000..5e9cdbe --- /dev/null +++ b/scss/base/_blockquote.scss @@ -0,0 +1,6 @@ +blockquote { + margin-inline: 0; + margin-block-start: var(--spacing-block-sm); + padding-inline-start: var(--spacing-inline-lg); + border-inline-start: 2px solid var(--special-text-color); +} diff --git a/scss/base/_index.scss b/scss/base/_index.scss index ba0d3f1..77bdef0 100644 --- a/scss/base/_index.scss +++ b/scss/base/_index.scss @@ -1,4 +1,5 @@ @use 'address'; +@use 'blockquote'; @use 'details'; @use 'dl'; @use 'list'; diff --git a/src/content/news/en-GB/2025-01-21-wayword.mdx b/src/content/news/en-GB/2025-01-21-wayword.mdx new file mode 100644 index 0000000..93fabda --- /dev/null +++ b/src/content/news/en-GB/2025-01-21-wayword.mdx @@ -0,0 +1,23 @@ +--- +title: Get involved with WayWORD - 4th Feb, Aberdeen +summary: >- + WayWORD, the arts festival in Aberdeen, is looking for creative people keen + to get involved. +--- + +I'll lat WayWORD, the arts festival sponsored by the University of Aberdeen and +Creative Scotland, speak for themselves: + +> WayWORD is looking for young people (16-25) and students interested in arts +> events. +> +> Do you have a great idea for an event? Or a passion for making things happen? +> Want to learn new skills in the creative industries? +> +> WayWORD Festival provides opportunities and support for young people (16-25) +> and students to devise, develop and programme arts events in Aberdeen: author +> events, workshops, panel discussions and performances. Think literature, +> poetry, visual arts, music, theatre and new or unique media! + +See more details and sign up at +[waywordfestival.com](https://www.waywordfestival.com). diff --git a/src/content/news/sco/2025-01-21-wayword.mdx b/src/content/news/sco/2025-01-21-wayword.mdx new file mode 100644 index 0000000..92c97bf --- /dev/null +++ b/src/content/news/sco/2025-01-21-wayword.mdx @@ -0,0 +1,23 @@ +--- +title: Get involved wi WayWORD - 4th Feb, Aiberdeen +summary: >- + WayWORD, the arts festival in Aiberdeen, is leukin for creative bodies keen + tae get involved. +--- + +I'll lat WayWORD, the arts festival sponsored bi the University o Aiberdeen and +Creative Scotland, spik for theirsels: + +> WayWORD is looking for young people (16-25) and students interested in arts +> events. +> +> Do you have a great idea for an event? Or a passion for making things happen? +> Want to learn new skills in the creative industries? +> +> WayWORD Festival provides opportunities and support for young people (16-25) +> and students to devise, develop and programme arts events in Aberdeen: author +> events, workshops, panel discussions and performances. Think literature, +> poetry, visual arts, music, theatre and new or unique media! + +See mair details and sign up at +[waywordfestival.com](https://www.waywordfestival.com). |
