refactor: move files to locations based on their appearance in app

This commit is contained in:
Lewy 2022-06-08 00:40:04 +02:00
parent 904218f0f9
commit 23c338fae6
44 changed files with 42 additions and 42 deletions

View File

Before

Width:  |  Height:  |  Size: 651 KiB

After

Width:  |  Height:  |  Size: 651 KiB

View File

@ -15,14 +15,14 @@
<header>
<div class="logoBox">
<a class="header_link" href="../index.html"><img class="logo" src="../_global/logo.svg" alt="Logo error"></a>
<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>
<button class="loginButton" type="submit" onclick="window.location.href='../../../panel_organizatora/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>

View File

@ -1,7 +1,7 @@
@import "css/li.css";
@import "css/collapsible.css";
@import "css/round.css";
@import "../_global/header.css";
@import "../../../_global/header.css";
body {

View File

@ -12,14 +12,14 @@
<body>
<header>
<div class="logoBox">
<a class="header_link" href="../index.html"><img class="logo" src="../_global/logo.svg" alt="Logo error"></a>
<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>
<button class="loginButton" type="submit" onclick="window.location.href='../../panel_organizatora/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>
@ -27,7 +27,7 @@
<div class="mainInfoBox">
<div class="tournamentIconBox">
<img class="tournamentIcon" src="../_main%20page/cup.svg" alt="">
<img class="tournamentIcon" src="../cup.svg" alt="">
</div>
<div class="tournamentDataBox">
@ -47,9 +47,9 @@
<div class="bookmarks">
<nav>
<ul>
<li><a href="../pojedynczy_turniej/index.html">Informacje</a></li>
<li><a href="../zapisy/index.html">Zapisy</a></li>
<li><a href="../drabinka/index.html">Drabinka</a></li>
<li><a href="./index.html">Informacje</a></li>
<li><a href="./zapisy/index.html">Zapisy</a></li>
<li><a href="./drabinka/index.html">Drabinka</a></li>
</ul>
</nav>
</div>

View File

@ -1,6 +1,6 @@
@import "../_global/header.css";
@import "./tournament_detail_header.css";
@import "./bookmarks.css";
@import "../../_global/header.css";
@import "css/tournament_detail_header.css";
@import "css/bookmarks.css";
/*0 layer*/
body {

View File

@ -15,14 +15,14 @@
<header>
<div class="logoBox">
<a class="header_link" href="../index.html"><img class="logo" src="../_global/logo.svg" alt="Logo error"></a>
<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>
<button class="loginButton" type="submit" onclick="window.location.href='../../../panel_organizatora/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>
@ -31,7 +31,7 @@
<div class="bookmarks">
<nav>
<ul>
<li><a href="../pojedynczy_turniej/index.html">Informacje</a></li>
<li><a href="../index.html">Informacje</a></li>
<li><a href="../zapisy/index.html">Zapisy</a></li>
<li><a href="../drabinka/index.html">Drabinka</a></li>
</ul>

View File

@ -1,7 +1,7 @@
@import "css/li.css";
@import "css/collapsible.css";
@import "css/round.css";
@import "../_global/header.css";
@import "../../../_global/header.css";
@import "bookmarks.css";

View File

@ -1,6 +1,6 @@
@import "../_global/header.css";
@import "single_tournament.css";
@import "settings.css";
@import "pojedynczy_turniej/css/single_tournament.css";
@import "pojedynczy_turniej/css/settings.css";
/*main*/
body {

View File

@ -16,7 +16,7 @@
</div>
<div class="linkBox">
<!-- <span class="dot">JM</span>-->
<button class="loginButton" type="submit" onclick="window.location.href='./logowanie/index.html'">LOGOWANIE</button>
<button class="loginButton" type="submit" onclick="window.location.href='panel_organizatora/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>
@ -53,7 +53,7 @@
<div class="tournamentDataBox">
<div class="tournamentData">
<h4><a href="./pojedynczy_turniej/index.html"> Turniej majowy 2022</a></h4>
<h4><a href="_main%20page/pojedynczy_turniej/index.html"> Turniej majowy 2022</a></h4>
Propadel, Warszawa
13/05/2022 do 15/05/2022
<button class="tournamentOpen">OPEN</button>

View File

@ -15,7 +15,7 @@
</div>
<div class="linkBox">
<!-- <span class="dot">JM</span>-->
<button class="loginButton" type="submit" onclick="window.location.href='../logowanie/index.html'">LOGOWANIE</button>
<button class="loginButton" type="submit" onclick="window.location.href='../panel_organizatora/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>

View File

@ -12,14 +12,14 @@
<body>
<header>
<div class="logoBox">
<a class="header_link" href="../index.html"><img class="logo" src="../_global/logo.svg" alt="Logo error"></a>
<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>
<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>

View File

@ -1,4 +1,4 @@
@import "../_global/header.css";
@import "../../_global/header.css";
/*0 layer*/
body {

View File

@ -13,7 +13,7 @@
</div>
<div class="linkBox">
<!-- <span class="dot">JM</span>-->
<button class="loginButton" type="submit" onclick="window.location.href='../logowanie/index.html'">LOGOWANIE</button>
<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>

View File

Before

Width:  |  Height:  |  Size: 7.1 MiB

After

Width:  |  Height:  |  Size: 7.1 MiB

View File

Before

Width:  |  Height:  |  Size: 669 B

After

Width:  |  Height:  |  Size: 669 B

View File

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 767 B

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 517 B

View File

Before

Width:  |  Height:  |  Size: 750 B

After

Width:  |  Height:  |  Size: 750 B

View File

@ -12,14 +12,14 @@
<body>
<header>
<div class="logoBox">
<a class="header_link" href="../index.html"><img class="logo" src="../_global/logo.svg" alt="Logo error"></a>
<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>
<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>

View File

@ -1,4 +1,4 @@
@import "../_global/header.css";
@import "../../_global/header.css";
body {
margin: 0;

View File

@ -15,7 +15,7 @@
</div>
<div class="linkBox">
<!-- <span class="dot">JM</span>-->
<button class="loginButton" type="submit" onclick="window.location.href='../logowanie/index.html'">LOGOWANIE</button>
<button class="loginButton" type="submit" onclick="window.location.href='../panel_organizatora/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>