forked from nevvkid/lohbihler.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 1.26 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: page
title: Johannes Elias Lohbihler – Creative Technologist
permalink: /
---
<div class="intro pb4">
<p class="large"><strong>Johannes Elias Lohbihler</strong> is a seasoned <strong>product designer</strong>,</br> currently on a sabbatical and happy talking about new job opportunities.</br> Amongst other ventures, he founded <a href="http://dadamachines.com" target="_blank">dadamachines</a> – a studio for multisensory experiences & open-source music technology.</br>
Recently he did a stint at <a href="http://www.korg.com" target="_blank">KORG</a> – setting up shop in <a href="http://korg.berlin" target="_blank">Berlin</a>.</br> His expertise is ranging from crafts to creating digital and analog experiences, products, or services for large & small clients.</p>
</div>
{% assign projects = site.projects | sort: 'order' %}
{% for project in projects %}
<div class="project-container">
<a href="{{ project.url }}" class="no_border">
<img src="projects/{{ project.picture }}" class="image" alt="{{ project.title }} – {{ project.headline }}" style="width: 100%;"/>
<div class="overlay-outer">
<div class="overlay-inner">
<div class="project-title"><h2 class="h1">{{ project.title }}</h2></div>
</div>
</div>
</a>
</div>
{% endfor %}