Team:Calgary/Sandbox

From 2012.igem.org

(Difference between revisions)
Line 10: Line 10:
clear: both;
clear: both;
}
}
-
#profilebox img{
+
#profilebox img.full{
float: left;
float: left;
 +
position: relative;
 +
display: none;
}
}
 +
#profilebox img.active{
 +
display: block;
 +
}
#profilebox div{
#profilebox div{
float: left;
float: left;
Line 21: Line 26:
display: none;
display: none;
}
}
-
#profilebox div.default{
+
#profilebox div.active{
display: block;
display: block;
}
}
Line 67: Line 72:
jQuery(document).ready(function(){
jQuery(document).ready(function(){
 +
$('.subteamlist .profilethumbs a').click(
$('.subteamlist .profilethumbs a').click(
-
function(){
+
function(e){
 +
e.preventDefault();
clearinfo();
clearinfo();
 +
var className = $(this).attr('class');
$(this).addClass('active');
$(this).addClass('active');
-
});
+
 +
});  
});
});
Line 86: Line 95:
<body>
<body>
<div id="profilebox">
<div id="profilebox">
-
<img src="https://static.igem.org/mediawiki/2012/3/3c/UCalgary2012_ProfilePlaceholder.png"></img>
+
<img class="full default active" src="https://static.igem.org/mediawiki/2012/3/3c/UCalgary2012_ProfilePlaceholder.png"></img>
-
<div class="default">
+
<img class="full robert" src="https://static.igem.org/mediawiki/2012/f/f5/UCalgary2012_Full_Robert.jpg"></img>
 +
<div class="default active">
<h2>Team Profiles</h2>
<h2>Team Profiles</h2>
<p>Click the thumbnails below to learn more about each member of the team!</p>
<p>Click the thumbnails below to learn more about each member of the team!</p>

Revision as of 20:18, 29 September 2012

Hello! iGEM Calgary's wiki functions best with Javascript enabled, especially for mobile devices. We recommend that you enable Javascript on your device for the best wiki-viewing experience. Thanks!

Team

Team Profiles

Click the thumbnails below to learn more about each member of the team!

Robert Mayall

I'm Robert, a fourth year student studying Biomedical Science at the University of Calgary. I like long walks on the beach and genetically modifying bacteria to do my bidding. My main focus in our iGEM project is FRED, and I get to do a lot of the electrochemistry. This is my second year in iGEM and I still love it.