www.lurk.org

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

commit 81afd555ee352c36d0cbc0fb7ec88c26d82425c6
parent 12adfa1d573b343cb45909bd6da7b546bf61cf9e
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Thu Aug 22 00:47:36 +0200

hieroglyphs + small fixes
Diffstat:
index.html | 13+++++++++++--
style.css | 7++++++-
2 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/index.html b/index.html
@@ -25,6 +25,7 @@
 
 <main>
   <div class="centreplz">
+  <div class="break">𓃠</div>
   <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>
   
@@ -40,10 +41,14 @@
   
   <h2 id="wiki">Wiki</h2>
   <p>We maintain the <em>Run Your Own</em> wiki, where we try to document how we run LURK and some of our machines, so that we can inspire others to do it as well, and avoid the situation where LURK becomes itself a silo. The wiki is also used by our friends at the <a href="https://homebrewserver.club">homebrewserver.club</a> for dumping ideas, useful links, HOWTOs, and configs for DIY and DIWO self-hosted services: <a href="https://things.bleu255.com/runyourown/">things.bleu255.com/runyourown</a></p>
-  
+
+  <div class="break">π“Š€</div>
+
   <h1 id="access">Access</h1>
   <p>If you would like to have a mailing listed hosted by LURK, or have an account on our Mastodon instance, please drop us <a href="#contact">an email</a> and tell us a bit about you and your project(s). Joining LURK means you are in accordance with our <a href="#our-communities">CoC, TOS, and Privacy Statement</a>.</p>
 
+  <div class="break">π“Š¬</div>
+
   <h1 id="lurk-infra">LURK infra</h1>
   <p>We currently use three machines:</p>
   <ul>
@@ -52,12 +57,15 @@
     <li><em>skattkista</em> is our backup machine which is a repurposed nettop running in a university somewhere.</li>
   </ul>
 
+  <div class="break">𓉔</div>
+
   <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>
 
   <div id="halp">
   <div class="centreplz">
+  <div class="break">π“Š―</div>
   <h1 id="pls-send-halp">Pls send halp</h1>
   <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>
@@ -70,7 +78,8 @@
   <h1 id="contact">Contact</h1>
   <p>You can reach us here: lurk <em>NOSPAMpls</em> at <em>NOSPAM</em> bleu255 <em>NOSPAM</em> dot <em>NOSPAM</em> com</p>
   <h1 id="lurkers-of-the-world-unite">LURKers of the world unite!</h1>
-  <div class="centreplz">
+  <div class="break">π“‚€</div>
+  </div>
 </footer>
 </body>
 </html>
diff --git a/style.css b/style.css
@@ -28,6 +28,11 @@ a, a:hover, a:visited {
   color: #FFFFFF;
 }
 
+.break {
+  text-align: center;
+  font-size: 500%;
+}
+
 header img {
   display: block;
   margin-left: auto;
@@ -63,7 +68,7 @@ main a, main a:hover, main a:visited {
   font-size: 1.05em;
   text-align: justify;
   text-justify: inter-word;
-  list-style-type:hiragana;
+  list-style-type: hiragana;
 }
 
 .centreplz {