small pixel drawing of a pufferfish j3s.sh

templates/creations.html

{{define "title"}}creations{{end}}
{{define "body"}}
<h3>creations</h3>
this page is a showcase for my many creations :3

<h4>handy j3s.sh links</h4>
<ul><a href="/age.html">/age - age encryption tool</a></ul>
<ul><a href="/feeds.html">/feeds - my rss reader</a></ul>
<ul><a href="/ip.html">/ip - get ur public ip</a></ul>
<ul><a href="/travel.html">/travel - my travel checklist</a></ul>

<h4>tools</h4>
<ul><a href="https://github.com/biox/shmoji">shmoji | a little shell-based emoji picker</a></ul>
<ul><a href="https://github.com/biox/pa">pa | a simple shell-based password manager that uses age</a></ul>
<ul><a href="https://git.cyberia.club/cyberia/nekobot">nekobot | 🐱 a little kitty robot for matrix</a></ul>
<ul><a href="https://git.j3s.sh/neoarkbot">neoarkbot | a very funny mumble bot</a></ul>
<ul><a href="https://git.j3s.sh/shitchat">shitchat | the worst chat app on planet earth</a></ul>
<ul><a href="https://git.j3s.sh/jrss">jrss | my personal rss feed reader lmao</a></ul>

<h4>websites</h4>
<ul><a href="https://git.j3s.sh/j3s.sh">j3s.sh | this website</a></ul>
<ul><a href="https://capsul.org">capsul | cyberia.club's VM service</a></ul>
<ul><a href="https://existentialcrisis.sh">existentialcrisis.sh | existential crisis api</a></ul>
<ul><a href="https://poop.is">poop.is | poop-themed link shortener</a> (defunct atm due to domain dispute)</ul>

<h4>misc</h4>
<ul><a href="https://git.j3s.sh/dotfiles">my dotfiles | neurotically curated</a></ul>

<p><i>someone on hacker news said that my projects have a "consistent scatalogical theme" and i will never forgive them for making me aware of this</i></p>

{{end}}