all repos — www @ 5e77c232f2581a52e0f65a4820a4afba1e10ac6b

deserthorns.net content + generator

pages/about.html (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
{{ define "head" }}
<link rel="stylesheet" href="{{.StylePath}}">
{{ end }}

{{ define "body" }}
{{ template "header" . }}
<h2>Me</h2>
<blockquote>"A someone who sometimes makes something"</blockquote>
<p>
    Living in the American Southwest. My everyday interests include making music, cooking, and getting distracted by new hobbies.
</p>
<p>
    I'd like to try fiction writing, make time for reading, and find more opportunities for photography.
</p>
<p>
    I work as a software developer. Despite that, I have a low opinion of modern technology. I am far more interested in low-tech solutions that prioritize simplicity, sustainability, and self-determination. To that end, I build simple software tools that meet my needs (this site being one such example).
</p>

{{ template "child-links" .Children }}

{{ end }}

{{ define "scripts" }}
{{ end }}