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: | + | width: 481px; |
height: 275px; | height: 275px; | ||
background: #EEEEEE; | background: #EEEEEE; | ||
- | margin-left: | + | 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, . | + | .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"> | ||
- | < | + | <img src="https://static.igem.org/mediawiki/2012/3/3c/UCalgary2012_ProfilePlaceholder.png"></img> |
- | <div> | + | <div class="default"> |
- | <h2> | + | <h2>Team Profiles</h2> |
- | <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.