fix: remove education

This commit is contained in:
Ondrej Vlach 2023-12-10 17:05:35 +01:00
parent 3e47f07885
commit c04f24a6f9
Signed by: ovlach
GPG Key ID: 4FF1A23B4914DE70
2 changed files with 3 additions and 34 deletions

View File

@ -19,10 +19,10 @@ czech = Česky
english = Anglicky
skills-languages = Jazyky
skills-technology = Technologie/Frameworky
Master = expert
Master = master
Expert = expert
Intermediate = pokročilá znalost
Beginer = malá znalost
Intermediate = intermediate
Beginer = beginer
tools = nástroje
operating-systems = operační systémy
skills-frameworks = Frameworky

View File

@ -110,37 +110,6 @@
{{macros::job_row(job_entity=job)}}
{% endfor %}
</div>
<div class="part">
<div class="section-header">
<h2>{{ "education" | translate(lang=lang) }}</h2>
</div>
<div class="job part-content">
{% for education in cv.education %}
<div class="flex-container-experience">
<div class="flex-items-experience">
{% if education.degree %}
<div class="title">{{ education.degree | lang_entity(lang=lang) }}</div>
{% else %}
<div class="title">{{ education.school }}</div>
{% endif %}
{% if education.description %}
<p>
{{ education.description | lang_entity(lang=lang) }}
</p>
{% endif %}
</div>
<div class="flex-items-experience">
{% if education.degree %}
<div class="company">@{{ education.school }}</div>
{% endif %}
<div class="dates">{{ education.from | format_date(type="job") }} - {{ education.to | format_date(type="job") }}</div>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<div class="flex-items">
<div class="contact-bar">