Line 11: | Line 11: | ||
<link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/slick.css/CSS?action=raw&ctype=text/css"/> | <link rel="stylesheet" type="text/css" href="https://2017.igem.org/Team:TECHNION-ISRAEL/slick.css/CSS?action=raw&ctype=text/css"/> | ||
− | + | </head> | |
<style> | <style> | ||
Line 91: | Line 91: | ||
</style> | </style> | ||
− | + | ||
<body> | <body> | ||
Line 144: | Line 144: | ||
</div> | </div> | ||
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script> | <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script> | ||
− | + | <script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script> | |
+ | <script type="text/javascript" src="https://2017.igem.org/Team:TECHNION-ISRAEL/slick.js/Javascript?action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script> | ||
+ | $(".slick-carousel").slick({ | ||
+ | speed: 6000, | ||
+ | autoplay: true, | ||
+ | autoplaySpeed: 0, | ||
+ | cssEase: 'linear', | ||
+ | arrows: false, | ||
+ | slidesToShow: 5, | ||
+ | slidesToScroll: 10, | ||
+ | infinite: true, | ||
+ | centerMode: true, | ||
+ | focusOnSelect: true, | ||
+ | rtl: false, | ||
+ | pauseOnHover: true, | ||
+ | |||
}); | }); |
Revision as of 18:04, 24 October 2017