move resources into res folder, remove unused resources, move logos into res/logos

master
marccane 2023-09-27 22:10:49 +02:00
parent 4f4c8ecdf3
commit 839de86f09
11 changed files with 3 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

View File

@ -51,7 +51,7 @@ body{
color: #3c3c3b;
font-family: 'Open Sans', sans-serif;
background-color: #f7d36e;
background-image: url(background_2.svg);
background-image: url(res/background_2.svg);
background-size: cover;
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 542 KiB

View File

@ -14,12 +14,12 @@
<body>
<header></header>
<div class="headerbar">
<img class="logo" src="header_kinnikustudios_logo_black.svg" alt="Kinniku Studios Logo">
<img class="logo" src="res/header_kinnikustudios_logo_black.svg" alt="Kinniku Studios Logo">
<h3 id="languageShortname">EN</h3>
</div>
<div class="imatge_centrada">
<img id="comingSoonImg" src="ComingSoon.png" alt="TankTop Coming Soon">
<img id="comingSoonImg" src="res/comingSoon.png" alt="TankTop Coming Soon">
</div>
<footer>
<div class="column" id="col1">Visit other <b>Kinniku Studios</b> channels</div>

View File

Before

Width:  |  Height:  |  Size: 541 KiB

After

Width:  |  Height:  |  Size: 541 KiB

View File

Before

Width:  |  Height:  |  Size: 194 KiB

After

Width:  |  Height:  |  Size: 194 KiB

View File

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

Before

Width:  |  Height:  |  Size: 180 KiB

After

Width:  |  Height:  |  Size: 180 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB