--- layout: default title: "CV" permalink: /cv/ ---

Welcome to my little home on the web! Take a look at my CV below or have a look at my blog. Click any item for a little more detail.

{% for topic in site.data.cv_topics %} {% assign work = site.cv_entries | where:'type', topic.id %} {% if work.size > 0 %}

{{topic.name}}

Expand all
{% for entry in work %} {% if entry.image_markup %} {% assign image_markup = entry.image_markup %} {% else %} {% capture image_markup %} {{ entry.alt }} {% endcapture %} {% endif %}

{{entry.title}}

{{entry.location}}
{{entry.excerpt}} {% if entry.read_more %}Read more.{% endif %}
{% endfor %} {% endif %} {% endfor %}