Use the tabs to switch between maintained and archived programs.
Maintained
Software that's still being worked on and recieving updates.
{% for item in site.data.projects-maintained %}
{{ item.truename }}
{{ item.desc }}
Read More
{% endfor %}
Archived
Software that is no longer being worked on and does not recieve updates.
{% for item in site.data.projects-archived %}
{{ item.truename }}
{{ item.desc }}
Read More
{% endfor %}