Team:Hong Kong HKU/Parts
From 2013.igem.org
(Difference between revisions)
Line 3: | Line 3: | ||
<html> | <html> | ||
<br> | <br> | ||
+ | <head> | ||
+ | <script> | ||
+ | $(window).scroll(function() { | ||
+ | var Content = $(this).scrollTop(); | ||
+ | if (Content > 525) { | ||
+ | $('.floating-menu').fadeIn(); | ||
+ | }else { | ||
+ | $('.floating-menu').fadeOut(); | ||
+ | } | ||
+ | }); | ||
+ | </script> | ||
+ | </head> | ||
- | </ | + | <body> |
+ | <image src="https://static.igem.org/mediawiki/2013/2/2a/Panel_Biobricks_00000_00000.jpg" height=auto width="960" /> | ||
<div id="content1"> | <div id="content1"> | ||
<font face="Impact" size="7" color="green"> | <font face="Impact" size="7" color="green"> | ||
Line 12: | Line 25: | ||
<br><br><br><br><br><br><br> | <br><br><br><br><br><br><br> | ||
</div> | </div> | ||
- | + | </body> | |
+ | </html> | ||
{{:Team:Hong_Kong_HKU/templates/footer}} | {{:Team:Hong_Kong_HKU/templates/footer}} |
Revision as of 03:28, 28 September 2013
BioBricks
iGEM013 Hong_Kong_HKU