shimmer-systems/templates/index.html

20 lines
689 B
HTML

{% extends "base.html" %}
{% block content %}
<div>
<h1 class="title">
Shimmer Systems
</h1>
<p>hi, i'm jane. <a href="/blog/about/">about me.</a></p>
<br/>
<p>email and discord are only given out to people i know</p>
<p><a href="https://github.com/jane0009">github</a></p>
<p><a href="https://gitdab.com/jane">gitdab</a></p>
<p><a href="https://sunset-shimmy.tumblr.com">tumblr</a></p>
<p><a href="https://twitter.com/jane____0">twitter (private)</a></p>
<p><a href="https://spacehey.com/jane0009">spacehey</a></p>
<p><a href="https://j4.pm">j4.pm</a></p>
<p><a href="{{ get_url(path='@/blog/_index.md') }}">blog posts??</a></p>
</div>
{% endblock content %}