Difference between revisions of "Team:Stockholm/Parts"
Line 4: | Line 4: | ||
<head> | <head> | ||
<link rel="stylesheet" href="https://2015.igem.org/Team:Stockholm/bootstrap?action=raw&ctype=text/css" type="text/css"> | <link rel="stylesheet" href="https://2015.igem.org/Team:Stockholm/bootstrap?action=raw&ctype=text/css" type="text/css"> | ||
+ | <script src="https://2015.igem.org/Team:Stockholm/bootstrapjs?action=raw&ctype=text/javascript" type="text/javascript" ></script> | ||
+ | <script src="https://2015.igem.org/Team:Stockholm/jquery?action=raw&ctype=text/javascript" type="text/javascript" ></script> | ||
<link rel="stylesheet" href="https://2015.igem.org/Team:Stockholm/hugicss?action=raw&ctype=text/css" type="text/css"> | <link rel="stylesheet" href="https://2015.igem.org/Team:Stockholm/hugicss?action=raw&ctype=text/css" type="text/css"> | ||
− | |||
</head> | </head> | ||
<body> | <body> | ||
− | |||
<div class="container-fluid content-container"> | <div class="container-fluid content-container"> | ||
− | < | + | <div id="sticky-anchor"></div> |
+ | <div id="sticky"> | ||
+ | <ul class="nav nav-tabs pillnav"> | ||
+ | <li role="presentation" class="active"><a href="#"><b> Results</b></a></li> | ||
+ | <li role="presentation" class="dropdown anchor_link"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"> | ||
+ | Lab results <span class="caret"></span> | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="#recognition">Recognition</a></li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="#signaling">Signalling</a></li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="#readout">Read-out</a></li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="#interlab">Inter-lab measurements</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="#modeling">Modeling</a></li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="https://2015.igem.org/Team:Stockholm/Medal">Medals</a></li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="https://2015.igem.org/Team:Stockholm/Parts">Parts</a></li> | ||
+ | <li role="presentation" class="clickable anchor_link"><a href="#protocols">Protocols</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <h2>Genetic parts and biobricks</h2> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</div> | </div> | ||
+ | <script> | ||
+ | function sticky_relocate() { | ||
+ | var window_top = $(window).scrollTop(); | ||
+ | var div_top = $('#sticky-anchor').offset().top; | ||
+ | if (window_top > div_top) { | ||
+ | $('#sticky').addClass('stick'); | ||
+ | } else { | ||
+ | $('#sticky').removeClass('stick'); | ||
+ | } | ||
+ | } | ||
− | + | $(function () { | |
− | + | $(window).scroll(sticky_relocate); | |
− | </ | + | sticky_relocate(); |
+ | }); | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> | ||
{{:Team:Stockholm/newfooter}} | {{:Team:Stockholm/newfooter}} |
Revision as of 14:38, 16 September 2015