| | 1 | <footer> |
| | 2 | <div class="container"> |
| | 3 | <div class="row"> |
| | 4 | <div class="col-xs-12 col-sm-4 col-lg-4 text-center"> |
| | 5 | <ul class="ch-grid-pm"> |
| | 6 | <li> |
| | 7 | <a href="http://publicamundi.eu/" target="_blank" class="ch-item-pm ch-img-pm"> |
| | 8 | <div class="ch-info-wrap ch-info-wrap-pm"> |
| | 9 | <div class="ch-info-pm"> |
| | 10 | <div class="ch-info-front ch-img-pm"></div> |
| | 11 | <div class="ch-info-back "></div> |
| | 12 | </div> |
| | 13 | </div> |
| | 14 | </a> |
| | 15 | </li> |
| | 16 | </ul> |
| | 17 | <center> |
| | 18 | <a href="http://publicamundi.eu/" target="_blank"><img class="img-responsive pml" src="img/publica-logo-text.png" /></a> |
| | 19 | <a href="http://publicamundi.eu/" target="_blank"><img class="img-responsive psml" src="img/publica-logo.png" /></a> |
| | 20 | </center> |
| | 21 | </div> |
| | 22 | <div class="col-xs-12 col-sm-4 col-lg-4 text-center"> |
| | 23 | <h2 class="sub">Related links</h2> |
| | 24 | <div class="col-lg-12 col-sm-12 col-xs-12"> |
| | 25 | <center> |
| | 26 | <a href="#" class="una"></a> |
| | 27 | <p class="int mt">ZOO-Project is an incubating software of |
| | 28 | the Open Source Geospatial Foundation</p> |
| | 29 | </center> |
| | 30 | </div> |
| | 31 | <div class="col-lg-12 col-sm-12 col-xs-12"> |
| | 32 | <center> |
| | 33 | <a href="#" class="unb"></a> |
| | 34 | <p class="int mt2">ZOO-Project implements the WPS standard of the Open Geospatial Consortium</p> |
| | 35 | </center> |
| | 36 | </div> |
| | 37 | </div> |
| | 38 | <div class="col-xs-12 col-sm-4 col-lg-4 text-center"> |
| | 39 | <h2 class="sub">Next events</h2> |
| | 40 | <div class="col-lg-12 col-sm-12 col-xs-6"> |
| | 41 | <center> |
| | 42 | <a href="http://2014.foss4g.org" class="unc" target="_blank"></a> |
| | 43 | </center> |
| | 44 | </div> |
| | 45 | <div class="col-lg-12 col-sm-12 col-xs-6"> |
| | 46 | <center> |
| | 47 | <a href="http://europe.foss4g.org/2015" class="unce" target="_blank"></a> |
| | 48 | </center> |
| | 49 | </div> |
| | 50 | <center> |
| | 51 | <a href="#" class="btn btn-warning btn-lg btnf mt">All events</a> |
| | 52 | </center> |
| | 53 | </div> |
| | 54 | </div> |
| | 55 | </div> |
| | 56 | </footer> |
| | 57 | |
| | 58 | <div class="cdts"> |
| | 59 | <div class="container text-center"> |
| | 60 | <p> © Copyright 2009 - 2014 - <a class="ext-link" href="http://www.zoo-project.org"><span class="icon"> </span>ZOO Project</a> - All Rights Reserved.</p> |
| | 61 | </div> |
| | 62 | </div> |
| | 63 | |
| | 64 | </div> |
| | 65 | <!-- /container --> |
| | 66 | |
| | 67 | <script src="js/jquery-1.10.2.js"></script> |
| | 68 | <script src="js/bootstrap.js"></script> |
| | 69 | </body> |
| | 70 | <script> |
| | 71 | $(function(){ |
| | 72 | var shrinkHeader = 80; |
| | 73 | $(window).scroll(function() { |
| | 74 | var scroll = getCurrentScroll(); |
| | 75 | if ( scroll >= shrinkHeader ) { |
| | 76 | $('.navbar-brand').addClass('navbar-shrink'); |
| | 77 | $('.navbar-inverse').addClass('navbar-colored'); |
| | 78 | $('.navbar-nav').css({"margin":"0 0 0 15px"}); |
| | 79 | $(".sun").show(); |
| | 80 | $('.navbar-lower').addClass('navbarlower-colored'); |
| | 81 | } |
| | 82 | else{ |
| | 83 | $('.navbar-brand').removeClass('navbar-shrink'); |
| | 84 | $('.navbar-inverse').removeClass('navbar-colored'); |
| | 85 | $('.navbar-nav').css({"margin":"25px 0 0 25px"}); |
| | 86 | $(".sun").hide(); |
| | 87 | $('.navbar-lower').removeClass('navbarlower-colored'); |
| | 88 | } |
| | 89 | }); |
| | 90 | function getCurrentScroll() { |
| | 91 | return window.pageYOffset; |
| | 92 | } |
| | 93 | }); |
| | 94 | |
| | 95 | $('.navbar-lower').affix({ |
| | 96 | offset: {top: 60} |
| | 97 | }); |
| | 98 | |
| | 99 | $(window).load(function(){ |
| | 100 | $( ".ct" ).animate({ |
| | 101 | opacity: 1, |
| | 102 | }, 5000, function() { |
| | 103 | $(".bird").show(); |
| | 104 | birdSound.play(); |
| | 105 | }); |
| | 106 | var birdSound = document.getElementById('birdsound'); |
| | 107 | var birdTxt=document.getElementById('birdc'); |
| | 108 | birdTxt.onmouseover=function(){ |
| | 109 | birdSound.play(); |
| | 110 | return false; |
| | 111 | }; |
| | 112 | |
| | 113 | africa=document.getElementById("africasound"); |
| | 114 | africa.volume=0.3; |
| | 115 | |
| | 116 | $('.a-btn-2, .tx').hover(function(){ |
| | 117 | $('.cblock').toggleClass('furhover') |
| | 118 | }) |
| | 119 | }); |
| | 120 | </script> |
| | 121 | </html> |