Version 1 (modified by djay, 10 years ago) |
---|
<footer>
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-4 col-lg-4 text-center">
<ul class="ch-grid-pm">
<li>
<a href="http://publicamundi.eu/" target="_blank" class="ch-item-pm ch-img-pm">
<div class="ch-info-wrap ch-info-wrap-pm">
<div class="ch-info-pm">
<div class="ch-info-front ch-img-pm"></div> <div class="ch-info-back "></div>
</div>
</div>
</a>
</li>
</ul> <center>
<a href="http://publicamundi.eu/" target="_blank"><img class="img-responsive pml" src="img/publica-logo-text.png" /></a> <a href="http://publicamundi.eu/" target="_blank"><img class="img-responsive psml" src="img/publica-logo.png" /></a>
</center>
</div> <div class="col-xs-12 col-sm-4 col-lg-4 text-center">
<h2 class="sub">Related links</h2> <div class="col-lg-12 col-sm-12 col-xs-12">
<center> <a href="#" class="una"></a> <p class="int mt">ZOO-Project is an incubating software of the Open Source Geospatial Foundation</p> </center> </div>
<div class="col-lg-12 col-sm-12 col-xs-12">
<center> <a href="#" class="unb"></a> <p class="int mt2">ZOO-Project implements the WPS standard of the Open Geospatial Consortium</p>
</center>
</div>
</div> <div class="col-xs-12 col-sm-4 col-lg-4 text-center">
<h2 class="sub">Next events</h2> <div class="col-lg-12 col-sm-12 col-xs-6">
<center>
<a href="http://2014.foss4g.org" class="unc" target="_blank"></a>
</center>
</div> <div class="col-lg-12 col-sm-12 col-xs-6">
<center>
<a href="http://europe.foss4g.org/2015" class="unce" target="_blank"></a>
</center>
</div> <center>
<a href="#" class="btn btn-warning btn-lg btnf mt">All events</a>
</center>
</div>
</div>
</div>
</footer>
<div class="cdts">
<div class="container text-center">
<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>
</div>
</div>
</div>
<!-- /container -->
<script src="js/jquery-1.10.2.js"></script> <script src="js/bootstrap.js"></script> </body> <script> $(function(){ var shrinkHeader = 80; $(window).scroll(function() {
var scroll = getCurrentScroll(); if ( scroll >= shrinkHeader ) {
$('.navbar-brand').addClass('navbar-shrink'); $('.navbar-inverse').addClass('navbar-colored'); $('.navbar-nav').css({"margin":"0 0 0 15px"}); $(".sun").show();
$('.navbar-lower').addClass('navbarlower-colored'); } else{
$('.navbar-brand').removeClass('navbar-shrink'); $('.navbar-inverse').removeClass('navbar-colored'); $('.navbar-nav').css({"margin":"25px 0 0 25px"}); $(".sun").hide(); $('.navbar-lower').removeClass('navbarlower-colored');
}
}); function getCurrentScroll() {
return window.pageYOffset; }
});
$('.navbar-lower').affix({
offset: {top: 60}
});
$(window).load(function(){
$( ".ct" ).animate({
opacity: 1,
}, 5000, function() { $(".bird").show();
birdSound.play();
});
var birdSound = document.getElementById('birdsound'); var birdTxt=document.getElementById('birdc'); birdTxt.onmouseover=function(){
birdSound.play(); return false;
}; africa=document.getElementById("africasound"); africa.volume=0.3; $('.a-btn-2, .tx').hover(function(){
$('.cblock').toggleClass('furhover') })
}); </script> </html>