Skip to content

Commit dbb89fb

Browse files
committed
Pridany drafty na login, loga a CSS
CSS zalozeno na stylu blog.jizdoteka.cz Signed-off-by: Kosieh Barter <[email protected]>
1 parent 1076fb6 commit dbb89fb

File tree

6 files changed

+364
-0
lines changed

6 files changed

+364
-0
lines changed

apps/web/templates/draft.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
body { background: black; padding: 0px; margin: 0 auto; max-width: 1280px; font-family: arial;}
2+
h1 { margin: 0px; padding: 5px; text-align: right; color: white;}
3+
h4 { padding: 10px; margin: 0px; text-align: center;}
4+
p { padding: 4px; margin: 2px;border: 1px solid black; border-radius: 10px;}
5+
input { width: 100%; text-align: center; box-sizing: border-box; border-radius: 10px; padding: 5px; margin-top: 2px; margin-bottom: 2px; }
6+
div { background: #4b9320; }
7+
8+
#prechod {background: linear-gradient(#4b9320, #80e400);}
9+
#stranka {background: #80e400;}
Lines changed: 81 additions & 0 deletions
Loading
Lines changed: 81 additions & 0 deletions
Loading
Lines changed: 82 additions & 0 deletions
Loading
Lines changed: 82 additions & 0 deletions
Loading

apps/web/templates/draft_login.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<!DOCTYPE html
2+
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4+
<html>
5+
<head>
6+
<title>Jizdoteka - Draft</title>
7+
8+
<link rel="icon" type="image/png" href="draft_jizdoteka.svg" />
9+
<meta charset="utf-8">
10+
<meta name="viewport" content="width=device-width, initial-scale=1">
11+
<link rel="stylesheet" href="./draft.css">
12+
</head>
13+
<body>
14+
<div>
15+
<h1>Jizdoteka.cz</h1>
16+
<div id="prechod"><h4>Přihlášení</h4></div>
17+
<div id="stranka">
18+
<form class="" action="index.html" method="post">
19+
<input type="text" name="uziv_jmeno" placeholder="Váš email"/>
20+
<input type="password" name="uzit_heslo" placeholder="Vaše heslo"/>
21+
<input type="button" name="uziv_vstup" value="Přihlásit se" id="login_tlacitko">
22+
<p>
23+
Po přihlášení můžete svůj účet na Jízdotéce propojit s Vaším účtem na Facebooku pro snadnější a rychlejší přihlašování.
24+
</p>
25+
</form>
26+
</div>
27+
</div>
28+
</body>
29+
</html>

0 commit comments

Comments
 (0)