Files
homepage/page-sources/projects.php

19 lines
485 B
PHP

<?php
/*
*
*
*/
$_template['title'] = "Projects";
?>
<p>
Some of the projects I have worked on:
<ul>
<li><a href="<?php echo $_req->construct("page", "overlay"); ?>" title="Gentoo Overlay">Gentoo Portage Overlay</a></li>
<li><a href="https://wiki.sihnon.net/" title="Sihnon Wiki">Sihnon Wiki</a></li>
<li><a href="<?php echo $_req->construct("page", "3yp"); ?>" title="Third Year Project">Third Year Project</a></li>
</ul>
</p>