Portfolio


{% include portfolio_nav.html %}
{% for category in site.categories %}
{% for post in category[1] %}
{{ post.project_name }} thumbnail
{% endfor %}
{% endfor %}
{% include portfolio_detail.html %}