v6/site/elsewhere.html

38 lines
1.5 KiB
HTML

{% extends "default" %}
{% block titlevariable %}
{% set title = "Elsewhere" %}
{% endblock %}
{% block content -%}
<h1 class="headline">Elsewhere</h1>
<div class="body-content">
<p>A non-exhaustive list of other places I can be found on the internet.</p>
<ul>
<li><a href="https://bsky.app/profile/shadowfacts.net">Bluesky</a> (read-only)</li>
<li><a href="https://legacy.curseforge.com/members/shadowfactsdev/projects">CurseForge</a> (inactive)</li>
<li><a href="mailto:me@shadowfacts.net">Email</a></li>
<li><a href="https://github.com/shadowfacts">GitHub</a></li>
<li><a href="https://git.shadowfacts.net/shadowfacts">Gitea</a></li>
<li><a href="https://news.ycombinator.com/user?id=shadowfacts">&ldquo;Hacker&rdquo; &ldquo;News&rdquo;</a></li>
<li>
<a href="https://letterboxd.com/shadowfacts/">Letterboxd</a>
(pronounced like it's a <a href="https://en.wikipedia.org/wiki/Daemon_(computing)">daemon</a>)
</li>
<li>
<a href="https://social.shadowfacts.net/users/shadowfacts" rel="me">Mastodon</a>
(technically the fediverse)
</li>
<li>
<a href="https://social.shadowfacts.net/users/tusker" rel="me">Mastodon</a>
(for <a href="https://vaccor.space/tusker/">Tusker</a> announcements)
</li>
<li><a href="https://www.reddit.com/user/shadowfactsdev">Reddit</a></li>
</ul>
</div>
{% endblock %}