2024-12-30 11:55:54 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>wrz.one</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link href="/static/style.css?v=1" rel="stylesheet" />
|
|
|
|
<link rel="icon" href="/static/assets/favicon.svg" sizes="any" type="image/svg+xml" />
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<img class="logo" src="/static/assets/logo.svg" alt="Logo" draggable="false" />
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main>
|
|
|
|
<nav id="menu">
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a title="Forgejo profile" href="https://tea.wrz.one/lukas">Forgejo</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a title="GitHub profile" href="https://github.com/lukaswrz">GitHub</a>
|
|
|
|
</li>
|
2025-03-25 19:16:44 +00:00
|
|
|
<li>
|
|
|
|
<a title="LinkedIn profile" href="https://www.linkedin.com/in/lukas-wurzinger-b24874354/">LinkedIn</a>
|
|
|
|
</li>
|
2024-12-30 11:55:54 +00:00
|
|
|
<li>
|
|
|
|
<a title="Codeberg profile" href="https://codeberg.org/lukaswrz">Codeberg</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
<a class="external" title="Send me an email at lukas@wrz.one" href="mailto:lukas@wrz.one">
|
|
|
|
<span class="external-text email-me">Email me</span>
|
|
|
|
</a>
|
|
|
|
|
2025-03-25 19:16:44 +00:00
|
|
|
<a class="external" href="https://helveticanonstandard.net">
|
|
|
|
<span class="external-text visit-helvetica">Visit helveticanonstandard.net</span>
|
2024-12-30 11:55:54 +00:00
|
|
|
</a>
|
|
|
|
</main>
|
|
|
|
</body>
|
|
|
|
|
2025-03-25 19:16:44 +00:00
|
|
|
</html>
|