RBLicht content fixes. Add about. Add CV using site segments
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f6f090ead6
commit
3c93a5ccdf
8 changed files with 199 additions and 126 deletions
43
content/pages/cv.njk
Normal file
43
content/pages/cv.njk
Normal file
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: CV
|
||||
permalink: "/cv/"
|
||||
layout: 'base-nonav.njk'
|
||||
draft: true
|
||||
---
|
||||
<div class="container">
|
||||
<h1>Rik Berkelder</h1>
|
||||
Lighting Designer/Technician | Software Engineer | Nerd
|
||||
|
||||
<h2>About</h2>
|
||||
|
||||
<p>
|
||||
I am a freelance lighting designer, technician, and systems specialist with a focus on touring productions and live
|
||||
performance. Since 2018, I have worked freelance, initially alongside a career in IT and software engineering and
|
||||
full time since 2022, bringing together technical precision, creative design, and a strong respect for the craft and
|
||||
crew.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
I have designed lighting for touring shows that require both creative adaptability and practical problem solving on
|
||||
the road. As a house and systems technician in a variety of venues, I regularly support international acts and
|
||||
crews, adapting to varied
|
||||
setups and workflows. My theatre and festival touring experience has also strengthened my ability to communicate
|
||||
clearly with local teams and deliver consistent, high quality results in dynamic environments.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
A perfectionist by nature, I value preparation, attention to detail, and reliability while staying flexible and
|
||||
collaborative to meet the demands of live production. My background in IT and network management supports
|
||||
increasingly complex lighting and control systems, ensuring stable and efficient operation across all types of
|
||||
venues.
|
||||
</p>
|
||||
|
||||
<h2>Skills</h2>
|
||||
{%include "skills.njk" %}
|
||||
|
||||
<h2>Highlighted work</h2>
|
||||
{%include "highlights.njk" %}
|
||||
|
||||
<h2>Contact</h2>
|
||||
rik@rblicht.nl / +31 6 37 27 17 91
|
||||
</div>
|
|
@ -6,49 +6,37 @@ permalink: "/"
|
|||
<h1>Rik Berkelder</h1>
|
||||
Lighting Designer | Software Engineer | Nerd
|
||||
|
||||
{%if site.site == "rblicht" %}
|
||||
<h2>About</h2>
|
||||
<p>
|
||||
I am a freelance stage lighting technician, lighting designer, and lighting systems technician with a passion for the
|
||||
intersection of technical precision and creative expression. My journey in lighting began in primary school, driven by
|
||||
a fascination with how light shapes space and mood. Since 2018, I’ve been freelancing alongside a career in software
|
||||
engineering and IT, transitioning to full-time freelance work in 2022.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
As a self-proclaimed perfectionist, I’ve learned to harness this trait to my advantage—valuing preparation over
|
||||
improvisation and precision over guesswork. My attention to detail ensures that every cue, fixture, and system
|
||||
performs exactly as intended. I bring professionalism, technical expertise, and a deep commitment to elevating every
|
||||
production I work on, blending methodical planning with a love for creative problem-solving.
|
||||
</p>
|
||||
{%endif%}
|
||||
|
||||
<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>
|
||||
</div>
|
||||
<div class="col-half">
|
||||
<b>Software</b>
|
||||
<ul>
|
||||
<li>Typescript, GraphQL</li>
|
||||
<li>React (Native), Angular, NodeJS, Electron</li>
|
||||
<li>Git, Docker, Gitlab CI, GitHub Actions, DroneCI</li>
|
||||
<li>Sass/SCSS, Tailwind, Bootstrap</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{%include "skills.njk" %}
|
||||
|
||||
<h2>Highlighted Projects/Clients</h2>
|
||||
<ul>
|
||||
<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 + MIDI and OSC integration</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 / 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>
|
||||
{%include "highlights.njk" %}
|
||||
|
||||
<h2>Contact</h2>
|
||||
<span class="rblicht-hide">mail@riksolo.com / </span>rik@rblicht.nl
|
||||
{% if site.site != "rblicht" %}mail@riksolo.com / {% endif %}rik@rblicht.nl
|
||||
|
||||
<h3>Find me elsewhere</h3>
|
||||
<ul>
|
||||
<span class="rblicht-hide">
|
||||
<li><a href="https://dook.business/@RikSolo">Mastodon</a> <small>(dook.business)</small></li>
|
||||
</span>
|
||||
{% if site.site != "rblicht" %}
|
||||
<li><a href="https://dook.business/@RikSolo">Mastodon</a> <small>(dook.business)</small></li>
|
||||
{%endif%}
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue