---
title: Curriculum Vitae
permalink: /cv/
sidebarboxes: cv-pdf job_offers encrypted-communication
description: On this page you can find my curriculum vitae.
---
{% 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.jobs %}
Experience
{% for item in site.data.author.jobs %}
{{ item.title }}
{% if item.start %}
Start:
{{ item.start | date: "%b %-d, %Y" }}
{% endif %}
{% if item.end %}
End:
{{ item.end | date: "%b %-d, %Y" }}
{% endif %}
{% if item.company %}
Company: {{ item.company }}
{% endif %}
{% endfor %}
{% endif %}
{% if site.data.author.education %}
Education
{% for item in site.data.author.education %}
{{ item.title }}
{% if item.start %}
Start:
{{ item.start | date: "%b %-d, %Y" }}
{% endif %}
{% if item.end %}
End:
{{ item.end | date: "%b %-d, %Y" }}
{% 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:
{{ item.start | date: "%b %-d, %Y" }}
{% endif %}
{% if item.end %}
End:
{{ item.end | date: "%b %-d, %Y" }}
{% endif %}
{% endfor %}