Compare commits

..

10 Commits

Author SHA1 Message Date
0xmac
9856a11297 Added discord gif 2024-11-15 11:52:14 +01:00
0xmac
0b404dc5ec Added 4get Image 2024-11-15 11:45:05 +01:00
0xmac
d26558f92b Added 4get to services 2024-11-15 08:30:20 +01:00
0xmac
9d098477ae Added Legal Contact 2024-11-15 08:29:47 +01:00
0xmac
76536a9036 Updated some stuff 2024-11-15 08:23:50 +01:00
0xmac
7b503bf044 Changed German servers to Netherlands, bc server migration 2024-11-15 08:17:21 +01:00
0xmac
a1d9ad28ba Fix Typing Mistake 2024-11-15 08:13:34 +01:00
0xmac
adc18226d7 Removed Junk 2024-11-05 19:22:21 +01:00
0xmac
16f3b301fd JS Cleanup 2024-11-05 19:21:54 +01:00
0xmac
9eb507117e Added robots.txt 2024-11-05 19:20:37 +01:00
9 changed files with 35 additions and 15 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -51,15 +51,16 @@ navContent = [
funButtons = [ funButtons = [
["CC BY-SA 4.0", "https://creativecommons.org/licenses/by-sa/4.0/", "global/buttons/cc-by-sa.png"], ["CC BY-SA 4.0", "https://creativecommons.org/licenses/by-sa/4.0/", "global/buttons/cc-by-sa.png"],
["Right to repair", "", "global/buttons/right2repair.gif"], ["Right to repair", "", "global/buttons/right2repair.gif"],
["Made with VSCodium", "https://vscodium.com/", "global/buttons/vscodium.png"], // ["Made with VSCodium", "https://vscodium.com/", "global/buttons/vscodium.png"],
["Made on Gnu/Linux", "https://www.gnu.org/home.en.html", "global/buttons/gnu-linux.gif"], ["Made on Gnu/Linux", "https://www.gnu.org/home.en.html", "global/buttons/gnu-linux.gif"],
["Windows 10, NO", "", "global/buttons/win10no.gif"], ["Windows 10, NO", "", "global/buttons/win10no.gif"],
// ["No NFT's", "", "global/buttons/nftbutton.gif"], // ["No NFT's", "", "global/buttons/nftbutton.gif"],
["Anything but Chrome", "https://librewolf.net/", "global/buttons/nochrome.png"], ["Anything but Chrome", "https://librewolf.net/", "global/buttons/nochrome.png"],
["UBlock Origin Now!", "https://ublockorigin.com/", "global/buttons/ublock.png"], ["UBlock Origin Now!", "https://ublockorigin.com/", "global/buttons/ublock.png"],
["Get a Website - Landchad", "https://landchad.net/", "global/buttons/landchad.gif"],
// ["Internet Privacy Now!", "https://anonymousplanet.org/", "global/buttons/internetprivacy.gif"],
["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "global/buttons/encryptyourshit.gif"], ["Encrypt Your Shit", "https://gitlab.com/cryptsetup/cryptsetup", "global/buttons/encryptyourshit.gif"],
["Get a Website - Landchad", "https://landchad.net/", "global/buttons/landchad.gif"],
["Discord? No Way!", "https://spyware.neocities.org/articles/discord", "global/buttons/discord-no-way.gif"],
// ["Internet Privacy Now!", "https://anonymousplanet.org/", "global/buttons/internetprivacy.gif"],
["No Web 3!", "", "global/buttons/noweb3.gif"], ["No Web 3!", "", "global/buttons/noweb3.gif"],
]; ];
@ -139,7 +140,7 @@ function updateStyle(type){
} catch { } } catch { }
} else if (type == "Indepth"){ } else if (type == "Indepth"){
doc.style.setProperty("--main-bg-color", "#000000"); doc.style.setProperty("--main-bg-color", "#000000");
doc.style.setProperty("--main-bg-end-color", "#080808"); doc.style.setProperty("--main-bg-end-color", "#1a0f00");
doc.style.setProperty("--main-color", "#000000"); doc.style.setProperty("--main-color", "#000000");
doc.style.setProperty("--main-fg-color", "#ffffff"); doc.style.setProperty("--main-fg-color", "#ffffff");
doc.style.setProperty("--main-title-fg-color", "#2c9080"); doc.style.setProperty("--main-title-fg-color", "#2c9080");
@ -340,9 +341,14 @@ function LoadWebsite(){
tmpAdd = document.createElement("a"); tmpAdd = document.createElement("a");
tmpAdd.textContent = navContent[Number(i)][1]; tmpAdd.textContent = navContent[Number(i)][1];
tmpAdd.setAttribute("href", href);
tmpAdd.classList.add("nav"); tmpAdd.classList.add("nav");
// temp disable
if (navContent[Number(i)][1] == "Tutorials" || navContent[Number(i)][1] == "Projects") {
tmpAdd.style.color = "#555555";
} else tmpAdd.setAttribute("href", href);
if (sel) { if (sel) {
tmpAdd.classList.add("selected-nav"); tmpAdd.classList.add("selected-nav");
} }

View File

@ -8,7 +8,7 @@
<script rel="text/javascript" src="global/global.js"></script> <script rel="text/javascript" src="global/global.js"></script>
<link rel="stylesheet" href="global/style.css"> <link rel="stylesheet" href="global/style.css">
<title>Gabriel's personal website'</title> <title>Gabriel's personal website</title>
</head> </head>
<body> <body>

View File

@ -23,6 +23,9 @@
</div> </div>
<div class="content fit"> <div class="content fit">
<h2 class="titlebar">Legal</h2> <h2 class="titlebar">Legal</h2>
If you wish to <a href="../contact">contact</a> me, or have any concerns about potential copyright infringement or similar, please
do here: legal@weingardt.dev
<br><br><hr><br>
The <u>content</u> of this website is licensed under the CC BY-SA 4.0 license, which gives you the unrestricted freedom to <u>share</u> and <u>modify</u> The <u>content</u> of this website is licensed under the CC BY-SA 4.0 license, which gives you the unrestricted freedom to <u>share</u> and <u>modify</u>
copies of this website. You are even allowed to do so commercially.<br><br> copies of this website. You are even allowed to do so commercially.<br><br>
<b>But under the following terms:</b><br> <b>But under the following terms:</b><br>

View File

@ -31,7 +31,7 @@
I'm still learning bare C (don't insult me)<br><br> I'm still learning bare C (don't insult me)<br><br>
<hr><br> <hr><br>
I'm fluent in German and English.<br> I'm fluent in German and English.<br>
I'm also learning Japanese (~2 Years now), but let's not talk about that. (It's not that great lol)<br><br> I'm also learning Japanese (~3 Years now), but let's not talk about that. (It's not that great lol)<br><br>
<hr><br> <hr><br>
I call myself a "self-taught electrical engineer", because rather than going to school, wasting time and I call myself a "self-taught electrical engineer", because rather than going to school, wasting time and
in the end learning basically nothing, I self-taught myself electronics, logic gates and how computers work.<br> in the end learning basically nothing, I self-taught myself electronics, logic gates and how computers work.<br>
@ -48,7 +48,7 @@
I'm studying IT while working in cybersecurity. In Germany that's called "Duales Studium". I'm studying IT while working in cybersecurity. In Germany that's called "Duales Studium".
It's just to get theoretical and practical experience (<small>and moneeeeyyy</small>).<br><br> It's just to get theoretical and practical experience (<small>and moneeeeyyy</small>).<br><br>
</div> </div>
<div class="content fit"> <!--div class="content fit">
<h2 class="titlebar">What keeps me going?</h2> <h2 class="titlebar">What keeps me going?</h2>
I have a far fetched dream:<br><br> I have a far fetched dream:<br><br>
To escape this 9to5 rat-race.<br> To escape this 9to5 rat-race.<br>
@ -58,7 +58,7 @@
I was personally influenced by Luke Smith :3<br><br> I was personally influenced by Luke Smith :3<br><br>
I don't want to depend on money, economy or the power-grid.<br> I don't want to depend on money, economy or the power-grid.<br>
This weirdly cancels out with my career as a programmer. I don't care. This weirdly cancels out with my career as a programmer. I don't care.
</div> </div-->
<div class="content fit"> <div class="content fit">
<h2 class="titlebar">Q&A</h2> <h2 class="titlebar">Q&A</h2>
Ok, Sure. Ok, Sure.
@ -73,7 +73,7 @@
<li>Q? Do I believe in God<br>A: Yes</li> <li>Q? Do I believe in God<br>A: Yes</li>
<li>Q? Am I a weird person<br>A: Yes</li> <li>Q? Am I a weird person<br>A: Yes</li>
<li>Q? Do I think people will read this<br>A: No</li> <li>Q? Do I think people will read this<br>A: No</li>
<li>Q? What do I hate the most<br>A: Big Cities, Smartphones, TikTok</li> <li>Q? What do I hate the most<br>A: Big Cities, Smartphones, Social Media</li>
<li>Q? What do I like the most<br>A: Clean Code, Nature, My Family</li> <li>Q? What do I like the most<br>A: Clean Code, Nature, My Family</li>
<li>Q? Am I an Archlinux elite user, btw<br>A: Yes</li> <li>Q? Am I an Archlinux elite user, btw<br>A: Yes</li>
</ul> </ul>

0
robots.txt Normal file → Executable file
View File

BIN
services/about/4get.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

View File

@ -23,6 +23,17 @@
Instance type: Vanilla Instance type: Vanilla
</div> </div>
<div class="content fit">
<h2 class="titlebar">4get</h2>
<a href="https://4get.weingardt.dev/"><img src="4get.png" alt="4get Logo" width="64" height="64"></a><br>
<br><b><a href="https://4get.weingardt.dev/">4get</a></b> is a giga-chad searchengine, that queries results from many search engines like: Google, DuckDuckGo, Bing, Brave and even lesser known sites like yandex, qwant and more!<br>
You can configure your scraper, if you for example prefer Google's search results over DuckDuckgo.
It's better than Searx in every way (debunked by snoopes).<br>
It's very lightweight, easy to self-host and just a great search-engine.<br><br>
You can <b><a href="https://4get.weingardt.dev">switch to another instance</a></b>, hosted by other privacy-friendly people<br>
Instance type: Vanilla
</div>
<div class="content fit"> <div class="content fit">
<h2 class="titlebar">Invidious</h2> <h2 class="titlebar">Invidious</h2>
<a href="https://inv.weingardt.dev/" class="right-div"><img src="invidious.png" alt="Invidious Logo" width="64" height="64"></a><br> <a href="https://inv.weingardt.dev/" class="right-div"><img src="invidious.png" alt="Invidious Logo" width="64" height="64"></a><br>

View File

@ -33,16 +33,16 @@
<div class="content fit"> <div class="content fit">
<h2 class="titlebar">Privacy focused frontends</h2> <h2 class="titlebar">Privacy focused frontends</h2>
<ul> <ul>
<li><a href="https://searx.weingardt.dev/">SearxNG</a> @ 🇩🇪 > Google-search frontend</li> <li><a href="https://searx.weingardt.dev/">SearxNG</a> @ 🇳🇱 > Google-search frontend</li>
<li><a href="https://4get.weingardt.dev/">4get</a> @ 🇩🇪 > Google-search frontend (wich is waaay better than SearxNGi )</li> <li><a href="https://4get.weingardt.dev/">4get</a> @ 🇳🇱 > Google-search frontend (wich is waaay better than SearxNG)</li>
<li><a href="https://inv.weingardt.dev/">Invidious</a> @ 🇩🇪 > YouTube frontend (currently broken due to po_token missing :/)</li> <li><a href="https://inv.weingardt.dev/">Invidious</a> @ 🇳🇱 > YouTube frontend (currently broken due to po_token missing :/)</li>
</ul> </ul>
</div> </div>
<div class="content fit"> <div class="content fit">
<h2 class="titlebar">Misc services</h2> <h2 class="titlebar">Misc services</h2>
<ul> <ul>
<li><a href="https://git.weingardt.dev/">Gitea</a> @ 🇩🇪 > My personal git</li> <li><a href="https://git.weingardt.dev/">Gitea</a> @ 🇳🇱 > My personal git</li>
</ul> </ul>
</div> </div>
<a class="text-center" href="about/">Want to learn more about these services?</a><br> <a class="text-center" href="about/">Want to learn more about these services?</a><br>