Raj Magesh (Talk | contribs) |
Rohith kms (Talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 10: | Line 10: | ||
<div id="contentMain"> | <div id="contentMain"> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/e/e8/T--IISc-Bangalore--Header--parts.svg" id="headerImg" /> | ||
<h1 id="sfgfp-spycatcher">sfGFP-SpyCatcher</h1> | <h1 id="sfgfp-spycatcher">sfGFP-SpyCatcher</h1> | ||
Line 15: | Line 16: | ||
<figure> | <figure> | ||
<img src="https://static.igem.org/mediawiki/2017/6/65/T--IISc-Bangalore--assembly-C1234-linear.png" width="100%"> | <img src="https://static.igem.org/mediawiki/2017/6/65/T--IISc-Bangalore--assembly-C1234-linear.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319000 (sfGFP-SpyCatcher under the T7 expression system) | ||
+ | </figurecaption> | ||
</figure> | </figure> | ||
Line 21: | Line 25: | ||
<figure> | <figure> | ||
<img src="https://static.igem.org/mediawiki/2017/9/91/T--IISc-Bangalore--assembly-C12789-linearized.png" width="100%"> | <img src="https://static.igem.org/mediawiki/2017/9/91/T--IISc-Bangalore--assembly-C12789-linearized.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319005 (mCherry-SpyTag under the T7 expression system) | ||
+ | </figurecaption> | ||
</figure> | </figure> | ||
Line 27: | Line 34: | ||
<figure> | <figure> | ||
<img src="https://static.igem.org/mediawiki/2017/e/ed/T--IISc-Bangalore--C126-linear.png" width="100%"> | <img src="https://static.igem.org/mediawiki/2017/e/ed/T--IISc-Bangalore--C126-linear.png" width="100%"> | ||
+ | <figurecaption> | ||
+ | BBa_K2319009 (6xHis-mCherry under the T7 expression system) | ||
+ | </figurecaption> | ||
</figure> | </figure> | ||
Line 32: | Line 42: | ||
<figure> | <figure> | ||
− | <img src="https://static.igem.org/mediawiki/2017/ | + | <img src="https://static.igem.org/mediawiki/2017/9/9b/T--IISc-Bangalore--gvpc-halo.png" width="100%"> |
+ | <figurecaption> | ||
+ | BBa_K2319010 (gvpC from Halobacterium salinarum NRC-1 (truncated)) | ||
+ | </figurecaption> | ||
</figure> | </figure> | ||
<figure> | <figure> | ||
− | <img src="https://static.igem.org/mediawiki/2017/ | + | <img src="https://static.igem.org/mediawiki/2017/d/d5/T--IISc-Bangalore--gvpc-ana.png" width="100%"> |
+ | <figurecaption> | ||
+ | BBa_K2319011 (gvpC from Anabaena flos-aquae) | ||
+ | </figurecaption> | ||
</figure> | </figure> | ||
+ | |||
<h1 id="table">Table</h1> | <h1 id="table">Table</h1> | ||
Line 51: | Line 68: | ||
changeHash: true | changeHash: true | ||
}); | }); | ||
+ | |||
+ | var height = $('#headerImg').height(); | ||
+ | window.onscroll = function() {myFunction()}; | ||
+ | |||
+ | function myFunction() { | ||
+ | if (document.body.scrollTop > height || document.documentElement.scrollTop > height) { | ||
+ | $("#inPageNav").fadeIn(200); | ||
+ | } else { | ||
+ | $("#inPageNav").fadeOut(200); | ||
+ | } | ||
+ | } | ||
</script> | </script> | ||
</html> | </html> |
Latest revision as of 02:11, 2 November 2017