content tweaks. add dg to portfolio
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Rik Berkelder 2025-05-23 19:30:34 +02:00
parent 446573d1bc
commit f6f5e7e599
8 changed files with 28 additions and 8 deletions

View file

@ -38,7 +38,7 @@
{%endif%} {%endif%}
<script> <script>
if (window.location.href.includes("rblicht")) { if (window.location.href.includes("rblicht.nl")) {
document.querySelectorAll(".rblicht-hide").forEach(e => { e.style.display = 'none'; }); document.querySelectorAll(".rblicht-hide").forEach(e => { e.style.display = 'none'; });
} }
</script> </script>
@ -56,12 +56,16 @@
<div class="nav-links"> <div class="nav-links">
<div class="d-inline-block"> <div class="d-inline-block">
{{navItem("Home", "/")}} {{navItem("Home", "/")}}
<span class="rblicht-hide">
{{navItem("Blog", "/blog")}} {{navItem("Blog", "/blog")}}
</span>
{{navItem("Portfolio", "/portfolio", false)}} {{navItem("Portfolio", "/portfolio", false)}}
</div> </div>
<div class="d-inline-block"> <div class="d-inline-block">
<span> | </span> <span> | </span>
<span class="rblicht-hide">
{{navItem("Mastodon", "https://dook.business/@RikSolo")}} {{navItem("Mastodon", "https://dook.business/@RikSolo")}}
</span>
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}} {{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
</div> </div>
</div> </div>

View file

@ -8,13 +8,12 @@ Lighting Designer | Software Engineer | Nerd
<h2>Skills</h2> <h2>Skills</h2>
<div class="flex"> <div class="flex">
<div class="col-half"> <div class="col-half">
<b>Lighting & AV</b> <b>Lighting & AV</b>
<ul> <ul>
<li>GrandMA2/3, Avolites, Hog4, Obsidian Onyx</li> <li>GrandMA2/3, Avolites, Hog4, Obsidian Onyx</li>
<li>Capture, Vectorworks</li> <li>Capture, Vectorworks</li>
<li>RDM, dmXLAN, Luminex</li> <li>RDM, dmXLAN, Luminex, Mikrotik</li>
<li>ATEM, Resolume, VMix, OBS</li> <li>ATEM, Resolume, VMix, OBS</li>
<li>Timecode, Remote Production, System Integration</li> <li>Timecode, Remote Production, System Integration</li>
</ul> </ul>
@ -47,7 +46,9 @@ Lighting Designer | Software Engineer | Nerd
<h3>Find me elsewhere</h3> <h3>Find me elsewhere</h3>
<ul> <ul>
<span class="rblicht-hide">
<li><a href="https://dook.business/@RikSolo">Mastodon</a> <small>(dook.business)</small></li> <li><a href="https://dook.business/@RikSolo">Mastodon</a> <small>(dook.business)</small></li>
</span>
<li><a href="https://instagram.com/RikBerkelder">Instagram</a></li> <li><a href="https://instagram.com/RikBerkelder">Instagram</a></li>
<li><a href="https://github.com/rikberkelder">GitHub</a></li> <li><a href="https://github.com/rikberkelder">GitHub</a></li>
<li><a href="https://git.riksolo.com">Gitea</a></li> <li><a href="https://git.riksolo.com">Gitea</a></li>

BIN
content/portfolio/dgtheater/Kalabante-5-fotograaf-nvt.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -0,0 +1,6 @@
---
order: 4
title: DG Theater
description: "National theatre tours with Cirque en Afrique: Kalabante (2024) and African Mama's: The Great Five (2025). Bringing the show's designs to life in varying conditions, and making sure all of the technical lighting aspects of the show are maintained properly and function perfectly every performance."
timeframe: 2024 - now
---

BIN
content/portfolio/dgtheater/img57646_orig.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
content/portfolio/dgtheater/img57647_orig.png (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -10,7 +10,7 @@ const conf = {
const dir = path.dirname(data.page.inputPath); const dir = path.dirname(data.page.inputPath);
const files = fs.readdirSync(dir) const files = fs.readdirSync(dir)
.filter(file => ['.png', '.jpg', '.jpeg', '.JPG'].includes(path.extname(file))) .filter(file => ['.png', '.jpg', '.jpeg', '.JPG', '.webp'].includes(path.extname(file)))
.sort(); .sort();

View file

@ -1,7 +1,7 @@
--- ---
order: 1 order: 1
title: Sowulo title: Sowulo
description: Designing a theatrical, atmospheric and detailed show while and bringing it to a variety venues and festivals of varying sizes with very short on-site preparation times. description: Designing a theatrical, atmospheric and detailed show while and bringing it to a variety venues and festivals of varying sizes with very short on-site preparation times. Highlights include Hellfest, Motocultor, Castlefest and a 2025 EU Headline Tour
timeframe: 2023 - now timeframe: 2023 - now
--- ---