Line 32: | Line 32: | ||
<div class="col-sm-4"> | <div class="col-sm-4"> | ||
<div class="img-container"> | <div class="img-container"> | ||
− | <img class="bottom" src="https://static.igem.org/mediawiki/2018/a/a3/T--BGU_Israel--team_avi_color.jpg" /> | + | <img id="myImg" onclick="myFunc(this)" class="bottom" src="https://static.igem.org/mediawiki/2018/a/a3/T--BGU_Israel--team_avi_color.jpg" alt="test"/> |
<div class="img-overlay"> | <div class="img-overlay"> | ||
<div class="img-overlay-txt">Avital Bailen | <div class="img-overlay-txt">Avital Bailen | ||
Line 234: | Line 234: | ||
</footer> | </footer> | ||
+ | |||
+ | <!-- The Modal --> | ||
+ | <div id="myModal" class="modal"> | ||
+ | <span class="close" onclick="modal.style.display = 'none'">×</span> | ||
+ | <img class="modal-content" id="img01"> | ||
+ | <div id="caption"></div> | ||
+ | </div> | ||
+ | |||
+ | <script> | ||
+ | // Get the modal | ||
+ | var modal = document.getElementById('myModal'); | ||
+ | var modalImg = document.getElementById("img01");; | ||
+ | var captionText = document.getElementById("caption"); | ||
+ | |||
+ | function myFunc(el){ | ||
+ | var ImgSrc = el.src; | ||
+ | var altText = el.alt; | ||
+ | modal.style.display = "block"; | ||
+ | modalImg.src = ImgSrc; | ||
+ | captionText.innerHTML = altText; | ||
+ | |||
+ | } | ||
+ | window.onclick = function(event){ | ||
+ | if(event.target == modal){ | ||
+ | modal.style.display = "none"; | ||
+ | } | ||
+ | } | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 19:43, 25 September 2018
Meet our Team
Supervisors
Our project would not have succeeded without our Human Practices. Our goals and implementation were all a result of involvement in the communities around us and sharing our ideas through discussions with experts. Science cannot proceed unaided and cannot succeed without public support. As a final gesture, we were delighted to host a group of high-school students in our lab. We had a great time explaining to them about iGEM, our project, and our lab. Although we ourselves as undergraduate students are only at the beginning of our scientific careers, it was wonderful to transfer the knowledge we have gathered to a new generation.
title
lorem ipsum bf fd kdfdfkdflsdf
title
lorem ipsum bf fd kdfdfkdflsdf
title
lorem ipsum bf fd kdfdfkdflsdf
×