Advertisement
keenanerwin

Untitled

Nov 5th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--Pure Longboards Homepage
  5. Path: /Users/pamerwin/Desktop/File Migrate 6:3:12/Pure Longboards/Site/
  6. -->
  7.  
  8.  
  9.  
  10.  
  11. <head>
  12.  
  13. <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset-fonts-grids/reset-fonts-grids.css">
  14. <link rel="stylesheet" type="text/css" href="PureLongboards.css">
  15. <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">
  19. </script>
  20. <script>
  21.  
  22. $(document).ready(function slideshow(){
  23.  
  24. /*Slideshow*/
  25.  
  26. $("#img1").delay(10000).fadeTo(500,0);
  27. $("#img2").delay(10500).fadeTo(500,1);
  28. $("#img2").delay(10000).fadeTo(500,0)
  29. $("#img3").delay(21500).fadeTo(500,1);
  30. $("#img3").delay(10000).fadeTo(500,0)
  31. $("#img1").delay(22000).fadeTo(500,1,slideshow);
  32.  
  33. /*Facebook Button*/
  34.  
  35. $("#fbcolor").hide();
  36. $("#fbgray").mouseenter(function(){
  37. $("#fbcolor").show();
  38. });
  39. $("#fbcolor").mouseleave(function(){
  40. $(this).hide();
  41. });
  42.  
  43. /*Twitter Button*/
  44.  
  45. $("#twcolor").hide();
  46. $("#twgray").mouseenter(function(){
  47. $("#twcolor").show();
  48. });
  49. $("#twcolor").mouseleave(function(){
  50. $(this).hide();
  51. });
  52.  
  53. /*YouTube Button*/
  54.  
  55. $("#ytcolor").hide();
  56. $("#ytgray").mouseenter(function(){
  57. $("#ytcolor").show();
  58. });
  59. $("#ytcolor").mouseleave(function(){
  60. $(this).hide();
  61. });
  62.  
  63. });
  64. </script>
  65.  
  66. </head>
  67.  
  68.  
  69.  
  70.  
  71. <body>
  72.  
  73. <div class="bg"></div>
  74. <div class="nav">
  75. <a href="#3"><img src="Images/PureLongboardsLogoMain.png" width="350px" height="114.6px" alt="Main Logo" /></a>
  76.  
  77. </div>
  78. <div class="centeredmenu">
  79. <ul>
  80. <li><a href="#1" class="nav-boards">Boards</a></li>
  81. <li><a href="#2" class="nav-video">Videos</a></li>
  82. <li><a href="#4" class="nav-events">Events</a></li>
  83. <li><a href="#5" class="nav-contact">Contact</a></li>
  84. </ul>
  85. </div>
  86. <div class="slideshow">
  87. <img class="slideshow" id="img1" src="Images/SlideshowDre.png" width="1024px" height="680px" alt="Slide1" />
  88. <img class="slideshow" id="img2" src="Images/SlideshowSlide.png" width="1024px" height="680px" alt="Slide2" />
  89. <img class="slideshow" id="img3" src="Images/SlideshowSlide2.png" width="1024px" height="680px" alt="Slide3" />
  90. </div>
  91. <div class="bottom">
  92. <p>A skateboard is a type of sports equipment used primarily for the activity of skateboarding. It usually consists of a specially designed maplewood board combined with a polyurethane coating used for making smoother slides and stronger durability.
  93. </br>
  94. </br>
  95. A skateboard is propelled by pushing with one foot while the other remains on the board, or by pumping one's legs in structures such as a pool or half pipe. A skateboard can also be used by simply standing on the deck while on a downward slope and allowing gravity to propel the board and rider. If the rider positions their right foot forward, he/she is said to ride "goofy"; if the rider positions their left foot forward, he/she is said to ride "regular".</p>
  96. </div>
  97. <div class="video">
  98. <iframe width="1024" height="576" src="http://www.youtube-nocookie.com/embed/NXO2Bn8NClQ" frameborder="0" allowfullscreen></iframe>
  99. <div class="social">
  100. <img class="facebook" id="fbgray" src="Images/f_logo-gray.png" width="40px" height="40px" alt="facebook" />
  101. <a href="https://www.facebook.com/PureBoards" target="_blank"><img class="facebook" id="fbcolor" src="Images/f_logo.png" width="40px" height="40px" alt="facebook" /></a>
  102. </div>
  103. <div class="social">
  104. <img class="twitter" id="twgray" src="Images/twitter-bird-gray.png" width="40px" height="40px" alt="twitter" />
  105. <a href="https://twitter.com/PureLongboards" target="_blank"><img class="twitter" id="twcolor" src="Images/twitter-bird.png" width="40px" height="40px" alt="twitter" /></a>
  106. </div>
  107. <div class="social">
  108. <img class="youtube" id="ytgray" src="Images/Youtube-gray.png" width="40px" height="40px" alt="youtube" />
  109. <a href="http://www.youtube.com/user/PureLongboards/videos?flow=grid&view=0" target="_blank"><img class="youtube" id="ytcolor" src="Images/Youtube.png" width="40px" height="40px" alt="youtube" /></a>
  110. </div>
  111. </div>
  112.  
  113. </body>
  114. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement