Files
website/baseTemplates/templates/pages/homepage.tmpl

81 lines
3.9 KiB
Cheetah

{{ define "bodyClass" }}page-index{{ end }}
{{ define "content" }}
<main>
<div class="columns max-80" id="presentation">
<div class="image-container">
<img src="https://kakigoori.dev/53783a71-b5fc-4f5c-b2b8-86a0a969cba8/height/1000/auto">
</div>
<div>
<h1>Nyallo! (=^ ◡ ^=)</h1>
<p>
We're Remilia (<a href="https://pronouns.within.lgbt/she/her/her/hers/herself">she</a>/<a href="https://pronouns.within.lgbt/they/them/their/theirs/themself">they</a>), Xeon (<a href="https://pronouns.within.lgbt/they/them/their/theirs/themselves">they/them</a>), and Takeno (<a href="https://pronouns.within.lgbt/she/her/her/hers/herself">she/her</a>),
alias prettysunflower! 🌻
</p>
<p>
We are software/website developers at the <a href="https://koumbit.org">Réseau Koumbit</a>, Factorio and Touhou players, and your local trans woman/enby/plural person.
</p>
<p>
We do love doing computer/servers/code stuff, riding trains, reading yuri manga, and making HRT in our kitchen. Oh, and sunflowers, of course, they're pretty!
</p>
</div>
</div>
<div class="max-80" id="on-the-internet">
<h2>Where are we on the Internet?</h2>
<div class="columns">
<div>
<div>
<h3>Contact</h3>
<span><img src="/static/svg/email.svg"> <a href="mailto:me@prettysunflower.moe">me@prettysunflower.moe</a></span>
<span><img src="/static/svg/signal.svg"> <a href="https://signal.me/#eu/zjqNXS3NkV3u5tPjdactntaSODDy1IPRUQmcQ-v2g7LZ4W6Ip2xJ7pyL1PN1gd_q">Signal (prettysunflower.43)</a></span>
<span><img src="/static/svg/key.svg"> <a href="/keys/">Public keys</a></span>
</div>
<div>
<h3>Socials</h3>
<span><img src="/static/svg/bluesky.svg"> <a href="https://bsky.app/profile/prettysunflower.moe">prettysunflower.moe</a></span>
<span><img src="/static/svg/fediverse.svg"> <a href="https://akkoma.prettysunflower.moe/prettysunflower">@prettysunflower<wbr />@akkoma.prettysunflower.moe</a></span>
</div>
</div>
<div>
<div>
<h3>Code</h3>
<span><img src="/static/svg/gitea.svg"> <a href="https://git.prettysunflower.moe/prettysunflower/">Gitea (self-hosted git)</a></span>
<span><img src="/static/svg/github.svg"> <a href="https://github.com/prettysunflower">GitHub</a></span>
</div>
<div>
<h3>Internal and public services</h3>
<a href="https://privatebin.remilia.koumbit.org/">Privatebin</a>
<a href="https://qr.prettysunflower.moe">QR Generator</a>
<a href="https://invidious.prettysunflower.moe">Invidious</a>
<a href="https://linkding.prettysunflower.moe/bookmarks/shared">Linkding</a>
<a href="https://httpdebug.remilia.koumbit.org">HTTP Debug</a>
</div>
</div>
</div>
</div>
<div class="max-80" id="main-projects">
<h2>Our main projects</h2>
<div>
<img src="https://kakigoori.dev/bcf6fdd9-3855-4f4d-9b5a-0791e14e29c7/height/400/auto">
<div>
<h3>Kakigoori</h3>
<p>
Kakigoori is an picture distribution system to publish images on the web.
Upload it once, and Kakigoori will create versions of the image
optimized for the web (AVIF, WebP).
</p>
<p>
<a href="https://kakigoori.dev">https://kakigoori.dev</a>
</p>
</div>
</div>
</div>
</main>
{{ end }}