Line 92: | Line 92: | ||
<div id="bio_card"> | <div id="bio_card"> | ||
− | <img id=" | + | <img id="Beason_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/3/30/Beason.jpg" /> |
− | <div id=" | + | <div id="Beason_bio" class="bio"> |
− | <h3 id="name"><strong> | + | <h3 id="name"><strong> Beth Beason</span></strong> |
<br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></h3> | <br> <strong> Graduate Student in System, Synthetic and Physical Biology </strong></h3> | ||
<p> Carlos is a graduate student in System, Synthetic and Physical Biology. He is interested in Theoretical Biophysics and he would like to create strange proteins one day. Meanwhile, he likes learning about wet lab techniques and helping the iGEM team with the pathway models.</p> | <p> Carlos is a graduate student in System, Synthetic and Physical Biology. He is interested in Theoretical Biophysics and he would like to create strange proteins one day. Meanwhile, he likes learning about wet lab techniques and helping the iGEM team with the pathway models.</p> | ||
Line 102: | Line 102: | ||
<div id="bio_card"> | <div id="bio_card"> | ||
− | <img id=" | + | <img id="Joff_img" class="bio_card_img" src="https://static.igem.org/mediawiki/2016/5/50/Joff.jpg" |
− | alt=" | + | alt="Joff" /> |
− | <div id=" | + | <div id="Joff_bio" class="bio"> |
− | <h3 id="name"><strong> | + | <h3 id="name"><strong> Joff </span></strong> |
<br> <strong> Biosciences Instructor </strong></h3> | <br> <strong> Biosciences Instructor </strong></h3> | ||
<p> | <p> | ||
Line 119: | Line 119: | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
− | $('# | + | $('#Beason_img').click(function() { |
$('.bio_card_img').show(); | $('.bio_card_img').show(); | ||
$('.bio').css("visibility", "hidden"); | $('.bio').css("visibility", "hidden"); | ||
− | $('# | + | $('#Beason_img').slideToggle("slow"); |
− | $('# | + | $('#Beason_bio').css("visibility", "visible"); |
}); | }); | ||
− | $('# | + | $('#Joff_img').click(function() { |
$('.bio_card_img').show(); | $('.bio_card_img').show(); | ||
$('.bio').css("visibility", "hidden"); | $('.bio').css("visibility", "hidden"); | ||
− | $('# | + | $('#Joff_img').slideToggle("slow"); |
− | $('# | + | $('#Joff_bio').css("visibility", "visible"); |
}); | }); | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}); | }); | ||
</script> | </script> | ||
</html> | </html> |
Revision as of 02:30, 19 October 2016