about summary refs log tree commit diff stats
path: root/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'header.html')
-rw-r--r--header.html43
1 files changed, 43 insertions, 0 deletions
diff --git a/header.html b/header.html
new file mode 100644
index 0000000..55be708
--- /dev/null
+++ b/header.html
@@ -0,0 +1,43 @@
+<div id="logo">
+    <pre>
+
+████████╗██╗██╗     ██████╗ ███████╗   ██╗███╗   ██╗███████╗████████╗██╗████████╗██╗   ██╗████████╗███████╗
+╚══██╔══╝██║██║     ██╔══██╗██╔════╝   ██║████╗  ██║██╔════╝╚══██╔══╝██║╚══██╔══╝██║   ██║╚══██╔══╝██╔════╝
+   ██║   ██║██║     ██║  ██║█████╗     ██║██╔██╗ ██║███████╗   ██║   ██║   ██║   ██║   ██║   ██║   █████╗  
+   ██║   ██║██║     ██║  ██║██╔══╝     ██║██║╚██╗██║╚════██║   ██║   ██║   ██║   ██║   ██║   ██║   ██╔══╝  
+   ██║   ██║███████╗██████╔╝███████╗██╗██║██║ ╚████║███████║   ██║   ██║   ██║   ╚██████╔╝   ██║   ███████╗
+   ╚═╝   ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝╚═╝╚═╝  ╚═══╝╚══════╝   ╚═╝   ╚═╝   ╚═╝    ╚═════╝    ╚═╝   ╚══════╝</pre>
+</div>
+<div id="navigation">
+    <table>
+        <tr>
+            <td>
+                <a href="http://tilde.institute">News</a>
+            </td>
+            <td>
+                <a href="/signup">Sign Up</a>
+            </td>
+            <td>
+                <a href="/coc">Code of Conduct</a>
+            </td>
+            <td>
+                <a rel="me" href="https://tilde.zone/@tildeinstitute">Mastodon</a>
+            </td>
+            <td>
+                <a href="https://wiki.tilde.institute">Wiki</a>
+            </td>
+            <td>
+                <a href="https://git.tilde.institute/tilde">Git</a>
+            </td>
+            <td>
+                <a href="/stats">Stats</a>
+            </td>
+            <td>
+                <a href="https://twtxt.tilde.institute">twtxt</a>
+            </td>
+            <td>
+                <a href="tilde.json"><code>tilde.json</code></a>
+            </td>
+        </tr>
+    </table>
+</div>
\ No newline at end of file