---
title: Curriculum Vitae
permalink: /cv/
sidebarboxes: cv-pdf job_offers
---
{% if site.data.author.image %}
{% endif %}
Personal Data
- Name: {{ site.data.author.name }}
- Age: {{ site.data.author.age }}
- Location: {{ site.data.author.location }}
{% if site.data.author.skills %}
Skills
{% for item in site.data.author.skills %}
- {{ item.category }}: {{ item.items | join:', ' }}
{% endfor %}
{% endif %}
{% if site.data.author.education %}
Education
{% for item in site.data.author.education %}
-
{{ item.title }}
{% if item.start %}
- Start:
{% endif %}
{% if item.end %}
- End:
{% endif %}
{% if item.grade %}
- Grade: {{ item.grade }}
{% endif %}
{% endfor %}
{% endif}
{% if site.data.author.politics %}
Politics
{% for item in site.data.author.politics %}
-
{{ item.title }}
{% if item.start %}
- Start:
{% endif %}
{% if item.end %}
- End:
{% endif %}
{% endfor %}