www.lurk.org

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

commit d601b393d9f3114bf7cbf36508854147d8d47346
parent f434b531cfa5a72b6fb8eafb268111f0f3c93dbc
Author: ugrnm <ultrageranium@bleu255.com>
Date:   Wed Aug 21 16:11:24 +0200

section colouring
Diffstat:
index.html | 6+++---
style.css | 15++++++++++-----
2 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/index.html b/index.html
@@ -58,11 +58,11 @@
   <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>
+</main>
 
+<footer>
   <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>
-
-</main>
-<footer></footer>
+</footer>
 </body>
 </html>
diff --git a/style.css b/style.css
@@ -15,16 +15,22 @@
 
 
 html, body {
+  background-color: #000000;
   margin: 0;
 }
 
-header {
-  background-color: #000;
-  color: #DDEEFF;
+header, footer {
+  background-color: #7800FF;
+  color: #FFF;
 }
 
 #halp {
-  background-color: #D90;
+  background-color: #FFCD3F;
+  color: #000;
+}
+
+main {
+  color: #FFF;
 }
 
 * {
@@ -43,7 +49,6 @@ h1, h2, h3 {
 h1 {
   word-spacing: 105%;
   letter-spacing: 0.1em;
-  padding-top: 2em;
 }
 
 h2 {