mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
86 lines
2.7 KiB
HTML
86 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
|
||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&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, I’m Dominik</p>
|
||
<p>I’m 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>
|
||
<h1 id="books">Books</h1>
|
||
<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>
|
||
<h1 id="pgp-key">PGP Key</h1>
|
||
<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>
|