---
layout: default
title: Projects
---
{% assign rows = site.projects.size | divided_by: 2.0 | ceil %}
{% for i in (1..rows) %}
{% assign offset = forloop.index0 | times: 2 %}
{% for item in site.projects limit:2 offset:offset %}
{% assign parts = item.url | split: '/' %}
|
{% endfor %}
{% endfor %}