From 85b4e3dc56fcec1c751858f70d17f4d4e483e1bf Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 27 Jun 2020 19:10:09 +0200 Subject: Project restructure, subdir content inclusion --- c.php | 25 +++++++++++++++++++++++ css/site.css | 12 +++++++++++ inc/classic-contents.inc.php | 48 +++++++++++++++++++++++++++++--------------- index.php | 21 ++++++++++++++++++- license.php | 21 ++++++++++++++++++- links.php | 21 ++++++++++++++++++- projects.php | 20 ------------------ projects/index.php | 43 +++++++++++++++++++++++++++++++++++++++ projects/lowbat.php | 26 ++++++++++++++++++++++++ 9 files changed, 198 insertions(+), 39 deletions(-) create mode 100644 c.php delete mode 100644 projects.php create mode 100644 projects/index.php create mode 100644 projects/lowbat.php diff --git a/c.php b/c.php new file mode 100644 index 0000000..16b9eb2 --- /dev/null +++ b/c.php @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + +
+
+ diff --git a/css/site.css b/css/site.css index 2632e1e..95f37fc 100644 --- a/css/site.css +++ b/css/site.css @@ -1,3 +1,15 @@ +/* ************************************************************************** */ +/* */ +/* File : classic-contents.inc.php /_________/ */ +/* Authors : Joe | */ +/* Date : 06/2020 | */ +/* Info : Functions for contents on every page | */ +/* / | */ +/* \ / */ +/* \_____/ */ +/* */ +/* ************************************************************************** */ + body { margin: 0 auto; width: 100%; diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index b8c1187..7fb4bca 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -1,56 +1,71 @@ + + + + + + + + + + + + Joe's own website - <?php echo "$title"; ?> - +
-

Joe's dev blog -

+

Joe's dev blog -

Joe's own website - <?php echo "$title"; ?> - +
-

Joe's dev blog -

+

Joe's dev blog -

Copyright © 2020, Joe - - see LICENSE - + see LICENSE - we do not use cookies

diff --git a/index.php b/index.php index 937b979..9788ae4 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,23 @@ - + + + + + + + + + + + + + +
diff --git a/license.php b/license.php index 20b32a7..01297ba 100644 --- a/license.php +++ b/license.php @@ -1,4 +1,23 @@ - + + + + + + + + + + + + + +
diff --git a/links.php b/links.php index a545f5b..bfc8518 100644 --- a/links.php +++ b/links.php @@ -1,4 +1,23 @@ - + + + + + + + + + + + + + +
diff --git a/projects.php b/projects.php deleted file mode 100644 index 74dddcf..0000000 --- a/projects.php +++ /dev/null @@ -1,20 +0,0 @@ - - - -
-

My personnal projects

-

- These are the personnal projects I have worked on or that are still being developped: -

-
    -
  • - lowbat - - a lightweight low battery notifier for Linux and BSD -
  • -
  • - Dergods' Realm II - - a raycasting RPG game -
  • -
-
- diff --git a/projects/index.php b/projects/index.php new file mode 100644 index 0000000..e897442 --- /dev/null +++ b/projects/index.php @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + +
+

My personnal projects

+

+ These are the personnal projects I have worked on or that are still being developped: +

+
    +
  • + lowbat - + a lightweight low battery notifier for Linux and BSD +
  • +
  • + Dergods' Realm II - + a raycasting RPG game +
  • +
  • + arch-installer - + very basic intallation script for Arch Linux +
  • +
+
+ diff --git a/projects/lowbat.php b/projects/lowbat.php new file mode 100644 index 0000000..7145918 --- /dev/null +++ b/projects/lowbat.php @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + +
+

lowbat - lightweight low battery notifier

+
+ -- cgit v1.2.3