small pixel drawing of a pufferfish j3s.sh

templates/creations.html

{{ define "creations.html" }}
{{ template "head" . }}
{{ template "nav" . }}
<div id="main">  
<h3>creations</h3>
this page is a showcase for my many creations :3

<h4>pics</h4>
<ul><a href="https://snap.as/j3s">some pics i have taken :3</a></ul>

<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://vore.website">vore.website | an rss/atom feed reader</a></ul>
<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>

<h4>important quotes about me</h4>
<ul><i>the author's projects seem to have a consistent scatalogical theme -some hackernews user</i></ul>
<ul><i>very cute j3s style as always i love the lil ascii snail art -aynish</i></ul>
<ul><i>so energetic now!! love ya jes :3 -ckie</i></ul>
</div>
{{end}}