1 2 3 4 5 6 7 8 9 10 11 12 13
---
title: Work
layout: page_clean
bg: pattern_015
permalink: /work/
---
<ul class="projects clean">
{% for work in site.work reversed %}
<li class="project{% if forloop.last %} last{% endif %}"><a {% if forloop.last %}class="last" {% endif %}href="{{ work.url }}"><intro>Open project</intro>
<br>{{ work.title }}<country>{% for client in site.clients %}{% if work.client == client.client %}{{ client.country }}{% endif %}{% endfor %}</country></a></li>
{% endfor %}
</ul>