From 3f4214cabe09e7aecc96a7685d2871300156773d Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 27 Jun 2020 18:15:58 +0200 Subject: Added the projects welcome page --- css/site.css | 2 +- inc/classic-contents.inc.php | 23 +++++++++++++++++++++-- links.php | 4 ++-- projects.php | 20 ++++++++++++++++++++ 4 files changed, 44 insertions(+), 5 deletions(-) create mode 100644 projects.php diff --git a/css/site.css b/css/site.css index 6fe0944..2632e1e 100644 --- a/css/site.css +++ b/css/site.css @@ -190,7 +190,7 @@ div.body-contents code { div.body-contents pre { background-color: #e4e4e4; - border-radius: 5px; + border-radius: 4px; display: block; margin: 0; width: 80%; diff --git a/inc/classic-contents.inc.php b/inc/classic-contents.inc.php index 10030b7..b8c1187 100644 --- a/inc/classic-contents.inc.php +++ b/inc/classic-contents.inc.php @@ -6,7 +6,25 @@ jo_head($title) { Joe's own website - <?php echo "$title"; ?> - + + + +
+
+

Joe's dev blog -

+
+ + + + Joe's own website - <?php echo "$title"; ?> + + +
@@ -29,7 +47,8 @@ jo_sidebar() {
  • Assembly
  • UNIX
  • GNU Emacs
  • -
  • My projects
  • +
  • My school projects
  • +
  • My projects
  • My C/C++ style
  • Links
  • diff --git a/links.php b/links.php index 3168915..a545f5b 100644 --- a/links.php +++ b/links.php @@ -1,5 +1,5 @@ - +

    My links

    @@ -23,7 +23,7 @@
  • - - My Rock N' Roll band's Bandcamp - + My Rockabilly band's Bandcamp - towerofsilence.bandcamp.com diff --git a/projects.php b/projects.php new file mode 100644 index 0000000..74dddcf --- /dev/null +++ b/projects.php @@ -0,0 +1,20 @@ + + + +
    +

    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 +
    • +
    +
    + -- cgit v1.2.3