{% include head.html %}
{% if site.resume_section_experience %}

Experience

{% for job in site.data.experience %}

{{ job.company }}

{{ job.position }} • {{ job.duration }}

{{ job.summary }}

{% endfor %}
{% endif %} {% if site.resume_section_education %}

Education

{% for education in site.data.education %}

{{ education.uni }}

{{ education.degree }} • {{ education.year }}

{{ education.award }}

    {% for award in education.awards %}
  • {{ award.award }}
  • {% endfor %}

{{ education.summary }}

{% endfor %}
{% endif %} {% if site.resume_section_projects %}

Projects

{% for project in site.data.projects %}

{% if project.url %}{% else %}{{ project.project }}{% endif %}

{{ project.role }} • {{ project.duration }}

{{ project.description }}

{% endfor %}
{% endif %} {% if site.resume_section_skills %}

Skills

{% for skill in site.data.skills %}

{{ skill.skill }}

{{ skill.description }}

{% endfor %}
{% endif %} {% if site.resume_section_recognition %}

Recognition

{% for recognition in site.data.recognitions %}

{{ recognition.award }}

{{ recognition.organization }} • {{ recognition.year }}

{{ recognition.summary }}

{% endfor %}
{% endif %} {% if site.resume_section_associations %}

Associations

{% for association in site.data.associations %}

{% if association.url %}{{ association.organization }}{% else %}{{ association.organization }}{% endif %}

{{ association.role }} • {{ association.year }}

{{ association.summary }}

{% endfor %}
{% endif %} {% if site.resume_section_interests %}

Outside Interests

    {% for interest in site.data.interests %}
  • {{ interest.description }}
  • {% endfor %}
{% endif %} {% if site.resume_section_links %}

Additional Links

{% endif %} {% if site.resume_print_social_links %} {% endif %}