Padel-Tournaments-System/frontend/dodawanie turnieju/index.html

84 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<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>Padel Tournaments System</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<a href="../index.html"><img src="logo_padel.jpeg" alt=""></a>
<a href="#">Kalendarz turniejów</a>
<a href="#">Ranking</a>
<a href="#">Wyniki</a>
<form action="../logowanie/index.html">
<input class="login" type="submit" value="Logowanie" />
</form>
</header>
<!-- TODO sztuczny padding-->
<div> .</div>
<div> .</div>
<div class="container">
<div class="form">
<h3 class="descriptor">Nazwa Turnieju</h3>
<label>
<input>
</label>
<h3 class="descriptor">Termin</h3>
<label>
<input>
</label>
<h3 class="descriptor">Miejsce</h3>
<label>
<input>
</label>
<h3 class="descriptor">Kategorie</h3>
<label>
<input>
</label>
<h3 class="descriptor">Ranga</h3>
<label>
<input>
</label>
<h3 class="descriptor">Wpisowe</h3>
<label>
<input>
</label>
<h3 class="descriptor">Dyrektor Turnieju</h3>
<label>
<input>
</label>
<h3 class="descriptor">Telefon</h3>
<label>
<input>
</label>
<h3 class="descriptor">Zapisy</h3>
<label>
<input>
</label>
<h3 class="descriptor">Dodatkowe informacje</h3>
<label>
<textarea name="Text1" cols="40" rows="5"></textarea>
</label>
</div>
</div>
</body>
</html>