--- title: Resume permalink: /resume ---

Education

    {% for education-item in site.data.education %}
  1. {{ education-item.institution }}

    {{ education-item.start_year }} — {{ education-item.end_year }} ({{ education-item.grade }})

    {{ education-item.description }}

  2. {% endfor %}

Experience

    {% for experience-item in site.data.experience %}
  1. {{ experience-item.job_title }}{% if experience-item.company %}, {{ experience-item.company }}{% endif %}

    {{ experience-item.start_year }} — {{ experience-item.end_year }} {% if experience-item.description %}

    {{ experience-item.description }}

    {% endif %}
  2. {% endfor %}

My skills