Team:RHIT/Current Team
From 2012.igem.org
(Difference between revisions)
Line 32: | Line 32: | ||
} | } | ||
}); | }); | ||
- | |||
function page1() { | function page1() { | ||
$('#rhit-blueSheet').show(); | $('#rhit-blueSheet').show(); | ||
$('#rhit-redSheet').hide(); | $('#rhit-redSheet').hide(); | ||
$('#rhit-grnSheet').hide(); | $('#rhit-grnSheet').hide(); | ||
+ | $('#rhit-fourthSheet').hide(); | ||
} | } | ||
function page2() { | function page2() { | ||
Line 42: | Line 42: | ||
$('#rhit-redSheet').show(); | $('#rhit-redSheet').show(); | ||
$('#rhit-grnSheet').hide(); | $('#rhit-grnSheet').hide(); | ||
+ | $('#rhit-fourthSheet').hide(); | ||
} | } | ||
function page3() { | function page3() { | ||
Line 47: | Line 48: | ||
$('#rhit-redSheet').hide(); | $('#rhit-redSheet').hide(); | ||
$('#rhit-grnSheet').show(); | $('#rhit-grnSheet').show(); | ||
+ | $('#rhit-fourthSheet').hide(); | ||
+ | } | ||
+ | function page4() { | ||
+ | $('#rhit-blueSheet').hide(); | ||
+ | $('#rhit-redSheet').hide(); | ||
+ | $('#rhit-grnSheet').hide(); | ||
+ | $('#rhit-fourthSheet').show(); | ||
} | } | ||
</script> | </script> | ||
Line 110: | Line 118: | ||
<div class="rhit-grnDivider"> | <div class="rhit-grnDivider"> | ||
Sponsors | Sponsors | ||
+ | </div> | ||
+ | </a> | ||
+ | <a href="javascript:void(0)" onclick="page3()"> | ||
+ | <div class="rhit-fourthDivider"> | ||
+ | Official Team Profile | ||
</div> | </div> | ||
</a> | </a> | ||
Line 166: | Line 179: | ||
<div align="center"><a href="http://usa.autodesk.com/"><img src="https://static.igem.org/mediawiki/igem.org/4/45/Autodesk_logo.png" /></a></div> | <div align="center"><a href="http://usa.autodesk.com/"><img src="https://static.igem.org/mediawiki/igem.org/4/45/Autodesk_logo.png" /></a></div> | ||
<li><a href="http://usa.autodesk.com/">AutoDesk</a> is another sponsor of iGEM teams. Autodesk's software Molecular Maya allows users to build and animate molecular structure models and is being utilized by the team to animate the kinase pathway.</p></li> | <li><a href="http://usa.autodesk.com/">AutoDesk</a> is another sponsor of iGEM teams. Autodesk's software Molecular Maya allows users to build and animate molecular structure models and is being utilized by the team to animate the kinase pathway.</p></li> | ||
- | + | </div> | |
+ | <div class="rhit-fourthSheet" id="rhit-fourthSheet"> | ||
+ | </div> | ||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 17:23, 9 August 2012