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-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" >
< 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 >
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 >
There’ s 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" > < 3 < / 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 >