index.html

 1---
 2layout: page
 3title: "~/"
 4subtitle: "You are, quite obviously, home."
 5sitemap:
 6priority: 0.9
 7---
 8<style>
 9</style>
10<center><p>I host a variety of services that are available for anyone to use free of charge. Below is a list with descriptions of each.</p></center>
11
12<div class="flex-wrapper">
13    <div class="flex-cards">
14        <div class="card">
15            <h1><b>NixNet Chat</b></h1> 
16            <p>NixNet Chat is built on Rocket.Chat, an enterprise-grade real time chat application. Use this for communicating with other users and getting support for NixNet services.</p> 
17            <a href="https://chat.nixnet.xyz" target="_blank"><button class="button">Register!</button></a>
18        </div>
19        <div class="card">
20            <h1><b>Mumble</b></h1> 
21            <p>Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming. It's also great for private calls between yourself and others.</p> 
22            <a href="https://sea.nixnet.xyz" target="_blank"><button class="button">Chat!</button></a>
23        </div>
24        <div class="card">
25            <h1><b>Gitea</b></h1> 
26            <p>Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. Users can host 2 GB of code by default and more upon request (I don't have much storage 😢).</p> 
27            <a href="https://git.nixnet.xyz" target="_blank"><button class="button">Code!</button></a>
28        </div>
29        <div class="card">
30            <h1><b>CodiMD</b></h1> 
31            <p>CodiMD is an application that allows users to collaborate in real time on markdown documents and presentations. Perfect for quick and easy slideshows and documentation.</p>
32            <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Write!</button></a>
33        </div>
34        <div class="card">
35            <h1><b>PrivateBin</b></h1> 
36            <p>PrivateBin is a minimalist and open source pastebin that has zero knowledge of pasted data. Everything is encrypted and decrypted in-browser using 256bit AES in Galois Counter mode.</p> 
37            <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Paste!</button></a>
38        </div>
39        <div class="card">
40            <h1><b>SearX</b></h1> 
41            <p>SearX is a meta search engine that aggregates results from more than 70 different search engines. Users are neither tracked nor profiled. SearX can also be used over Tor for increased anonymity.</p> 
42            <a href="https://nixnet.xyz/wip.html" target="_blank"><button class="button">Search!</button></a>
43        </div>
44    </div>
45</div>