Padel-Tournaments-System/frontend/index.html
Arek beef1d9ea3 feat: Drabinka i logo
Dodanie drabinki i logo

wyświetlany przyklad drabinki oraz logo w headerze
2022-05-19 23:32:26 +02:00

43 lines
1.3 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>Strona główna</title>
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<img src="logo_padel.jpeg">
<a href="#">Wiadomości</a>
<a href="#">Kalendarz turniejów</a>
<a href="#">Ranking</a>
<a href="#">Wyniki</a>
<a href="#">Kontakt</a>
<form action="logowanie/index.html">
<input class="loginn" type="submit" value="Logowanie" />
</form>
</div>
</header>
<div class="container">
<div class="event">
<div class="eventHeader">Nadchodzące turnieje</div>
<div class="eventInside">Turniej majowy 2022
<p> Propadel|Warszawa</p>
<p>13/05/2022 do 15/05/2022</p>
<button class="myButton">Open</button>
</div>
<div class="eventInside">Trójmiasto Cup 2022
<p> Padbox | Gdańsk</p>
<p> 03/06/2022 do 05/06/2022</p>
<button class="myButton">Open</button>
</div>
<div class="lastevent"></div>
</div>
</div>
</body>
</html>