Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="utf-8">
  5.    
  6.     <title>Slides, A Slideshow Plugin for jQuery</title>
  7.    
  8.     <link rel="stylesheet" href="css/global.css">
  9.    
  10.     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  11.     <script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js"></script>
  12.     <script src="js/slides.min.jquery.js"></script>
  13.     <script>
  14.         $(function(){
  15.             $('#slides').slides({
  16.                 preload: true,
  17.                 preloadImage: 'img/loading.gif',
  18.                 play: 5000,
  19.                 pause: 2500,
  20.                 hoverPause: true
  21.             });
  22.         });
  23.     </script>
  24. </head>
  25. <body>
  26.     <div id="container">
  27.         <div id="example">
  28.             <!--<img src="img/new-ribbon.png" width="112" height="112" alt="New Ribbon" id="ribbon">-->
  29.             <div id="slides">
  30.                 <div class="slides_container">
  31.                     <!-- <a href="http://www.flickr.com/photos/jliba/4665625073/" title="145.365 - Happy Bokeh Thursday! | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-1.jpg" width="570" height="270" alt="Slide 1"></a>
  32.                     <a href="http://www.flickr.com/photos/stephangeyer/3020487807/" title="Taxi | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-2.jpg" width="570" height="270" alt="Slide 2"></a>
  33.                     <a href="http://www.flickr.com/photos/childofwar/2984345060/" title="Happy Bokeh raining Day | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-3.jpg" width="570" height="270" alt="Slide 3"></a>
  34.                     <a href="http://www.flickr.com/photos/b-tal/117037943/" title="We Eat Light | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-4.jpg" width="570" height="270" alt="Slide 4"></a>
  35.                     <a href="http://www.flickr.com/photos/bu7amd/3447416780/" title="“I must go down to the sea again, to the lonely sea and the sky; and all I ask is a tall ship and a star to steer her by.” | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-5.jpg" width="570" height="270" alt="Slide 5"></a>
  36.                     <a href="http://www.flickr.com/photos/streetpreacher/2078765853/" title="twelve.inch | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-6.jpg" width="570" height="270" alt="Slide 6"></a>
  37.                     <a href="http://www.flickr.com/photos/aftab/3152515428/" title="Save my love for loneliness | Flickr - Photo Sharing!" target="_blank"><img src="http://slidesjs.com/examples/standard/img/slide-7.jpg" width="570" height="270" alt="Slide 7"></a> -->
  38.                     <a href="#" title="polo" target="_blank"><img src="img/40_40_polok/polo_1.png" width="50" height="50" alt="Slide 1"></a>
  39.                     <a href="#" title="polo" target="_blank"><img src="img/40_40_polok/polo_2.png" width="50" height="50" alt="Slide 2"></a>
  40.                     <a href="#" title="polo" target="_blank"><img src="img/40_40_polok/polo_3.png" width="50" height="50" alt="Slide 3"></a>
  41.                     <a href="#" title="polo" target="_blank"><img src="img/40_40_polok/polo_4.png" width="50" height="50" alt="Slide 4"></a>
  42.                     <a href="#" title="polo" target="_blank"><img src="img/40_40_polok/polo_5.png" width="50" height="50" alt="Slide 5"></a>
  43.                     <a href="#" title="polo" target="_blank"><img src="img/40_40_polok/polo_6.png" width="50" height="50" alt="Slide 6"></a>
  44.                 </div>
  45.                 <a href="#" class="prev"><img src="img/arrow-prev.png" width="24" height="43" alt="Arrow Prev"></a>
  46.                 <a href="#" class="next"><img src="img/arrow-next.png" width="24" height="43" alt="Arrow Next"></a>
  47.             </div>
  48.             <img src="img/sample.png" width="50" height="50" alt="Example Frame" id="frame">
  49.         </div>
  50.         <!-- <div id="footer">
  51.             <p>For full instructions go to <a href="http://slidesjs.com" target="_blank">http://slidesjs.com</a>.</p>
  52.             <p>Slider design by Orman Clark at <a href="http://www.premiumpixels.com/" target="_blank">Premium Pixels</a>. You can donwload the source PSD at <a href="http://www.premiumpixels.com/clean-simple-image-slider-psd/" target="_blank">Premium Pixels</a></p>
  53.             <p>&copy; 2010 <a href="http://nathansearles.com" target="_blank">Nathan Searles</a>. All rights reserved. Slides is licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache license</a>.</p>
  54.         </div> -->
  55.     </div>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement