jolzem.com/about/index.html

87 lines
3.3 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
2025-02-09 15:00:01 +01:00
<html lang="en">
<head>
<title>About - 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>About me</h2>
<img src="/img/portrait.png" alt="Me" class="portrait">
<p>
Hey there!
My name is Johannes, and I'm a computer enthusiast born and raised in
Germany. Recently, I graduated from school, majoring in IT and English,
and I am now training to become an IT specialist. I am passionate about
most things related to technology, but specifically I am passionate about
using free and open-source software, exploring different aspects of
Linux, setting up and tinkering with servers, and learning about online
privacy and security. When I'm not busy with the command line, I enjoy
playing video games and building/modifying mechanical keyboards. Apart
from computers I enjoy making my own pourover coffee, I am a big fan of
technical fashion and I like cars.
</p>
<h2>My Skills</h2>
2025-02-09 15:00:01 +01:00
<p>I have at least basic knowledge in the following technologies:</p>
<div style="float:left" class="skills">
<h3>Languages</h3>
<ul>
<li>HTML &amp; CSS</li>
<li>Java</li>
<li>Python</li>
<li>PHP</li>
</ul>
</div>
<div style="float:right" class="skills">
<h3>Other technologies</h3>
<ul>
<li>Linux</li>
<li>Git</li>
<li>SQL</li>
<li>LaTeX</li>
<li>Docker</li>
</ul>
</div>
<br>
<h2>About this website</h2>
<p>
2025-02-09 15:00:01 +01:00
While I might not have been using the internet much or at all during the
web 1.0 times (which this site is heavily modeled after) I do believe that
modern websites are unnecessarly bloated in many ways. They contain ads and
trackers (that's just how capitalism works, I can't really complain about
that) but also so much useless JavaScript. I agree that it is very useful
in certain areas but sometimes it is just not needed. Like in the case of a
news site, or a recipe site, which in my opinion could just be served
statically without much (or any) JavaScript. Because of this, I created
this website, to make a small contribution to the debloated minimal web.
Just pure HTML and CSS with some (useful) quality of life JavaScript.
No ads, trackers, or cookies.
<br>
It is also free and Open Source under the GNU General Public License V3,
which you can find <a href="/LICENSE.txt">here.</a>
<br>
<a href="https://git.jolzem.com/jolzem/jolzem.com">Source code</a>
</p>
</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