changed layout of forecast w/ command, added svg, and released CodiMD

Amolith created

Change summary

_posts/2018-12-14-forecasting-with-a-command.md |  2 +-
_sass/_default.scss                             |  6 +++---
assets/svgs/gen-safety.svg                      |  5 ++++-
index.html                                      | 10 +++++-----
4 files changed, 13 insertions(+), 10 deletions(-)

Detailed changes

_sass/_default.scss 🔗

@@ -58,10 +58,10 @@ a {
     color: $iron;
     font-weight: bold;
     text-decoration: none;
+}
 
-    &:hover {
-        text-decoration: underline;
-    }
+.content a {
+    text-decoration: underline;
 }
 
 .contact {

assets/svgs/gen-safety.svg 🔗

@@ -16,7 +16,10 @@
    version="1.1"
    id="svg8"
    inkscape:version="0.92.2 2405546, 2018-03-11"
-   sodipodi:docname="gen-safety.svg">
+   sodipodi:docname="gen-safety.svg"
+   inkscape:export-filename="/home/amolith/repos/blog/assets/pages/gen-safety.png"
+   inkscape:export-xdpi="98.599998"
+   inkscape:export-ydpi="98.599998">
   <defs
      id="defs2">
     <symbol

index.html 🔗

@@ -28,6 +28,11 @@ 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>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://codi.nixnet.xyz"><button class="button">Write!</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> 
@@ -48,11 +53,6 @@ priority: 0.9
 </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://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>