about summary refs log tree commit diff stats
path: root/header.html
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-03 15:40:47 -0400
committergbmor <ahriman@falte.red>2020-05-03 15:40:47 -0400
commitc3cca82465e5256a515caa2d832de33b51f77c9c (patch)
treefab7623cad94fa018bf1c34d626b599e9daebd78 /header.html
parentb8b53a1561014d6e8cf8144f66407e682408346d (diff)
downloadsite-c3cca82465e5256a515caa2d832de33b51f77c9c.tar.gz
redesigned site; moved header/nav and news to separate files for ease of updating
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