home.php 733 B

1234567891011121314151617181920
  1. <?php
  2. $bodyclasses = 'home page';
  3. $description = 'Hi, I am a PhD candidate at The Open University, but I also do other things.';
  4. $keywords = 'music, learning, tabletop, research, the open university';
  5. $twitter_image = 'images/colopic.jpg';
  6. ?>
  7. <?=i('_header')?>
  8. <div id="inner_box">
  9. <h2>What can I do for you?</h2>
  10. <a href="<?=$baseurl?>/research" class="research work column"><span>Research</span></a>
  11. <a href="<?=$baseurl?>/development" class="development work column"><span>Development</span></a>
  12. <a href="<?=$baseurl?>/writing" class="writing work column"><span>Technical Writing</span></a>
  13. <a href="<?=$baseurl?>/contact" class="other work column"><span>Other stuff</span></a>
  14. </div>
  15. <?=i('_footer')?>