Advertisement
Guest User

Untitled

a guest
Apr 7th, 2016
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6.  
  7. <title>Gimnazjum</title>
  8. <link href="css/bootstrap.min.css" rel="stylesheet">
  9. <link rel="stylesheet" href="style.css"/>
  10. <link rel="stylesheet" href="animate.css"/>
  11. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
  12. <script src="wow.js"></script>
  13. <script src="jquery-1.12.3.min"></script>
  14. <script>
  15. new WOW().init();
  16. </script>
  17. <script>
  18. $(document).ready(function() {
  19.  
  20. $('a[href^="#"]').on('click', function(event) {
  21.  
  22. var target = $( $(this).attr('href') );
  23.  
  24. if( target.length ) {
  25. event.preventDefault();
  26. $('html, body').animate({
  27. scrollTop: target.offset().top
  28. }, 1000);
  29. }
  30. });
  31.  
  32. });
  33. </script>
  34. </head>
  35. <body>
  36. <div id="banner">
  37. <div id="blaopa">PROJEKT EDUKACYJNY 2016 ROK</div>
  38. </div>
  39. <div id="nav">
  40. <ul>
  41. <a href="#"><li>Home</li></a>
  42. <a href="gallery.html"><li>Galeria</li></a>
  43. <a href="informacje.html"><li>Informacje</li></a>
  44. <a href="#contact"><li>BlaBlaBla</li></a>
  45. </ul>
  46. <div id="content-fluid">
  47. <span style="display: block; text-align: center; font-size: 40px; color: white; padding-top: 30px;">O SZKOLE</span>
  48. <div class="row">
  49. <div class="col-md-3 col-md-offset-2 wow animated bounceInLeft" style="background-image: url(photo/chmura.png); background-size: 100%, 100%; background-repeat: no-repeat; height: 270px; text-align: center; padding-top: 30px; font-size: 30px; animation-delay: 0.2s;">Uczymy dwóch języków obcych</div>
  50. </div>
  51. <div class="row">
  52. <div class="col-md-3 col-md-offset-7 wow animated bounceInRight" style="background-image: url(photo/chmura.png); background-size: 100%, 100%; background-repeat: no-repeat; height: 270px; text-align: center; padding-top: 30px; font-size: 30px; animation-delay: 0.2s;">Mamy pełne wyposażenie klas</div>
  53. </div>
  54.  
  55. <div class="row">
  56. <div class="col-md-3 col-md-offset-2 wow animated bounceInLeft" style="background-image: url(photo/chmura.png); background-size: 100%, 100%; background-repeat: no-repeat; height: 270px; text-align: center; padding-top: 30px; font-size: 25px; animation-delay: 0.2s;">Zajęcia pozalekcyjne z różnych przedmiotów</div>
  57. </div>
  58. </div>
  59. </div>
  60. <a href="#banner"<div id="scrollup"></div></a>
  61. </body>
  62. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement