73 lines
2.0 KiB
HTML
73 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Bauke</title>
|
|
<link rel="stylesheet" href="css/modern-normalize.css">
|
|
<link rel="stylesheet" href="css/common.css">
|
|
<link rel="stylesheet" href="css/index.css">
|
|
</head>
|
|
|
|
<body>
|
|
<main class="bordered">
|
|
<h1 class="bordered">Bauke</h1>
|
|
<ul class="bordered">
|
|
<li>
|
|
<a href="https://git.holllo.cc/Bauke" target="_blank">Gitea</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://github.com/Bauke" target="_blank">GitHub</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://gitlab.com/Bauke" target="_blank">GitLab</a>
|
|
</li>
|
|
</ul>
|
|
<ul class="bordered">
|
|
<li>
|
|
<a href="https://holllo.cc" target="_blank">Holllo</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://driftingnebula.com" target="_blank">driftingnebula</a>
|
|
</li>
|
|
</ul>
|
|
<ul class="bordered">
|
|
<li>
|
|
<a href="https://tildes.net/user/Bauke" target="_blank">Tildes</a>
|
|
</li>
|
|
</ul>
|
|
<ul class="bordered">
|
|
<li>
|
|
<a href="https://matrix.org" target="_blank">Matrix: @baukexyz:matrix.org</a>
|
|
</li>
|
|
<li>
|
|
<a href="mailto:me@bauke.xyz">Email: me@bauke.xyz</a>
|
|
</li>
|
|
<li>
|
|
<a rel="me" href="https://mastodon.social/@bauke">Mastodon: @bauke@mastodon.social</a>
|
|
</li>
|
|
</ul>
|
|
<div class="divider"></div>
|
|
<ul class="bordered">
|
|
<li>
|
|
<a href="https://git.holllo.cc/Bauke?q=open-source" target="_blank">♡ Open Source</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://git.holllo.cc/Bauke?q=rust" target="_blank">♥ Rust</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://git.holllo.cc/Bauke?q=javascript" target="_blank">♡ TypeScript & JavaScript</a>
|
|
</li>
|
|
</ul>
|
|
</main>
|
|
<footer class="bordered">
|
|
<p>
|
|
© Bauke
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank">CC BY-SA 4.0</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|