Template:Mexico-UNAM-CINVESTAV-ROTATOR
From 2010.igem.org
(Difference between revisions)
(One intermediate revision not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<head> | <head> | ||
- | <script type="text/javascript" src=" | + | <style type="text/css"> |
- | <script type="text/javascript" src=" | + | .slideshow { height: 232px; width: 232px; margin: 0 } |
- | + | .slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; } | |
- | + | </style> | |
- | <script type= | + | <!-- include jQuery library --> |
+ | <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> | ||
+ | <!-- include Cycle plugin --> | ||
+ | <script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.latest.js"></script> | ||
+ | <script type="text/javascript"> | ||
$(document).ready(function() { | $(document).ready(function() { | ||
- | $( | + | $('.slideshow').cycle({ |
- | fx: | + | fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc... |
- | + | }); | |
- | }); | + | |
}); | }); | ||
</script> | </script> | ||
- | |||
- | |||
</head> | </head> | ||
+ | <body> | ||
+ | <div class="slideshow"> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/7/77/Mx-Logo01.gif" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/f/fd/Mural-rectoria-cabecera.png" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/d/d8/Mx-Logo02.gif" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/d/dc/Mx-Logo03.gif" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2010/b/b0/Mx-Logo04.gif" /> | ||
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </div> | + | |
- | + | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 02:59, 28 October 2010