2023-08-23 14:44:06 +02:00
<!DOCTYPE html>
2023-08-29 18:40:16 +02:00
< html lang = 'en' >
2023-05-10 16:53:22 +02:00
< head >
2023-08-23 14:44:06 +02:00
< title > About - Johannes Olzem< / title >
2023-08-29 18:40:16 +02:00
< 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' >
2023-05-10 16:53:22 +02:00
< / head >
< body >
2023-08-29 18:40:16 +02:00
< header >
2024-05-15 12:08:00 +02:00
< a href = '/' class = 'home-ref' >
< img src = '/assets/logo.png' alt = 'Johannes Olzem' >
< span > Johannes Olzem< / span >
< / a >
< nav >
< a href = '/blog/' > Blog< / a >
< a href = '/about/' > About Me< / a >
< a href = '/contact/' > Contact< / a >
< / nav >
2023-08-29 18:40:16 +02:00
< / header >
< 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.
2024-09-07 20:23:23 +02:00
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,
2024-05-23 10:18:29 +02:00
and learning about privacy and security. When I'm not busy with the command line, I enjoy playing video games and building/modifying mechanical keyboards.
2024-09-07 20:23:23 +02:00
Apart from computers, I also have an interest in cars, ranging from classic to modern sports cars, and like riding my somewhat odd looking bicycle.
2023-08-29 18:40:16 +02:00
< / p >
< h2 > My Skills< / h2 >
< h3 > Languages< / h3 >
2024-05-23 10:18:29 +02:00
< p style = 'margin: 1rem !important; text-align: center;' > I have at least basic knowledge in the following programming languages:< / p >
2023-08-29 18:40:16 +02:00
< ul >
< li > HTML & CSS< / li >
< li > Java< / li >
2024-05-23 10:18:29 +02:00
< li > Python< / li >
< li > PHP< / li >
2023-08-29 18:40:16 +02:00
< / 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 >
< / main >
< footer >
< h6 > < a href > < script > document . write ( window . location . href ) ; < / script > < / a > < / h6 >
< / footer >
2023-05-10 16:53:22 +02:00
< / body >
< / html >