fix: remove education
This commit is contained in:
parent
3e47f07885
commit
c04f24a6f9
@ -19,10 +19,10 @@ czech = Česky
|
|||||||
english = Anglicky
|
english = Anglicky
|
||||||
skills-languages = Jazyky
|
skills-languages = Jazyky
|
||||||
skills-technology = Technologie/Frameworky
|
skills-technology = Technologie/Frameworky
|
||||||
Master = expert
|
Master = master
|
||||||
Expert = expert
|
Expert = expert
|
||||||
Intermediate = pokročilá znalost
|
Intermediate = intermediate
|
||||||
Beginer = malá znalost
|
Beginer = beginer
|
||||||
tools = nástroje
|
tools = nástroje
|
||||||
operating-systems = operační systémy
|
operating-systems = operační systémy
|
||||||
skills-frameworks = Frameworky
|
skills-frameworks = Frameworky
|
||||||
|
@ -110,37 +110,6 @@
|
|||||||
{{macros::job_row(job_entity=job)}}
|
{{macros::job_row(job_entity=job)}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</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>
|
||||||
<div class="flex-items">
|
<div class="flex-items">
|
||||||
<div class="contact-bar">
|
<div class="contact-bar">
|
||||||
|
Loading…
Reference in New Issue
Block a user