From 126dd7dcb4b485244e6d4370037d9f77b327b71a Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 22 Jun 2021 21:46:29 +0200 Subject: [PATCH] =?UTF-8?q?Hlavi=C4=8Dka=20s=20=C3=BAvodem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- img/arrow.svg | 1 + index.html | 7 +++++++ style.css | 29 +++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 img/arrow.svg diff --git a/img/arrow.svg b/img/arrow.svg new file mode 100644 index 0000000..c6ada92 --- /dev/null +++ b/img/arrow.svg @@ -0,0 +1 @@ + diff --git a/index.html b/index.html index a7fced6..cc1b4f3 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,13 @@ +
+

Projekt SPIN

+

Projekt SPIN – Spolupráce a inovace – vznikl z iniciativy katedry matematiky a didaktitky matematiky a katedry preprimární a primární pedagogiky PedF UK za podpory Nadace České spořitelny. Jeho hlavním cílem je zkvalitnit a inovovat přípravu budoucích učitelů prvního stupně. Největší důraz se klade na propojovaní teorie a praxe, například prostřednictvím tandemové výuky v rámci vysokoškolských kurzů, práce s čerstvými absolventy nebo tutoringu.

+ Arrow +
+
+
diff --git a/style.css b/style.css index e69de29..e6e874b 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,29 @@ +* { box-sizing: border-box } + +body { + margin: 0; + line-height: 1.5; + background-color: #edfbff; + color: #324c9c; +} + +header { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + + min-height: 100vh; + padding: 1rem; + + font-size: 1.5rem; +} +header p { + max-width: 65rem; + text-align: justify; +} +header .arrow { + height: 2em; + margin-top: 3em; +} +