This commit is contained in:
2025-10-28 18:35:52 +01:00
parent 96974c6922
commit 737b175efd
55 changed files with 2239 additions and 0 deletions
+85
View File
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<link rel="stylesheet" href="/css/style.css">
<meta charset="UTF-8">
<title> agres :: Whoami </title>
</head>
<body>
<header class="topbar">
<div class="topbar-content">
<em>
<a href="/" class="site-title">
agres.online
</a>
</em>
<nav class="nav-links">
<a href="/blog/">~/blog</a>
<a href="/whoami/">~/whoami</a>
</nav>
</div>
</header>
<main>
<article>
<h1>Whoami</h1>
<p>Hi, Im Dominik</p>
<p>Im passionate about technology, software, and cybersecurity.</p>
<ul>
<li>Studied <strong>Software Engineering</strong> at <strong>Heilbronn University (HHN)</strong></li>
<li>Worked at <strong>Schwarz IT</strong> in a <strong>Cybersecurity</strong> team during my studies</li>
<li>Wrote my Bachelors Thesis about the application of Machine Learning to optimise distinct processes in the Cybersecurity world</li>
<li>Love exploring nature, going on hiking trips as well as driving my motorcycle</li>
<li>Love reading books about sociology, philosophy and politics</li>
</ul>
<hr>
<h2 id="books">Books</h2>
<p>Here are some of my favourite books I would recommend to anyone:</p>
<ul>
<li><a href="https://search.worldcat.org/title/986950078">Homo Deus - Yuval Noah Harari</a></li>
<li><a href="https://search.worldcat.org/title/1357534605?oclcNum=1357534605">Ikigai - Ken Mogi</a></li>
<li><a href="https://search.worldcat.org/title/1259326703">Mein Katalonien - George Orwell</a></li>
<li><a href="https://search.worldcat.org/title/872702854?oclcNum=872702854">On Anarchism - Noam Chomsky</a></li>
</ul>
<p>Reading right now:</p>
<ul>
<li><a href="">Nexus - Yuval Noah Harari</a></li>
<li><a href="">Atomic Habits - James Clear</a></li>
</ul>
<hr>
<h2 id="pgp-key">PGP Key</h2>
<p>If you want to send me encrypted messages use the following <a href="/publickey.asc">PGP-Key</a>. If you want to check the fingerprint:</p>
<pre tabindex="0"><code>896B 3FF1 2E82 A80C 10F6 42CB 4634 761C A7CE E0A
</code></pre>
</article>
</main>
<footer class="bottombar">
<div class="bottombar-content">
<nav class="footer-links">
<a href="/impressum/">Impressum</a> ·
<a href="/datenschutz/">Datenschutz</a> ·
<a href="mailto:dominik@agres.online">Email</a>
<a href="/publickey.asc">PGP-Key</a>
</nav>
<div class="copyright">© 2025 Dominik Agreš</div>
</div>
</footer>
</body>
</html>