2023-04-12 01:48:18 +00:00
|
|
|
{% 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>
|
2023-04-12 02:23:51 +00:00
|
|
|
<p><a href="https://spacehey.com/jane0009">spacehey</a></p>
|
2023-04-12 01:48:18 +00:00
|
|
|
<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 %}
|