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

133 lines
5.0 KiB
HTML
Raw Normal View History

2021-07-01 22:53:18 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-07-02 00:51:28 +02:00
<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">
2021-07-01 22:53:18 +02:00
<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="#maintainers">maintainers</a>
<a href="#contribute">contribute</a>
</nav>
<img class="logo" src="./resources/logo.svg" alt="qwik logo">
<header>qwik</header>
<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>
2021-07-15 21:38:02 +02:00
<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>
2021-07-03 02:13:19 +02:00
<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>
2021-07-01 22:53:18 +02:00
<div class="service">
2021-07-15 21:38:02 +02:00
<h2>Owncast</h2>
<p>
We host an Owncast instance that we might some day actually use to stream on.
</p>
<a href="https://stream.qwik.space">get visitin'</a>
</div>
<div class="service">
<h2>Owncloud</h2>
2021-07-01 22:53:18 +02:00
<p>
2021-07-15 21:38:02 +02:00
We host an Owncloud instance for internal use. Please contact us if you would like an account.
2021-07-01 22:53:18 +02:00
</p>
<a href="https://cloud.qwik.space">get visitin'</a>
</div>
</div>
<a name="maintainers"></a>
<h1>maintainers</h1>
<div class="maintainer-list">
<div class="maintainer">
<h2>BurnyLlama</h2>
<img src="./resources/Llama_min.png" alt="BurnyLlama's profile picture.">
<p class="contact-type">mail</p>
2021-07-02 00:51:28 +02:00
<p>burnyllama [@] protonmail [.] com</p>
2021-07-01 22:53:18 +02:00
<p class="contact-type">matrix</p>
<p>@burnyllama:matrix.org</p>
</div>
<div class="maintainer">
<h2>furo</h2>
<img src="./resources/Picasso Llama.png" alt="furo's profile picture.">
<p class="contact-type">mail</p>
<p>1qazxcde3 [@] posteo [.] net</p>
<p class="contact-type">matrix</p>
<p>@desu_desu:matrix.org</p>
</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)">attributions & 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>