From 702b68348986d8489cdc580d079238b31151c7ae Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 5 Nov 2020 09:07:07 +0100 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=C3=AD=20kontakt=C5=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/_index.md | 18 ++++++++++++++++++ sass/style.scss | 28 ++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/content/_index.md b/content/_index.md index 8606502..9007e49 100644 --- a/content/_index.md +++ b/content/_index.md @@ -9,3 +9,21 @@ # Chci se zapojit! {{ nav(type="long") }} + +# Kontaktujte nás + +
+

Lucie Maršálková

+

Kontaktní osoba pro školy a školská zařízení.

+

Kontaktní osoba pro studenty kteří mají zapsaný nějaký typ praxe.

+ +
+
+

Veronika Laufková

+

Kontaktní osoba pro studenty kteří nemají zapsaný žádný typ praxe a mají zájem o uznání předmětu.

+ +
diff --git a/sass/style.scss b/sass/style.scss index 56867de..ae233b1 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -85,6 +85,34 @@ main { font-size: 1.6em; } } + + .contact { + max-width: 25em; + margin: 0 auto; + + &:after { + content: ''; + display: block; + margin: 3em auto; + max-width: 20em; + height: 1px; + background: #C61730; + } + &:last-child:after { + content: none; + } + + h2 { + margin-bottom: .5em; + font-weight: normal; + } + + ul { + list-style-type: none; + padding: 0; + margin-top: 0; + } + } } footer {