Team:ZJU-China/Project
From 2011.igem.org
(Difference between revisions)
Line 2: | Line 2: | ||
<html xmlns="http://www.w3.org/1999/xhtml"> | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
<head> | <head> | ||
- | <meta http-equiv="Content-Type" content="text/html; charset= | + | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> |
- | + | ||
- | + | ||
- | + | ||
<link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Molengo' rel='stylesheet' type='text/css'> | ||
<link href='http://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'> | ||
- | < | + | <link rel='stylesheet' type='text/css' href='main.css' /> |
+ | <link href="Modeling.css" rel="stylesheet" type="text/css"> | ||
+ | |||
+ | |||
<style> | <style> | ||
- | + | ||
- | + | ||
- | + | ||
- | + | .block h1{ | |
- | + | font-size:36pt; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | font- | + | |
- | + | ||
- | + | ||
} | } | ||
- | + | .block a{ | |
- | + | color:#ff3333; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | . | + | |
- | + | .block h1, h2{ | |
- | + | border-bottom: none; | |
- | + | padding-left:10px; | |
- | + | padding-bottom:0; | |
- | + | padding-top:0; | |
- | + | } | |
- | + | .block a{ | |
- | + | color:#666666; | |
- | + | } | |
- | + | .block hr{ | |
- | + | height:2px; | |
- | + | margin-left:15px; | |
- | + | margin-right:15px; | |
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
.footer{ | .footer{ | ||
background-color:#666666; | background-color:#666666; | ||
Line 97: | Line 50: | ||
text-decoration:none; | text-decoration:none; | ||
cursor:pointer; | cursor:pointer; | ||
- | |||
</style> | </style> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- include the Tools --> | ||
+ | <script src="http://cdn.jquerytools.org/1.2.6/full/jquery.tools.min.js"></script> | ||
+ | |||
+ | |||
+ | |||
+ | |||
</head> | </head> | ||
+ | <body> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | <div class=" | + | <div id="contentwrapper"> |
- | < | + | <div class="main"> |
+ | <div class="pagetitle" id="nbook"> | ||
+ | <h3>Background</h3> | ||
</div> | </div> | ||
+ | |||
+ | |||
+ | |||
+ | <div id="leftul"><div class="leftul"> | ||
+ | <div id="accordion"> | ||
+ | |||
+ | <h4 class="current">Overview</h4> | ||
+ | |||
+ | <div class="pane" style="display:block;"> | ||
+ | <a href="https://2011.igem.org/Team:ZJU-China/Project/Stratifiedsystem">|Background<br/></a> | ||
+ | <a href="#">|Results<br/></a> | ||
+ | <a href="#">|Future Application</a> | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <h4>Modeling</h4> | ||
+ | |||
+ | <div class="pane" > | ||
+ | <a href="#">|Biofilm formation<br/></a> | ||
+ | <a href="#">|Biobrick<br/></a> | ||
+ | <a href="#">|Results<br/></a> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | <h4>Results</h4> | ||
+ | |||
+ | <div class="pane" > | ||
+ | <a href="#">Data page</a> | ||
+ | <a href="">Biobrick</a> | ||
+ | |||
+ | |||
+ | </div> | ||
+ | |||
+ | </div> | ||
+ | |||
+ | <a href="#jumptop"><img style="margin-top:10px;" src="https://static.igem.org/mediawiki/2011/4/45/Zju-jump-top.jpg" width="160"></a> | ||
</div> | </div> | ||
+ | <!-- activate tabs with JavaScript --> | ||
+ | <script> | ||
+ | $(function() { | ||
+ | |||
+ | $("#accordion").tabs("#accordion div.pane", {tabs: 'h4', effect: 'slide', initialIndex: null}); | ||
+ | }); | ||
+ | </script> | ||
+ | <!-- Navigation scroll follow --> | ||
+ | <script type="text/javascript"> | ||
+ | $(window).scroll(function () { | ||
+ | var scrollPos = $(window).scrollTop(); | ||
+ | if (scrollPos > 310) { | ||
+ | $(".leftul").addClass("stickToTop"); | ||
+ | } else { | ||
+ | $(".leftul").removeClass("stickToTop"); | ||
+ | } | ||
+ | |||
+ | }); | ||
+ | </script> | ||
+ | </div> | ||
+ | |||
+ | <div class="bigblock" id="m_biofilm"><div class="block" id="introduction"> | ||
+ | <h3><font color="white">Introduction</font></h3> | ||
+ | <hr/> | ||
+ | <p id="intro"><strong>abstract:</strong>.................................</p> | ||
- | </div></div> | + | <div class="block" id="compartment"> |
+ | <h3>..........</h3> | ||
+ | <hr/> | ||
+ | <p>................. | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="block" id="component"> | ||
+ | <h3>...........</h3> | ||
+ | <hr/> | ||
+ | <p>.................... | ||
+ | </p></div> | ||
+ | <div class="block" id="process"> | ||
+ | <h3>..............</h3> | ||
+ | <hr/> | ||
+ | <p>...................</p></div> | ||
+ | <p style ="clear:both"></p> | ||
+ | </div> | ||
+ | <div class="block" id="mmodeling"> | ||
+ | <h3>.............</h3><hr/> | ||
+ | <p>.................</p> | ||
+ | |||
+ | </div> | ||
+ | <div class="block" id="sr"></div> | ||
+ | </div> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | </div> | ||
+ | <p style ="clear:both"></p> | ||
+ | <p style ="clear:both"></p> | ||
+ | |||
<div class="footer" id="footer"><a href="https://2011.igem.org/"> iGem 2011 Home Page</a> | <div class="footer" id="footer"><a href="https://2011.igem.org/"> iGem 2011 Home Page</a> | ||
<a href="http://ung.igem.org/Special:Upload/"> Upload Files</a> | <a href="http://ung.igem.org/Special:Upload/"> Upload Files</a> | ||
Line 124: | Line 178: | ||
</div> | </div> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> | ||
+ | |||
+ | |||
+ | |||
+ | {{Template:Zjucss_Modeling}} |
Revision as of 12:11, 2 October 2011
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">