Team:NTNU Trondheim/Templates/Footer
From 2012.igem.org
(Difference between revisions)
(13 intermediate revisions not shown) | |||
Line 24: | Line 24: | ||
<!-- Bootstrap --> | <!-- Bootstrap --> | ||
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||
- | <script src="http:// | + | <script src="http://oveoyas.github.io/igem-ntnu-2012/js/bootstrap.min.js"></script> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
Line 52: | Line 40: | ||
<!-- jQuery countdown --> | <!-- jQuery countdown --> | ||
- | <script type="text/javascript" src="http:// | + | <script type="text/javascript" src="http://oveoyas.github.io/igem-ntnu-2012/js/jquery.countdown.js"></script> |
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function () { | $(function () { | ||
Line 87: | Line 75: | ||
}); | }); | ||
</script> | </script> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<!-- iGem wiki hacks --> | <!-- iGem wiki hacks --> | ||
Line 124: | Line 100: | ||
$("#heading").remove(); | $("#heading").remove(); | ||
} | } | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | <!-- Fill the screen of index page on tablets --> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function() {f | ||
+ | if ( $(window).width() < 1100 ) { | ||
+ | $('#index-collapse').addClass('span12').removeClass('span9'); | ||
+ | } | ||
+ | else { | ||
+ | $('#index-collapse').removeClass('span12').addClass('span9'); | ||
+ | } | ||
}); | }); | ||
</script> | </script> |
Latest revision as of 16:11, 16 June 2013