62 lines
2.5 KiB
HTML
Executable File
62 lines
2.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang='en'>
|
|
<head>
|
|
<title>About - Johannes Olzem</title>
|
|
<meta name='description' content="Johannes Olzem's Webspace.">
|
|
<meta charset='utf-8'>
|
|
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
|
|
<link rel='stylesheet' href='/css/style.css'>
|
|
<link rel='icon' href='/favico.ico'>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<a href='/'>Johannes Olzem's Webspace</a>
|
|
</header>
|
|
<nav>
|
|
<a href='/blog/'>Blog</a>
|
|
<a href='#'>About Me</a>
|
|
<a href='/contact/'>Contact</a>
|
|
</nav>
|
|
<main>
|
|
<h2>About Me</h2>
|
|
<!--<img src='/img/me.png' style='float:left;margin:1rem;border-radius:1rem;height:256px;'>-->
|
|
<p style='margin-bottom: 2rem;'>
|
|
Hey there!<br />
|
|
My name is Johannes, and I'm a computer enthusiast born and raised in Germany.
|
|
Currently, I'm majoring in IT and English, and I'm passionate about most things related to technology.
|
|
I love using free and open-source software, exploring different aspects about Linux, setting up and tinkering with servers,
|
|
and learning about privacy and security. When I'm not busy with the command line, I enjoy playing video games and dabbling in 3D Printing.
|
|
Apart from computers, I also have an interest in cars, ranging from classic to modern sports cars.
|
|
</p>
|
|
<h2>My Skills</h2>
|
|
<h3>Languages</h3>
|
|
<ul>
|
|
<li>HTML & CSS</li>
|
|
<li>Java</li>
|
|
<li>Basic Python</li>
|
|
<li>Basic PHP</li>
|
|
</ul>
|
|
<h3>Other Technologies</h3>
|
|
<ul>
|
|
<li>Linux</li>
|
|
<li>Git</li>
|
|
<li>SQL</li>
|
|
<li>LaTeX</li>
|
|
<li>Docker</li>
|
|
</ul>
|
|
<p>If you are interested in a research paper I wrote for a mandatory school project about Linux you can find it <a href='/facharbeit.pdf'>here</a>. My grade for this project was a 13 out of 15 possible grade points.</p>
|
|
<h2>About this website</h2>
|
|
<p>
|
|
This website has no ads or trackers and does not use cookies.<br>
|
|
It is also free and open source under the <a href='/LICENSE.txt'>GNU General Public License v3</a>.<br>
|
|
<a href='https://github.com/jolzem/jolzem.github.io/'>View Source Code</a><br>
|
|
</p>
|
|
<br>
|
|
<a href="https://www.digitalocean.com/?refcode=bd507e5a75ca&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge"><img src="https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg" alt="DigitalOcean Referral Badge" style="height:50px" /></a>
|
|
</main>
|
|
<footer>
|
|
<h6><a href><script>document.write(window.location.href);</script></a></h6>
|
|
</footer>
|
|
</body>
|
|
</html>
|