Team:Calgary/Sandbox

From 2012.igem.org

(Difference between revisions)
Line 9: Line 9:
height: auto;
height: auto;
clear: both;
clear: both;
 +
}
 +
#profilebox img{
 +
float: left;
}
}
#profilebox div{
#profilebox div{
float: left;
float: left;
-
width: 486px;
+
width: 481px;
height: 275px;
height: 275px;
background: #EEEEEE;
background: #EEEEEE;
-
margin-left: 5px;
+
margin-left: 10px;
 +
display: none;
}
}
 +
#profilebox div.default{
 +
display: block;
 +
}
#profilebox h2{
#profilebox h2{
margin-left: 20px;
margin-left: 20px;
Line 50: Line 57:
filter:alpha(opacity=60); /*IE8 and below*/
filter:alpha(opacity=60); /*IE8 and below*/
}
}
-
.subteamlist .profilethumbs a:hover, .subteamlist .profilethumbs div:hover, .activephoto{
+
.subteamlist .profilethumbs a:hover, .subteamlist .profilethumbs div:hover, .subteamlist .profilethumbs a.active{
opacity: 1.0;
opacity: 1.0;
filter:alpha(opacity=100);
filter:alpha(opacity=100);
Line 59: Line 66:
<script>
<script>
 +
jQuery(document).ready(function(){
 +
$('.subteamlist .profilethumbs a').click(
 +
function(){
 +
clearinfo();
 +
$(this).addClass('active');
 +
});
 +
 +
});
 +
 +
 +
function clearinfo(){
 +
$(".subteamlist .profilethumbs a").removeClass('active');
 +
}
</script>
</script>
Line 66: Line 86:
<body>
<body>
<div id="profilebox">
<div id="profilebox">
-
<div style="background:blue; width: 220px; height: 275px; margin:0;"></div>
+
<img src="https://static.igem.org/mediawiki/2012/3/3c/UCalgary2012_ProfilePlaceholder.png"></img>
-
<div>
+
<div class="default">
-
<h2>First Last</h2>
+
<h2>Team Profiles</h2>
-
<p>This is a paragraph talking about Mr. First Last, a member of iGEM.</p>
+
<p>Click the thumbnails below to learn more about each member of the team!</p>
 +
</div>
 +
<div class="robert">
 +
<h2>Robert Mayall</h2>
 +
<p>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.</p>
</div>
</div>
</div>
</div>

Revision as of 06:24, 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.