diff options
| -rw-r--r-- | _shared/build.py | 3 | ||||
| -rw-r--r-- | _shared/footer.html | 3 | ||||
| -rw-r--r-- | irc.gumx.cc/body.html | 2 | ||||
| -rw-r--r-- | mail.gumx.cc/body.html | 2 | ||||
| -rw-r--r-- | wk.fo/body.html | 2 |
5 files changed, 7 insertions, 5 deletions
diff --git a/_shared/build.py b/_shared/build.py index 7d27f41..a12cd73 100644 --- a/_shared/build.py +++ b/_shared/build.py @@ -19,9 +19,10 @@ def render(title, breadcrumb, style, extra_css, body, footer): </head> <body> <header> -<h1><a href="https://gumx.cc">gumx</a> / {breadcrumb}</h1> +<nav><strong><a href="https://gumx.cc">gumx</a></strong> / {breadcrumb}</nav> </header> <main> +<h1>{breadcrumb}</h1> {body} </main> {footer} diff --git a/_shared/footer.html b/_shared/footer.html index de15791..b7ed091 100644 --- a/_shared/footer.html +++ b/_shared/footer.html @@ -10,4 +10,7 @@ <a href="https://pgp.gumx.cc">pgp</a> / <a href="https://demo.gumx.cc">demo</a> / <a href="https://wk.fo">wk.fo</a> +<br> +<a href="https://git.gumx.cc/sites">source</a> / +<a href="https://gumx.cc/license">license</a> </footer> diff --git a/irc.gumx.cc/body.html b/irc.gumx.cc/body.html index 48f2876..a972eab 100644 --- a/irc.gumx.cc/body.html +++ b/irc.gumx.cc/body.html @@ -1,6 +1,6 @@ <p>Personal IRC server running <a href="https://ngircd.barton.de/">ngircd</a>, fronted by a <a href="https://soju.im/">Soju</a> bouncer. Access is by invitation.</p> <h2>web client</h2> -<p><a href="/chat">open gamja</a> — requires a soju account. Use your IRC credentials.</p> +<p><a href="/chat">open gamja</a>. Requires a soju account.</p> <h2>connect via IRC client</h2> <table> <tr><th>server</th><td>irc.gumx.cc:6697 (TLS)</td></tr> diff --git a/mail.gumx.cc/body.html b/mail.gumx.cc/body.html index 2de1c66..e824bdc 100644 --- a/mail.gumx.cc/body.html +++ b/mail.gumx.cc/body.html @@ -8,5 +8,3 @@ </table> <h2>CalDAV / CardDAV</h2> <p>Available at <code><a href="https://mail.gumx.cc/dav/">/dav/</a></code> via <a href="https://www.xandikos.org/">Xandikos</a>. Credentials on request.</p> -<h2>mailing list</h2> -<p>Site updates and discussion: <a href="https://list.gumx.cc">gumx.cc mailing list</a>.</p> diff --git a/wk.fo/body.html b/wk.fo/body.html index 29354c3..8e8c969 100644 --- a/wk.fo/body.html +++ b/wk.fo/body.html @@ -4,7 +4,7 @@ <pre><code>curl -F "file=@photo.jpg" -H "Authorization: YOUR_TOKEN" https://wk.fo/</code></pre> <p>Files expire after 24 hours by default (max 48h with <code>expires</code> param). Max 256 MB.</p> <h2>irc</h2> -<p><a href="/chat">web client</a> — requires a soju account. Or connect directly:</p> +<p><a href="/chat">web client</a>. Requires a soju account. Or connect directly:</p> <table> <tr><th>server</th><td>wk.fo:6697 (TLS)</td></tr> <tr><th>auth</th><td>SASL PLAIN (invite only)</td></tr> |
