diff options
author | Paper <paper@tilde.institute> | 2020-06-22 14:36:37 +0200 |
---|---|---|
committer | Paper <paper@tilde.institute> | 2020-06-22 14:36:37 +0200 |
commit | a3802b97ab5f7ee0bb4b5ac3e7bcb831eae90e42 (patch) | |
tree | d3faa834180dff7c994ed4e528fbe600eca57aa7 /header.html | |
parent | 68d367555c2ac28f6611289232f7cafa72681d98 (diff) | |
download | site-a3802b97ab5f7ee0bb4b5ac3e7bcb831eae90e42.tar.gz |
Responsive navbar
Diffstat (limited to 'header.html')
-rw-r--r-- | header.html | 70 |
1 files changed, 33 insertions, 37 deletions
diff --git a/header.html b/header.html index 3b4b93d..78e5c78 100644 --- a/header.html +++ b/header.html @@ -9,41 +9,37 @@ ╚═╝ ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝</pre> </div> <div id="navigation"> - <table> - <tr> - <td> - <a href="http://tilde.institute">News</a> - </td> - <td> - <a href="/faq">FAQ</a> - </td> - <td> - <a href="/signup">Sign Up</a> - </td> - <td> - <a href="https://wiki.tilde.institute">Wiki</a> - </td> - <td> - <a href="https://git.tilde.institute/">Git</a> - </td> - <td> - <a href="https://twtxt.tilde.institute">twtxt</a> - </td> - <td> - <a href="https://crawl.tildeverse.org">crawl/dcss</a> - </td> - <td> - <a rel="me" href="https://tilde.zone/@tildeinstitute">Fediverse</a> - </td> - <td> - <a href="/stats">Stats</a> - </td> - <td> - <a href="/coc">CoC</a> - </td> - <td> - <a href="tilde.json"><code>tilde.json</code></a> - </td> - </tr> - </table> + <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> |