nyxsite/site/templates/index.j2
2025-04-04 16:12:53 -05:00

110 lines
3.7 KiB
Django/Jinja

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Nyx Tutt</title>
<link href="assets/index.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>
welcome, visitor <b>{{ visitor }}</b>!
</p>
<p>
<h1>Nyx Tutt</h1> is a <span class="hoverblur">trans</span>feminine
<span class="hoverblur">robot-cat-girl-</span>thing.
it likes <span class="hoverblur">matrix, irc, xmpp, and other</span>
open chat protocols, privacy advocacy, the fediverse, programming,
and more.
</p>
<h3>more about it</h3>
<p>
it speaks in 3rd person about itself. it also likes to write in all
lowercase often, and it's learning web development. it also has a
few projects in progress, those will be explained later in this page.
please don't use 2nd person "you" when referring to it. instead, use its
name, or something along the lines of "that one".
</p>
<h3>beliefs</h3>
<p>
it has quite a few seemingly uncommon beliefs, like that everyone should
have the same rights to know things. as such, it runs things like a
<a href="https://snowflake.torproject.org/">Snowflake</a> proxy, which
helps people in countries that like to censor information connect to Tor.
it also wants to run a Tor (non-exit) node sometime in the future, although
it doesn't have the time to manage that currently. it also belives in
not punishing others nearly as much, and outlawing the death penalty everywhere.
</p>
<h3>contact</h3>
<p>
this one has a few ways to be contacted:
</p>
<ul>
<li>
<a href="xmpp:nyx@everypizza.im">xmpp</a><br>
</li>
<li>
<a href="matrix:u/n:everypizza.im">matrix</a><br>
</li>
<li>
<a href="mailto:me@everypizza.im">email</a> (it has a pgp key over in <a href="https://keys.openpgp.org/search?q=me%40everypizza.im">keys.openpgp.org</a>.)<br>
</li>
<li>
<a href="https://sharkey.everypizza.im">fedi</a><br>
</li>
<li>
discord: everypizza
</li>
</ul>
<h3>social media</h3>
<p>
this one isn't on mainstream social media. instead, it uses things
like <a href="https://sharkey.everypizza.im/@me">fedi</a>.
other things that <i>could</i> be counted:
</p>
<ul>
<li>
<a href="https://listenbrainz.org/user/everypizza/">
listenbrainz
</a>
</li>
<li>
<a href="https://git.everypizza.im/n/">
git
</a>
</li>
<li>
<a href="https://blog.everypizza.im/">
blog
</a>
</li>
</ul>
<h3>projects</h3>
<p>
this one has a ton of unfinished projects (and some that haven't
even had any work done yet)! its current idea is a GTK4 music player
along with a federated genius alternative. it also has a few things,
like skibidifetch (a fork of badapplefetch by
<a href="https://ari.lt/">Ari</a>), that are smaller.
it also made a collection of web-based tools using server-side rendering,
which is hosted at <a href="https://tools.everypizza.im">tools.everypizza.im</a>.
</p>
<h3>music</h3>
<p>
{{ np }}
<br>
<small>
data is from listenbrainz.
</small>
</p>
<h3>buttons</h3>
<p>
{% for image, link in buttons %}
<a href="{{ link }}">
<img src="/static/{{ image }}" alt="{{ image }}" width="88" height="31">
</a>
{% endfor %}
</p>
</body>
</html>