major overhaul: changed styling, added content, removed donate page, updated quick fixes

This commit is contained in:
2023-08-23 14:44:06 +02:00
parent ea1508be79
commit 47c053ea5f
48 changed files with 658 additions and 1442 deletions
+28 -28
View File
@@ -1,34 +1,34 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog - 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">
<title>Blog - 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>
<a href="/">Johannes Olzem's Webspace</a>
</header>
<nav>
<a href="#">Blog</a>
<a href="/about/">About Me</a>
<a href="/contact/">Contact</a>
<a href="/donate/">Donate</a>
</nav>
<main>
<h2>Blog</h2>
<div class="blog-entries">
<a href="quick-fixes/">Quick Fixes</a>
<a href="the-current-state-of-software-is-utterly-ridiculous/">The current state of software is utterly ridiculous</a>
</div>
</main>
<footer>
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
</footer>
</div>
<div id="root">
<header>
<a href="/">Johannes Olzem's Webspace</a>
</header>
<nav>
<a href="#">Blog</a>
<a href="/about/">About Me</a>
<a href="/contact/">Contact</a>
</nav>
<main>
<h2>Blog</h2>
<div class="blog-entries">
<a href="quick-fixes/">Quick Fixes</a>
<a href="the-current-state-of-software-is-utterly-ridiculous/">The current state of software is utterly ridiculous</a>
<a href="how-to-create-a-rust-server-on-linux/">How to create a Rust server on Linux</a>
</div>
</main>
<footer>
<h6><a href><script>document.write(window.location.href);</script></a></h6>
</footer>
</div>
</body>
</html>