diff --git a/Cargo.lock b/Cargo.lock index 863bd40..c74091c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "ovlach_data" -version = "0.1.2" +version = "0.1.3" source = "sparse+https://git.nanobyte.cz/api/packages/ovlach/cargo/" -checksum = "98843b3cefbdbf054f13312e82493248501cdd8abb39379ca2546559358c1437" +checksum = "ad1ebb102ddf00183d68eeb8527f8f6458d6b8ffbd6737f39a485af7370da940" dependencies = [ "chrono", "rocket", diff --git a/Cargo.toml b/Cargo.toml index 27932a7..9a8359f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ reqwest = { version = "0.11", features = ["json"] } phf = { version = "0.11.2", features = ["macros"] } nanobyte_tera = { version = "0.2.0", registry = "gitea_nanobyte" } ovlach_tera = { version="0.2.0", registry="gitea_ovlach" } -ovlach_data = { version = "0.1.2", registry = "gitea_ovlach"} +ovlach_data = { version = "0.1.3", registry = "gitea_ovlach"} [dev-dependencies] serde_json = "1.0.108" diff --git a/templates/two_column.css b/templates/two_column.css index 9d96960..f32ba03 100644 --- a/templates/two_column.css +++ b/templates/two_column.css @@ -24,6 +24,11 @@ body { min-height: 200%; } +a { + color: black; + text-decoration: none; +} + .about-me-small, .company { diff --git a/templates/two_column.html.tera b/templates/two_column.html.tera index a300db6..d75a170 100644 --- a/templates/two_column.html.tera +++ b/templates/two_column.html.tera @@ -17,7 +17,7 @@

Ondřej Vlach

-
{{ "devops-enginner-web-developer" | translate(lang=lang) }}
+
{{ cv.person.job_title | lang_entity(lang=lang) }}
@@ -146,38 +146,41 @@
{% if cv.person.social.facebook %} - {{ cv.person.social.facebook | strip_proto }} + {{ cv.person.social.facebook | strip_proto }} {% endif %} {% if cv.person.social.github %} - {{ cv.person.social.github | strip_proto }} + {{ cv.person.social.github | strip_proto }} {% endif %} {% if cv.person.social.linkedin %} - {{ cv.person.social.linikedin | strip_proto }} + {{ cv.person.social.linikedin | strip_proto }} {% endif %} {% if cv.person.social.instagram %} - {{ cv.person.social.instagram | strip_proto }} + {{ cv.person.social.instagram | strip_proto }} {% endif %} {% if cv.person.social.mastodon %} Mastodon - {{ cv.person.social.mastodon | strip_proto }} + {{ cv.person.social.mastodon | strip_proto }} {% endif %} Phone - +{{cv.person.phone | insert_space_every(times=3)}} + +{{cv.person.phone | insert_space_every(times=3)}} - - {% if cv.person.web %} - {{cv.person.web}} - {% endif %} + {% if cv.person.web %} + + + Web + {{cv.person.web | strip_proto }} + + + {% endif %}
{{ "about-me" | translate(lang=lang) }}
{{ cv.person.about | lang_entity(lang=lang) }}