From 1dd08543152829825aa2c999d9fa059fc61674ef Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 1 Jun 2023 10:03:05 +0200 Subject: [PATCH] added basic authors info --- autori.html | 32 ++++++++++++++++++++++++++++++++ res/autori/style.css | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 autori.html create mode 100644 res/autori/style.css diff --git a/autori.html b/autori.html new file mode 100644 index 0000000..af9aa44 --- /dev/null +++ b/autori.html @@ -0,0 +1,32 @@ + + + + + + + Fabrika Hrádek Tour + + + + + + + + +
+ Autoři tohoto projektu jsou Václav Šmejkal a Dino Suljakovič. +
+
+ Dino:
+ Člověk co se snaží něco dělat.
+ Designér. +
+
+ Vašek:
+ Profesionální sebevrah, kriminálník, vandal.
+ Autor většiny fotografií, programátor. +
+
+
+ + \ No newline at end of file diff --git a/res/autori/style.css b/res/autori/style.css new file mode 100644 index 0000000..8905b5a --- /dev/null +++ b/res/autori/style.css @@ -0,0 +1,38 @@ +#centered +{ + margin-top: 1vh; + display: flex; +} + +#centered > div, #autori_text +{ + color: #C1BFBE; +} + +#autori_text +{ + border-color: #3E392F; + background: #6F7270; + width: fit-content; + padding: 1vh; + border-radius: 0.5vh; + margin: auto; + margin-top: 30vh; +} + +.nadpis +{ + font-weight: bold; +} + +#dino +{ + margin-left: auto; + margin-right: 2vh; +} + +#vasek +{ + margin-right: auto; + margin-left: 2vh; +} \ No newline at end of file