1
Fork 0
bauke-xyz/source/templates/index.html

33 lines
698 B
HTML
Raw Normal View History

2021-11-26 13:08:13 +00:00
{% extends "base.html" %}
{% block head %}
<link rel="stylesheet" href="/css/index.css">
{% endblock %}
{% block body %}
<header class="page-header">
2022-03-28 12:07:15 +00:00
<h1>Bauke</h1>
2021-11-26 13:08:13 +00:00
2022-10-25 21:51:06 +00:00
<p class="subtitle">
<a href="mailto:me@bauke.xyz" title="me@bauke.xyz">
Email
2021-11-26 13:08:13 +00:00
</a>
2022-10-25 21:51:06 +00:00
<a href="https://git.bauke.xyz/explore/repos">
Software
2022-09-26 09:37:17 +00:00
</a>
2022-10-25 21:51:06 +00:00
</p>
</header>
2022-03-28 13:53:30 +00:00
2022-10-25 21:51:06 +00:00
<main class="page-main">
<a class="driftingnebula" href="https://driftingnebula.com">
2022-03-28 16:01:18 +00:00
<img alt="driftingnebula" src="/assets/driftingnebula.png">
2022-03-28 13:53:30 +00:00
</a>
2022-10-25 21:51:06 +00:00
<a class="holllo" href="https://holllo.org">
<img alt="Holllo" src="/assets/holllo-text.png">
</a>
2021-11-26 13:08:13 +00:00
</main>
<script src="/js/listenbrainz.js"></script>
2021-11-26 13:08:13 +00:00
{% endblock %}