Website/services/index.html

58 lines
2.3 KiB
HTML
Raw Normal View History

2024-10-13 23:31:01 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<link rel="stylesheet" href="../global/theme.css">
<script rel="text/javascript" src="../global/global.js"></script>
<link rel="stylesheet" href="../global/style.css">
<title>Services</title>
</head>
<body>
<nav id="navbar"></nav>
<main>
<div class="content fit">
<h2 class="titlebar">My Public Services and Frontends</h2>
<p>
All of my services are hosted on a VPS with enough bandwidth.<br>
It's not a big server so (please) don't abuse it. <strong>You</strong> and I don't benefit from it.<br>
<br>
I've used public and free frontends and alternatives for far too long. It's finally time to give something back to the community,
by hosting free to use frontends to some mainstream websites.
<br><br>
Using frontends to popular/mainstream services has many advantages, such as:<br>
<strong>Hiding your IP adress</strong> from the target websites view,<br>
<strong>Block ads and trackers</strong> and (my hosted instances) being <strong>free/open source</strong>.
</p>
</div>
<div class="content fit">
<h2 class="titlebar">Privacy focused frontends</h2>
<ul>
<li><a href="https://searx.weingardt.dev/">SearxNG</a> @ 🇩🇪 > Google-search frontend</li>
2024-10-28 21:11:12 +01:00
<li><a href="https://4get.weingardt.dev/">4get</a> @ 🇩🇪 > Google-search frontend (wich is waaay better than SearxNGi )</li>
2024-10-13 23:31:01 +02:00
<li><a href="https://inv.weingardt.dev/">Invidious</a> @ 🇩🇪 > YouTube frontend (currently broken due to po_token missing :/)</li>
</ul>
</div>
<div class="content fit">
<h2 class="titlebar">Misc services</h2>
<ul>
<li><a href="https://git.weingardt.dev/">Gitea</a> @ 🇩🇪 > My personal git</li>
</ul>
</div>
2024-10-14 18:08:03 +02:00
<a class="text-center" href="about/">Want to learn more about these services?</a><br>
<div id="footnote"><var id="toplevel" data-="../">Please enable Javascript on this page as it's required to generate the footer and navigation bar.<br>For fear of non-free Javascript: The JS is licensed under GPL v.3</var></div>
2024-10-13 23:31:01 +02:00
</main>
<footer id="footer"></footer>
<!-- Some variables and script-call for global site elements -->
<var id="selected-nav" data-="Services"></var>
</body>
</html>