--- layout: page title: Portfolio subtitle: A library of brand collaborations and research projects. permalink: /portfolio/ --- {% assign brands = site.brands | sort: 'year' | reverse %} {% assign projects = site.projects | sort: 'year' | reverse %} {% assign all = brands | concat: projects %}
{% for item in all %}
{% include portfolio-card.html item=item %}
{% endfor %}
{% if all.size == 0 %}

Portfolio entries will appear here. Add Markdown files under _brands/ or _projects/.

{% endif %}