Advertisement
Guest User

Untitled

a guest
May 2nd, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5.  
  6. <!-- this pulls in the title from general settings -->
  7. <title><?php bloginfo('name'); ?> | <?php wp_title(); ?>
  8. </title>
  9.  
  10. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  11.  
  12. <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  13. <![endif]-->
  14.  
  15. <!-- pulls in the stylesheet -->
  16.  
  17. <link rel="stylesheet" href="style.css" type="text/css" media="screen" />
  18. <link rel="pingback" href="<?php bloginfo('pingback_url');?>" />
  19.  
  20.  
  21. <!-- pulls in the stylesheet and pingsback to websites -->
  22. <?php wp_head(); ?>
  23.  
  24. </head>
  25.  
  26. <div id="wrap">
  27. <div id="container" class="group">
  28. <div id="navigation">
  29. <div class="website-logo">
  30. <a href="#"><img src="images/logo.png" alt="Beverlyfmlogo" width="" height=""></a>
  31. </div>
  32.  
  33. <div id="social-buttons">
  34. <div class="Listen-live">
  35. <a href="#"><img src="images/listen_live.png" alt="listenlive" width="" height=""></a>
  36. </div><!-- end listen live div -->
  37. <div class="lower-buttons">
  38. <a href=""><img src="images/radio_player.png" alt="radioplayer" width="" height=""></a>
  39. <a href="#"><img src="images/facebook.png" alt="facebook" width="" height=""></a>
  40. <a href="#"><img src="images/twitter.png" alt="twitter" width="" height=""></a>
  41. <a href="#"><img src="images/pinterest.gif" alt="pininterest" width="" height="" ></a>
  42. </div>
  43. </div>
  44. </div><!-- end social buttons div -->
  45. <nav class="menu-wrapper">
  46. <div class="header-menu">
  47. <ul class="header-links">
  48. <li><a href="#">Home</a></li>
  49. <li><a href="#">Shows</a></li>
  50. <li><a href="#">Schedule</a></li>
  51. <li><a href="#">Whats On</a></li>
  52. <li><a href="#">Advertise</a></li>
  53. <li><a href="#">About Us</a></li>
  54. <li><a href="#">Contact</a></li>
  55. <li><a href="#">Call us - 01482 123 456</a></li>
  56.  
  57. </ul>
  58. </div>
  59. </nav>
  60. <!-- end of the header navigation -->
  61.  
  62. <div id="content">
  63. <div class="left-col">
  64. <div id="top-content-layer">
  65. <div class="weather-box">
  66.  
  67. </div><!-- weather box -->
  68.  
  69. <div class="news-box">
  70.  
  71. </div> <!-- news box -->
  72.  
  73. <div class="slider">
  74.  
  75.  
  76.  
  77. </div> <!-- end of slider, place code for slider in here -->
  78.  
  79.  
  80.  
  81. </div><!-- the top layer of the content -->
  82.  
  83.  
  84. <div id="middle-content-layer" class="group">
  85.  
  86.  
  87. <div class="presenter-box-one"></div>
  88. <div class="presenter-box-two"></div>
  89. <div class="presenter-box-three"></div>
  90.  
  91. </div><!-- the middle layer of content -->
  92.  
  93. <div id="bottom-content-layer" class="group">
  94.  
  95. <div class="history-box-one"><div>
  96. <div class="competition-box"></div>
  97.  
  98. </div><!-- bottom part of the content layer -->
  99. </div> <!-- end left col div -->
  100.  
  101. <div id="footer">
  102.  
  103. <div class="presenter-list"></div>
  104. <div class="show-list"></div>
  105. <div class="contact-us-widget"></div>
  106.  
  107.  
  108.  
  109. </div><!-- end footer div -->
  110. <!-- end left-col -->
  111. <div class="right-col">
  112.  
  113. <h3>Advertising</h3>
  114. <h5>Click to find out more</h5>
  115. <div class="side-box-one">
  116. <a href="#"><img src="images/getextra.jpg" alt="getextra" width="205" height="122" ></a></div>
  117. <div class="side-box-one">
  118. <a href="#"><img src="images/physique.jpg" alt="physique" width="205" height="122" ></a></div>
  119. <div class="side-box-one">
  120. <a href="#"><img src="images/beerhouse.jpg" alt="beerhouse" width="205" height="122" ></a></div>
  121. <div class="side-box-one">
  122. <a href="#"><img src="images/jennings.jpg" alt="jennings" width="205" height="122" ></a></div>
  123. <div class="side-box-one">
  124. <a href="#"><img src="images/eurovision.jpg" alt="eurovision" width="205" height="122" ></a></div>
  125. <div class="side-box-one">
  126. <a href="#"><img src="images/accountants.jpg" alt="accountants" width="205" height="122" ></a></div>
  127. <div class="side-box-one">
  128. <a href="#"><img src="images/acklams.jpg" alt="acklams" width="205" height="122" ></a></div>
  129.  
  130.  
  131. </div><!-- end right-col -->
  132. </div><!-- end content div -->
  133. </div><!-- end container -->
  134. </div> <!-- end of the website wrap -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement