website/templates/projects.html.tera

16 lines
556 B
Plaintext

{% extends "nav" %}
{% block content %}
<h2>Projects</h2>
<p>I'm a tortoise and I shuffle between projects in eccentric orbits; sometimes I complete one. Here are some of the things I'm currently working on:</p>
<ul>
<li><a href="https://opencollective.com/peachcloud">PeachCloud</a>: solarpunk social hardware</li>
<li>Cultivation</li>
<ul>
<li><i>Grifola frondosa</i></li>
<li><i>Pleurotus eryngii</i></li>
<li><i>Pleurotus ostreatus</i></li>
</ul>
</ul>
<hr>
{%- endblock %}