feat: linki nagłówka

This commit is contained in:
Lewy 2022-06-04 16:05:54 +02:00
parent 59a91fdb6f
commit 7037024554
5 changed files with 94 additions and 4 deletions

View File

@ -15,10 +15,10 @@
<a class="header_link" href="./index.html"><img class="logo" src="_global/logo.svg" alt="Logo error"></a>
</div>
<div class="linkBox">
<button class="loginButton" type="submit" >LOGOWANIE</button>
<button class="loginButton" type="submit" onclick="window.location.href='./logowanie/index.html'">LOGOWANIE</button>
<a class="header_link" href="#">Kontakt</a>
<a class="header_link" href="#">Ranking</a>
<a class="header_link" href="#">Kalendarz turniejów</a>
<a class="header_link" href="./index.html">Kalendarz turniejów</a>
</div>
</header>
@ -47,13 +47,13 @@
<div class="tournamentBox">
<div class="tournamentIconBox">
<img class="tournamentIcon" src="_main%20page/cup.svg">
<img class="tournamentIcon" src="_main%20page/cup.svg" alt="">
</div>
<div class="tournamentDataBox">
<div class="tournamentData">
<h4>Turniej majowy 2022</h4>
Propadel, Warszawa</br>
Propadel, Warszawa
13/05/2022 do 15/05/2022
<button class="tournamentOpen">OPEN</button>
</div>

View File

@ -0,0 +1,31 @@
<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>
<div class="container">
Kontakt
</div>
</body>
</html>

View File

@ -0,0 +1,14 @@
@import "../_global/header.css";
body {
margin: 0;
}
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
}

View File

@ -0,0 +1,31 @@
<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>
<div class="container">
Ranking
</div>
</body>
</html>

View File

@ -0,0 +1,14 @@
@import "../_global/header.css";
body {
margin: 0;
}
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: center;
}