maia.crimew.gay/src/index.njk

21 lines
912 B
Plaintext
Raw Normal View History

2022-05-31 13:09:45 +00:00
---
permalink: /index.html
---
{% extends 'layouts/default.njk' %}
2022-05-31 14:10:07 +00:00
{% block main %}
2022-10-27 13:48:04 +00:00
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
<div style="flex-grow: 1; flex-shrink: 1; flex-basis: 30%; min-width: 200px; max-width: 70%;">
<img src="/img/kitten_cropped.png" alt="a drawing of a small white kitten with black spots sitting and looking at you">
</div>
<div style="flex-grow: 2; flex-shrink: 2; flex-basis: 60%;">
2022-05-31 13:09:45 +00:00
<p>
2022-10-27 13:48:04 +00:00
hello i am {{ site.name }} <sup>({{ site.pronouns }})</sup> and i am gay, mostly for girls, and i'm a tiny kitten.
2022-05-31 13:09:45 +00:00
</p>
2022-10-27 13:48:04 +00:00
<p>
i know lot's of things about cyber security, programming and far too little about music but i still
try to do all those things at once. if you like the things i do here or on social media you can
<a href="https://ko-fi.com/nyancrimew">support me on ko-fi</a>.
</p>
</div>
</div>
2022-05-31 13:09:45 +00:00
{% endblock %}