mirror of
https://github.com/agresdominik/website.git
synced 2026-04-21 18:05:53 +00:00
96 lines
2.1 KiB
HTML
96 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="generator" content="Hugo 0.152.2"><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 :: agres.online </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>
|
|
|
|
|
|
<style>
|
|
#typedText::after {
|
|
content: "|";
|
|
animation: blink 0.7s infinite;
|
|
}
|
|
@keyframes blink {
|
|
50% { opacity: 0; }
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
document.addEventListener("DOMContentLoaded", function () {
|
|
const text = "Welcome";
|
|
const element = document.getElementById("typedText");
|
|
let index = 0;
|
|
|
|
function type() {
|
|
if (index < text.length) {
|
|
element.textContent += text.charAt(index);
|
|
index++;
|
|
setTimeout(type, 120);
|
|
}
|
|
}
|
|
|
|
type();
|
|
});
|
|
</script>
|
|
|
|
|
|
<div class="landing-welcome">
|
|
<h1 id="typedText"></h1>
|
|
<div class="landing-links">
|
|
|
|
<a href="https://github.com/agresdominik" target="_blank">github</a>
|
|
|
|
<a href="https://linkedin.com/in/dominik-agres" target="_blank">linkedin</a>
|
|
|
|
<a href="mailto:dominik@agres.online" target="_blank">email</a>
|
|
|
|
<a href="/publickey.asc" target="_blank">pgp</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</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>
|