Reorganized some files into their correct folder

This commit is contained in:
0xmac 2024-09-15 11:42:40 +02:00
parent b6762dabc1
commit 2d3730f89b
16 changed files with 12 additions and 12 deletions

View File

@ -14,7 +14,7 @@
<main>
<div class="content">
<h2 class="titlebar">Contact me</h2>
<img src="../src/send.gif" alt="gif" id="gif">
<img src="send.gif" alt="gif" id="gif">
<dl>
<dt>E-Mail</dt><dd>gabriel@weingardt.dev</dd>

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 145 B

After

Width:  |  Height:  |  Size: 145 B

View File

@ -36,15 +36,15 @@ navContent = [
// Alt,b Href, Src
funButtons = [
["CC BY-SA 4.0", "https://creativecommons.org/licenses/by-sa/4.0/", "src/cc-by-sa.png"],
["Right to repair", "", "src/right2repair.gif"],
["Made with VSCodium", "https://vscodium.com/", "src/vscodium.png"],
["Made on Gnu/Linux", "https://www.gnu.org/home.en.html", "src/gnu-linux.gif"],
["Windows 10, NO", "", "src/win10no.gif"],
//["No NFT's", "", "src/nftbutton.gif"],
["Anything but Chrome", "https://librewolf.net/", "src/nochrome.png"],
["UBlock Origin Now!", "https://ublockorigin.com/", "src/ublock.png"],
//["Get a Website - Landchad", "https://landchad.net/", "src/landchad.gif"]
["CC BY-SA 4.0", "https://creativecommons.org/licenses/by-sa/4.0/", "global/cc-by-sa.png"],
["Right to repair", "", "global/right2repair.gif"],
["Made with VSCodium", "https://vscodium.com/", "global/vscodium.png"],
["Made on Gnu/Linux", "https://www.gnu.org/home.en.html", "global/gnu-linux.gif"],
["Windows 10, NO", "", "global/win10no.gif"],
//["No NFT's", "", "global/nftbutton.gif"],
["Anything but Chrome", "https://librewolf.net/", "global/nochrome.png"],
["UBlock Origin Now!", "https://ublockorigin.com/", "global/ublock.png"],
//["Get a Website - Landchad", "https://landchad.net/", "global/landchad.gif"]
];
var styles = ["Tomorrow", "Forgotten", "Yotsuba"];
@ -65,7 +65,7 @@ function updateStyle(type){
doc.style.setProperty("--font-family", "Arial, Helvetica, sans-serif");
doc.style.setProperty("--font-size", "13px");
document.querySelector("body").style.backgroundImage = "url(" + dirDepth + "src/fade.png)";
document.querySelector("body").style.backgroundImage = "url(" + dirDepth + "global/fade.png)";
} else if (type == "Tomorrow"){
doc.style.setProperty("--main-bg-color", "#1d1f21");
doc.style.setProperty("--main-bg-end-color", "#1d1f21");

View File

Before

Width:  |  Height:  |  Size: 550 B

After

Width:  |  Height:  |  Size: 550 B

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 415 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

View File

@ -144,7 +144,7 @@ footer{
font-family: FreePixel;
font-style: normal;
font-weight: 400;
src: url("../FreePixel.ttf");
src: url("../src/FreePixel.ttf");
}