2023-08-23 14:44:06 +02:00
|
|
|
<!DOCTYPE html>
|
2023-08-29 18:40:16 +02:00
|
|
|
<html lang='en'>
|
2023-05-10 16:53:22 +02:00
|
|
|
<head>
|
2023-08-23 14:44:06 +02:00
|
|
|
<title>Contact - Johannes Olzem</title>
|
2023-08-29 18:40:16 +02:00
|
|
|
<meta name='description' content="Johannes Olzem's Webspace.">
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
|
|
|
<link rel='stylesheet' href='/css/style.css'>
|
|
|
|
<link rel='icon' href='/favico.ico'>
|
2023-05-10 16:53:22 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2023-08-29 18:40:16 +02:00
|
|
|
<header>
|
2024-05-15 12:08:00 +02:00
|
|
|
<a href='/' class='home-ref'>
|
|
|
|
<img src='/assets/logo.png' alt='Johannes Olzem'>
|
|
|
|
<span>Johannes Olzem</span>
|
|
|
|
</a>
|
|
|
|
<nav>
|
|
|
|
<a href='/blog/'>Blog</a>
|
|
|
|
<a href='/about/'>About Me</a>
|
|
|
|
<a href='/contact/'>Contact</a>
|
|
|
|
</nav>
|
2023-08-29 18:40:16 +02:00
|
|
|
</header>
|
2024-05-15 12:08:00 +02:00
|
|
|
<main class='full'>
|
2023-08-29 18:40:16 +02:00
|
|
|
<h2>Contact</h2>
|
|
|
|
<p>
|
|
|
|
Email me:
|
|
|
|
<a href='mailto:jolzem@pm.me?subject=Hi!' target='_blank'>jolzem@pm.me</a>
|
|
|
|
</p>
|
2024-01-07 11:57:59 +01:00
|
|
|
<br>
|
|
|
|
<p>
|
|
|
|
Find me on <a href='https://github.com/jolzem'>GitHub</a>.
|
|
|
|
</p>
|
2023-08-29 18:40:16 +02:00
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<h6><a href><script>document.write(window.location.href);</script></a></h6>
|
|
|
|
</footer>
|
2023-05-10 16:53:22 +02:00
|
|
|
</body>
|
|
|
|
</html>
|