]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - shared/footer.html
iframe a bunch of stuff for code reuse
[gnargle.github.io.git] / shared / footer.html
diff --git a/shared/footer.html b/shared/footer.html
new file mode 100644 (file)
index 0000000..b0f914b
--- /dev/null
@@ -0,0 +1,51 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="UTF-8" />
+    <link rel="stylesheet" href="../main.css" />
+  </head>
+  <body>
+    <div class="container">
+      <div class="footer">
+        <div class="footer-container">
+          <div class="footer-entry">
+            <a href="https://bsky.app/profile/athene.gay"
+              ><img class="icon" src="../img/bluesky.svg" alt="bluesky logo"
+            /></a>
+          </div>
+          <div class="footer-entry">
+            <a href="https://github.com/gnargle"
+              ><img class="icon" src="../img/github.svg" alt="github logo"
+            /></a>
+          </div>
+          <div class="footer-entry">
+            <a href="https://discordapp.com/users/390978640051175424"
+              ><img class="icon" src="../img/discord.svg" alt="github logo"
+            /></a>
+          </div>
+          <div class="footer-entry">
+            <a href="https://www.twitch.tv/atheneallen"
+              ><img class="icon" src="../img/twitch.svg" alt="github logo"
+            /></a>
+          </div>
+          <div class="footer-entry">
+            <a href="https://archiveofourown.org/users/gnargle/works"
+              ><img class="icon" src="../img/ao3.svg" alt="github logo"
+            /></a>
+          </div>
+        </div>
+        <div class="footer-container">
+          <script
+            type="text/javascript"
+            src="https://counter.websiteout.com/js/24/4/0/0"
+          ></script>
+        </div>
+        <div class="footer-container">
+          <p>
+            Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
+          </p>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>