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-01 22:53:18 +02:00

90 lines
3.2 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="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>
<div class="service">
<h2>Nextcloud</h2>
<p>
We host a Nextcloud instance for internal use. Please contact us if you would like an account.
</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>
<p>burnyllama [@] protonamail [.] com</p>
<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>