From 563cfe787b4b731367a4030520f3293f4e60f143 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 4 Nov 2020 18:56:18 +0100 Subject: [PATCH] =?UTF-8?q?Pati=C4=8Dka?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 2 ++ sass/style.scss | 25 +++++++++++++++++++++++++ templates/index.html | 11 ++++++++++- 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 456f822..f488368 100644 --- a/config.toml +++ b/config.toml @@ -5,3 +5,5 @@ highlight_code = false build_search_index = false [extra] +institution = "Pedagogická Fakulta UK" +institution_url = "https://pedf.cuni.cz/" diff --git a/sass/style.scss b/sass/style.scss index b680508..4ee47e3 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -36,3 +36,28 @@ header { } } } + +footer { + background-color: #C61730; + color: #fff; + display: flex; + justify-content: center; + padding: 1em; + + p { + border-left: 1px solid #fff; + border-right: 1px solid #fff; + text-align: center; + display: inline-block; + padding: .5em 2em; + + a { + color: inherit; + text-decoration: inherit; + + &:hover { + text-decoration: underline; + } + } + } +} diff --git a/templates/index.html b/templates/index.html index 8c8e925..1ea3163 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,7 +21,16 @@ Lorem ipsum.