www.lurk.org

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

commit c4ca51ec0027be120cc21d446cb826bbb6f676a0
parent 5825fda231024abf4a1debaccc96d3fabd7866f7
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Wed Aug 21 21:32:50 +0200

more h tweaks
Diffstat:
index.html | 6+++---
style.css | 3++-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/index.html b/index.html
@@ -28,14 +28,14 @@
   <h1 id="services">Services</h1>
   <p>LURK provides a few community services composed of mailinglists, chat and access to the Fediverse. In addition to offering these platforms, we try to document how they are set up on <a href="#wiki">a wiki</a>.</p>
   
-  <h2 id="mailinglists">Mailinglists</h2>
+  <h2 id="mailinglists">Discussion Lists</h2>
   <p>Over at <a href="https://we.lurk.org">we.lurk.org</a> we host several mailing lists using <code>mailman 3</code> and <code>hyperkitty</code>. These are available both via your mail-client as well as your web browser.</p>
   
   <h2 id="chat">Chat</h2>
   <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' alt="XMMP compliance result for LURK XMPP service"></a></p>
 
-  <h2 id="fediverse-access">Fediverse access</h2>
+  <h2 id="fediverse-access">Fediverse</h2>
   <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>
   
   <h2 id="wiki">Wiki</h2>
@@ -52,7 +52,7 @@
     <li><em>skattkista</em> is our backup machine which is a repurposed nettop running in a university somewhere.</li>
   </ul>
 
-  <h1 id="our-communities">Our Communities</h1>
+  <h1 id="our-communities">We</h1>
   <p>LURK is used by several communities coming from a variety of cultural, ethnic and professional backgrounds. We strive for LURK to be welcoming to people of these various backgrounds and provide a non-toxic and harrassement-free enviroment. To that extent we’re in the process of writing a Code of Conduct, Terms of Services and Privacy Statement, and have moderators on different platforms.</p>
   </div>
 
diff --git a/style.css b/style.css
@@ -83,7 +83,8 @@ h1, h2 {
 
 h1 {
   font-size: 2.5em;
-  letter-spacing: 1.05em;
+  letter-spacing: 1em;
+  padding-left: 1em;
 }
 
 #halp h1 {