Reorganized some files into their correct folder
@ -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>
|
||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
@ -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");
|
||||
|
Before Width: | Height: | Size: 550 B After Width: | Height: | Size: 550 B |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 415 B After Width: | Height: | Size: 415 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
BIN
src/me copy.jpg
Before Width: | Height: | Size: 2.3 MiB |
@ -144,7 +144,7 @@ footer{
|
||||
font-family: FreePixel;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url("../FreePixel.ttf");
|
||||
src: url("../src/FreePixel.ttf");
|
||||
}
|
||||
|
||||
|
||||
|