Guest User

Untitled

a guest
Mar 11th, 2016
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.48 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta name="viewport" content="width-device-width, initelal-scale=1">
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>
  6. <link rel="stylesheet" type="text/css" href="gry.css">
  7. <link rel="stylesheet" type="text/css" href="css/fontello.css">
  8. <script src="sweetalert-master/dist/sweetalert.min.js"></script>
  9. <link rel="stylesheet" type="text/css" href="sweetalert-master/dist/sweetalert.css">
  10.  <script>
  11.  
  12.  $( document ).ready(function() {
  13.                
  14.               $("#newsy").click(function() {
  15.                 $( "#foot").slideToggle( "30", function() {
  16.                  
  17.                 });
  18.             });
  19.      
  20.                        
  21.             $("#g1,#g2,#g3,#g4,#g5,#g6,#g7,#g8,#g9").click(function() {
  22.             swal({   title: "Tytuł Gry",  type:"info",allowEscapeKey: true,allowOutsideClick:true, text: "Opis Gry"});
  23.             });
  24.            
  25. });
  26.  </script>
  27. </head>
  28. <body>
  29.  
  30. <div id="warper">
  31.     <div id="logo">
  32.     <a href="index.php"><img src="logo.png" height="210px" width="300px"></a>
  33.     </div>
  34.  
  35.     <div id="menu">
  36.  
  37.         <ol>
  38.             <li><a href="index.php">Główna</a></li>
  39.             <li><a href="gry.php" id="produkty">Gry</a></li>
  40.             <li><a href="#">O nas</a></li>
  41.             <li><a href="#">Sklep</a></li>
  42.             <li><a href="kontakt.php">Kontakt</a></li>
  43.            
  44.           </ol>
  45.     </div>
  46.    
  47.    
  48.  
  49.    </div>
  50.    
  51.     </div>
  52.     <div id="popup">
  53.     Tytuł Gry i jej opis
  54.     <div id="ok">
  55.     OK
  56.     </div>
  57.     </div>
  58.     <div id="posty">
  59.     <div id="content">
  60.    
  61.     <div id="g1">
  62.    
  63.     </div>
  64.     <div id="g2">
  65.    
  66.     </div>
  67.     <div id="g3">
  68.    
  69.     </div>
  70.     <div id="g4">
  71.    
  72.     </div>
  73.     <div id="g5">
  74.    
  75.     </div>
  76.     <div id="g6">
  77.    
  78.     </div>
  79.    
  80.     <div id="g7">
  81.    
  82.     </div>
  83.     <div id="g8">
  84.    
  85.     </div>
  86.     <div id="g9">
  87.    
  88.     </div>
  89.     </div>
  90.    
  91.     <div id="foot">
  92.    
  93.     <div id="social">
  94.     <a href="https://www.facebook.com/weachkesterstudio/" target="_blank"><div class="fb" ><i class="icon-facebook"></i></div></a>
  95.     <a href="https://www.youtube.com/channel/UCLZQxoCMnB9-IO9cJI1gdkw" target="_blank"><div class="yt" ><i class="icon-youtube"></i></div></a>
  96.     <a href="https://www.instagram.com/weachkesterstudo/" target="_blank"><div class="insta" ><i class="icon-instagram-filled"></i></div></a>
  97.                            
  98.    
  99.    
  100.  
  101.     </div>
  102.    
  103.     </div>
  104.     <div id="newsy">
  105.     Gdzie nas znaleźć?
  106.    
  107.     </div>
  108. </div>
  109.     </div>
  110.   </body>
  111.   </html>
Add Comment
Please, Sign In to add comment