Line 5: | Line 5: | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <title>高度自适应布局</title> | ||
+ | <style> | ||
+ | html,body{ height:100%;} | ||
+ | body,div{ margin:0; padding:0; color:#F00;} | ||
+ | * html{ padding-top:100px;}/*for ie6*/ | ||
+ | .top{ background:#36C; height:100px;} | ||
+ | * html .top{ background:#36C; height:100px; position:absolute; top:0; width:100%;}/*for ie6*/ | ||
+ | .main{ background:#F90; position:absolute; width:100%; top:100px; bottom:0; overflow:auto;} | ||
+ | * html .main{ background:#F90; position:static; height:100%;}/*for ie6*/ | ||
+ | </style> | ||
<title>Light Theme</title> | <title>Light Theme</title> | ||
<body bgcolor="#G#FFFFFF"> | <body bgcolor="#G#FFFFFF"> | ||
Line 39: | Line 49: | ||
<body> | <body> | ||
<!-- Main Container --> | <!-- Main Container --> | ||
+ | <div class="main"> | ||
<div class="container"> | <div class="container"> | ||
<!-- Navigation --> | <!-- Navigation --> | ||
Line 151: | Line 162: | ||
<h3>Kai Sun</h3> | <h3>Kai Sun</h3> | ||
<p>Hello everyone, my name is Kai.It's my pleasure to participate in iGEM. I have been interested in biological sciences and mystery novels since I was a child and think the two are very similar.I tried to find the secret of life, hoping to be like holmes. | <p>Hello everyone, my name is Kai.It's my pleasure to participate in iGEM. I have been interested in biological sciences and mystery novels since I was a child and think the two are very similar.I tried to find the secret of life, hoping to be like holmes. | ||
− | |||
− | |||
− | |||
</p> | </p> | ||
</article> | </article> | ||
Line 160: | Line 168: | ||
<!-- Copyrights Section --> | <!-- Copyrights Section --> | ||
<div class="copyright">Contact Us : oucigem@163.com | ©2018 OUC IGEM.All Rights Reserved. | Based On Dreamweaver </div> | <div class="copyright">Contact Us : oucigem@163.com | ©2018 OUC IGEM.All Rights Reserved. | Based On Dreamweaver </div> | ||
+ | </div> | ||
</div> | </div> | ||
<!-- Main Container Ends --> | <!-- Main Container Ends --> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 22:59, 5 September 2018
LOGO
TEAM
About
Hey !
Here we are, we are OUC-iGEM. It has been 8 years since we first took part in iGEM in 2011. This time the team which is made up of 8 members pursues a more particular and creative aim. All the members met in May 2017 when we were unfamiliar with each other and knew nothing about synthetic biology. We struck to intergrate the related disciplines and during this time we became not only teammates but also good friends. We come from different colleges and have diverse specialties which ensure that we join our abilities and insights to make our goal clearer as efficiently as possible.
Contact Us : oucigem@163.com | ©2018 OUC IGEM.All Rights Reserved. | Based On Dreamweaver