qwik-site/content/pages/index.njk

189 lines
6.5 KiB
Plaintext
Raw Normal View History

2021-08-09 18:47:12 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
{% include "templates/defaultTags.njk" %}
2021-09-01 15:09:23 +02:00
<link rel="stylesheet" type="text/css" href="/assets/css/landing.css">
2021-08-09 18:47:12 +02:00
<title>qwik</title>
</head>
<body>
2022-05-01 18:47:13 +02:00
{# <div style="background-color: var(--blue); padding: 1rem 2rem;">
2022-02-27 10:36:05 +01:00
<h1 style="margin-top: 0; color: var(--surface)">
About the war in Ukraine...
</h1>
<p style="color: var(--surface)">
We at qwik stand with the Ukrainian people against Putin's complete and utter bullshit. Putin has no right to take Ukraine. <span style="color: var(--yellow);">#FuckPutin</span>
<br><br>
-- Team qwik <span style="font-size: 1.5rem; color: inherit; left: -.25rem; top: .1rem; position: relative;">&nbsp; &lt;3 &nbsp;</span>
</p>
</div>
<div style="background-color: var(--yellow); padding: 1rem 2rem;">
<h1 style="margin-top: 0; color: var(--surface)">
What can I do?
</h1>
<p style="color: var(--surface)">
One can not do everything, but together we are strong. Protesting and donating to help organisations <i style="color: inherit;">can</i> help.<span style="color: var(--blue);">#SaveUkraine</span>
<br><br>
-- Team qwik <span style="font-size: 1.5rem; color: inherit; left: -.25rem; top: .1rem; position: relative;">&nbsp; &lt;3 &nbsp;</span>
</p>
2022-05-01 18:47:13 +02:00
</div> #}
2021-08-09 18:47:12 +02:00
2022-05-01 18:47:13 +02:00
<header>
2021-08-09 18:47:12 +02:00
<img class="logo" src="/assets/images/logo.svg" alt="qwik logo">
2022-05-01 18:47:13 +02:00
<h1>
Welcome to <span style="color: var(--primary)">qwik</span><span style="color: var(--accent)">.</span><span style="color: var(--primary)">space</span>!
</h1>
<p>
"A comfy little corner of the internet..."
2021-08-09 18:47:12 +02:00
</p>
2022-05-01 18:47:13 +02:00
<nav>
<a href="#toolbox">TOOLBOX</a>
<a href="#services">SERVICES</a>
<a href="#contact">CONTACT</a>
</nav>
</header>
<a name="toolbox"></a>
<div class="box">
<h1>TOOLBOX</h1>
<div class="card">
2021-08-09 18:47:12 +02:00
<h2>Nitter</h2>
<p>
Nitter is a Twitter frontend. Use it to browse Twitter without getting tracked.
</p>
2022-05-01 18:47:13 +02:00
<a href="https://nitter.qwik.space">BROWSE</a>
2021-08-09 18:47:12 +02:00
</div>
2022-05-01 18:47:13 +02:00
<div class="card">
2021-08-09 18:47:12 +02:00
<h2>Bibliogram</h2>
<p>
Bibliogram is an Instagram frontend. Use it to browse Instagram without getting tracked.
</p>
2022-05-01 18:47:13 +02:00
<a href="https://bibliogram.qwik.space">BROWSE</a>
2021-08-09 18:47:12 +02:00
</div>
2022-05-01 18:47:13 +02:00
<div class="card">
2021-08-09 18:47:12 +02:00
<h2>Libreddit</h2>
<p>
Libreddit is a Reddit frontend. Use it to browse Reddit without getting tracked.
</p>
2022-05-01 18:47:13 +02:00
<a href="https://libreddit.qwik.space">BROWSE</a>
2021-08-09 18:47:12 +02:00
</div>
2022-07-30 16:55:44 +02:00
<div class="card">
<h2>Invidious</h2>
<p>
Invidious is a Reddit frontend. Use it to browse Reddit without getting tracked.
</p>
<a href="https://invidious.qwik.space">WATCH</a>
</div>
2022-05-01 18:47:13 +02:00
</div>
2021-08-09 18:47:12 +02:00
2022-05-01 18:47:13 +02:00
<div class="separator"></div>
2021-08-09 18:47:12 +02:00
2022-05-01 18:47:13 +02:00
<a name="services"></a>
<div class="box">
<h1>SERVICES</h1>
<p>
These services requires an account, which you can create <a href="https://qam.qwik.space">here</a>.
</p>
<div class="card">
<h2>Gitea</h2>
2021-08-09 18:47:12 +02:00
<p>
2022-05-01 18:47:13 +02:00
Gitea is an alternative to Github, Gitlab, etc.
We host our own instance, but feel free to use it as well (if you're brave enough).
2021-08-09 18:47:12 +02:00
</p>
2022-05-01 18:47:13 +02:00
<a href="https://git.qwik.space">CODE</a>
2021-08-09 18:47:12 +02:00
</div>
2022-05-01 18:47:13 +02:00
<div class="card">
2021-08-09 18:47:12 +02:00
<h2>XMPP</h2>
<p>
XMPP is an instant messaging protocol. You can find more info in the article below.
</p>
2022-05-01 18:47:13 +02:00
<a href="/articles/xmpp/intro">READ MORE</a>
2021-08-09 18:47:12 +02:00
</div>
2021-08-12 15:50:26 +02:00
2022-05-01 18:47:13 +02:00
<div class="card">
2021-08-12 15:50:26 +02:00
<h2>Hedgedoc</h2>
<p>
Hedgedoc is an online markdown editor featuring real-time collaboration.
</p>
2022-05-01 18:47:13 +02:00
<a href="https://docs.qwik.space">WRITE</a>
2021-08-12 15:50:26 +02:00
</div>
2022-07-30 16:55:44 +02:00
<div class="card">
<h2>CryptPad</h2>
<p>
We run an instance of CryptPad. As of now, accounts are supplied as per request. See contact options below.
</p>
<a href="https://pad.qwik.space">WRITE</a>
</div>
2021-08-09 18:47:12 +02:00
</div>
2022-05-01 18:47:13 +02:00
<div class="separator"></div>
2021-08-09 18:47:12 +02:00
<a name="contact"></a>
2022-05-01 18:47:13 +02:00
<div class="box">
<h1>CONTACT</h1>
2021-08-09 18:47:12 +02:00
<p>
If you have any questions, feedback, ideas, or anything else, feel free to contact us.
</p>
2022-05-01 18:47:13 +02:00
<div class="card maintainer">
2021-08-09 18:47:12 +02:00
<h2>BurnyLlama</h2>
<div class="contact-options">
<p class="contact-type">XMPP</p>
<p>burnyllama@qwik.space</p>
2022-05-01 18:47:13 +02:00
<p class="contact-type">Matrix</p>
2021-08-09 18:47:12 +02:00
<p>@burnyllama:matrix.org</p>
2022-05-01 18:47:13 +02:00
<p class="contact-type">Email</p>
<p>burnyllama [at] protonmail [dot] com</p>
2021-08-09 18:47:12 +02:00
</div>
2022-07-10 10:33:20 +02:00
<p style=" margin: .5rem .2rem 0 .2rem;">You can read about news for qwik.space, rants, and other stuffs over at my <a style="font-size: inherit;" href="https://blog.qwik.space">blog</a>.</p>
2021-08-09 18:47:12 +02:00
</div>
</div>
2022-05-01 18:47:13 +02:00
<div class="contact-box">
2021-08-09 18:47:12 +02:00
2022-05-01 18:47:13 +02:00
<div class="maintainer-list">
</div>
</div>
2021-08-09 18:47:12 +02:00
<footer>
2022-05-01 18:47:13 +02:00
<p class="love">
Made with <span class="heart">&nbsp; &lt;3 &nbsp;</span> by team qwik!
</p>
<p class="footer-header">
Attributions &amp; Credits
</p>
<p>
The font used on this page is <a href="https://manropefont.com/">Manrope</a>.
</p>
<p>
The <a href="/assets/images/logo.svg">logo</a> is made by BurnyLlama and is available under the <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a> license.
</p>
<p class="footer-header">
Policies
</p>
<p>
Feel free to read our <a href="/articles/privacy_policy">Privacy Policy</a> or <a href="/articles/terms_of_service">Terms of Service</a>.
</p>
2021-08-09 18:47:12 +02:00
2022-05-01 18:47:13 +02:00
<p class="footer-header">Resources</p>
<p>
We provide qwik's resources <a href="/articles/graphical-profile/intro">here</a>. (This includes logo, colours, fonts, etc.)
</p>
<p class="footer-header">
Visit us on TOR
</p>
<p>Coming soon...</p>
2021-08-09 18:47:12 +02:00
</footer>
</body>
2021-08-12 15:50:26 +02:00
</html>