60 lines
2.6 KiB
HTML
60 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Waffelo's Den</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="">
|
|
<meta name="robots" content="noindex"> <!--DO NOT INDEX THE PAGE ON SEARCH ENGINES -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="c-main">
|
|
|
|
<h1>Fursona 🐉</h1>
|
|
<p>
|
|
Welcome to my personal website! This is my own little spot where I post articles and journal entries.
|
|
</p>
|
|
|
|
|
|
<br>
|
|
<h2>Introduction </h2>
|
|
|
|
<img src="assets/pfpfluff.jpg" class="mhid" width="200px" style="float: right; margin: 15px; margin-top: 0px;">
|
|
<p>
|
|
I am a nineteen years old passionate free software and hardware enthusiast from the Slovak Republic. I have studied
|
|
programming of CNCs and welding machinery. I am currently employeed. I am the lead admin and founder of Drgnz Club
|
|
community network which is a small group of like-minded people.
|
|
</p>
|
|
<p>
|
|
There are quite a lot of things that I am fond of. I enjoy things such as film photography, journaling and fountain pens, reading
|
|
books and the bible, listening to music and many more things. But I also am interested in the technology aswell, I do some
|
|
3D printing and sometimes design simple models in FreeCAD. I run a GNU/Linux server with my partner and I also like radio
|
|
communication technology. And for the physical activities, I enjoy going for walks and hikes to the forest and meadows, sometimes
|
|
I do few light exercises.
|
|
</p>
|
|
<p>
|
|
I prefer to use free and open-source software over proprietary software, that's why I use Gentoo Linux as my main operating system.
|
|
My favorite processor and graphics card brand is AMD so I have AMD only system. AMD is said to have better performance and compatibility
|
|
on GNU/Linux so that is a big plus, but I also think that AMD is overall much cooler.<br>
|
|
Currently I use Sway as my tiling window manager, I really prefer tiling WMs over DEs because of organized it can get and how customizable
|
|
it is.
|
|
</p>
|
|
|
|
|
|
<!-- Image only for mobile view -->
|
|
<center>
|
|
<img src="assets/pfpfluff.jpg" class="dhid" width="80%">
|
|
</center>
|
|
|
|
<br>
|
|
|
|
|
|
</div>
|
|
|
|
</div> <!-- c-main end -->
|
|
</body>
|
|
</html>
|