Ondřej Vlach

{{ "devops-enginner-web-developer" | translate(lang=lang) }}

{{ "skills-languages" | translate(lang=lang) }}

{{ "skills-technology" | translate(lang=lang) }}

{% for skill in cv.skills %} {% if skill.techtype == "LANGUAGE" %}
{{ skill.name }} ({{ skill.skill | lower}})
{% endif %} {% endfor %}
{% for skill in cv.skills %} {% if skill.techtype == "TECHNOLOGY" %}
{{ skill.name }} ({{ skill.skill | lower}})
{% endif %} {% endfor %}

{{ "work-experience" | translate(lang=lang) }}

{% for job in cv.jobs %}
{{ job.title }}
{{ job.languages }}

{{ job.description | lang_entity(lang=lang) }}

@{{ job.company }}
{% if job.from | format_date(type="job") != job.from | format_date(type="job") %}
{{ job.from | format_date(type="job") }} - {{ job.to | format_date(type="job") }}
{% else %}
{{ job.from | format_date(type="job") }}
{% endif %}
{% endfor %}

{{ "education" | translate(lang=lang) }}

{% for education in cv.education %}
{% if education.degree %}
{{ education.degree | lang_entity(lang=lang) }}
{% else %}
{{ education.school }}
{% endif %} {% if education.description %}

{{ education.description | lang_entity(lang=lang) }}

{% endif %}
{% if education.degree %}
@{{ education.school }}
{% endif %}
{{ education.from | format_date(type="job") }} - {{ education.to | format_date(type="job") }}
{% endfor %}
{% if cv.person.social.facebook %} {{ cv.person.social.facebook | strip_proto }} {% endif %} {% if cv.person.social.github %} {{ cv.person.social.github | strip_proto }} {% endif %} {% if cv.person.social.linkedin %} {{ cv.person.social.linikedin | strip_proto }} {% endif %} {% if cv.person.social.instagram %} {{ cv.person.social.instagram | strip_proto }} {% endif %} {% if cv.person.social.mastodon %} Mastodon {{ cv.person.social.mastodon | strip_proto }} {% endif %} Phone +{{cv.person.phone | insert_space_every(times=3)}}