Redo website styling
This commit is contained in:
+31
-15
@@ -2,29 +2,45 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Contact - Johannes Olzem</title>
|
||||
<meta name="description" content="Johannes Olzem"s personal website">
|
||||
<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>
|
||||
<body class="body">
|
||||
<header>
|
||||
<a href="/">
|
||||
<img src="/img/logo.png">
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/" class="header-logo">
|
||||
<img src="/img/header-logo.webp" alt="logo">
|
||||
</a>
|
||||
<a href="/about/">About</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="/contact/">Contact</a>
|
||||
</header>
|
||||
<span class="header-text">Johannes Olzem</span>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/about/">About</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/blog/">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/contact/">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<main>
|
||||
<h1>Johannes Olzem</h1>
|
||||
<blockquote>Less is more</blockquote>
|
||||
<h2>Contact</h2>
|
||||
<h1>Contact</h1>
|
||||
<p>
|
||||
Email me: <a href="mailto:johannes@olzem.org">johannes@olzem.org</a>
|
||||
<br>
|
||||
Find me on <a href="https://github.com/jolzem">Github</a>
|
||||
If you want to get in touch with me you can do so via e-mail at:
|
||||
<a href="mailto:johannes@olzem.org">johannes@olzem.org</a>
|
||||
</p>
|
||||
<p>
|
||||
Additionally we can also connect via
|
||||
<a href="https://github.com/jolzem">GitHub</a>.
|
||||
</p>
|
||||
<p>
|
||||
Also feel free to visit my other site
|
||||
<a href="https://keebparts.eu/">keepbarts.eu</a> where I listed a few
|
||||
keyboard part stores within the EU to safely shop without worrying about
|
||||
customs or import taxes.
|
||||
</p>
|
||||
</main>
|
||||
<footer>
|
||||
|
||||
Reference in New Issue
Block a user