added basic authors info
This commit is contained in:
parent
ab654d5d96
commit
1dd0854315
32
autori.html
Normal file
32
autori.html
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="cs">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Fabrika Hrádek Tour</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="http://207.180.212.190/fht/favicon.ico">
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="./res/global.css">
|
||||||
|
<script src="./res/global.js"></script>
|
||||||
|
|
||||||
|
<link rel="stylesheet" href="./res/autori/style.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="autori_text">
|
||||||
|
Autoři tohoto projektu jsou Václav Šmejkal a Dino Suljakovič.
|
||||||
|
<div id="centered">
|
||||||
|
<div id="dino">
|
||||||
|
<span class="nadpis">Dino:</span><br>
|
||||||
|
Člověk co se snaží něco dělat.<br>
|
||||||
|
Designér.
|
||||||
|
</div>
|
||||||
|
<div id="vasek">
|
||||||
|
<span class="nadpis">Vašek:</span><br>
|
||||||
|
Profesionální sebevrah, kriminálník, vandal.<br>
|
||||||
|
Autor většiny fotografií, programátor.
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
38
res/autori/style.css
Normal file
38
res/autori/style.css
Normal file
@ -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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user