NixNet/index.html

48 lines
2.7 KiB
HTML
Raw Normal View History

2018-12-14 05:47:01 +00:00
---
layout: page
2018-12-17 20:45:04 +00:00
title: "~/"
2018-12-14 06:21:49 +00:00
subtitle: "You are, quite obviously, home."
2019-01-02 03:17:26 +00:00
description: "NixNet is a network of websites and services hosted by Amolith available for anyone to use free of charge."
2019-01-02 03:03:58 +00:00
cover: /logo.png
2018-12-14 05:47:01 +00:00
sitemap:
priority: 0.9
2018-12-14 05:47:01 +00:00
---
<style>
</style>
2019-01-01 23:58:24 +00:00
<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>
2019-01-02 02:48:16 +00:00
<div class="flex-wrapper">
<div class="flex-cards">
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>NixNet Chat</b></h1>
<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>
<a href="https://chat.nixnet.xyz" target="_blank"><button class="button">Register!</button></a>
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>Mumble</b></h1>
<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>
<a href="https://sea.nixnet.xyz" target="_blank"><button class="button">Chat!</button></a>
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>Gitea</b></h1>
<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>
<a href="https://git.nixnet.xyz" target="_blank"><button class="button">Code!</button></a>
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>CodiMD</b></h1>
<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>
<a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Write!</button></a>
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>PrivateBin</b></h1>
<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>
2019-01-02 03:00:03 +00:00
<a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Paste!</button></a>
2019-01-01 23:58:24 +00:00
</div>
2019-01-02 02:48:16 +00:00
<div class="card">
2019-01-01 23:58:24 +00:00
<h1><b>SearX</b></h1>
<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>
2019-01-02 03:05:17 +00:00
<a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Search!</button></a>
2019-01-01 23:58:24 +00:00
</div>
</div>
</div>