Difference between revisions of "Team:NTU-LIHPAO-Taiwan/Team"

 
(198 intermediate revisions by 2 users not shown)
Line 67: Line 67:
  
 
body {
 
body {
background-color: #F0F0F0;
+
background-color: #FFF;
 
}
 
}
 
body,td,th {
 
body,td,th {
Line 73: Line 73:
 
font-family: Calibri, "Arial Narrow", "Agency FB", "Raavi";
 
font-family: Calibri, "Arial Narrow", "Agency FB", "Raavi";
 
}
 
}
 +
 
#Wrapper {
 
#Wrapper {
 
margin-right: auto;
 
margin-right: auto;
Line 80: Line 81:
 
margin-bottom: 0px;
 
margin-bottom: 0px;
 
width: 90%;
 
width: 90%;
height: 5400px;
+
height: auto;
 
top: 0px;
 
top: 0px;
 
left: 5%;
 
left: 5%;
 
right: 5%;
 
right: 5%;
 
position: absolute;
 
position: absolute;
 +
bottom: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 0px;
 +
z-index: 0;
 +
}
 +
 +
#Wrapper_Left {
 +
margin-right: auto;
 +
margin-left: auto;
 +
background-color: #F0F0F0;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
width: 5%;
 +
height: 100%;
 +
top: 0px;
 +
left: 0%;
 +
right: auto;
 +
position: fixed;
 +
bottom: 0px;
 +
padding-top: 0px;
 +
padding-bottom: 0px;
 +
z-index: 0;
 +
}
 +
 +
#Wrapper_Right {
 +
margin-right: auto;
 +
margin-left: auto;
 +
background-color: #F0F0F0;
 +
margin-top: 0px;
 +
margin-bottom: 0px;
 +
width: 5%;
 +
height: 100%;
 +
top: 0px;
 +
left: auto;
 +
right: 0%;
 +
position: fixed;
 
bottom: 0px;
 
bottom: 0px;
 
padding-top: 0px;
 
padding-top: 0px;
Line 180: Line 217:
 
}
 
}
  
 
 
/*-------------------------------------------*/
 
/*---------------Bottom icons----------------*/
 
/*-------------------------------------------*/
 
 
#NTUschool_logo {
 
height: 70px;
 
width: 265px;
 
position: absolute;
 
left: 25%;
 
top: 5px;
 
right: auto;
 
bottom: auto;
 
z-index: 9999;
 
margin-left: -132px;
 
}
 
 
#LIHPAO_logo {
 
height: 70px;
 
width: 215px;
 
position: absolute;
 
left: 75%;
 
top: 5px;
 
right: auto;
 
bottom: auto;
 
z-index: 9999;
 
margin-left: -107px;
 
}
 
 
#NTUBST_logo {
 
height: 70px;
 
width: 70px;
 
position: absolute;
 
left: 50%;
 
top: 5px;
 
right: auto;
 
bottom: auto;
 
z-index: 9999;
 
margin-left: -35px;
 
}
 
 
#Bottom_Text {
 
color: #767676;
 
bottom: 0px;
 
width: 100%;
 
height: auto;
 
font-size: 15px;
 
position: absolute;
 
text-align: center;
 
}
 
  
  
Line 241: Line 227:
 
top: 32px;
 
top: 32px;
 
bottom: 0px;
 
bottom: 0px;
left: 50%;
+
left: 51%;
 
right: 15%;
 
right: 15%;
 
list-style:none;
 
list-style:none;
Line 298: Line 284:
 
.Slidemenu li ul li {
 
.Slidemenu li ul li {
 
overflow:hidden;
 
overflow:hidden;
height:0;
+
height: 0px;
 +
margin-bottom: 0px;
 
}
 
}
  
Line 307: Line 294:
 
-o-transition:background 300ms ease-in-out;
 
-o-transition:background 300ms ease-in-out;
 
transition:background 300ms ease-in-out;
 
transition:background 300ms ease-in-out;
 +
line-height:1.1em;
 
}
 
}
  
Line 320: Line 308:
 
}
 
}
  
#width_small {
+
.width_small {
 
width: 100px; /*--改主要選單寬度--*/
 
width: 100px; /*--改主要選單寬度--*/
}
 
 
#width_large {
 
width: 140px; /*--改主要選單寬度--*/
 
 
}
 
}
  
Line 339: Line 323:
 
.Slidemenu ul > li:hover ul li {
 
.Slidemenu ul > li:hover ul li {
 
text-decoration:none;
 
text-decoration:none;
height: 24px; /*--改拉出的選單高度--*/
+
height: 26px; /*--改拉出的選單高度--*/
 
width: 150px; /*--改拉出的選單寬度--*/
 
width: 150px; /*--改拉出的選單寬度--*/
 
text-align: center;
 
text-align: center;
Line 362: Line 346:
 
}
 
}
  
#Content {
+
#Content_Container {
 
position: fixed;
 
position: fixed;
top: 0;
 
left: 5.2%;
 
 
width: 17.8%;
 
width: 17.8%;
 
height: 100%;
 
height: 100%;
 +
left: 5.2%;
 +
right: auto;
 +
background: #f7fbff;
 +
z-index: 5;
 +
}
 +
 +
#Content {
 +
position: absolute;
 +
top: 60px;
 +
width: 100%;
 +
height: auto;
 
padding: 0;
 
padding: 0;
 
margin: 0;
 
margin: 0;
background: #f7fbff;
 
 
transition: 0.5s;
 
transition: 0.5s;
 
font-size: 0.8rem;
 
font-size: 0.8rem;
z-index: 5;
 
 
font-family: Calibri;
 
font-family: Calibri;
 
}
 
}
Line 392: Line 383:
 
position: absolute;
 
position: absolute;
 
top: 5rem;
 
top: 5rem;
left: 2rem;
+
left: 10%;
 +
width: 90%;
 
}
 
}
  
Line 411: Line 403:
 
overflow-y: auto;
 
overflow-y: auto;
 
transition: 0.5s;
 
transition: 0.5s;
width: 10rem;
+
width: 85%;
padding-left: 2rem;
+
left: 15%;
padding-right: 1rem;
+
position: relative;
 
}
 
}
  
 
.sub-Content > li {
 
.sub-Content > li {
padding-top: 8px;
+
padding-top: 10px;
padding-bottom: 8px;
+
padding-bottom: 10px;
 
}
 
}
  
Line 431: Line 423:
 
opacity: 0.5;
 
opacity: 0.5;
 
}
 
}
 +
 +
#Healthin_Logo_Content {
 +
width: 100%;
 +
height: auto;
 +
}
 +
 +
#Healthin_Logo {
 +
top: 55px;
 +
padding-left: 3%;
 +
padding-right: 3%;
 +
position: absolute;
 +
width: 94%;
 +
height: 94%;
 +
}
 +
 +
 +
/*-------------------------------------------*/
 +
/*---------------Introduction----------------*/
 +
/*-------------------------------------------*/
 +
 +
.Container_Bottom1 {
 +
height: 70px;
 +
width: 100%;
 +
}
 +
 +
.Container_Bottom2 {
 +
height: 70px;
 +
width: 100%;
 +
padding-top: 10px;
 +
border-top-style: solid;
 +
border-top-color: #079235;
 +
border-top-width: 3px;
 +
}
 +
 +
.Intro_Picture {
 +
width: 100%;
 +
height: auto;
 +
background-color: #FFF;
 +
position: absolute;
 +
}
 +
 +
#NTUschool_logo {
 +
background-color: #FFF;
 +
padding-left: 9.6%;
 +
padding-right: 60.4%;
 +
position: absolute;
 +
width: 30%;
 +
height: 100%;
 +
}
 +
 +
#LIHPAO_logo {
 +
background-color: #FFF;
 +
padding-left: 66.4%;
 +
padding-right: 9.6%;
 +
position: absolute;
 +
width: 24%;
 +
height: 100%;
 +
}
 +
 +
#NTUBST_logo {
 +
background-color: #FFF;
 +
padding-left: 49.2%;
 +
padding-right: 43.2%;
 +
position: absolute;
 +
width: 7.6%;
 +
height: 100%;
 +
}
 +
 +
.Text_Sponsor {
 +
color: #767676;
 +
font-size: 15px;
 +
font-family: Calibri;
 +
text-align: center;
 +
line-height: 20px;
 +
}
 +
  
 
/*-------------------------------------------*/
 
/*-------------------------------------------*/
Line 437: Line 505:
  
 
.Container_Intro {
 
.Container_Intro {
height: 10000px;
+
height: 400px;
 
width: 100%;
 
width: 100%;
 
background-color: #FFF;
 
background-color: #FFF;
 
top: 30px;
 
top: 30px;
 
position: absolute;
 
position: absolute;
 +
}
 +
 +
.SubContainer_Intro_Mid {
 +
height: 400px;
 +
width: 100%;
 +
padding-top: 10px;
 +
padding-bottom: 10px;
 
}
 
}
  
Line 447: Line 522:
 
height: 280px;
 
height: 280px;
 
width: 100%;
 
width: 100%;
padding-top: 25px;
+
padding-top: 10px;
padding-bottom: 25px;
+
padding-bottom: 10px;
 
}
 
}
  
.Intro_L {
+
.SubContainer_Intro2 {
width: 705px;
+
height: 215px;
height: 280px;
+
width: 100%;
left: 25%;
+
padding-top: 10px;
right: auto;
+
padding-bottom: 10px;
 +
}
 +
 
 +
.Intro_Mid {
 +
width: 48%;
 +
height: 100%;
 +
padding-left: 38%;
 +
padding-right: 14%;
 
background-color: #FFF;
 
background-color: #FFF;
 
position: absolute;
 
position: absolute;
Line 461: Line 543:
  
 
.Intro_R {
 
.Intro_R {
width: 705px;
+
width: 57%;
height: 280px;
+
height: 100%;
right: 5%;
+
padding-left: 38%;
left: auto;
+
padding-right: 5%;
 +
background-color: #FFF;
 +
position: absolute;
 +
}
 +
 
 +
.Intro_L {
 +
width: 57%;
 +
height: 100%;
 +
padding-left: 25%;
 +
padding-right: 18%;
 +
background-color: #FFF;
 +
position: absolute;
 +
}
 +
 
 +
.Intro_R2 {
 +
width: 52%;
 +
height: 100%;
 +
padding-left: 43%;
 +
padding-right: 5%;
 +
background-color: #FFF;
 +
position: absolute;
 +
}
 +
 
 +
.Intro_L2 {
 +
width: 52%;
 +
height: 100%;
 +
padding-left: 25%;
 +
padding-right: 23%;
 
background-color: #FFF;
 
background-color: #FFF;
 
position: absolute;
 
position: absolute;
Line 475: Line 584:
 
.Articles {
 
.Articles {
 
width: 100%;
 
width: 100%;
height: 5400px;
+
height: 100px;
 +
background-color: #FFF;
 
}
 
}
  
Line 490: Line 600:
  
 
.Text1 {
 
.Text1 {
font-size: 36px;
+
font-size: 28px;
 
font-family: Calibri;
 
font-family: Calibri;
 
left: 20px;
 
left: 20px;
Line 498: Line 608:
 
padding-bottom: 10px;
 
padding-bottom: 10px;
 
padding-left: 20px;
 
padding-left: 20px;
border-bottom-width: 1px;
+
border-bottom-width: 2px;
border-bottom-style: solid;
+
border-bottom-style: dashed;
border-bottom-color: #000;
+
border-bottom-color: #fe5838;
 +
color: #c00000;
 
}
 
}
  
Line 530: Line 641:
 
font-style: italic;
 
font-style: italic;
 
}
 
}
 +
 +
 +
/*-------------------------------------------*/
 +
/*-------------------Media-------------------*/
 +
/*-------------------------------------------*/
 +
 +
@media screen and (min-width: 0px) and (max-width: 1200px) {
 +
 +
#NTUXLIHPAO_icon {
 +
height: 40px;
 +
width: 200px;
 +
position: absolute;
 +
left: 1%;
 +
top: 18px;
 +
right: auto;
 +
bottom: auto;
 +
z-index: 9999;
 +
}
 +
 +
 +
#width_small {
 +
width: 95px; /*--改主要選單寬度--*/
 +
}
 +
 +
.Slidemenu {
 +
z-index: 9999;
 +
position: absolute;
 +
top: 32px;
 +
bottom: 0px;
 +
left: 49%;
 +
right: auto;
 +
list-style:none;
 +
margin:0;
 +
padding:0;
 +
position: absolute;
 +
margin-left: -320px;
 +
/*background:rgba(100%,100%,100%,0); 主選單色系選擇*/
 +
}
 +
 +
.SubContainer_Intro {
 +
height: 255px;
 +
width: 100%;
 +
padding-top: 5px;
 +
padding-bottom: 5px;
 +
}
 +
 +
.SubContainer_Intro2 {
 +
height: 195px;
 +
width: 100%;
 +
padding-top: 5px;
 +
padding-bottom: 5px;
 +
}
 +
}
 +
 +
@media screen and (min-width: 901px) and (max-width: 1050px) {
 +
 +
.Container_Bottom2 {
 +
height: 60px;
 +
width: 100%;
 +
padding-top: 10px;
 +
border-top-style: solid;
 +
border-top-color: #079235;
 +
border-top-width: 3px;
 +
}
 +
}
 +
 +
@media screen and (min-width: 0px) and (max-width: 900px) {
 +
 +
.Container_Bottom2 {
 +
height: 50px;
 +
width: 100%;
 +
padding-top: 10px;
 +
border-top-style: solid;
 +
border-top-color: #079235;
 +
border-top-width: 3px;
 +
}
 +
}
 +
  
 
</style>
 
</style>
Line 542: Line 731:
  
 
<body>
 
<body>
 +
 +
<div id="Wrapper_Left"></div>
 +
<div id="Wrapper_Right"></div>
  
 
<div id="Wrapper">
 
<div id="Wrapper">
Line 555: Line 747:
 
<div class="Slidemenu">
 
<div class="Slidemenu">
 
<ul>
 
<ul>
<li><div id=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan">Home</a></div>
+
<li><div class=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan">Home</a></div>
        </li>
+
</li>
       
+
 
<li><div id=width_small><div id=Position_Now><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Team">Team</a></div></div>
+
<li><div class=width_small span style="cursor:default"><div id=Position_Now><a>Team</a></div></div>
        </li>
+
       
+
<li><div id=width_small span style="cursor:default"><a>Project</a></div>
+
 
<ul class="subs">
 
<ul class="subs">
<li><a href="#">Abstract</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Team">Team</a></li>
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Overview">Overview</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Attributions">Attributions</a></li>
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Parts">Parts</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Results">Results</a></li>
+
 
</ul>
 
</ul>
 
</li>
 
</li>
               
+
<li><div id=width_small span style="cursor:default"><a>Modeling</a></div>
+
<li><div class=width_small span style="cursor:default"><a>Project</a></div>
 
<ul class="subs">
 
<ul class="subs">
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Modeling/Abstract">Abstract</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Description">Description</a></li>
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Modeling/Simulation">Simulation</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Design">Design</a></li>
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Modeling/Results">Results</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Results">Results</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Modeling">Modeling</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Experiments">Protocols</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
       
+
<li><div id=width_small span style="cursor:default"><a>Notebook</a></div>
+
<li><div class=width_small span style="cursor:default"><a>Parts</a></div>
 
<ul class="subs">
 
<ul class="subs">
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Notebook">Note</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Parts">Team Parts</a></li>
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Protocols">Protocols</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Basic_Part">Basic Parts</a></li>
 +
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Composite_Part">Composite Parts</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
       
+
<li><div id=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Safety">Safety</a></div>
+
<li><div class=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Notebook">Notebook</a></div>
 
</li>
 
</li>
 
          
 
          
<li><div id=width_large><a href="#">Human Practice</a></div>
+
<li><div class=width_small><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Safety">Safety</a></div>
 +
</li>
 +
 +
<li><div class=width_small span style="cursor:default"><a>Society</a></div>
 
<ul class="subs">
 
<ul class="subs">
<li><a href="#">Sub Item</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Practices">Human Practices</a></li>
<li><a href="#">Sub Item</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Collaborations">Collaborations</a></li>
<li><a href="#">Sub Item</a></li>
+
<li><a href="https://2015.igem.org/Team:NTU-LIHPAO-Taiwan/Entrepreneurship">Entrepreneurship</a></li>
 
</ul>
 
</ul>
 
</li>
 
</li>
Line 599: Line 792:
 
</div>
 
</div>
  
 +
<div id="Content_Container">
 +
<div id="Healthin_Logo_Content"><div id="Healthin_Logo"><img src="https://static.igem.org/mediawiki/2015/6/69/Healthin_White.png" style="max-width: 100%; height: auto"/></div></div>
 
<div id="Content">
 
<div id="Content">
 
<ul class="main-Content">
 
<ul class="main-Content">
Line 627: Line 822:
 
</li>
 
</li>
 
</ul>
 
</ul>
 +
</div>
 
</div>
 
</div>
  
Line 636: Line 832:
 
var sub_Content = main_Contents[i].querySelector(".sub-Content");
 
var sub_Content = main_Contents[i].querySelector(".sub-Content");
 
if (i === index) {
 
if (i === index) {
sub_Content.style.height = '12rem';
+
sub_Content.style.height = '13rem';
 
} else {
 
} else {
 
sub_Content.style.height = '0';
 
sub_Content.style.height = '0';
Line 656: Line 852:
 
<div class="Container_Intro">
 
<div class="Container_Intro">
 
<div class="Articles"><div class="ContentBox"><div class="Text1">Members</div></div></div>
 
<div class="Articles"><div class="ContentBox"><div class="Text1">Members</div></div></div>
<div class="SubContainer_Intro" id="First1">
+
<div class="SubContainer_Intro_Mid">
<div class="Intro_L">
+
<div class="Intro_Mid">
<img src="https://static.igem.org/mediawiki/2015/9/94/NTU-Team1.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/e/e2/NTU_Team_All.jpg" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First2">
+
<div class="SubContainer_Intro" id="First1">
<div class="Intro_R">
+
<div class="Intro_L">
<img src="https://static.igem.org/mediawiki/2015/e/e9/NTU-Team2.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/9/94/NTU-Team1.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First3">
+
<div class="SubContainer_Intro" id="First2">
<div class="Intro_L">
+
<div class="Intro_R">
<img src="https://static.igem.org/mediawiki/2015/5/56/NTU-Team3.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/e/e9/NTU-Team2.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First4">
+
<div class="SubContainer_Intro" id="First3">
<div class="Intro_R">
+
<div class="Intro_L">
<img src="https://static.igem.org/mediawiki/2015/c/c6/NTU-Team4.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/5/56/NTU-Team3.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First5">
+
<div class="SubContainer_Intro" id="First4">
<div class="Intro_L">
+
<div class="Intro_R">
<img src="https://static.igem.org/mediawiki/2015/f/fb/NTU-Team5.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/c/c6/NTU-Team4.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First6">
+
<div class="SubContainer_Intro" id="First5">
<div class="Intro_R">
+
<div class="Intro_L">
<img src="https://static.igem.org/mediawiki/2015/f/f4/NTU-Team6.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/f/fb/NTU-Team5.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First7">
+
<div class="SubContainer_Intro" id="First6">
<div class="Intro_L">
+
<div class="Intro_R">
<img src="https://static.igem.org/mediawiki/2015/5/5d/NTU-Team7.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/f/f4/NTU-Team6.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First8">
+
<div class="SubContainer_Intro" id="First7">
<div class="Intro_R">
+
<div class="Intro_L">
<img src="https://static.igem.org/mediawiki/2015/f/f5/NTU-Team8.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/5/5d/NTU-Team7.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First9">
+
<div class="SubContainer_Intro" id="First8">
<div class="Intro_L">
+
<div class="Intro_R">
<img src="https://static.igem.org/mediawiki/2015/0/0f/NTU-Team9.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/f/f5/NTU-Team8.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First10">
+
<div class="SubContainer_Intro" id="First9">
<div class="Intro_R">
+
<div class="Intro_L">
<img src="https://static.igem.org/mediawiki/2015/c/cd/NTU-Team10.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/0/0f/NTU-Team9.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
<div class="SubContainer_Intro" id="First11">
+
<div class="SubContainer_Intro" id="First10">
<div class="Intro_L">
+
<div class="Intro_R">
<img src="https://static.igem.org/mediawiki/2015/7/78/NTU-Team11.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/c/cd/NTU-Team10.png" style="max-width: 100%; max-height: 100%"/>
</div>
+
</div>
</div>
+
</div>
 +
<div class="SubContainer_Intro" id="First11">
 +
<div class="Intro_L">
 +
<img src="https://static.igem.org/mediawiki/2015/7/78/NTU-Team11.png" style="max-width: 100%; max-height: 100%"/>
 +
</div>
 +
</div>
  
  
 
<div class="Articles"><div class="ContentBox"><div class="Text1">Instructors</div></div></div>
 
<div class="Articles"><div class="ContentBox"><div class="Text1">Instructors</div></div></div>
<div class="SubContainer_Intro" id="Second1">
+
<div class="SubContainer_Intro2" id="Second1">
<div class="Intro_L">
+
<div class="Intro_L2">
<img src="https://static.igem.org/mediawiki/2015/9/94/NTU-Team1.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/9/9a/NTU-Team12.png" style="max-width: 100%; max-height: 100%"/>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="SubContainer_Intro" id="Second2">
+
<div class="SubContainer_Intro2" id="Second2">
<div class="Intro_R">
+
<div class="Intro_R2">
<img src="https://static.igem.org/mediawiki/2015/e/e9/NTU-Team2.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/c/c0/NTU-Team13.png" style="max-width: 100%; max-height: 100%"/>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="SubContainer_Intro" id="Second3">
+
<div class="SubContainer_Intro2" id="Second3">
<div class="Intro_L">
+
<div class="Intro_L2">
<img src="https://static.igem.org/mediawiki/2015/9/94/NTU-Team1.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/4/47/NTU-Team14.png" style="max-width: 100%; max-height: 100%"/>
 
</div>
 
</div>
 
</div>
 
</div>
<div class="SubContainer_Intro" id="Second4">
+
<div class="SubContainer_Intro2" id="Second4">
<div class="Intro_R">
+
<div class="Intro_R2">
<img src="https://static.igem.org/mediawiki/2015/e/e9/NTU-Team2.png" width="705px"/>
+
<img src="https://static.igem.org/mediawiki/2015/f/fa/NTU-Team15.png" style="max-width: 100%; max-height: 100%"/>
 
</div>
 
</div>
 
</div>
 
</div>
 +
 +
<div class="Articles"><div class="ContentBox">
 +
<div class="Container_Bottom1"></div>
 +
<div class="Container_Bottom2">
 +
<div class="Intro_Picture">
 +
<div id="NTUschool_logo"><a href="http://www.ntu.edu.tw/english/index.html"><img src="https://static.igem.org/mediawiki/2015/d/de/NTUschool_icon.png"  style="max-width: 100%; max-height: 70px"/></a></div>
 +
<div id="LIHPAO_logo"><a href="http://www.llsc.com.tw/"><img src="https://static.igem.org/mediawiki/2015/d/d4/LIHPAO_logo.png" style="max-width: 100%; max-height: 70px"/></a></div>
 +
<div id="NTUBST_logo"><a href="http://www.bst.ntu.edu.tw/BST-new/NTUBST.html"><img src="https://static.igem.org/mediawiki/2015/6/68/NTUBST_logo.png" style="max-width: 100%; max-height: 70px"/></a></div>
 +
</div>
 +
</div>
 +
<div class="Text_Sponsor">
 +
Maintained by the iGEM team NTU-LIHPAO-Taiwan&nbsp;&nbsp;&nbsp;&nbsp;©2015 NTU-LIHPAO-Taiwan
 +
</div>
 +
</div></div>
 
</div>
 
</div>
  
Line 765: Line 980:
 
});
 
});
 
</script>
 
</script>
 
<div id="Wrapper_Bottom">
 
<div id="NTUschool_logo"><img src="https://static.igem.org/mediawiki/2015/d/de/NTUschool_icon.png" height="70" /></div>
 
<div id="LIHPAO_logo"><img src="https://static.igem.org/mediawiki/2015/d/d4/LIHPAO_logo.png" height="70" /></div>
 
<div id="NTUBST_logo"><img src="https://static.igem.org/mediawiki/2015/6/68/NTUBST_logo.png" height="70" /></div>
 
<div id="Bottom_Text">
 
Maintained by the iGEM team NTU-LIHPAO-Taiwan&nbsp;&nbsp;&nbsp;&nbsp;©2015 NTU-LIHPAO-Taiwan
 
</div>
 
</div>
 
 
</div>
 
</div>
  
 
</body>
 
</body>
 
</html>
 
</html>

Latest revision as of 20:00, 18 September 2015

NTU-LIHPAO-Taiwan

Members
Instructors
Maintained by the iGEM team NTU-LIHPAO-Taiwan    ©2015 NTU-LIHPAO-Taiwan