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
11
content/includes/highlights.njk
Normal file
11
content/includes/highlights.njk
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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>RN7 - Custom digital signage with radio playout data integration</li>
|
||||
<li>Doornroosje / TivoliVredenburg / Luxor Live / Musis Sacrum - House LD / System Technician</li>
|
||||
<li>ShowLine / Hoevenaars / Ecolicht - Lighting Operator / System Technician</li>
|
||||
<li>DG Producties / Theater Terra / Ellen ten Damme - Theatre Touring</li>
|
||||
<li>Deyval - Last-minute work for a wide range of customers</li>
|
||||
<small><a href="/portfolio">See More -></a></small>
|
||||
</ul>
|
31
content/includes/navbar.njk
Normal file
31
content/includes/navbar.njk
Normal file
|
@ -0,0 +1,31 @@
|
|||
{% macro navItem(title, url, hyphen=true, target='_self') %}
|
||||
<span>
|
||||
<a href="{{url}}" target="{{target}}">{{title}}</a>
|
||||
{% if hyphen %} - {% endif %}
|
||||
</span>
|
||||
{% endmacro %}
|
||||
|
||||
<div class="container">
|
||||
<div class="nav">
|
||||
<a class="d-inline-block main-logo" href="/">
|
||||
<img src="/img/RB-w.png" alt="RB logo" eleventy:widths="100" />
|
||||
Rik Berkelder
|
||||
</a>
|
||||
<div class="nav-links">
|
||||
<div class="d-inline-block">
|
||||
{{navItem("Home", "/")}}
|
||||
{%if site.site != "rblicht" %}
|
||||
{{navItem("Blog", "/blog")}}
|
||||
{%endif%}
|
||||
{{navItem("Portfolio", "/portfolio", false)}}
|
||||
</div>
|
||||
<div class="d-inline-block">
|
||||
<span> | </span>
|
||||
{% if site.site != "rblicht" %}
|
||||
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
||||
{% endif %}
|
||||
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
21
content/includes/skills.njk
Normal file
21
content/includes/skills.njk
Normal file
|
@ -0,0 +1,21 @@
|
|||
<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 & IT</b>
|
||||
<ul>
|
||||
<li>Typescript, Rust, C++</li>
|
||||
<li>React (Native), Angular, NodeJS, Electron, Embedded</li>
|
||||
<li>Git, Docker, Gitlab CI, GitHub Actions, DroneCI</li>
|
||||
<li>Network Management, Cisco, Mikrotik, Netgear</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue