Files
website/blog/public/whoami/index.html
T
2025-10-28 18:35:52 +01:00

86 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>