Team:Valencia Biocampus/miembros
From 2012.igem.org
(Difference between revisions)
Line 29: | Line 29: | ||
#jose2 {background-image: url('https://static.igem.org/mediawiki/2012/6/65/Paco7.png');} | #jose2 {background-image: url('https://static.igem.org/mediawiki/2012/6/65/Paco7.png');} | ||
#lucas {background-image: url('https://static.igem.org/mediawiki/2012/d/da/Lucas7.png');} | #lucas {background-image: url('https://static.igem.org/mediawiki/2012/d/da/Lucas7.png');} | ||
+ | #pedro {background-image: url('https://static.igem.org/mediawiki/2012/d/da/Lucas7.png');} | ||
Line 42: | Line 43: | ||
#jose2_hover {background-color:blue;} | #jose2_hover {background-color:blue;} | ||
#lucas_hover {background-color:blue;} | #lucas_hover {background-color:blue;} | ||
+ | #pedro_hover {background-color:blue;} | ||
Line 140: | Line 142: | ||
$('#lucas').mouseleave(function() { | $('#lucas').mouseleave(function() { | ||
$('#lucas_hover').fadeOut(200); | $('#lucas_hover').fadeOut(200); | ||
+ | }); | ||
+ | |||
+ | $('#pedro').mouseover(function() { | ||
+ | $('#pedro_hover').fadeIn(200); | ||
+ | }); | ||
+ | |||
+ | $('#pedro').mouseleave(function() { | ||
+ | $('#pedro_hover').fadeOut(200); | ||
}); | }); | ||
Line 301: | Line 311: | ||
</div> | </div> | ||
</div> | </div> | ||
- | + | <div id='pedro' class='profile'> | |
+ | <div id='pedro_hover' class='hover'> | ||
+ | <h6> | ||
+ | Pedro L. Dorado<br><br> | ||
+ | I am Pedro, a buffer guy and a third year biotechnologist. <br><br> I am eukaryotic since I was born, but I have a prokaryotic memory. | ||
+ | I am a clueless guy who does not like to miss any plan. I would need longer days to do all I want to do. I like opening and closing the | ||
+ | laboratory and talking to my bacteria. | ||
+ | |||
+ | I entered iGEM in order to meet people who share my interests and because I love synthetic biology. <br><br> | ||
+ | Sub-teams: Bacteria, Wiki, Human Practices, Crowdfunding and Poster. | ||
+ | </h6> | ||
+ | </div> | ||
+ | </div> | ||
</div> | </div> | ||
Revision as of 20:27, 25 September 2012
Students