moved to unix line breaks, changed colors and text
This commit is contained in:
+60
-53
@@ -1,53 +1,60 @@
|
||||
<!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>
|
||||
<div id="root">
|
||||
<header>
|
||||
<h1>Johannes Olzem's Webspace</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/blog/">Blog</a>
|
||||
<a href="#">About Me</a>
|
||||
<a href="/contact/">Contact</a>
|
||||
<a href="/donate/">Donate</a>
|
||||
</nav>
|
||||
<main>
|
||||
<!-- <img src="/img/me.png" style="float:right;margin:1rem;border-radius:1rem;max-height: 245px;"> -->
|
||||
<h2>About Me</h2>
|
||||
<p style="margin-bottom: 2rem;">
|
||||
Hi! <br>
|
||||
I'm Johannes, a computer nerd born and living in germany. <br>
|
||||
I am currently a student, majoring in IT and english.<br>
|
||||
I like free and open source software, Linux, servers, privacy and playing video games in my free time.<br>
|
||||
There is not much I like outside of computers, but some things include videography and cars.
|
||||
</p>
|
||||
<h2>My Skills</h2>
|
||||
<p>HTML & CSS</p>
|
||||
<p>Basic JavaScript</p>
|
||||
<p>Basic Python</p>
|
||||
<p><em>Currently learning</em> Java</p>
|
||||
<p style="margin-bottom: 2rem;">Docker</p>
|
||||
|
||||
<h2>About this website</h2>
|
||||
<p>
|
||||
This website is <a href="/LICENSE.txt">free and open source under the GNU General Public License v3</a>.<br>
|
||||
<a href="https://github.com/jolzem/jolzem.github.io/" class="inline">View Source Code</a><br>
|
||||
It also has no ads or trackers and does not use cookies.<br>
|
||||
<a href="https://github.com/sainnhe/everforest" class="inline">View Everforest Theme</a>
|
||||
</p>
|
||||
</main>
|
||||
<footer>
|
||||
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!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>
|
||||
<div id="root">
|
||||
<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>
|
||||
<a href="/donate/">Donate</a>
|
||||
</nav>
|
||||
<main>
|
||||
<!-- <img src="/img/me.png" style="float:right;margin:1rem;border-radius:1rem;max-height: 245px;"> -->
|
||||
<h2>About Me</h2>
|
||||
<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>Basic Python</li>
|
||||
<li>Java</li>
|
||||
</ul>
|
||||
<h3>Other Technologies</h3>
|
||||
<ul>
|
||||
<li>Linux</li>
|
||||
<li>Git</li>
|
||||
<li>LaTeX</li>
|
||||
<li>Docker</li>
|
||||
</ul>
|
||||
|
||||
<h2>About this website</h2>
|
||||
<p>
|
||||
This website has no ads or trackers and does not use cookies.<br>
|
||||
It is also <a href="/LICENSE.txt">free and open source under the GNU General Public License v3</a>.<br>
|
||||
<a href="https://github.com/jolzem/jolzem.github.io/" class="inline">View Source Code</a><br>
|
||||
</p>
|
||||
</main>
|
||||
<footer>
|
||||
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user