jolzem.com/index.html

50 lines
2.3 KiB
HTML
Raw Normal View History

2023-01-20 19:09:49 +01:00
<!doctype html>
<html lang="en">
<head>
<title>Johannes Olzem</title>
<meta name="description" content="Johannes Olzem's Webspace.">
<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>
<body>
<div id="root">
<header>
<h1>Johannes Olzem's Webspace</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="/blog/">Blog</a>
<a href="/about/">About Me</a>
<a href="/contact/">Contact</a>
<a href="/donate/">Donate</a>
</nav>
<main>
<h2>Welcome to my Webspace!</h2>
<p>
Here I maintain my <a href="/blog/" class="inline">Blog</a>
about various topics and with various guides.<br />
You can learn more about me <a href="/about/" class="inline">here</a>.
</p>
<h2>Why run this website?</h2>
<p>
As you (should) know, most websites collect data about you.<br />
This is especially true for Social Media Sites, which this is supposed to be a substitute for.<br />
I still use some Social Media like Reddit and Twitter, but basically just to look at what other people are doing and to share stuff with some communities. But back to my rant:<br />
So the only logical option in my mind was to make a website with some kind of blog function to share my opinion and help people with problems, that I have had and solved.<br />
And now you are here! I don't know how you got here, but feel free to explore every crevasse of this site.
</p>
<br>
<br>
<a href="https://landchad.net>" target="_blank"><img src="/img/landchad.gif"></a>
<a href="https://www.vim.org" target="_blank"><img src="/img/vim.gif"></a>
<a href="https://kernel.org" target="_blank"><img src="/img/tux.gif"></a>
</main>
<footer>
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
</footer>
</div>
</body>
</html>