blob: 74dddcfe64ea25f329316e2d63cb28852c766b2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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(); ?>
|