jolzem.com/index.html

73 lines
2.4 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
2025-02-09 15:00:01 +01:00
<html lang="en">
<head>
<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">
</head>
2025-02-09 15:00:01 +01:00
<body class="body">
<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>
</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>
<br>
2025-02-09 15:00:01 +01:00
<div class="cowsay-wrapper">
<p class="cowsay">
_____________________________
&#60; Have fun on this website! &#62;
-----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
2025-02-09 15:00:01 +01:00
</p>
</div>
<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>
</main>
<footer>
2025-02-09 15:00:01 +01:00
&copy; 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>
</footer>
</body>
2025-02-09 15:00:01 +01:00