Team:StuyGem NYC/Team
From 2014hs.igem.org
(Difference between revisions)
Kelvinn1996 (Talk | contribs) |
Kelvinn1996 (Talk | contribs) |
||
Line 96: | Line 96: | ||
</div> | </div> | ||
- | <div class="large-4 small-6 columns"> | + | <div class="large-4 small-6 columns" onmousedown="b()" onmouseup="boff()"> |
<img src="http://placehold.it/500x500&text=Thumbnail"> | <img src="http://placehold.it/500x500&text=Thumbnail"> | ||
Line 102: | Line 102: | ||
<h5>Katty Wu</h5> | <h5>Katty Wu</h5> | ||
<h6 class="subheader">Derp</h6> | <h6 class="subheader">Derp</h6> | ||
+ | <p id="b1"></p> | ||
</div> | </div> | ||
</div> | </div> | ||
- | <div class="large-4 small-6 columns"> | + | <div class="large-4 small-6 columns" onmousedown="c()" onmouseup="coff()"> |
<img src="http://placehold.it/500x500&text=Thumbnail"> | <img src="http://placehold.it/500x500&text=Thumbnail"> | ||
Line 111: | Line 112: | ||
<h5>Jacky Cheung</h5> | <h5>Jacky Cheung</h5> | ||
<h6 class="subheader">Student</h6> | <h6 class="subheader">Student</h6> | ||
+ | <p id="c1"></p> | ||
</div> | </div> | ||
</div> | </div> | ||
Line 295: | Line 297: | ||
function aoff(){ | function aoff(){ | ||
document.getElementById("a1").innerHTML=""; | document.getElementById("a1").innerHTML=""; | ||
+ | } | ||
+ | function b(){ | ||
+ | document.getElementById("b1").innerHTML="Student"; | ||
+ | } | ||
+ | function boff(){ | ||
+ | document.getElementById("b1").innerHTML=""; | ||
+ | } | ||
+ | function c(){ | ||
+ | document.getElementById("c1").innerHTML="Student"; | ||
+ | } | ||
+ | function coff(){ | ||
+ | document.getElementById("c1").innerHTML=""; | ||
} | } | ||
Revision as of 02:55, 6 May 2014