Compare commits
2 commits
b259b9f083
...
f6f5e7e599
Author | SHA1 | Date | |
---|---|---|---|
f6f5e7e599 | |||
446573d1bc |
8 changed files with 38 additions and 9 deletions
|
@ -37,6 +37,12 @@
|
|||
<meta property="og:image" content="{{site.url}}/img/RB-w.png" />
|
||||
{%endif%}
|
||||
|
||||
<script>
|
||||
if (window.location.href.includes("rblicht.nl")) {
|
||||
document.querySelectorAll(".rblicht-hide").forEach(e => { e.style.display = 'none'; });
|
||||
}
|
||||
</script>
|
||||
|
||||
<title>{% if title %}{{title}} | {% endif %}{{site.title}}</title>
|
||||
</head>
|
||||
|
||||
|
@ -50,12 +56,16 @@
|
|||
<div class="nav-links">
|
||||
<div class="d-inline-block">
|
||||
{{navItem("Home", "/")}}
|
||||
{{navItem("Blog", "/blog")}}
|
||||
<span class="rblicht-hide">
|
||||
{{navItem("Blog", "/blog")}}
|
||||
</span>
|
||||
{{navItem("Portfolio", "/portfolio", false)}}
|
||||
</div>
|
||||
<div class="d-inline-block">
|
||||
<span> | </span>
|
||||
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
||||
<span class="rblicht-hide">
|
||||
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
||||
</span>
|
||||
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -8,12 +8,12 @@ Lighting Designer | Software Engineer | Nerd
|
|||
|
||||
<h2>Skills</h2>
|
||||
<div class="flex">
|
||||
|
||||
<div class="col-half">
|
||||
<b>Lighting & AV</b>
|
||||
<ul>
|
||||
<li>GrandMA2/3, Avolites, Hog4, Obsidian Onyx</li>
|
||||
<li>Capture, Vectorworks</li>
|
||||
<li>RDM, dmXLAN, Luminex, Mikrotik</li>
|
||||
<li>ATEM, Resolume, VMix, OBS</li>
|
||||
<li>Timecode, Remote Production, System Integration</li>
|
||||
</ul>
|
||||
|
@ -31,20 +31,24 @@ Lighting Designer | Software Engineer | Nerd
|
|||
|
||||
<h2>Highlighted Projects/Clients</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.sowulo.nl">Sowulo</a> - Lighting design & touring since 2023</li>
|
||||
<li><a href="https://www.sowulo.nl">Sowulo</a> - Lighting design & international touring since 2023</li>
|
||||
<li><a href="https://aitum.tv">Aitum</a> - React & Electron development</li>
|
||||
<li><a href="https://twitch.tv/mrgregles">MrGregles</a> - Fully remote, real-time live show lighting control</li>
|
||||
<li><a href="https://rn7.nl">RN7</a> - Custom digital signage with radio playout data integration</li>
|
||||
<li>Doornroosje / TivoliVredenburg / Luxor Live - House LD</li>
|
||||
<li>Doornroosje / TivoliVredenburg / Luxor Live / Musis Sacrum / PUL Uden - House LD / System Technician</li>
|
||||
<li>Hoevenaars / Ecolicht / Mansveld Expotech - Lighting Operator / System Technician</li>
|
||||
<li>DG Producties / Theater Terra / Ellen ten Damme - Theatre Touring</li>
|
||||
<small><a href="/portfolio">See More -></a></small>
|
||||
</ul>
|
||||
|
||||
<h2>Contact</h2>
|
||||
mail@riksolo.com / rik@rblicht.nl
|
||||
<span class="rblicht-hide">mail@riksolo.com / </span>rik@rblicht.nl
|
||||
|
||||
<h3>Find me elsewhere</h3>
|
||||
<ul>
|
||||
<li><a href="https://dook.business/@RikSolo">Mastodon</a> <small>(dook.business)</small></li>
|
||||
<span class="rblicht-hide">
|
||||
<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://github.com/rikberkelder">GitHub</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
BIN
content/portfolio/dgtheater/Kalabante-5-fotograaf-nvt.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
6
content/portfolio/dgtheater/dgtheater.md
Normal file
6
content/portfolio/dgtheater/dgtheater.md
Normal 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
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
BIN
content/portfolio/dgtheater/img57647_orig.png
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -10,7 +10,7 @@ const conf = {
|
|||
const dir = path.dirname(data.page.inputPath);
|
||||
|
||||
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();
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
order: 1
|
||||
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
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue