Difference between revisions of "Team:MIT/TestSite"

Line 46: Line 46:
 
width:80%;
 
width:80%;
 
margin:auto;
 
margin:auto;
 +
}
 +
.div{
 +
visibility: hidden;
 
}
 
}
 
</style>
 
</style>
Line 66: Line 69:
 
Ayesha Bajwa
 
Ayesha Bajwa
 
</div>
 
</div>
<div class = "text">
+
<div class = "hidden">
Ayesha is a rising sophomore majoring in Electrical Engineering and Computer Science, although she finds practically every discipline at MIT interesting. From iGEM, she hopes to gain wet lab experience of substance and a context in which to think about the endless possibilities of synthetic biology. She is particularly excited about the intersection of synthetic biology, computer science, and neuroscience. Beyond academics, Ayesha enjoys singing, photographing, being outdoors, and perusing Wikipedia.
+
<div class = "text">
 +
Ayesha is a rising sophomore majoring in Electrical Engineering and Computer Science, although she finds practically every discipline at MIT interesting. From iGEM, she hopes to gain wet lab experience of substance and a context in which to think about the endless possibilities of synthetic biology. She is particularly excited about the intersection of synthetic biology, computer science, and neuroscience. Beyond academics, Ayesha enjoys singing, photographing, being outdoors, and perusing Wikipedia.
 +
</div>
 
</div>
 
</div>
 
</div>
 
</div>
Line 79: Line 84:
 
$(document).ready(function(){
 
$(document).ready(function(){
 
    $('.picture').hover(function () {
 
    $('.picture').hover(function () {
        $('#textbox').append($(this).siblings());
+
        $('#textbox').append($(this).siblings().find('text'));
 
    }, function () {
 
    }, function () {
        $(this).append('#textbox div');
+
        $(this).find('.hidden').append('#textbox div');
 
    });
 
    });
 
});
 
});
 
</script>
 
</script>

Revision as of 14:48, 22 June 2015

OUR TEAM

Ayesha Bajwa