Advertisement
keenanerwin

PureLongboards

Oct 22nd, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 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. <!--Pure Longboards Homepage-->
  4. <head>
  5.  
  6.  
  7.  
  8.  
  9. <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset-fonts-grids/reset-fonts-grids.css">
  10.  
  11.  
  12.  
  13.  
  14. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">
  15. </script>
  16. <script>
  17. $(document).ready(function slideshow(){
  18. $("#img1").delay(10000†).fadeTo(500,0); /*GC is 10500*/
  19. $("#img2").delay(10500).fadeTo(500,1); /*GC is 11000*/
  20. $("#img2").delay(10000).fadeTo(500,0) /*GC is 21500*/
  21. $("#img3").delay(21500).fadeTo(500,1); /*GC is 22000*/
  22. $("#img3").delay(10000).fadeTo(500,0) /*GC is 32500*/
  23. $("#img1").delay(22000).fadeTo(500,1,slideshow);
  24. });
  25. </script>
  26.  
  27.  
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32. .bg
  33. {
  34. background-image: -moz-radial-gradient(center bottom, ellipse farthest-side, #E0E0E0 0%, #525D6E 100%);
  35. height: 100%;
  36. left: 0;
  37. overflow: hidden;
  38. position: fixed;
  39. top: 0;
  40. width: 100%;
  41. z-index: -999;
  42. }
  43.  
  44. img, .top, .bottom, .title, .text, .slideshow
  45. {
  46. border-radius:2px;
  47. }
  48.  
  49. .top, .bottom
  50. {
  51. position:relative;
  52. padding:17px;
  53. width:990px; /*1/3 of 1024 is 341.333333333333*/
  54. margin-left:auto;
  55. margin-right:auto;
  56. background-color:#111111;
  57. opacity:0.8;
  58. }
  59.  
  60. .top
  61. {
  62. margin-top:68px;
  63. }
  64.  
  65. .bottom
  66. {
  67. width:990px;
  68. margin-top:714px;
  69. margin-bottom:17px;
  70. padding:17px;
  71. }
  72.  
  73. .title
  74. {
  75. margin-top:17px;
  76. background-color:#ffffff;
  77. font-size:2em;
  78. color:#000000;
  79. }
  80.  
  81. .text
  82. {
  83. background-color:#ffffff;
  84. font-size:2em;
  85. color:#000000;
  86. }
  87.  
  88. .slideshow
  89. {
  90. position:relative;
  91. margin-top:8.5px;
  92. margin-bottom:17px;
  93. background-color:#111111;
  94. width:1024px; /*1/3 of 1024 is 341.333333333333*/
  95. margin-left:auto;
  96. margin-right:auto;
  97. }
  98.  
  99. img.slideshow
  100. {
  101. position:absolute;
  102. left:0px;
  103. top:0px;
  104. }
  105.  
  106. #img1
  107. {
  108. opacity:1;
  109. }
  110.  
  111. #img2, #img3
  112. {
  113. opacity:0;
  114. }
  115.  
  116. .video
  117. {
  118. margin-top:8.5px;
  119. margin-bottom:34px;
  120. position:relative;
  121. background-color:#111111;
  122. width:1024px; /*1/3 of 1024 is 341.333333333333*/
  123. margin-left:auto;
  124. margin-right:auto;
  125. }
  126.  
  127. </style>
  128. </head>
  129.  
  130.  
  131.  
  132.  
  133. <body>
  134.  
  135. <div class="bg"></div>
  136. <div class="top">
  137. <img src="/Users/pamerwin/Desktop/File Migrate 6:3:12/Pure Longboards/Site/Images/PureLongboardsLogoMain.png" width="990px" height="234.2px" alt="Main Logo" /> <!--Original size is 1175 × 278-->
  138. <p class="title">Pure Longboards is gooooood...</p>
  139. </div>
  140. <div class="slideshow">
  141. <img class="slideshow" id="img1" src="/Users/pamerwin/Desktop/File Migrate 6:3:12/Pure Longboards/Site/Images/SlideshowDre.png" width="1024px" height="680px" alt="Slide1" />
  142. <img class="slideshow" id="img2" src="/Users/pamerwin/Desktop/File Migrate 6:3:12/Pure Longboards/Site/Images/SlideshowSlide.png" width="1024px" height="680px" alt="Slide2" />
  143. <img class="slideshow" id="img3" src="/Users/pamerwin/Desktop/File Migrate 6:3:12/Pure Longboards/Site/Images/SlideshowSlide2.png" width="1024px" height="680px" alt="Slide3" />
  144. </div>
  145. <div class="bottom">
  146. <p class="text">Other stuff, you know.</p>
  147. </div>
  148. <div class="video">
  149. <iframe width="1024" height="576" src="http://www.youtube-nocookie.com/embed/NXO2Bn8NClQ" frameborder="0" allowfullscreen></iframe>
  150. </div>
  151.  
  152. </body>
  153. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement