40 lines
1.3 KiB
HTML
40 lines
1.3 KiB
HTML
---
|
|
layout: main_layout.njk
|
|
title: Agatha's Http Coven
|
|
avi: /assets/me_lowres.png
|
|
links:
|
|
- link: https://t.me/lunarw1tch
|
|
name: Telegram
|
|
- link: https://git.lain.faith/sorceress
|
|
name: Gitea
|
|
- link: gemini://sapphic.pw
|
|
name: Gemini
|
|
- link: https://lunarwitch.bandcamp.com/
|
|
name: Bandcamp
|
|
- link: https://git.pixie.town/thufie/CNPL/src/branch/main/CNPL.txt
|
|
name: License
|
|
---
|
|
|
|
<div class="center-left">
|
|
<img id="rounded" src="{{ avi }}"
|
|
alt="A pixelated pink-ish portrait of me. My head is tilted left and I'm wearing glasses and a choker.">
|
|
|
|
<p>I'm Agatha! <span id="pronouns">(she/her)</span>
|
|
<br>I am: a kitten, programmer, artist, autistic, sleepy, queer, witchy meow
|
|
<br>
|
|
<span id="quote">You're missing "precious" - Julia</span>
|
|
<br>
|
|
<span id="quote">Extremely friend shaped - Amelia</span>
|
|
</p>
|
|
<br>
|
|
<!-- links -->
|
|
<div id="links">
|
|
<!-- mastodon link is hardcoded because it requires a special tag -->
|
|
<a rel="me" href="https://eldritch.cafe/@AgathaSorceress">Mastodon</a>
|
|
{%- for entry in links -%}
|
|
{%- for name in entry.name -%}
|
|
<a href="{{ entry.link | url }}">{{ name | capitalize }}</a>
|
|
{%- endfor -%}
|
|
{%- endfor -%}
|
|
</div>
|
|
</div> |