diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 18:15:58 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-06-27 18:15:58 +0200 |
commit | 3f4214cabe09e7aecc96a7685d2871300156773d (patch) | |
tree | 33e31382f4e535919e8e584a92643ab3caff081c /projects | |
parent | Better text (diff) | |
download | joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.gz joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.bz2 joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.xz joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.tar.zst joe-www-3f4214cabe09e7aecc96a7685d2871300156773d.zip |
Added the projects welcome page
Diffstat (limited to '')
-rw-r--r-- | projects.php | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/projects.php b/projects.php new file mode 100644 index 0000000..74dddcf --- /dev/null +++ b/projects.php @@ -0,0 +1,20 @@ +<?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(); ?> |