Advertisement
Guest User

Untitled

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