Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: None | Size: 6.24 KB | Hits: 354 | Expires: Never
Copy text to clipboard
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>xxx.com</title>
  6.  
  7.  
  8. <link rel="stylesheet" type="text/css" href="style.css" />
  9. <script type="text/javascript" src="http://code.jquery.com/jquery-latest.pack.js"></script>
  10. <script type="text/javascript" src="js/jquery.countdown.js"></script>
  11. <script type="text/javascript" src="js/jcarousellite1.0.1_min.js"></script>
  12.  
  13.  
  14. <!-- jquery countdown-->
  15. <script type="text/javascript">
  16. $(function () {
  17. var austDay = new Date();
  18.         austDay = new Date(austDay.getFullYear() + 2, 0, 0);
  19.         $('#defaultCountdown').countdown({until: austDay, layout: '{dn} {dl}, {hn} {hl}, {mn} {ml}, and {sn} {sl}'});
  20.         $('#year').text(austDay.getFullYear());
  21.         });
  22. </script>
  23.  
  24.  
  25. <!-- jquery slider -->
  26. <script type="text/javascript">
  27.  
  28. $(function() {
  29.     $("#slidertext").jCarouselLite({
  30.         btnNext: ".next",
  31.         btnPrev: ".prev"
  32.     });
  33. });
  34.  
  35. </script>
  36.  
  37. <!--script for IE6-image transparency recover-->
  38. <!--[if IE 6]>
  39. <script type="text/javascript" src="js/DD_belatedPNG_0.0.7a-min.js"></script>
  40. <script>
  41.   /* EXAMPLE */
  42.   DD_belatedPNG.fix('#logo img,#main,.counter,.twitter,.flickr,.facebook,.youtube,#submit_button,.prev img,.next img,#email_input');
  43.  
  44. </script>
  45. <![endif]-->
  46.  
  47.  
  48.  
  49. </head>
  50.  
  51. <body>
  52.  
  53.  
  54. <div class="container">
  55.        
  56.     <div id="header">
  57.    
  58.         <div id="logo">
  59.                 <a href="index.html"><img src="images/logo.png" alt="logo"/></a>
  60.         </div><!--end logo-->
  61.            
  62.         <div id="contact_details">
  63.                 <p><a href="#">test@gmail.com</a></p>
  64.                         <p><a href="#">Mobile: +1.xxxxxxxx</a></p>
  65.                 </div><!--end contact details-->    
  66.                
  67.         </div><!--end header-->
  68.               <div style="clear:both"></div>
  69.              
  70.         <div id="main">
  71.  
  72.                  <div id="content">
  73.                    
  74.               <div class="text">
  75.               <h2>This website is under construction</h2>
  76.               </div><!--end text-->
  77.                  
  78.               <div class="counter">
  79.               <h3>Estimated Time Remaining Before Launch:</h3>
  80.               <div id="defaultCountdown"></div>
  81.  
  82.          </div><!--end counter-->
  83.                  
  84.          <div class="details">
  85.               <!--slider prev button-->    
  86.             <a class="prev" href="#"><img src="images/prev.png" alt="" />
  87.             </a>
  88.  
  89.                   <div id="sliderwrap">
  90.                                 <div id="slidertext"><!-- The slider -->
  91.                            
  92.                                 <ul>
  93.                                      <li>
  94.                                          <h3>You may find us below (Currently None):</h3>
  95.                                          <div class="social">
  96.                                          <a href="#" class="twitter"></a>
  97.                                          <a href="#" class="flickr"></a>
  98.                                          <a href="#" class="facebook"></a>
  99.                                          <a href="#" class="youtube"></a>
  100.                                          </div>
  101.                                      </li><!-- Slider item -->
  102.                            
  103.                                         <li>
  104.                                          <h3>Who?</h3>
  105.                                          <p>This is a test</p>
  106.                                          </li><!-- Slider item -->
  107.                                          
  108.                                         <li>
  109.                                          <h3>What?</h3>
  110.                                          <p>test test test test test test test test test test test test test test test test test test test test test test test test test 1111111111111111</p>
  111.                                          </li><!-- Slider item -->
  112.                                          
  113.                                         <li>
  114.                                          <h3>When?</h3>
  115.                                          <p>test test test test test test test test tes</p>
  116.                                          </li><!-- Slider item -->
  117.                                          
  118.                                         <li>
  119.                                          <h3>Where?</h3>
  120.                                          <p>test test test test test test test test test Coming so00000on</p>
  121.                                          </li><!-- Slider item -->
  122.                                          
  123.                                          <li>
  124.                                          <h3>Why?</h3>
  125.                                          <p>test test test test test test test test test Coming so00000on test test test test test test test test test Coming so00000on test test test test test test test test test Coming so00000on test test test test test test test test test Coming Sample.</p>
  126.                                          </li><!-- Slider item -->
  127.                                          
  128.                                         <li>
  129.                                          <h3>How?</h3>
  130.                                          <p>Sample</p>
  131.                                          </li><!-- Slider item -->
  132.                                          
  133.                                          <li>
  134.                                          <h3>Aim?</h3>
  135.                                          <p>Nothing Nothing Nothing Nothing ???</p>
  136.                                          </li><!-- Slider item -->
  137.                                          
  138.                                         <li>
  139.                                          <h3>Owner</h3>
  140.                                          <p>Myself & You Myself & You Myself & You Myself & You </p>
  141.                                          </li><!-- Slider item -->
  142.  
  143.  
  144.  
  145.  
  146.                            
  147.                                 </ul>
  148.                            
  149.                  </div><!-- End of slidertext -->
  150.    
  151.               </div><!-- End of sliderwrap -->
  152.  
  153.                                         <!--slider next button-->
  154.                 <a class="next" href="#"><img src="images/next.png" alt=""/></a>
  155.  
  156.                  
  157.                   </div><!--end details-->  
  158.                 </div><!--end content-->
  159.            
  160. </div><!--end main-->
  161.  
  162. </div><!--end class container-->
  163.  
  164. </body>
  165.  
  166. </html>