Difference between revisions of "Team:ASIJ Tokyo/Experiments"

(Prototype team page)
 
Line 1: Line 1:
{{ASIJ_Tokyo}}
+
{{:Team:ASIJ_Tokyo/bar}}
 +
{{ASIJ_Tokyo/CSS}}
 
<html>
 
<html>
  
<div class="column full_size">
+
<style type="text/css">
  
<h1>Experiments</h1>
+
body, html {
<p>Describe the research, experiments, and protocols you used in your iGEM project. These should be detailed enough for another team to repeat your experiments.</p>
+
    height: 100%;
 +
    margin: 0;
 +
    font-family: "Avenir"!important;
 +
    background-color: #C7E0F3;
 +
}
  
<p>
+
#background {
Please remember to put all characterization and measurement data for your parts on the corresponding Registry part pages.
+
    background-image: url(________);
</p>
+
    height: 580px;
 +
    background-position: center;
 +
    background-repeat: none;
 +
    background-size: cover;
 +
    position: relative;
 +
}
  
</div>
+
#yajirushi {
 +
    position: absolute;
 +
    bottom: 105px;
 +
    z-index: 1;
 +
    width: 100px;
 +
    height: 30px;
 +
    left: 45%;
 +
}
  
 +
#header {
 +
    padding-top: 28px;
 +
}
  
 +
#wrapper {
 +
    margin-left: 10%;
 +
    margin-right: 10%;
 +
}
  
<div class="column two_thirds_size">
+
#click {
<h3>What should this page contain?</h3>
+
    position: absolute;
<ul>
+
    bottom: 38px;
<li> Protocols </li>
+
    width: 100px;
<li> Experiments </li>
+
    height: 30px;
<li> Documentation of the development of your project </li>
+
    left: 45%;
</ul>
+
}
 
+
</div>
+
 
+
<div class="column third_size">
+
<div class="highlight decoration_A_full">
+
<h3>Inspiration</h3>
+
<ul>
+
<li><a href="https://2014.igem.org/Team:Colombia/Protocols">2014 Colombia </a></li>
+
<li><a href="https://2014.igem.org/Team:Imperial/Protocols">2014 Imperial </a></li>
+
<li><a href="https://2014.igem.org/Team:Caltech/Project/Experiments">2014 Caltech </a></li>
+
</ul>
+
</div>
+
</div>
+
 
+
 
+
<div class="clear"></div>
+
 
+
  
  
  
 +
</style>
 +
<body>
 +
<div id="background">
 +
<div id="yajirushi">
 +
<a href="#click">
 +
<img src="https://static.igem.org/mediawiki/2018/6/6a/T--ASIJ_Tokyo--downarrow.png" height="180px">
 +
</a>
 +
            </div>
 +
            <div id="click"></div>
 +
</div>
 +
<div id="wrapper">
 +
<h1 id="header"> EXPERIMENTS </h1>
 +
<hr>
 +
</div>
 +
</body>
 
</html>
 
</html>

Revision as of 04:19, 14 October 2018

EXPERIMENTS