From c04f24a6f969795a6b960fe5a1deb08a8e7fac4d Mon Sep 17 00:00:00 2001 From: Ondrej Vlach Date: Sun, 10 Dec 2023 17:05:35 +0100 Subject: [PATCH] fix: remove education --- resources/cs-CZ/ovlach_pdf | 6 +++--- templates/two_column.html.tera | 31 ------------------------------- 2 files changed, 3 insertions(+), 34 deletions(-) diff --git a/resources/cs-CZ/ovlach_pdf b/resources/cs-CZ/ovlach_pdf index d063cce..56d51fe 100644 --- a/resources/cs-CZ/ovlach_pdf +++ b/resources/cs-CZ/ovlach_pdf @@ -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 diff --git a/templates/two_column.html.tera b/templates/two_column.html.tera index d75a170..a5ff6e1 100644 --- a/templates/two_column.html.tera +++ b/templates/two_column.html.tera @@ -110,37 +110,6 @@ {{macros::job_row(job_entity=job)}} {% 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 %} -
-