tidied up unneeded files, played with css added an empty projects page. removed the cv page and instead hyperlinked directly to .pdf
13 lines
161 B
PHP
13 lines
161 B
PHP
<?php
|
|
|
|
/*
|
|
*
|
|
*
|
|
*/
|
|
|
|
$_template['title'] = "Projects";
|
|
|
|
?>
|
|
<p>
|
|
<em>I have not yet written up the list of projects I am working on</em>
|
|
</p>
|