about summary refs log tree commit diff stats
path: root/_header.html
diff options
context:
space:
mode:
authorCharlie Root <root@tilde.institute>2020-06-29 23:27:53 -0400
committerCharlie Root <root@tilde.institute>2020-06-29 23:27:53 -0400
commit603ac04ec07b8140a147e1eafaf0e3fc6baeee68 (patch)
tree63e4cfa5904e63c318c8caad5366341ff910a440 /_header.html
parent2d0934b6f5151788f407b40790c0898f625a185c (diff)
downloadsite-603ac04ec07b8140a147e1eafaf0e3fc6baeee68.tar.gz
changed naming scheme for included files
Diffstat (limited to '_header.html')
-rw-r--r--_header.html45
1 files changed, 45 insertions, 0 deletions
diff --git a/_header.html b/_header.html
new file mode 100644
index 0000000..78e5c78
--- /dev/null
+++ b/_header.html
@@ -0,0 +1,45 @@
+<div id="logo">
+    <pre>
+
+████████╗██╗██╗     ██████╗ ███████╗   ██╗███╗   ██╗███████╗████████╗██╗████████╗██╗   ██╗████████╗███████╗
+╚══██╔══╝██║██║     ██╔══██╗██╔════╝   ██║████╗  ██║██╔════╝╚══██╔══╝██║╚══██╔══╝██║   ██║╚══██╔══╝██╔════╝
+   ██║   ██║██║     ██║  ██║█████╗     ██║██╔██╗ ██║███████╗   ██║   ██║   ██║   ██║   ██║   ██║   █████╗  
+   ██║   ██║██║     ██║  ██║██╔══╝     ██║██║╚██╗██║╚════██║   ██║   ██║   ██║   ██║   ██║   ██║   ██╔══╝  
+   ██║   ██║███████╗██████╔╝███████╗██╗██║██║ ╚████║███████║   ██║   ██║   ██║   ╚██████╔╝   ██║   ███████╗
+   ╚═╝   ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚═╝   ╚═╝    ╚═════╝    ╚═╝   ╚══════╝</pre>
+</div>
+<div id="navigation">
+    <div>
+      <a href="https://tilde.institute">News</a>
+    </div>
+    <div>
+      <a href="/faq">FAQ</a>
+    </div>
+    <div>
+      <a href="/signup">Sign Up</a>
+    </div>
+    <div>
+      <a href="https://wiki.tilde.institute">Wiki</a>
+    </div>
+    <div>
+      <a href="https://git.tilde.institute/">Git</a>
+    </div>
+    <div>
+      <a href="https://twtxt.tilde.institute">twtxt</a>
+    </div>
+    <div>
+      <a href="https://crawl.tildeverse.org">crawl/dcss</a>
+    </div>
+    <div>
+      <a rel="me" href="https://tilde.zone/@tildeinstitute">Fediverse</a>
+    </div>
+    <div>
+      <a href="/stats">Stats</a>
+    </div>
+    <div>
+      <a href="/coc">CoC</a>
+    </div>
+    <div>
+      <a href="tilde.json"><code>tilde.json</code></a>
+    </div>
+</div>