diff --git a/contact/index.html b/contact/index.html
index e5ecdf2..7752028 100644
--- a/contact/index.html
+++ b/contact/index.html
@@ -14,7 +14,7 @@
Contact me
-
+
- E-Mail
- gabriel@weingardt.dev
diff --git a/src/send.gif b/contact/send.gif
similarity index 100%
rename from src/send.gif
rename to contact/send.gif
diff --git a/src/cc-by-sa.png b/global/cc-by-sa.png
similarity index 100%
rename from src/cc-by-sa.png
rename to global/cc-by-sa.png
diff --git a/src/fade.png b/global/fade.png
similarity index 100%
rename from src/fade.png
rename to global/fade.png
diff --git a/global/global.js b/global/global.js
index ba12fef..eb2416f 100644
--- a/global/global.js
+++ b/global/global.js
@@ -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");
diff --git a/src/gnu-linux.gif b/global/gnu-linux.gif
similarity index 100%
rename from src/gnu-linux.gif
rename to global/gnu-linux.gif
diff --git a/src/landchad.gif b/global/landchad.gif
similarity index 100%
rename from src/landchad.gif
rename to global/landchad.gif
diff --git a/src/nftbutton.gif b/global/nftbutton.gif
similarity index 100%
rename from src/nftbutton.gif
rename to global/nftbutton.gif
diff --git a/src/nochrome.png b/global/nochrome.png
similarity index 100%
rename from src/nochrome.png
rename to global/nochrome.png
diff --git a/src/right2repair.gif b/global/right2repair.gif
similarity index 100%
rename from src/right2repair.gif
rename to global/right2repair.gif
diff --git a/src/ublock.png b/global/ublock.png
similarity index 100%
rename from src/ublock.png
rename to global/ublock.png
diff --git a/src/vscodium.png b/global/vscodium.png
similarity index 100%
rename from src/vscodium.png
rename to global/vscodium.png
diff --git a/src/win10no.gif b/global/win10no.gif
similarity index 100%
rename from src/win10no.gif
rename to global/win10no.gif
diff --git a/FreePixel.ttf b/src/FreePixel.ttf
similarity index 100%
rename from FreePixel.ttf
rename to src/FreePixel.ttf
diff --git a/src/me copy.jpg b/src/me copy.jpg
deleted file mode 100644
index 3ff4933..0000000
Binary files a/src/me copy.jpg and /dev/null differ
diff --git a/src/style.css b/src/style.css
index bc27f88..379eaf6 100644
--- a/src/style.css
+++ b/src/style.css
@@ -144,7 +144,7 @@ footer{
font-family: FreePixel;
font-style: normal;
font-weight: 400;
- src: url("../FreePixel.ttf");
+ src: url("../src/FreePixel.ttf");
}