This repository has been archived on 2023-08-02. You can view files and clone it, but cannot push or open issues or pull requests.
qwik-website/index.html
2021-07-25 21:37:10 +02:00

142 lines
5.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png">
<link rel="manifest" href="/favicons/site.webmanifest">
<link rel="mask-icon" href="/favicons/safari-pinned-tab.svg" color="#3ddf89">
<link rel="shortcut icon" href="/favicons/favicon.ico">
<meta name="msapplication-TileColor" content="#181833">
<meta name="msapplication-config" content="/favicons/browserconfig.xml">
<meta name="theme-color" content="#3ddf89">
<link rel="stylesheet" type="text/css" href="./styles/main.css">
<title>qwik</title>
</head>
<body>
<div class="grid-container">
<nav>
<a href="#services">services</a>
<a href="#contact">contact</a>
<a href="#contribute">contribute</a>
</nav>
<div class="presentation">
<img class="logo" src="./resources/logo.svg" alt="qwik logo">
<header>qwik</header>
<p class="qwik-explained">
Welcome here! 😊 <br><br>
We are tech enthusiasts (did I spell that right?) and we like cyber security and privacy.
That's why we have this site with a collection of tools/services mostly for our use, but
you are welcome to use them as well! (In that case please read our <a href="./privacy.html">privacy policy</a>.) <br><br>
Please enjoy your stay. :)
</p>
</div>
<a name="services"></a>
<h1>services</h1>
<div class="services-list">
<div class="service">
<h2>Gitea</h2>
<p>
Gitea is an alternative to Github, Gitlab, etc.
We host our instance. Please don't spam it with large files, or we might have to remove your repos.
</p>
<a href="https://git.qwik.space">get codin'</a>
</div>
<div class="service">
<h2>Nitter</h2>
<p>
Nitter is a Twitter frontend. Use it to browse Twitter without getting tracked.
</p>
<a href="https://nitter.qwik.space">get browsin'</a>
</div>
<div class="service">
<h2>Bibliogram</h2>
<p>
Bibliogram is an Instagram frontend. Use it to browse Instagram without getting tracked.
</p>
<a href="https://bibligram.qwik.space">get browsin'</a>
</div>
<div class="service">
<h2>Libreddit</h2>
<p>
Libreddit is a Reddit frontend. Use it to browse Reddit without getting tracked.
</p>
<a href="https://bibligram.qwik.space">get browsin'</a>
</div>
<div class="service">
<h2>Searchy</h2>
<p>
Searchy was developed by BurnyLlama. It is a customizable frontend for differ search engines.
</p>
<a href="https://searchy.qwik.space">get browsin'</a>
</div>
<div class="service">
<h2>Searx</h2>
<p>
Searx is a tool that aggragates search results from a lot of search engines.
</p>
<a href="https://searx.qwik.space">get browsin'</a>
</div>
</div>
<a name="contact"></a>
<h1>contact</h1>
<div class="contact-box">
<p>
If you have any questions, feedback, ideas, or anything else, feel free to contact us. <br>
You can contact BurnyLlama about most things, but if what you have to say is about XMPP, then
please contact furo. :)
</p>
<div class="maintainer-list">
<div class="maintainer">
<h2>BurnyLlama</h2>
<div class="contact-options">
<p class="contact-type">XMPP</p>
<p>burnyllama@chat.qwik.space</p>
<p class="contact-type">matrix</p>
<p>@burnyllama:matrix.org</p>
</div>
</div>
<div class="maintainer">
<h2>furo</h2>
<div class="contact-options">
<p class="contact-type">XMPP</p>
<p>furo@chat.qwik.space</p>
</div>
</div>
</div>
</div>
<a name="contribute"></a>
<h1>contribute</h1>
<p>
Theres currently no real way to contribute, but if you have any ideas of stuff to add feel free to contact the maintainers.
</p>
<footer>
<p class="love">made with <span class="heart">&nbsp; &lt;3 &nbsp;</span> by team qwik</p>
<p style="color: var(--accent); margin-top: 2rem;">attributions &amp; credits</p>
<p>the font used on this page is <a href="https://manropefont.com/">Manrope</a>.</p>
<p>qwik's <a href="./resources/logo.svg">logo</a> was made by BurnyLlama and is available under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a></p>
</footer>
</div>
</body>
</html>