add wireguard page and image

Amolith created

Change summary

assets/pages/wireguard.png |  0 
assets/svgs/wireguard.svg  | 93 ++++++++++++++++++++++++++++++++++++++++
wireguard.html             | 12 +++++
3 files changed, 105 insertions(+)

Detailed changes

assets/svgs/wireguard.svg 🔗

@@ -0,0 +1,107 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
+   xmlns:cc="http://creativecommons.org/ns#"
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+   xmlns:svg="http://www.w3.org/2000/svg"
+   xmlns="http://www.w3.org/2000/svg"
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+   width="1000"
+   height="1000"
+   viewBox="0 0 264.58333 264.58334"
+   version="1.1"
+   id="svg8"
+   inkscape:version="0.92.4 5da689c313, 2019-01-14"
+   sodipodi:docname="wireguard.svg"
+   inkscape:export-filename="/home/amolith/repos/nixnet/assets/pages/wireguard.png"
+   inkscape:export-xdpi="96"
+   inkscape:export-ydpi="96">
+  <defs
+     id="defs2">
+    <symbol
+       id="shield-alt">
+      <title
+         id="shield-alt-title">Alternate Shield</title>
+      <path
+         style="stroke-width:0.26458332"
+         inkscape:connector-curvature="0"
+         d="m 131.23333,33.866667 c 0,58.547529 -35.965868,91.187323 -58.615524,100.623153 a 12.7,12.7 0 0 1 -9.76921,0 C 34.526802,122.69073 4.2333333,86.383019 4.2333333,33.866667 A 12.7,12.7 0 0 1 12.04886,22.143508 l 50.8,-21.16666633 a 12.7,12.7 0 0 1 9.769211,0 L 123.41807,22.143508 a 12.7,12.7 0 0 1 7.81526,11.723159 z m -63.499997,84.220313 0.01746,0.009 C 92.551515,105.74285 113.39063,76.739485 114.26904,36.676012 L 67.733333,17.286023 Z"
+         id="path26851" />
+    </symbol>
+  </defs>
+  <sodipodi:namedview
+     id="base"
+     pagecolor="#ffffff"
+     bordercolor="#666666"
+     borderopacity="1.0"
+     inkscape:pageopacity="0.0"
+     inkscape:pageshadow="2"
+     inkscape:zoom="0.35"
+     inkscape:cx="89.180157"
+     inkscape:cy="445.22067"
+     inkscape:document-units="mm"
+     inkscape:current-layer="layer1"
+     showgrid="false"
+     units="px"
+     inkscape:snap-bbox="true"
+     inkscape:bbox-paths="true"
+     inkscape:bbox-nodes="true"
+     inkscape:snap-bbox-edge-midpoints="true"
+     inkscape:snap-bbox-midpoints="true"
+     inkscape:object-paths="true"
+     inkscape:snap-intersection-paths="true"
+     inkscape:snap-smooth-nodes="true"
+     inkscape:snap-midpoints="true"
+     inkscape:window-width="1336"
+     inkscape:window-height="698"
+     inkscape:window-x="15"
+     inkscape:window-y="35"
+     inkscape:window-maximized="0" />
+  <metadata
+     id="metadata5">
+    <rdf:RDF>
+      <cc:Work
+         rdf:about="">
+        <dc:format>image/svg+xml</dc:format>
+        <dc:type
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+        <dc:title></dc:title>
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-32.41665)">
+    <rect
+       style="opacity:1;fill:#323232;fill-opacity:1;stroke:none;stroke-width:4.23333311;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"
+       id="rect99612"
+       width="264.58334"
+       height="264.58334"
+       x="-5.0862632e-06"
+       y="32.416645" />
+    <g
+       transform="matrix(0.45155667,0,0,0.45155667,64.559416,96.974816)"
+       id="g1095"
+       style="fill:#ffffff">
+      <path
+         inkscape:connector-curvature="0"
+         id="path1051"

wireguard.html 🔗

@@ -0,0 +1,12 @@
+---
+layout: page
+title: Wireguard
+subtitle: "A next-gen VPN service"
+description: "Wireguard, an open-source software application and protocol that implements virtual private network techniques to create secure point-to-point connections in routed or bridged configurations . . . and a service hosted on NixNet! 😀"
+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.
+</p>
+</center>