small pixel drawing of a pufferfish j3s.sh

templates/about.html

{{ define "about.html" }}
{{ template "head" . }}
{{ template "nav" . }}
<div id="main">  
<h3>about</h3>
<img src="/static/scrombles.png" width="140" alt="pic of a one eyed cat named scrombles">
<pre>
Jes Olson

existential, kind, anxious, mentor,
tea drinker, sweet tooth,
former drug abuser & self harmer,
aimless empath, wanderer, slate cleaner,
reductionist, chaotic instigator

loves
  poetry and horror films

  smiling and listening

  chips & cats & sushi & crepes &
    friends & tights & warm summer nights
</pre>
<h3>contact</h3>
<pre>
i'm j3s pretty much everywhere
feel free to talk to me :3

email: <code>j3</code><code>s&commat;c</code><code>3</code><code>f.n</code><code>et</code>
matrix: @j3s:cyberia.club</a>
mastodon: @j3s@merveilles.town
</pre>
<h3>values</h3>
<p>i have some values that i try my best to live by.</p>
<h4>simplicity</h4>
<li>minimal things</li>
<li>that are easy to learn</li>
<li>they exactly fit</li>
<li>whatever they were made for</li>
<li>and nothing more</li>
<h4>maintainability</h4>
<li>easy for one person to service</li>
<li>worked on honestly, in the open</li>
<li>low/no dependencies - especially on people</li>
<h4>speed</h4>
<li>produce quickly</li>
<li>move on from what doesn't work</li>
<li>embrace what does</li>
<li>start over often</li>
<li>fast things feel good</li>
<h4>reliability</h4>
<li>things so simple and focused</li>
<li>they can't help but work correctly</li>
<li>and obviously</li>
<li>every single time</li>
<h4>aesthetic</h4>
<li>white & black</li>
<li>utf8-centric</li>
<li>with emojis</li>
<li>retro and punk like</li>
<li>feels good</li>
<li>raw, existential, and honest</li>
<h4>design to die</h4>
<li>no commitment:</li>
<li>to release patterns</li>
<li>or maintenance</li>
<li>or fixes</li>
<li>or support</li>
</div>
{{end}}