Compare commits

...

2 Commits

Author SHA1 Message Date
marccane 24502f247d improve footer 2023-09-27 22:28:38 +02:00
marccane 839de86f09 move resources into res folder, remove unused resources, move logos into res/logos 2023-09-27 22:10:49 +02:00
11 changed files with 3 additions and 5 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;
}
@ -139,7 +139,6 @@ footer{
#col3 {
text-align: right;
padding-right: 100px;
}
.headerbar{

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