website/templates/home.html.tera

13 lines
612 B
Plaintext
Raw Normal View History

{% extends "nav" %}
{% block content %}
<img src="glyph.svg" style="width: 175px;" />
<p>Welcome to the personal website of glyph.</p>
<h2>Contact Information</h2>
<ul style="padding: 0;">
2020-06-07 16:06:00 +00:00
<li class="list-item">Email: <a href="mailto:glyph@mycelial.technology">glyph@mycelial.technology</a></li>
2020-05-09 14:44:33 +00:00
<li class="list-item">Merveilles: <a href="https://merveilles.town/@glyph" title="@glyph@merveilles.town">@glyph</a></li>
<li class="list-item" style="word-wrap: break-word;">Scuttlebutt: @HEqy940T6uB+T+d9Jaa58aNfRzLx9eRWqkZljBmnkmk=.ed25519</li>
</ul>
2020-06-10 18:58:43 +00:00
<hr>
{%- endblock %}