Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * @package WordPress
  5. * @subpackage BPR
  6. */
  7. ?>
  8. get_header('home');
  9.  
  10. a
  11. <!doctype html>
  12. <html lang="en">
  13. <head>
  14. <meta charset="utf-8">
  15. <title>Bristol Pedal Revolution is a not for profit cottage industry and manufacturer of utility bikes and pedal power machines..</title>
  16. <meta name="description" content="Bristol Pedal Revolution Providing the pedal powered wow fantastic!">
  17. <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," />
  18.  
  19.  
  20. <!--[if lt IE 9]>
  21. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  22. <![endif]-->
  23.  
  24. </head>
  25.  
  26. <body id="bpr-landing-page">
  27. <body>
  28.  
  29. <div id="wrapper">
  30.  
  31. <div id="home-nav">
  32. <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>
  33. <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>
  34. <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>
  35. <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>
  36. <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>
  37. <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>
  38. </div>
  39.  
  40. <div id="home-content"><img src="<?php bloginfo('template_directory'); ?>/images/banner0.png" alt="homepage-banner" height="298px" width="842px"</div>
  41. </div>
  42. </body>
  43. </html>
  44.  
  45.  
  46. <?php wp_footer(); ?>
  47.  
  48.  
  49.  
  50.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement