<?php
$bodyclasses = 'home page';

$description = 'Hi, I am a PhD candidate at The Open University, but I also do other things.';
$keywords = 'music, learning, tabletop, research, the open university';
$twitter_image = 'images/colopic.jpg';
?>

<?=i('_header')?>

		<h2>What can I do for you?</h2>
	
		<a href="<?=$baseurl?>research" class="research work column"><span>Research</span></a>
		<a href="<?=$baseurl?>development" class="development work column"><span>Development</span></a>
		<a href="<?=$baseurl?>writing" class="writing work column"><span>Technical Writing</span></a>
		<a href="<?=$baseurl?>contact" class="other work column"><span>Something else</span></a>
		
<?=i('_footer')?>