Padel-Tournaments-System/frontend/szablony/pojedynczy_turniej/index.html

92 lines
2.5 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/html">
<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>
<div class="logoBox">
<a class="header_link" href="../index.html"><img class="logo" src="../_global/logo.svg" alt="Logo error"></a>
</div>
<div class="linkBox">
<!-- <span class="dot">JM</span>-->
<button class="loginButton" type="submit" onclick="window.location.href='../logowanie/index.html'">LOGOWANIE</button>
<a class="header_link" href="../kontakt/index.html">Kontakt</a>
<a class="header_link" href="../ranking/index.html">Ranking</a>
<a class="header_link" href="../index.html">Kalendarz turniejów</a>
</div>
</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>
</br>
<button class="myButton" type="submit" id="tournamentsubmit">
Załóż turniej
</button>
</div>
</div>
</body>
</html>