Team:Shenzhen SFLS
From 2013hs.igem.org
(Difference between revisions)
(31 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | <html | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
<head> | <head> | ||
<meta charset="utf-8" /> | <meta charset="utf-8" /> | ||
- | |||
- | |||
<title></title> | <title></title> | ||
- | + | <link rel="stylesheet" href="https://2013hs.igem.org/Team:Shenzhen_SFLS/comm/stylesheets?var=5&action=raw&ctype=text/css"> | |
- | + | ||
- | + | ||
</head> | </head> | ||
- | < | + | |
- | + | <div class="wrap"> | |
+ | <div id="header" class="header"> | ||
+ | <div class="school_logo"><img src="https://static.igem.org/mediawiki/2013hs/7/70/School_logo.jpg" alt="" /></div> | ||
+ | <div class="nav"></div> | ||
+ | </div> | ||
+ | <div class="container"> | ||
+ | <div id="featured"> | ||
+ | <img src="https://static.igem.org/mediawiki/2013hs/c/c9/Ad_img_0.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013hs/3/3b/Ad_img_1.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013hs/7/75/Ad_img_2.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013hs/f/f8/Ad_img_3.jpg" alt="" /> | ||
+ | <img src="https://static.igem.org/mediawiki/2013hs/e/e4/Ad_img_4.jpg" alt="" /> | ||
+ | </div> | ||
+ | <div class="summary"> | ||
+ | <ul><li class="first_row"><img src="https://static.igem.org/mediawiki/2013hs/b/bf/Summary_img_0.jpg" width="215" height="160" alt="" /> | ||
+ | <h2 class="title">Project</h2> | ||
+ | <p>Find a possible way for human beings to solve Eutrophication, aenvironmentally friendly way.</p> | ||
+ | <a href="https://2013hs.igem.org/Team:Shenzhen_SFLS/Project" class="sp btn_more" title="More" >More</a> | ||
+ | </li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2013hs/2/26/Summary_img_1.jpg" width="215" height="160" alt="" /> | ||
+ | <h2 class="title">Notebook</h2> | ||
+ | <p>See what we have done in our lab and you can check our recent progress. Also you can see our parts.</p> | ||
+ | <a href="https://2013hs.igem.org/Team:Shenzhen_SFLS/Notebook" class="sp btn_more" title="More" >More</a> | ||
+ | </li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2013hs/8/85/Summary_img_2.jpg" width="215" height="160" alt="" /> | ||
+ | <h2 class="title">Team</h2> | ||
+ | <p>Take a look at our crew, our instructors and our helpers.</p> | ||
+ | <a href="https://2013hs.igem.org/Team:Shenzhen_SFLS/Team" class="sp btn_more" title="More" >More</a> | ||
+ | </li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2013hs/a/a3/Summary_img_3.jpg" width="215" height="160" alt="" /> | ||
+ | <h2 class="title">Human practices</h2> | ||
+ | <p>We have done a lot to spread syntheticbiology and iGEM. Check out some details.</p> | ||
+ | <a href="https://2013hs.igem.org/Team:Shenzhen_SFLS/Human" class="sp btn_more" title="More" >More</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="sponsor"> | ||
+ | <ul><li><img src="https://static.igem.org/mediawiki/2013hs/9/93/Sponsor_link_0.jpg" width="160" height="73" alt="" /></li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2013hs/8/83/Sponsor_link_1.jpg" width="160" height="73" alt="" /></li> | ||
+ | <li><img src="https://static.igem.org/mediawiki/2013hs/4/41/Sponsor_link_2.jpg" width="160" height="73" alt="" /></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | <script src="https://2013hs.igem.org/Team:Shenzhen_SFLS/comm/jquery.orbit-1.2.3.min?action=raw&ctype=text/javascript"></script> | ||
+ | <script src="https://2013hs.igem.org/Team:Shenzhen_SFLS/comm/javascripts?var=5&action=raw&ctype=text/javascript"></script> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | menu_active(0); | ||
+ | $('#featured').orbit({ | ||
+ | animation : 'horizontal-push', // fade, horizontal-slide, vertical-slide, horizontal-push | ||
+ | animationSpeed : 800, // how fast animtions are | ||
+ | timer : true, // true or false to have the timer | ||
+ | resetTimerOnClick : false, // true resets the timer instead of pausing slideshow progress | ||
+ | advanceSpeed : 8000, // if timer is enabled, time between transitions | ||
+ | pauseOnHover : false, // if you hover pauses the slider | ||
+ | startClockOnMouseOut : false, // if clock should start on MouseOut | ||
+ | startClockOnMouseOutAfter : 1000, // how long after MouseOut should the timer start again | ||
+ | directionalNav : true, // manual advancing directional navs | ||
+ | captions : false, // do you want captions? | ||
+ | captionAnimation : 'fade', // fade, slideOpen, none | ||
+ | captionAnimationSpeed : 400, // if so how quickly should they animate in | ||
+ | bullets : true, // true or false to activate the bullet navigation | ||
+ | bulletThumbs : false, // thumbnails for the bullets | ||
+ | bulletThumbLocation : '', // location from this file where thumbs will be | ||
+ | afterSlideChange : function() { | ||
+ | }, // empty function | ||
+ | fluid : true // or set a aspect ratio for content slides (ex: '4x3') | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | </script> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 16:40, 21 June 2013
-
Project
Find a possible way for human beings to solve Eutrophication, aenvironmentally friendly way.
More -
Notebook
See what we have done in our lab and you can check our recent progress. Also you can see our parts.
More -
Team
Take a look at our crew, our instructors and our helpers.
More -
Human practices
We have done a lot to spread syntheticbiology and iGEM. Check out some details.
More