redo homepage

Amolith created

Change summary

index.html | 34 +++++++++++++++++++++++++++-------
1 file changed, 27 insertions(+), 7 deletions(-)

Detailed changes

index.html 🔗

@@ -11,6 +11,11 @@ priority: 0.9
 </style>
 <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>
 
+</br>
+</br>
+<center><h1>Services I currently host</h1></center>
+<hr>
+</br>
 <div class="flex-wrapper">
     <div class="flex-cards">
         <div class="card">
@@ -23,11 +28,6 @@ priority: 0.9
             <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="mumble://nixnet.xyz"><button class="button">Chat!</button></a>
         </div>
-        <div class="card">
-            <h1><b>Gitea</b></h1> 
-            <p>Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. I just broke something so it's not useable at the moment. I'm working on fixing it right now.</p> 
-            <a href="https://git.nixnet.xyz"><button class="button">Code!</button></a>
-        </div>
         <div class="card">
             <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> 
@@ -38,15 +38,35 @@ priority: 0.9
             <p>YaCy is a fully decentralized search engine; all users of its network are equal, it does not store user search requests, and it's impossible for anything to be censored from the shared index. It's also integrated into searX above.</p> 
             <a href="https://yacy.nixnet.xyz"><button class="button">Search P2P!</button></a>
         </div>
+    </div>
+</div>
+</br>
+</br>
+<center><h1> Services I'm <i>working</i> on hosting</h1></center>
+<hr>
+<center><p>Until I have them up, running, and stable, the buttons link to another LibreHoster's instance.</p>
+</br>
+<div class="flex-wrapper">
+    <div class="flex-cards">
         <div class="card">
             <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/"><button class="button">Write!</button></a>
+            <a href="https://pad.snopyta.org"><button class="button">Write!</button></a>
+        </div>
+        <div class="card">
+            <h1><b>Gitea</b></h1> 
+            <p>Gitea is a simple, easy-to-use and yet full-featured, self-hosted code hosting solution. I just broke something so it's not useable at the moment. I'm working on fixing it right now.</p> 
+            <a href="https://git.snopyta.org/"><button class="button">Code!</button></a>
         </div>
         <div class="card">
             <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> 
-            <a href="https://nixnet.xyz/wip/"><button class="button">Paste!</button></a>
+            <a href="https://bin.snopyta.org/"><button class="button">Paste!</button></a>
+        </div>
+        <div class="card">
+            <h1><b>Jabber/XMPP</b></h1> 
+            <p>XMPP is the Extensible Messaging and Presence Protocol, a set of open technologies for instant messaging, multi-party chat, voice and video calls, and collaboration.</p>
+            <a href="https://snopyta.org/service/xmpp/xmpp.html"><button class="button">Log in!</button></a>
         </div>
     </div>
 </div>