1234567891011121314151617181920 |
- <?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')?>
- <div id="inner_box">
- <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>Other stuff</span></a>
- </div>
-
- <?=i('_footer')?>
|