2023-08-23 14:44:06 +02:00
|
|
|
<!DOCTYPE html>
|
2025-02-09 15:00:01 +01:00
|
|
|
<html lang="en">
|
2023-05-10 16:53:22 +02:00
|
|
|
<head>
|
2023-08-23 14:44:06 +02:00
|
|
|
<title>Johannes Olzem</title>
|
2025-02-09 15:00:01 +01:00
|
|
|
<meta name="description" content="Johannes Olzem"s personal website">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="icon" href="/favico.ico">
|
2023-05-10 16:53:22 +02:00
|
|
|
</head>
|
2025-02-09 15:00:01 +01:00
|
|
|
<body class="body">
|
2023-08-29 18:40:16 +02:00
|
|
|
<header>
|
2025-02-09 15:00:01 +01:00
|
|
|
<a href="/">
|
|
|
|
<img src="/img/logo.png">
|
2024-05-15 12:08:00 +02:00
|
|
|
</a>
|
2025-02-09 15:00:01 +01:00
|
|
|
<a href="/about/">About</a>
|
|
|
|
<a href="/blog/">Blog</a>
|
|
|
|
<a href="/contact/">Contact</a>
|
2023-08-29 18:40:16 +02:00
|
|
|
</header>
|
|
|
|
<main>
|
2025-02-09 15:00:01 +01:00
|
|
|
<h1>Johannes Olzem</h1>
|
|
|
|
<blockquote>Less is more</blockquote>
|
|
|
|
<h2>Welcome to my webspace</h2>
|
|
|
|
<p>
|
|
|
|
I'm Johannes, a computer enthusiast from Germany. On this website I
|
|
|
|
maintain my <a href="blog">blog</a> about various topics and you can
|
|
|
|
learn more about me <a href="/about/">here.</a> If you want to get in
|
|
|
|
touch with me, you can do that <a href="/contact/">here</a>.
|
|
|
|
</p>
|
|
|
|
<h2>Why run this website?</h2>
|
|
|
|
<p>
|
|
|
|
The internet used to be a place of personal expression, not just
|
|
|
|
corporate dominance. I believe in keeping that spirit alive.
|
|
|
|
<br>
|
|
|
|
This site is a small step towards a more independent web.
|
|
|
|
It also allows me to share my experiences, how I do things, and other
|
|
|
|
stuff that I want to put out into the world.
|
|
|
|
<br>
|
|
|
|
Please feel free to explore every crevasse of this site! Don't know where
|
|
|
|
to start? Try the <a href="/about/">about</a> page, to learn more about
|
|
|
|
who I am.
|
|
|
|
</p>
|
2023-08-29 18:40:16 +02:00
|
|
|
<br>
|
2025-02-09 15:00:01 +01:00
|
|
|
<div class="cowsay-wrapper">
|
|
|
|
<p class="cowsay">
|
2023-08-23 14:44:06 +02:00
|
|
|
_____________________________
|
|
|
|
< Have fun on this website! >
|
|
|
|
-----------------------------
|
2023-08-29 18:40:16 +02:00
|
|
|
\ ^__^
|
|
|
|
\ (oo)\_______
|
|
|
|
(__)\ )\/\
|
|
|
|
||----w |
|
|
|
|
|| ||
|
2025-02-09 15:00:01 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
2023-08-29 18:40:16 +02:00
|
|
|
<br>
|
2025-02-09 15:00:01 +01:00
|
|
|
<div class="cards">
|
|
|
|
<img src="/img/linux_powered.gif" alt="Linux powered">
|
|
|
|
<img src="/img/vim.gif" alt="vim">
|
|
|
|
<img src="/img/nocookie.gif" alt="No Cookies">
|
|
|
|
<img src="/img/bestvieweddesktop.gif" alt="Best viewed with desktop">
|
|
|
|
<img src="/img/internetprivacy.gif" alt="Internet privacy now!">
|
|
|
|
<img src="/img/smile.gif" alt="Have a smile">
|
|
|
|
</div>
|
2023-08-29 18:40:16 +02:00
|
|
|
</main>
|
|
|
|
<footer>
|
2025-02-09 15:00:01 +01:00
|
|
|
© 2021 - <script>document.write(new Date().getFullYear())</script> Johannes Olzem
|
|
|
|
<br>
|
|
|
|
<small>This website is free software. You can redistribute and modify it under the terms of the GNU General Public License V3.</small>
|
2023-08-29 18:40:16 +02:00
|
|
|
</footer>
|
2023-05-10 16:53:22 +02:00
|
|
|
</body>
|
2025-02-09 15:00:01 +01:00
|
|
|
|