Difference between revisions of "Team:Kent/Team"
Jamesaston (Talk | contribs) |
Jamesaston (Talk | contribs) |
||
Line 26: | Line 26: | ||
document.getElementById('natalieprofile').style.display = "none"; | document.getElementById('natalieprofile').style.display = "none"; | ||
document.getElementById('aliceprofile').style.display = "none"; | document.getElementById('aliceprofile').style.display = "none"; | ||
+ | document.getElementById('benprofile').style.display = "none"; | ||
+ | document.getElementById('morenaprofile').style.display = "none"; | ||
+ | document.getElementById('weifengprofile').style.display = "none"; | ||
+ | document.getElementById('markprofile').style.display = "none"; | ||
} | } | ||
</script> | </script> | ||
Line 42: | Line 46: | ||
<img id="natalie" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('natalie')" /> | <img id="natalie" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('natalie')" /> | ||
<img id="alice" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('alice')" /> | <img id="alice" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('alice')" /> | ||
+ | <img id="ben" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('ben')" /> | ||
+ | <img id="morena" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('morena')" /> | ||
+ | <img id="weifeng" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('weifeng')" /> | ||
+ | <img id="mark" width="200px" height="200px" src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" onClick="profile('mark')" /> | ||
+ | |||
+ | |||
</div> | </div> | ||
Line 135: | Line 145: | ||
</div> | </div> | ||
+ | <div id="benprofile" style="color:black;padding-right:10px;display:none;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" width="200px" height="200px" style="position:absolute;" /> | ||
+ | <div style="margin-left:310px;"> Ben | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="morenaprofile" style="color:black;padding-right:10px;display:none;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" width="200px" height="200px" style="position:absolute;" /> | ||
+ | <div style="margin-left:310px;"> Morena | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="weifengprofile" style="color:black;padding-right:10px;display:none;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" width="200px" height="200px" style="position:absolute;" /> | ||
+ | <div style="margin-left:310px;"> Wei-Feng | ||
+ | |||
+ | |||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div id="markprofile" style="color:black;padding-right:10px;display:none;"> | ||
+ | <img src="https://static.igem.org/mediawiki/2015/c/c2/Team_Kent_Test.png" width="200px" height="200px" style="position:absolute;" /> | ||
+ | <div style="margin-left:310px;"> Mark | ||
+ | |||
+ | </div> | ||
+ | </div> | ||
</div> | </div> |
Revision as of 12:36, 9 July 2015