{% if site.projects %}

Projects I've worked on...

Here are a few projects I've put together recently. Want to see more? Check out my Projects page.

{% for project in site.projects %} {% if project.image contains '://' %} {% assign image = project.image %} {% else %} {% assign image = project.image | relative_url %} {% endif %}
{{ project.title }}

{{ project.title }}

{{ project.description }}

{% for tag in project.tags %} {% if forloop.first %}
    {% endif %}
  • {{ tag }}
  • {% if forloop.last %}
{% endif %} {% endfor %}
{% endfor %}
{% endif %}