Team:Buenos Aires
From 2013.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
<link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold" rel="stylesheet" type="text/css" /> <!-- Font --> | <link href="http://fonts.googleapis.com/css?family=PT+Sans+Narrow:regular,bold" rel="stylesheet" type="text/css" /> <!-- Font --> | ||
+ | |||
+ | |||
+ | <!-- Slider --> | ||
+ | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script> | ||
+ | <script src="https://2013.igem.org/Team:Buenos_Aires/js/lean-slider.js?action=raw&ctype=text/javascript"></script> | ||
+ | <link rel="stylesheet" href="https://2013.igem.org/Team:Buenos_Aires/css/lean-slider.css?action=raw&ctype=text/css" type="text/css" /> | ||
+ | |||
<style type ='text/css'> | <style type ='text/css'> | ||
Line 233: | Line 240: | ||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> | ||
<script type="text/javascript" src="http://jquery-swip.googlecode.com/svn-history/r4/trunk/jquery.easing.1.3.js"></script> | <script type="text/javascript" src="http://jquery-swip.googlecode.com/svn-history/r4/trunk/jquery.easing.1.3.js"></script> | ||
+ | |||
Line 239: | Line 247: | ||
<!--Hace girar las bacterias cuando se pone el mouse arriba--> | <!--Hace girar las bacterias cuando se pone el mouse arriba--> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function() { | ||
+ | $('#slider').leanSlider(); | ||
+ | }); | ||
+ | |||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".swing").hover(function(){ | $(".swing").hover(function(){ |
Revision as of 15:24, 21 September 2013