added searx and removed target-_blank

Amolith created

Change summary

_includes/header.html |  3 ---
index.html            | 12 ++++++------
2 files changed, 6 insertions(+), 9 deletions(-)

Detailed changes

_includes/header.html 🔗

@@ -9,9 +9,6 @@
             <li class="menu__entry"><a href="{{ '/feed.xml' | prepend: site.baseurl }}">RSS</a></li>
         </ul>
     </div>
-    <audio autoplay loop>
-        <source src="https://nixnet.xyz/assets/music/sappheiros.mp3" type="audio/mpeg" />
-    </audio>
     <ul class="social-links">
         {% if site.author.mastodon %}
         <a rel="me" href="https://fosstodon.org/@{{ site.author.mastodon }}" class="social-links__entry" target="_blank">

index.html 🔗

@@ -16,32 +16,32 @@ priority: 0.9
         <div class="card">
             <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>
+            <a href="https://chat.nixnet.xyz"><button class="button">Register!</button></a>
         </div>
         <div class="card">
             <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="mumble://nixnet.xyz" target="_blank"><button class="button">Chat!</button></a>
+            <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. 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>
+            <a href="https://git.nixnet.xyz"><button class="button">Code!</button></a>
         </div>
         <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/" target="_blank"><button class="button">Write!</button></a>
+            <a href="https://nixnet.xyz/wip/"><button class="button">Write!</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/" target="_blank"><button class="button">Paste!</button></a>
+            <a href="https://nixnet.xyz/wip/"><button class="button">Paste!</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> 
-            <a href="https://nixnet.xyz/wip/" target="_blank"><button class="button">Search!</button></a>
+            <a href="https://searx.nixnet.xyz"<button class="button">Search!</button></a>
         </div>
     </div>
 </div>