Team:TU-Eindhoven/Template:BaseFooter
From 2013.igem.org
(Difference between revisions)
Pascalaldo (Talk | contribs) |
Pascalaldo (Talk | contribs) |
||
(6 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
</div> | </div> | ||
+ | <div class="tue-gototop-sticky"><a href="#top" title="Go to the top of the page">Go to Top <i class="icon-arrow-up"></i></a></div> | ||
+ | |||
<script src="https://2013.igem.org/Team:TU-Eindhoven/JS:jquery?action=raw&ctype=text/js"></script> | <script src="https://2013.igem.org/Team:TU-Eindhoven/JS:jquery?action=raw&ctype=text/js"></script> | ||
<script src="https://2013.igem.org/Team:TU-Eindhoven/JS:Bootstrap?action=raw&ctype=text/js"></script> | <script src="https://2013.igem.org/Team:TU-Eindhoven/JS:Bootstrap?action=raw&ctype=text/js"></script> | ||
Line 9: | Line 11: | ||
$('#toctitle').addClass('nav-header'); | $('#toctitle').addClass('nav-header'); | ||
$('#groupparts').addClass('well'); | $('#groupparts').addClass('well'); | ||
- | $('#bodyContent').addClass('container'); | + | //$('#bodyContent').addClass('container'); |
$('.image img').addClass('img-rounded'); | $('.image img').addClass('img-rounded'); | ||
$('.tue-imagespan img').addClass('img-rounded'); | $('.tue-imagespan img').addClass('img-rounded'); | ||
Line 29: | Line 31: | ||
}); | }); | ||
- | $(' | + | $('.tue-gototop-sticky').click(function() { |
$('body,html').animate({scrollTop:0},800); | $('body,html').animate({scrollTop:0},800); | ||
}); | }); |
Latest revision as of 13:56, 4 September 2013