2020-03-06 18:22:03 +00:00
---
title: "Projects"
layout: default
---
< h1 > Projects< / h1 >
< div >
< p >
2020-03-15 09:07:30 +00:00
These are some of my personal projects. This is not an extensive list, it's more focused on the stuff I'm proud of or find otherwise noteworthy.
2020-03-06 18:22:03 +00:00
< / p >
2020-03-07 10:04:45 +00:00
< div id = 'projects' >
{% for project in site.projects %}
< div class = 'project' >
< h2 > {{ project.name }}< / h2 >
< p >
{{ project.description }}
< / p >
2020-03-07 10:55:55 +00:00
< div class = 'footer' >
2020-03-27 04:04:28 +00:00
< a href = '{{ project.url }}' > Read more< / a > < span class = 'spacer' > < / span >
{% if project.source %}< a href = '{{ project.source }}' > Source code< / a > < span class = 'spacer' > < / span > {% endif %}
{% if project.website %}< a href = '{{ project.website }}' > Website< / a > < span class = 'spacer' > < / span > {% endif %}
2020-03-07 10:55:55 +00:00
< / div >
2020-03-07 10:04:45 +00:00
< / div >
{% endfor %}
< / div >
2020-03-06 18:22:03 +00:00
< p >
You can find more of my public projects on my < a href = 'https://git.bune.city/lynnesbian' > Gitea< / a > and < a href = 'https://github.com/lynnesbian' > Github< / a > pages.
< / p >
2020-03-07 10:04:45 +00:00
< / div >