www.lurk.org

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

commit b67fb556a408700ce70c6e8a3cfd0a2461ff5f5c
parent d601b393d9f3114bf7cbf36508854147d8d47346
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Wed Aug 21 16:27:10 +0200

centreplz
Diffstat:
index.html | 8++++++++
style.css | 8++++++++
2 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -10,6 +10,7 @@
 
 <body>
 <header>
+  <div class="centreplz">
   <img src="lurk-logo-web.svg">
   <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>
@@ -20,9 +21,11 @@
     <li>provide ourselves with something high-quality to procrastinate with, share good memes and eat pop-corn;</li>
     <li>etc.</li>
   </ul>
+  </div>
 </header>
 
 <main>
+  <div class="centreplz">
   <h2 id="services">Services</h2>
   <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>
   
@@ -52,17 +55,22 @@
 
   <h2 id="our-communities">Our Communities</h2>
   <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>
 
   <div id="halp">
+  <div class="centreplz">
   <h2 id="pls-send-halp">Pls send halp</h2>
   <p>Big tech and an abusive misunderstanding of free and open source software practices have led us to believe that software production, server maintenance and online services should be free as in gratis. However there is no such things as a free lunch and software does not exist in a vacuum. If we want sustainable alternatives and a diverse culural sector, these alternatives and the humans behind them, need to be supported. If LURK is useful to you, and if you can afford it, please help us by donating.</p>
   <p>You can support us through <a href="https://liberapay.com/LURK/">Liberapay</a>, Patreon (soon), PayPal (via Liberapay), or by international Bank Transfer (drop us an email at contact).</p>
   </div>
+  </div>
 </main>
 
 <footer>
+  <div class="centreplz">
   <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>
+  <div class="centreplz">
 </footer>
 </body>
 </html>
diff --git a/style.css b/style.css
@@ -38,6 +38,14 @@ main {
 
 }
 
+.centreplz {
+  padding: 2em;
+  width: 80%;
+  max-width: 960px;
+  margin: auto;
+
+}
+
 h1, h2, h3 {
   font-family: "F5.6-Regular", Fallback, sans-serif;
   font-weight: normal;