From 4967e8ac8b0cf296efa779422f2a0f803fa07945 Mon Sep 17 00:00:00 2001 From: RikSolo Date: Tue, 4 Nov 2025 18:26:06 +0100 Subject: [PATCH] portfolio sowulo content --- content/portfolio/luxorlive/luxorlive.md | 11 +------- content/portfolio/sowulo/sowulo.md | 35 ++++++++++++++---------- content/style.scss | 17 ++++++++++++ 3 files changed, 39 insertions(+), 24 deletions(-) diff --git a/content/portfolio/luxorlive/luxorlive.md b/content/portfolio/luxorlive/luxorlive.md index 615d034..82d7a3c 100644 --- a/content/portfolio/luxorlive/luxorlive.md +++ b/content/portfolio/luxorlive/luxorlive.md @@ -3,13 +3,4 @@ order: 2 title: Luxor Live description: Delivering dynamic, on-the-spot lighting for visiting acts without their own lighting designer, and ensuring the house system is in perfect shape for visiting technicians. timeframe: 2022 - now ---- - -## Notable shows -(without touring LD) -- GZA -- Vandenberg -- Go_A -- Lucky Chops -- Robin Borneman -- Julian Sas \ No newline at end of file +--- \ No newline at end of file diff --git a/content/portfolio/sowulo/sowulo.md b/content/portfolio/sowulo/sowulo.md index 567022d..208239b 100644 --- a/content/portfolio/sowulo/sowulo.md +++ b/content/portfolio/sowulo/sowulo.md @@ -6,17 +6,24 @@ timeframe: 2023 - now --- ## Notable shows -- Echos & Merveilles (mainstage) 2025 -- Doornroosje, Nijmegen -- 5-show nightliner tour 2025 -- P60, Amstelveen -- Motocultor 2024 -- Sint Stevenskerk Nijmegen -- Opera Leśna (support Heilung) -- Wave Gothik Treffen 2024 -- Echos & Merveilles 2024 -- Trolls & Legends 2024 -- TivoliVredenburg (Pandora) -- Menuo Juodoragis (mainstage) 2023 -- Midgardsblot (mainstage) 2023 -- Castlefest (mainstage) 2023 \ No newline at end of file +
+ +- Midgardsblod 2025 (NO), mainstage +- Castlefest 2025 (NL), mainstage +- Hellfest 2025 (FR), temple stage +- Echos & Merveilles 2025 (FR), mainstage +- Doornroosje, Nijmegen (NL) +- 5-show nightliner tour 2025 (NL, DE, FR) +- P60, Amstelveen (NL) +- Motocultor 2024 (FR) +- Sint Stevenskerk Nijmegen (NL) +- Opera Leśna (PL), support Heilung +- Wave Gothik Treffen 2024 (DE) +- Echos & Merveilles 2024 (FR) +- Trolls & Legends 2024 (BE) +- TivoliVredenburg (NL), pandora +- Menuo Juodoragis 2023 (LT), mainstage +- Midgardsblot 2023 (NO), mainstage +- Castlefest 2023 (NL), mainstage + +
\ No newline at end of file diff --git a/content/style.scss b/content/style.scss index 35cd8bc..61f3f2d 100644 --- a/content/style.scss +++ b/content/style.scss @@ -367,5 +367,22 @@ body { width: 100%; padding: 0.3rem 0.4rem; } +} + +.list-no-newline { + & ul { + text-align: left; + margin: 0; + padding: 0; + } + + & li { + display: inline-block; + + &::before { + content: '• '; + + } + } } \ No newline at end of file