78 lines
No EOL
2.8 KiB
HTML
78 lines
No EOL
2.8 KiB
HTML
<!doctype html>
|
|
<html lang=en>
|
|
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<base href="@base_url">
|
|
<title>@title // the codeartist — programmer and engineer based in Berlin</title>
|
|
<meta content="The personal page and weblog of Norman Köhring" name=description>
|
|
<meta content="Norman Köhring" name=author>
|
|
<meta content="the codeartist — programmer and engineer based in Berlin" name=DC.title>
|
|
<meta content="52.4595, 13.5335" name=ICBM>
|
|
<meta content="52.4595; 13.5335" name=geo.position>
|
|
<meta content=DE-BE name=geo.region>
|
|
<meta content=Berlin name=geo.placename>
|
|
<meta content="width=device-width,initial-scale=1.0" name=viewport>
|
|
<link href=https://koehr.in rel=author>
|
|
<link href=https://koehr.in rel=canonical>
|
|
<link href=https://k0r.in rel=alternate>
|
|
<link href=https://koehr.ing rel=me>
|
|
<link href=@Koehr@mstdn.io rel=me>
|
|
<link href=https://sr.ht/~koehr/ rel=me>
|
|
<link href=https://git.k0r.in rel=me>
|
|
<link href=https://threads.net/@coffee_n_code rel=me>
|
|
<link href=https://instagram.com/@coffee_n_code rel=me>
|
|
<link href=https://ko-fi.com/koehr rel=me>
|
|
<link href=https://reddit.com/user/koehr rel=me>
|
|
<link href=https://koehr.in/rss.xml rel=alternate title=RSS type=application/rss+xml>
|
|
<link href=/favicon.png rel=icon type=image/x-icon>
|
|
<link href=/style.css rel=stylesheet>
|
|
</head>
|
|
|
|
<body>
|
|
<header class="light:invert">
|
|
Homepage of
|
|
<div class=p-name>
|
|
<span class=first-name>Norman</span>
|
|
<span class=last-name>Köhring</span>
|
|
</div>
|
|
Code Artist
|
|
</header>
|
|
<main>
|
|
<div id=intro>
|
|
<p>
|
|
Hi there! I am a
|
|
<a title="Do you want to hire me?" href="#contact">programmer</a>,
|
|
<a rel="noopener" title="see some of my projects" href="https://git.k0r.in" target="_blank">open-source
|
|
enthusiast</a>
|
|
and
|
|
<a title="What is a hacker, actually?" href="https://en.wikipedia.org/wiki/Hacker_culture" rel="noopener"
|
|
target="_blank">hacker</a>
|
|
based in Berlin, Germany.
|
|
</p>
|
|
<p>
|
|
I call myself a code artist, because programming can and should be seen as a creative process; therefore code is
|
|
art. I love to craft pieces of art with code, that are beautiful and elegant in their simplicity, readability
|
|
and architecture.
|
|
</p>
|
|
|
|
<div id=menu>
|
|
<a href="https://koehr.ing" target="_blank">
|
|
Try the Interactive Homepage Experiment
|
|
<img class="light:invert" src="/term.svg" />
|
|
</a>
|
|
<a href="#content">
|
|
Learn more about me and my work, here
|
|
<img class="light:invert" src="/down.svg" />
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div id=content>
|
|
@contents
|
|
</div>
|
|
</main>
|
|
<link href=/extended.css rel=stylesheet>
|
|
<script async data-goatcounter=https://koehr.goatcounter.com/count src=//gc.zgo.at/count.js></script>
|
|
</body>
|
|
|
|
</html> |