Team:NTNU Trondheim/Templates/Footer
From 2012.igem.org
(Difference between revisions)
(10 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 115: | Line 103: | ||
</script> | </script> | ||
+ | <!-- Fill the screen of index page on tablets --> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
- | if ( $(window).width() < | + | $(document).ready(function() {f |
+ | if ( $(window).width() < 1100 ) { | ||
$('#index-collapse').addClass('span12').removeClass('span9'); | $('#index-collapse').addClass('span12').removeClass('span9'); | ||
} | } | ||
Line 122: | Line 112: | ||
$('#index-collapse').removeClass('span12').addClass('span9'); | $('#index-collapse').removeClass('span12').addClass('span9'); | ||
} | } | ||
+ | }); | ||
</script> | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:11, 16 June 2013