www.lurk.org

LURK www landing page
git clone https://git.lurk.org/repos/www.lurk.org.git
Log | Files | Refs

commit 12b33f8619577d1c7387cf8c22a2373dc1da6fea
parent 7a6e6001f497703f3eeec05aa5e9890095e55391
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Wed Aug 21 13:45:16 +0200

minor html5 fixes
Diffstat:
index.html | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/index.html b/index.html
@@ -8,10 +8,9 @@
   <link rel="stylesheet" href="styles.css">
 </head>
 
-<header></header>
-
 <body>
-
+<header></header>
+<main>
   <h1 id="lurkers-of-the-world-unite">LURKers of the world unite!</h1>
   <p>Welcome to LURK, we host, facilitate and archive discussions around net- and computational culture and politics, proto- and post-free culture practices, (experimental) (sound) (new media) (software) art, and things like that…</p>
   <p>We’re <a href="#pls-send-halp">volunteer run</a> and wish to:</p>
@@ -30,7 +29,7 @@
   
   <h3 id="chat">Chat</h3>
   <p>On <em>lurk.org</em> we host a server for federated instant messaging and chat. It is based on <a href="https://homebrewserver.club/have-you-considered-the-alternative.html#xmpp-the-federated-messaging-protocol">XMPP</a> and uses <a href="https://prosody.im/">Prosody</a> as a server which is <a href="https://homebrewserver.club/configuring-a-modern-xmpp-server.html">configured to support modern E2E encryption and mobile use</a>.</p>
-  <p><a href='https://compliance.conversations.im/server/lurk.org'><img src='https://compliance.conversations.im/badge/lurk.org'></a></p>
+  <p><a href='https://compliance.conversations.im/server/lurk.org'><img src='https://compliance.conversations.im/badge/lurk.org' alt="XMMP compliance result for LURK XMPP service"></a></p>
 
   <h3 id="fediverse-access">Fediverse access</h3>
   <p>We provide access to the Fediverse, a communities-run social media network, through a <a href="https://joinmastodon.com">Mastodon</a> instance: <a href="https://post.lurk.org">post.lurk.org</a></p>
@@ -59,6 +58,7 @@
   <h2 id="contact">Contact</h2>
   <p>You can reach us here: lurk <em>NOSPAMpls</em> at <em>NOSPAM</em> bleu255 <em>NOSPAM</em> dot <em>NOSPAM</em> com</p>
 
-</body>
-
+</main>
 <footer></footer>
+</body>
+</html>