From 1bef0094d1b1b1c3b617c887f2ec89bf89c581ed Mon Sep 17 00:00:00 2001 From: Piotr Monarski Date: Sat, 11 Jan 2020 22:41:11 +0100 Subject: [PATCH] more tmp changes --- templates/default/index.html | 15 +++++++++++---- templates/default/index.scss | 19 +++++++++++++------ 2 files changed, 24 insertions(+), 10 deletions(-) diff --git a/templates/default/index.html b/templates/default/index.html index ab82c75..125bf4b 100644 --- a/templates/default/index.html +++ b/templates/default/index.html @@ -100,14 +100,21 @@

Employment

{{ job.description }}
+ {% if job.buzzwords %} +
+ {{ job.buzzwords }} +
+ {% endif %} {% endfor %} diff --git a/templates/default/index.scss b/templates/default/index.scss index 678a8a5..cdf1264 100644 --- a/templates/default/index.scss +++ b/templates/default/index.scss @@ -3,11 +3,11 @@ font-family: 'Lato', sans-serif; font-size: 14px; - width: 21cm; - height: 29.7cm; - padding: 0.5cm; + width: 21cm; + height: 29.7cm; + padding: 0.5cm; grid-template-columns: 6.5cm 13.5cm; - grid-template-rows: 4cm auto 2cm; + grid-template-rows: 3cm auto 1cm; min-height: 100%; } @@ -15,7 +15,7 @@ a { text-decoration: none; } -a:visited a:link { +a:visited, a:active, a:link { color: blue; } @@ -28,7 +28,7 @@ h3 { grid-column: 1; display: flex; justify-content: center; - clip-path: circle(75px at center); + clip-path: circle(70px at center); img { height: 100%; @@ -132,6 +132,13 @@ ul { .position { } + + .buzzwords { + grid-column: 1 / span 2; + font-size: 12px; + margin-top: 0.1cm; + font-style: italic; + } .description { border-left: 0.1cm solid lightgray;