portfolio sowulo content
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-11-04 18:26:06 +01:00
parent 4b8ec18704
commit 4967e8ac8b
3 changed files with 39 additions and 24 deletions

View file

@ -4,12 +4,3 @@ 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. 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 timeframe: 2022 - now
--- ---
## Notable shows
(without touring LD)
- GZA
- Vandenberg
- Go_A
- Lucky Chops
- Robin Borneman
- Julian Sas

View file

@ -6,17 +6,24 @@ timeframe: 2023 - now
--- ---
## Notable shows ## Notable shows
- Echos & Merveilles (mainstage) 2025 <div class="list-no-newline">
- Doornroosje, Nijmegen
- 5-show nightliner tour 2025 - Midgardsblod 2025 (NO), mainstage
- P60, Amstelveen - Castlefest 2025 (NL), mainstage
- Motocultor 2024 - Hellfest 2025 (FR), temple stage
- Sint Stevenskerk Nijmegen - Echos & Merveilles 2025 (FR), mainstage
- Opera Leśna (support Heilung) - Doornroosje, Nijmegen (NL)
- Wave Gothik Treffen 2024 - 5-show nightliner tour 2025 (NL, DE, FR)
- Echos & Merveilles 2024 - P60, Amstelveen (NL)
- Trolls & Legends 2024 - Motocultor 2024 (FR)
- TivoliVredenburg (Pandora) - Sint Stevenskerk Nijmegen (NL)
- Menuo Juodoragis (mainstage) 2023 - Opera Leśna (PL), support Heilung
- Midgardsblot (mainstage) 2023 - Wave Gothik Treffen 2024 (DE)
- Castlefest (mainstage) 2023 - Echos & Merveilles 2024 (FR)
- Trolls & Legends 2024 (BE)
- TivoliVredenburg (NL), pandora
- Menuo Juodoragis 2023 (LT), mainstage
- Midgardsblot 2023 (NO), mainstage
- Castlefest 2023 (NL), mainstage
</div>

View file

@ -367,5 +367,22 @@ body {
width: 100%; width: 100%;
padding: 0.3rem 0.4rem; padding: 0.3rem 0.4rem;
} }
}
.list-no-newline {
& ul {
text-align: left;
margin: 0;
padding: 0;
}
& li {
display: inline-block;
&::before {
content: '';
}
}
} }