kitsu.cafe/content/about.md
2024-10-16 01:25:29 -05:00

1.5 KiB

{% extends "../layouts/page.html" %} {% import "../layouts/macros.html" as macros %}

{% block head %} {{ super() }}

{% endblock %}

{% block content %} {{ macros::message(text="i'm rowan. my pronouns are she/her and it/its.", classes="right", avatar="/static/img/pfp64.webp") }} {{ macros::message(text="i'm a creator and artist. i make music, stories, video games and use any medium that seems interesting to me.", classes="right", avatar="/static/img/pfp64.webp") }} {{ macros::message(text="my two main projects are immersive sims set in a near-future scifi setting. eventually, i'll provide public information about these two games. i'm disabled and easily discouraged so my work is slow.", classes="right", avatar="/static/img/pfp64.webp") }} {{ macros::message(text="other things i like are

  • cooking and baking
  • collaborative storytelling and roleplay
  • hunting under a full moon
  • lots of music
  • disguising myself as a beautiful human to seduce anyone im interested in
  • tea and coffee
  • sleepovers
  • bringing others to my domain to lavish them with indescribable joy and pleasure
  • donuts
", classes="right", avatar="/static/img/pfp64.webp") }} {{ macros::message(text="okay but when are you releasing a new game", reversed=false, classes="accent left", avatar="/static/img/anon.webp") }} {{ macros::message(text=" ", classes="right", avatar="/static/img/pfp64.webp") }} {% endblock %}