Team:METU/Gallery
From 2012.igem.org
(Difference between revisions)
Line 9: | Line 9: | ||
<link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /> | <link rel="stylesheet" href="css/ie6.css" type="text/css" media="all" /> | ||
<script src="http://simsekburak.com/hasan/js/png-fix.js" type="text/javascript"></script> | <script src="http://simsekburak.com/hasan/js/png-fix.js" type="text/javascript"></script> | ||
+ | |||
+ | |||
<![endif]--> | <![endif]--> | ||
Line 15: | Line 17: | ||
<script src="http://simsekburak.com/hasan/js/jquery.jcarousel.js" type="text/javascript"></script> | <script src="http://simsekburak.com/hasan/js/jquery.jcarousel.js" type="text/javascript"></script> | ||
+ | <script src="http://simsekburak.com/hasan/js/js-func.js" type="text/javascript"></script> | ||
<script src="http://simsekburak.com/hasan/js/jquery-1.4.2.js" type="text/javascript"></script> | <script src="http://simsekburak.com/hasan/js/jquery-1.4.2.js" type="text/javascript"></script> | ||
+ | <!-- first --> | ||
+ | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | ||
+ | <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script> | ||
+ | |||
- | + | <!-- Second, add the Timer and Easing plugins --> | |
+ | <script type="text/javascript" src="http://simsekburak.com/hasan/js/jquery.timers-1.2.js"></script> | ||
+ | <script type="text/javascript" src="http://simsekburak.com/hasan/js/jquery.easing.1.3.js"></script> | ||
+ | |||
+ | <!-- Third, add the GalleryView Javascript and CSS files --> | ||
+ | <script type="text/javascript" src="http://simsekburak.com/hasan/js/jquery.galleryview-3.0-dev.js"></script> | ||
+ | <link type="text/css" rel="stylesheet" href="http://simsekburak.com/hasan/css/jquery.galleryview-3.0-dev.css" /> | ||
+ | |||
+ | <!-- Lastly, call the galleryView() function on your unordered list(s) --> | ||
+ | <script type="text/javascript"> | ||
+ | jQuery.noConflict(); | ||
+ | $(function(){ | ||
+ | $('#myGallery').galleryView(); | ||
+ | }); | ||
+ | </script> | ||
<style> | <style> | ||
Line 42: | Line 63: | ||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
<!-- Header --> | <!-- Header --> | ||
Line 154: | Line 176: | ||
<div class="shell"> | <div class="shell"> | ||
<!-- team basladi --> | <!-- team basladi --> | ||
- | |||
<div id="galery" style="padding-left: 50px;"> | <div id="galery" style="padding-left: 50px;"> | ||
<ul id="myGallery"> | <ul id="myGallery"> | ||
<li><img src="https://static.igem.org/mediawiki/igem.org/d/dc/Metu-photos-gallery-8.JPG" alt="Scary Lab" /></li> | <li><img src="https://static.igem.org/mediawiki/igem.org/d/dc/Metu-photos-gallery-8.JPG" alt="Scary Lab" /></li> | ||
- | + | <li><img src="/wiki/images/a/a0/Metu-photos-gallery-99.JPG" alt="Cleaning the lab" /></li> | |
<li><img src="https://static.igem.org/mediawiki/igem.org/0/0c/Metu-photos-gallery-18.JPG" alt="Cleaning the lab" /></li> | <li><img src="https://static.igem.org/mediawiki/igem.org/0/0c/Metu-photos-gallery-18.JPG" alt="Cleaning the lab" /></li> | ||
<li><img src="https://static.igem.org/mediawiki/igem.org/3/3f/Metu-photos-gallery-50.JPG" alt="Cleaning the lab" /></li> | <li><img src="https://static.igem.org/mediawiki/igem.org/3/3f/Metu-photos-gallery-50.JPG" alt="Cleaning the lab" /></li> | ||
Line 218: | Line 239: | ||
</div> | </div> | ||
- | |||
- | |||
<!-- End Team --> | <!-- End Team --> |
Revision as of 15:55, 25 September 2012