Team:Berkeley/Project

From 2011.igem.org

(Difference between revisions)
Line 4: Line 4:
<html>
<html>
-
<head>
 
-
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
 
-
<script>
 
-
$(function(){
 
-
$('#slides').slides({
 
-
preload: true,
 
-
preloadImage: 'https://static.igem.org/mediawiki/2011/b/b1/Jasoncham.jpg',
 
-
play: 5000,
 
-
pause: 2500,
 
-
hoverPause: true,
 
-
animationStart: function(current){
 
-
$('.caption').animate({
 
-
bottom:-35
 
-
},100);
 
-
if (window.console && console.log) {
 
-
// example return of current slide number
 
-
console.log('animationStart on slide: ', current);
 
-
};
 
-
},
 
-
animationComplete: function(current){
 
-
$('.caption').animate({
 
-
bottom:0
 
-
},200);
 
-
if (window.console && console.log) {
 
-
// example return of current slide number
 
-
console.log('animationComplete on slide: ', current);
 
-
};
 
-
},
 
-
slidesLoaded: function() {
 
-
$('.caption').animate({
 
-
bottom:0
 
-
},200);
 
-
}
 
-
});
 
-
});
 
-
</script>
 
</head>
</head>
Line 47: Line 11:
-
<div class= "layout-978" >
+
<div class= "layout-1000" >
Line 63: Line 27:
     <li><a href="https://2011.igem.org/Team:Berkeley/Safety">Safety</a></li>
     <li><a href="https://2011.igem.org/Team:Berkeley/Safety">Safety</a></li>
     <li><a href="https://2011.igem.org/Team:Berkeley/Team">Team</a></li>
     <li><a href="https://2011.igem.org/Team:Berkeley/Team">Team</a></li>
-
     <li><a href="">Judging</a></li>
+
     <li><a href="https://2011.igem.org/Team:Berkeley/Judging">Judging</a></li>
-
     <li><a href="#">Notebooks</a></li>
+
     <li><a href="https://2011.igem.org/Team:Berkeley/Notebooks">Notebooks</a></li>
</ul>
</ul>
<div> <div class ="row-end"> </div>
<div> <div class ="row-end"> </div>

Revision as of 22:31, 29 August 2011