fix: remove education
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user