diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 19:10:09 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 19:10:09 +0200 |
commit | 85b4e3dc56fcec1c751858f70d17f4d4e483e1bf (patch) | |
tree | dfafd7e20c4e5487d2ed5f369fc199144cc6c75d /projects.php | |
parent | Added the projects welcome page (diff) | |
download | joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.gz joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.bz2 joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.xz joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.tar.zst joe-www-85b4e3dc56fcec1c751858f70d17f4d4e483e1bf.zip |
Project restructure, subdir content inclusion
Diffstat (limited to '')
-rw-r--r-- | projects.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/projects.php b/projects.php deleted file mode 100644 index 74dddcf..0000000 --- a/projects.php +++ /dev/null @@ -1,20 +0,0 @@ -<?php include 'inc/classic-contents.inc.php'; ?> -<?php jo_head("Projects"); ?> -<?php jo_sidebar(); ?> -<div class="body-contents"> - <h1>My personnal projects</h1> - <p> - These are the personnal projects I have worked on or that are still being developped: - </p> - <ul> - <li> - <a href="">lowbat</a> - - a lightweight low battery notifier for Linux and BSD - </li> - <li> - <a href="">Dergods' Realm II</a> - - a raycasting RPG game - </li> - </ul> -</div> -<?php jo_footer(); ?> |