The portfolio—things I enjoyed creating


{% if site.social.linkedin-square %}
Visit my LinkedIn profile
{% endif %} {% if site.categories.works %}
{% include fn_groupsort_reverse.html unsorted=site.categories.works groupby='priority' sortby='date' %}{% for work in sorted_list %} {% endfor %}
{{ work.title }} {{ work.date | date: "%b %Y" }} {{ work.excerpt | strip_html | truncatewords: 12 }} {% include techlist.html %}
{% if site.works_in_progress %}
In-progress, more to come.
{% endif %}{% endif %}