From a47ca72997babb9b743b798bd5ea770b29a27ad7 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 17 Apr 2022 15:11:07 +0200 Subject: Less php --- projects/index.html | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++ projects/index.php | 54 ----------------------------------- 2 files changed, 81 insertions(+), 54 deletions(-) create mode 100644 projects/index.html delete mode 100644 projects/index.php (limited to 'projects') diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 0000000..ca9fd72 --- /dev/null +++ b/projects/index.html @@ -0,0 +1,81 @@ + + + + + Joe's own website - projects + + + + +
+
+

Joe's dev blog - projects

+
+ +
+

My personal projects

+

+ These are some of the personal projects I have worked on or + that are still being developped: +

+
    +
  • + go2work - + TUI or just CLI alarm clock made to learn Go, + right in your BSD or Linux terminal +
  • +
  • + lowbat - + a lightweight low battery notifier for Linux and BSD +
  • +
  • + Dergods' Realm II - + a raycasting RPG game +
  • +
  • + arch-installer - + very basic, FreeBSD-inspired TUI intallation script for Arch Linux, + I'm not too proud of this one, but it has been helpful +
  • +
  • + Phobos Aurora - + nothing much for now +
  • +
+
+
+

+ Copyright © 2020-2022, Joe - + see LICENSE - + this website does not use cookies or php or js +

+
+
+ + diff --git a/projects/index.php b/projects/index.php deleted file mode 100644 index b7a612f..0000000 --- a/projects/index.php +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - - - - - -
-

My personal projects

-

- These are some of the personal projects I have worked on or - that are still being developped: -

- -
- -- cgit v1.2.3