From 1f2802c277021ee981239be3466ebbd22c3946d8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 29 Jun 2020 18:19:46 +0200 Subject: Better org --- css/site.css | 3 +- inc/classic-contents.inc.php | 4 + inc/org.inc.php | 236 +++++++++++++++++++++++++++++++++++++++++++ projects/lowbat.php | 219 +-------------------------------------- 4 files changed, 242 insertions(+), 220 deletions(-) create mode 100644 inc/org.inc.php diff --git a/css/site.css b/css/site.css index 8a34d03..397e661 100644 --- a/css/site.css +++ b/css/site.css @@ -237,8 +237,7 @@ div.body-contents pre.src { div#postamble { border: 1px solid #89f; width: 35%; - margin-top: 25px; - margin-left: 25px; + margin: 15px; padding: 4px; border-radius: 4px; } diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 0a7fb44..763ec0b 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -11,6 +11,8 @@ Joe's own website - +
@@ -39,6 +42,7 @@ jo_bloat_head($title) { +
diff --git a/inc/org.inc.php b/inc/org.inc.php new file mode 100644 index 0000000..02071ec --- /dev/null +++ b/inc/org.inc.php @@ -0,0 +1,236 @@ + + + + + + + + + + + + + + + + diff --git a/projects/lowbat.php b/projects/lowbat.php index 19f8584..44d98b4 100644 --- a/projects/lowbat.php +++ b/projects/lowbat.php @@ -20,223 +20,6 @@ if ($curr_dir != "jozan" && $curr_dir != "jozanleclerc.xyz") { - -

lowbat - lightweight low battery notifier

@@ -372,4 +155,4 @@ for the JavaScript code in this tag.

Validate

- + -- cgit v1.2.3