These are some of my personal projects that I've worked on. This is not an extensive list, it's more focused on the stuff I'm proud of or find otherwise noteworthy.
</p>
<divid='projects'>
{% for project in site.projects %}
<divclass='project'>
<h2>{{ project.name }}</h2>
<p>
{{ project.description }}
</p>
<ahref='{{ project.url }}'>Read more</a>
</div>
{% endfor %}
</div>
<p>
You can find more of my public projects on my <ahref='https://git.bune.city/lynnesbian'>Gitea</a> and <ahref='https://github.com/lynnesbian'>Github</a> pages.