m |
Gaetancousin (Talk | contribs) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
<html> | <html> | ||
− | + | <script src="https://2015.igem.org/Team:Paris_Saclay/jquery?action=raw&ctype=text/javascript"></script> | |
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"></script> | <script type="text/javascript" src="https://code.jquery.com/jquery-2.2.3.min.js"></script> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
<script type="text/javascript" src="https://getbootstrap.com/dist/js/bootstrap.min.js"></script> | <script type="text/javascript" src="https://getbootstrap.com/dist/js/bootstrap.min.js"></script> | ||
<link href="https://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> | <link href="https://getbootstrap.com/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
− | |||
<!-- Google Analytics --> | <!-- Google Analytics --> | ||
Line 31: | Line 23: | ||
$('#toc').children("ul").attr('id', 'tocnav'); | $('#toc').children("ul").attr('id', 'tocnav'); | ||
$('#tocnav').addClass('nav'); | $('#tocnav').addClass('nav'); | ||
− | $('body').scrollspy({ target: '#toc' | + | $('body').scrollspy({ target: '#toc' }); |
$('#toc').on('activate.bs.scrollspy', function () { | $('#toc').on('activate.bs.scrollspy', function () { | ||
Line 40: | Line 32: | ||
$('#toc').affix({ | $('#toc').affix({ | ||
offset: { | offset: { | ||
− | top: | + | top: 380, |
− | bottom: function () {return (this.bottom = $('.footer').outerHeight(true) + | + | bottom: function () {return (this.bottom = $('.footer').outerHeight(true) + 150)} |
} | } | ||
}) | }) | ||
Line 47: | Line 39: | ||
}); | }); | ||
</script> | </script> | ||
+ | |||
+ | </html> | ||
+ | {{Team:Paris_Saclay/css}} | ||
+ | <html> | ||
− | <header | + | <header> |
− | + | <!-- crispy with buble <img src="https://static.igem.org/mediawiki/2016/6/6b/T--Paris_Saclay--Crispy.png" class="logo-head"> --> | |
+ | <!-- Old crispy <img src="https://static.igem.org/mediawiki/2016/c/cb/T--Paris_Saclay--logo_crispy.png" class="logo-head"> --> | ||
</html> | </html> |
Latest revision as of 18:18, 18 October 2016