Team:StuyGem NYC/Team
From 2014hs.igem.org
(Difference between revisions)
Kelvinn1996 (Talk | contribs) |
Kelvinn1996 (Talk | contribs) |
||
Line 86: | Line 86: | ||
<div class="row"> | <div class="row"> | ||
- | <div class="large-4 small-6 columns"> | + | <div class="large-4 small-6 columns" onmousedown="a()" onmouseup="aoff()"> |
<img src="http://placehold.it/1000x1000&text=Thumbnail"> | <img src="http://placehold.it/1000x1000&text=Thumbnail"> | ||
- | <div class="panel | + | <div class="panel" > |
<h5>Jeffrey Horenstein</h5> | <h5>Jeffrey Horenstein</h5> | ||
<h6 class="subheader">Instructor</h6> | <h6 class="subheader">Instructor</h6> | ||
Line 292: | Line 292: | ||
function a(){ | function a(){ | ||
document.getElementById("a1").innerHTML="Teacher"; | document.getElementById("a1").innerHTML="Teacher"; | ||
+ | } | ||
+ | function aoff(){ | ||
+ | document.getElementById("a1").innerHTML=""; | ||
} | } | ||
Revision as of 02:53, 6 May 2014