Difference between revisions of "Team:HUST-China"
(Prototype team page) |
Yuzhuxuyang (Talk | contribs) |
||
Line 1: | Line 1: | ||
{{HUST-China}} | {{HUST-China}} | ||
− | <html> | + | <!DOCTYPE html> |
− | < | + | <html> |
− | < | + | <head lang="en"> |
+ | <meta http-equiv="content-type" content="text/html; charset=UTF-8"> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width,initial-scale=1"> | ||
− | < | + | <title>team:iGEM-HUST:home</title> |
− | < | + | <link href="iGEM/bootstrap.css" rel="stylesheet"> |
− | < | + | <link href="iGEM/home.css" rel="stylesheet"> |
− | < | + | |
− | < | + | <script type="text/javascript" src="iGEM/jquery-2.js"></script> |
− | < | + | <script type="text/javascript" src="iGEM/bootstrap.js"></script> |
+ | <!-- <script language =javascript > | ||
+ | var curIndex=0; | ||
+ | //时间间隔 单位毫秒 | ||
+ | var timeInterval=5000; | ||
+ | var arr=new Array(); | ||
+ | arr[0]="flash1.jpg"; | ||
+ | arr[1]="flash2.jpg"; | ||
+ | arr[2]="flash3.jpg"; | ||
+ | arr[3]="flash4.jpg"; | ||
+ | setInterval(changeImg,timeInterval); | ||
+ | function changeImg() | ||
+ | { | ||
+ | var obj=document.getElementById("flash"); | ||
+ | if (curIndex==arr.length-1){curIndex=0;} | ||
+ | else{curIndex+=1;} | ||
+ | obj.src="iGEM/picture/"+arr[curIndex]; | ||
+ | } | ||
+ | </script> | ||
+ | --> | ||
+ | <style> | ||
+ | .shanglan{float: left; | ||
+ | font-size:14px; | ||
+ | margin-left:10px; | ||
+ | } | ||
− | + | .first-menu{float: left; | |
− | + | margin-left: 150px; | |
− | + | font-size: 20px; | |
− | + | } | |
− | + | .other-menu{float: left; | |
+ | margin-left:20px; | ||
+ | font-size:20px; | ||
+ | } | ||
+ | .header{position: fixed; | ||
+ | width: 100%; | ||
+ | height:60px; | ||
+ | margin-top: 0px; | ||
+ | background-color:white; | ||
+ | filter:alpha(opacity:30);opacity:0.8; -moz-opacity:0.4; -khtml-opacity: 0.4 | ||
+ | } | ||
+ | |||
− | + | .navbar .nav > li .dropdown-menu {margin: 0;} | |
− | + | .navbar .nav > li:hover .dropdown-menu {display: block;} | |
− | + | ||
− | + | ||
+ | a:link,a:visited { | ||
+ | color:green; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | a:hover,a:active { | ||
+ | color:blue; | ||
+ | text-decoration:underline; | ||
+ | } | ||
− | + | ul.ul{list-style-type:none; | |
− | + | margin-bottom: 0px;} | |
− | + | li.li{margin-top: 25px;} | |
+ | |||
+ | /* #flash{width: 100%; | ||
+ | height: 450px; | ||
+ | float: left; | ||
+ | margin-top: 80px}*/ | ||
+ | #pic{background-image: url(picture/HUST2015_b.png); | ||
+ | width:100%; | ||
+ | height:580px; | ||
+ | background-size: 100%,100%; | ||
+ | float: left;} | ||
+ | #pic .wenzi{font-size:60px; | ||
+ | margin-left: 40%; | ||
+ | vertical-align: middle; | ||
+ | background-size: 100%,100%; | ||
+ | color: white;} | ||
+ | #pic img{width: 50px; | ||
+ | height: 50px; | ||
+ | margin-left: 40%;} | ||
+ | .description{margin-left: 10%; | ||
+ | margin-right: 10%; | ||
+ | margin-top: 30px; | ||
+ | float: left;} | ||
+ | .zuhe{margin-top: 50px; | ||
+ | margin-left: 60px; | ||
+ | float: left;} | ||
+ | .tupian{ width: 200px; | ||
+ | height: 180px;} | ||
+ | .fujia{height: 40px; | ||
+ | font-size:25px;} | ||
+ | .zuhe img{opacity: 1.0;} | ||
+ | .zuhe img:hover{opacity: 0.8} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | .wenzi{ margin-top: 50px; | ||
+ | margin-left: 30px; | ||
+ | float: left; | ||
+ | width: 250px; | ||
+ | height: 220px; | ||
+ | font-size: 15px; } | ||
+ | |||
+ | .lianxi{margin-top: 30px; | ||
+ | background-image:url(/HUST2015_YZ.jpg); | ||
+ | width: 100%; | ||
+ | height: 250px;} | ||
+ | |||
+ | .item{z-index: -1;} | ||
+ | </style> | ||
+ | </head> | ||
− | < | + | <!--header--> |
− | < | + | <!--上栏--> |
− | < | + | <body> |
− | < | + | <!--上栏--> |
− | < | + | <div class="container header"> |
− | <li> <a href=" | + | <ul class="ul"> |
− | <li> <a href=" | + | <li class="shanglan"><a href="">page</a></li> |
− | <li> <a href=" | + | <li class="shanglan"><a href="">discussion</a></li> |
− | <li> <a href=" | + | <li class="shanglan"><a href="">view source</a></li> |
− | </ul> | + | <li class="shanglan"><a href="">history</a></li> |
+ | </ul> | ||
+ | <br> | ||
− | < | + | <!--悬浮菜单--> |
− | < | + | <div class="navbar"> |
− | + | <div class="navbar-inner"> | |
+ | <div class="container"> | ||
+ | <ul class="nav"> | ||
+ | <li class="first-menu"><a href="home.htm">Home<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="home.htm">Overiew</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li class="dropdown other-menu" id="accountmenu"><a href="#">Project<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="project.htm">Background</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="project.htm">Design</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="#">Toolkit</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"><a href="#">Experiment<b class="caret"></b></a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="#">Protocol</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="#">Result</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class="other-menu"><a href="#">Modeling</a></li> | ||
+ | |||
+ | <li class="dropdown other-menu" id="accountmenu"> | ||
+ | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Human Practice</a> | ||
+ | </li> | ||
− | <a href=" | + | <li class="dropdown other-menu" id="accountmenu"> |
+ | <a class="dropdown-toggle" data-toggle="dropdown" href="#">Team</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function () { | ||
+ | $('.dropdown-toggle').dropdown(); }); </script> | ||
+ | </div> | ||
+ | |||
+ | <!--图片栏--> | ||
+ | <div id="pic" > | ||
+ | <div class="wenzi"><br><br><b> | ||
+ | iGEM-HUST<br>WELCOME<br></b> | ||
+ | <br> | ||
+ | <a href="#0"><img src="iGEM/picture/HUST2015_YZ.jpg"></a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!--描述--> | ||
+ | <div class="description"><a name="0"></a> | ||
+ | <h3><b>Description</b></h3> | ||
+ | <h4>        | ||
+ | <i><b>Y.Reef</b></i> is artificial reef in the seabed utilizing our engineered strains to consolidate the sands automatically. With it, we are able to construct marine farms since the Bio.reef provides a platform for organisms to grow in the ocean. We can have marine products raising like sea cucumbers or edible sea grass. In this way, we not only attain economical boost but also increase the biodiversity and enhance the marine system. | ||
+ | </h4> | ||
+ | </div> | ||
+ | <!--正文--> | ||
+ | <div class="container"> | ||
+ | <div class="zuhe"> | ||
+ | <a href="project.htm"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br> | ||
+ | <div class="fujia"><i>background>></i></div> | ||
+ | </div> | ||
+ | <div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div> | ||
+ | |||
+ | <div class="zuhe"> | ||
+ | <a href="#"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br> | ||
+ | <div class="fujia"><i>background>></i></div> | ||
+ | </div> | ||
+ | <div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div> | ||
+ | |||
+ | <div class="zuhe"> | ||
+ | <a href="#"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br> | ||
+ | <div class="fujia"><i>background>></i></div> | ||
+ | </div> | ||
+ | <div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div> | ||
+ | |||
+ | <div class="zuhe"> | ||
+ | <a href="#"><img src="iGEM/picture/HUST2015_GY.jpg" class="tupian"></a><br> | ||
+ | <div class="fujia"><i>background>></i></div> | ||
+ | </div> | ||
+ | <div class="wenzi">When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.</div> | ||
+ | |||
+ | </div> | ||
− | + | <!--联系我们--> | |
− | + | <div class="lianxi"> | |
− | + | <div class="container"> | |
− | + | <h1>contact</h1> | |
− | </html> | + | <hr> |
+ | <h2>tel:00000000<br>e-mail:0000000<br></h2> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | </html> |
Revision as of 12:17, 15 July 2015
<!DOCTYPE html>
Description
        Y.Reef is artificial reef in the seabed utilizing our engineered strains to consolidate the sands automatically. With it, we are able to construct marine farms since the Bio.reef provides a platform for organisms to grow in the ocean. We can have marine products raising like sea cucumbers or edible sea grass. In this way, we not only attain economical boost but also increase the biodiversity and enhance the marine system.
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.
When combining parts and modules to create larger scale systems, crosstalk and host overload often get in the way. In our project, we propose an elegant method to implement system integration.