Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. <?php
  2. /**
  3. * @package WordPress
  4. * @subpackage BPR
  5. */
  6. ?>
  7.  
  8. <!doctype html>
  9. <html lang="en">
  10. <head>
  11. <head profile="http://gmpg.org/xfn/11">
  12. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  13. <title><?php wp_title('&laquo;', true, 'right'); ?> <?php bloginfo('name'); ?></title>
  14. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  15. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  16. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  17. <?php wp_head(); ?>
  18. </head>
  19. </head>
  20. <!doctype html>
  21. <html lang="en">
  22. <head>
  23. <meta charset="utf-8">
  24. <title>Bristol Pedal Revolution is a not for profit cottage industry and manufacturer of utility bikes and pedal power machines..</title>
  25. <meta name="description" content="Bristol Pedal Revolution Providing the pedal powered wow fantastic!">
  26. <meta name="keywords" content="pedal power, utility bike, pedal power machines, bike blender, smoothie machine, pedal electric, long bike, work bike, bike trailer, not for profit, cottage industry, workers guild," />
  27. <link rel="stylesheet" href="styles.css?v=1.0">
  28. <!--[if lt IE 9]>
  29. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  30. <![endif]-->
  31.  
  32. <body id="bpr-landing-page">
  33. <body>
  34.  
  35. <div id="wrapper">
  36.  
  37. <div id="home-nav">
  38. <div id="machines"><a href="machines.html" title="About the bikes we make"><img src="<?php bloginfo('template_directory'); ?>/images/machines.png" alt="bike" height="102px" width="168px"><span>Machines</span></a></div>
  39. <div id="trailers"><a href="trailers.html" title="About the trailers we make"><img src="<?php bloginfo('template_directory'); ?>/images/trailers.png" alt="trailer" height="82px" width="154px"><span>Trailers</span></a></div>
  40. <div id="workshop"><a href="workshop.html" title="About our workshop"><img src="<?php bloginfo('template_directory'); ?>/images/workshop.png" alt="workshop" height="90px" width="105px"><span>Workshop</span></a></div>
  41. <div id="blog"><a href="blog.html" title="Visit our blog"><img src="<?php bloginfo('template_directory'); ?>/images/blog.png" alt="our blog" height="98px" width="126px"><span>Blog</span></a></div>
  42. <div id="gallery"><a href="gallery.html" title="Visit our gallery"><img src="<?php bloginfo('template_directory'); ?>/images/gallery.png" alt="gallery" height="101x" width="80px"><span>Gallery</span></a></div>
  43. <div id="contact"><a href="contact.html" title="Please contact us"><img src="<?php bloginfo('template_directory'); ?>/images/contact.png" alt="contact page" height="102px" width="78px"><span>Contact</span></a></div>
  44. </div>
  45.  
  46. <div id="home-content"><img src="<?php bloginfo('template_directory'); ?>/images/banner0.png" alt="homepage-banner" height="298px" width="842px"</div>
  47. </div>
  48. </body>
  49. </html>
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement