(4 intermediate revisions by the same user not shown) | |||
Line 48: | Line 48: | ||
@media screen and (min-width: 768px) { | @media screen and (min-width: 768px) { | ||
.img-container{ | .img-container{ | ||
− | height: | + | height:auto; |
overflow:hidden ; | overflow:hidden ; | ||
width:100%; | width:100%; | ||
Line 190: | Line 190: | ||
width: 16px; | width: 16px; | ||
height: 16px; | height: 16px; | ||
− | background: | + | background:red;/*active circle color */ |
border-radius: 100%; | border-radius: 100%; | ||
position: absolute; | position: absolute; | ||
Line 401: | Line 401: | ||
<div class="wrapper"> | <div class="wrapper"> | ||
− | + | <div class="nodes"> | |
<div class="line"> | <div class="line"> | ||
<div class="blue"> | <div class="blue"> | ||
Line 488: | Line 488: | ||
<!--圖片--> | <!--圖片--> | ||
<div class="img-container"> | <div class="img-container"> | ||
− | <img src="https://static.igem.org/mediawiki/ | + | <img src="https://static.igem.org/mediawiki/2017/c/c4/Collaborationtcfsh.jpeg" class="main-img" width="100%"> |
</div> | </div> | ||
<div> | <div> | ||
Line 499: | Line 499: | ||
<div> | <div> | ||
<p class="title">Collaboration<p> | <p class="title">Collaboration<p> | ||
− | <p class="content">Collaboration plays an important role among iGEMers, for we have become companions with reciprocity interactions. This year, we have done collaborations with NCTU_Formosa iGEM team.</p> | + | <p class="content">Collaboration plays an important role among iGEMers, for we have become companions with reciprocity interactions. This year, we have done collaborations with <a href="https://2017.igem.org/Team:NCTU_Formosa/Collaborations" style="color: orange">NCTU_Formosa</a> iGEM team.</p> |
</div> | </div> | ||
Line 520: | Line 520: | ||
<div> | <div> | ||
<p class="title">Learning the progress</p> | <p class="title">Learning the progress</p> | ||
− | <p class="content">The instructor of NCTU_Formosa, Pro. Wen-Liang Chen, invited us to learn about biology to our lab in the last semester. NCTU_Formosa then gave | + | <p class="content">The instructor of NCTU_Formosa, Pro. Wen-Liang Chen, invited us to learn about biology to our lab in the last semester. NCTU_Formosa then gave us a series of training, the SOP of NCTU_Formosa's wet lab protocol, including Cultivation of <span style="font-style:italic;">E. Coli</span>, Miniprep, Digestion, Ligation, Transformation, PCR, and Gel Electrophoresis.</p> |
<img src="https://static.igem.org/mediawiki/2017/8/8d/Nctuformasa_tcfshtaiwan.png" class="bigphoto" width=70%;> | <img src="https://static.igem.org/mediawiki/2017/8/8d/Nctuformasa_tcfshtaiwan.png" class="bigphoto" width=70%;> | ||
Line 599: | Line 599: | ||
var nextStep = (nodeTop - positions[current]) / (positions[current + 1] - positions[current]); | var nextStep = (nodeTop - positions[current]) / (positions[current + 1] - positions[current]); | ||
var totalWidth = ( current * stepDistance ) + (nextStep * stepDistance); | var totalWidth = ( current * stepDistance ) + (nextStep * stepDistance); | ||
− | + | $revealBar.height( totalWidth+10 ); | |
} | } | ||
Latest revision as of 03:37, 2 November 2017