Team:Nanjing-China
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<!-- Le styles for debug | <!-- Le styles for debug | ||
Line 32: | Line 24: | ||
</style> | </style> | ||
- | |||
- | |||
- | |||
<!-- Navbar | <!-- Navbar | ||
===================================================--> | ===================================================--> | ||
Line 179: | Line 168: | ||
}); | }); | ||
</script> | </script> | ||
- | |||
- | |||
- |
Revision as of 12:59, 17 September 2012
<link rel="stylesheet" type="text/css" href="http://note.woku1.com/images/css/style.css">
<link rel="shortcut icon" href="ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="ico/apple-touch-icon-144-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="ico/apple-touch-icon-114-precomposed.png"> <link rel="apple-touch-icon-precomposed" sizes="72x72" href="ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="ico/apple-touch-icon-57-precomposed.png">
<script type="text/javascript">
</script> <style type="text/css"> </style>
Abstract
.
.
.
<footer class="footer">
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script> window.jQuery || document.write('<script src="js/jquery-1.7.1.min.js"><\/script>') </script>
<script> $(document).ready(function(){ $('#roll').hide(); $(window).scroll(function() { if($(window).scrollTop() >= 100){ $("div.navbar-fixed-top").addClass("mini") } else{ $("div.navbar-fixed-top").removeClass("mini") } }); $('#roll_top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);}); $('#roll_bottom').click(function(){$('html,body').animate({scrollTop:$('#bottombox').offset().top}, 800);}); }); </script>