various

Amolith created

Change summary

contact.html   | 18 +++---------------
mattermost.md  | 11 +++++++----
wireguard.html |  2 +-
3 files changed, 11 insertions(+), 20 deletions(-)

Detailed changes

contact.html 🔗

@@ -11,9 +11,9 @@ These are some of my more public accounts; feel free to contact me at any of the
 <div class="flex-wrapper">
     <div class="flex-cards">
         <div class="contact-card">
-            <a title="Rocket.Chat" ref="me" href="http://chat.nixnet.xyz" target="_blank">
-                <h1><i class="fa fa-rocket"></i></h1>
-                <p>Rocket.Chat</p>
+            <a title="Mattermost" ref="me" href="http://nixnet.xyz/mattermost/" target="_blank">
+                <h1><i class="fa fa-tachometer"></i></h1>
+                <p>Mattermost</p>
             </a>
         </div>
         <div class="contact-card">
@@ -34,18 +34,6 @@ These are some of my more public accounts; feel free to contact me at any of the
                 <p>Email</p>
             </a>
         </div>
-        <div class="contact-card">
-            <a title="Gitea" href="https://git.nixnet.xyz/Amolith" target="_blank">
-                <h1><i class="fa fa-gitea"></i></h1>
-                <p>Gitea</a></p>
-                </a>
-        </div>
-        <div class="contact-card">
-            <a title="GitLab" href="https://gitlab.com/amolith/" target="_blank">
-                <h1><i class="fa fa-gitlab"></i></h1>
-                <p>GitLab</p>
-            </a>
-        </div>
     </div>
 </div>
 </br>

mattermost.md 🔗

@@ -5,14 +5,17 @@ subtitle: "An open source and self-hosted chat application"
 description: "A list of communities and a NixNet-styled theme for Mattermost"
 cover: /assets/pages/mattermost.png 
 ---
-## Communities
+# Communities
+---
+Sign up by clicking a community link
 - [NixNet](https://matter.nixnet.xyz/signup_user_complete/?id=n5qbfgiuaidmtmppetgj45zxuh) - General chat, randomness, shiptosting, getting support, etc.
 - [Linux Audio](https://matter.nixnet.xyz/signup_user_complete/?id=5ob84if1w3bx3n5phhsbjm3ohh) - Open to anyone with an interest in audio recording, production, etc. on Linux
 - [LenoirLUG](https://matter.nixnet.xyz/signup_user_complete/?id=rrko34wdzjfo5ykc49d1kkikeo) - A chat room for the Lenoir Linux User Group
 
-## Theme
+# Theme
+---
 I've created a theme for Mattermost that uses the same colour scheme as the NixNet website. Copy and paste the code below into the application's theme settings under `Account Settings > Display > Theme > Custom Theme`.
-```css
+```json
 {
   "sidebarBg":"#242424",
   "sidebarText":"#ffffff",
@@ -38,5 +41,5 @@ I've created a theme for Mattermost that uses the same colour scheme as the NixN
   "mentionHighlightLink":"#66aaa5",
   "codeTheme":"monokai",
   "mentionBg":"#573c3c"
-}```
+}
 ```

wireguard.html 🔗

@@ -7,6 +7,6 @@ cover: /assets/pages/wireguard.png
 ---
 <center>
 <p>
-This is a service I offer for free. <i>However</i>, it is not available for everyone. There are many risks to me as the server admin if I let someone use Wireguard and they do something illegal. I would likely be liable for that crime should something happen. Therefore, if you need a VPN, <a href="https://nixnet.xyz/contact/">contact me</a> and we'll see what we can work out.
+This is a service I offer for free. <i>However</i>, it is not available for everyone. I'd be risking a lot, as the server owner, if I let someone use Wireguard and they did something illegal. I would likely be liable for that crime should anything happen. Therefore, if you need a VPN, <a href="https://nixnet.xyz/contact/">contact me</a> and we'll see what we can work out!
 </p>
 </center>