Difference between revisions of "Team:NCTU Formosa/Notebook"

(Prototype team page)
 
Line 1: Line 1:
{{NCTU_Formosa}}
+
{{NCTU Formosa/Navigation}}
 +
{{NCTU Formosa}}
 
<html>
 
<html>
  
 +
<head>
 +
    <meta charset="UTF-8">
 +
    <title>NCTU_Formosa: Lab Note</title>
 +
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
 +
    <script src="jQueryAssets/jquery-1.11.1.min.js"></script>
 +
    <script src="jQueryAssets/jquery.ui-1.10.4.dialog.min.js"></script>
 +
    <link href="notebook_lab_note.css" rel="stylesheet" type="text/css">
 +
    <script src="notebook_lab_note.js" type="text/javascript"></script>
 +
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
  
<div class="column full_size">
+
<style>
 +
body {
 +
    margin: 0;
 +
    padding: 0;
 +
    overflow-x: hidden;
 +
    height: 100vh;
 +
}
  
<h1>Notebook</h1>
+
html, body{
<p> Document the dates you worked on your project. This should be a detailed account of the work done each day for your project.</p>
+
overflow-x: hidden !important;
 +
-ms-overflow-x: hidden !important;
 +
}
  
</div>
+
#fut{
<div class="clear"></div>
+
background: white;
 +
width: 100vw;
 +
height: 200px;
 +
}
  
 +
.contri_content{
 +
    margin: 10vh 10vw 0vh;
 +
}
  
<div class="column half_size">
 
<h5>What should this page have?</h5>
 
<ul>
 
<li>Chronological notes of what your team is doing.</li>
 
<li> Brief descriptions of daily important events.</li>
 
<li>Pictures of your progress. </li>
 
<li>Mention who participated in what task.</li>
 
</ul>
 
  
</div>
+
/*----------------------------------------------------------------------------*/
 +
/*----------------------------------------------------------------------------*/
 +
/*----------------------------------------------------------------------------*/
 +
/*----------------------------------------------------------------------------*/
  
<div class="column half_size">
+
</style>
<h5>Inspiration</h5>
+
<!----------------------------------------------------------------------------->
<p>You can see what others teams have done to organize their notes:</p>
+
<script>
  
<ul>  
+
</script>
<li><a href="https://2014.igem.org/Team:ATOMS-Turkiye/Notebook">2014 ATOMS-Turkiye</a></li>
+
<!----------------------------------------------------------------------------->
<li><a href="https://2014.igem.org/Team:Tec-Monterrey/ITESM14_project.html#tab_notebook">2014 Tec Monterrey</a></li>
+
 
<li><a href="https://2014.igem.org/Team:Kyoto/Notebook/Magnetosome_Formation#title">2014 Kyoto</a></li>
+
</head>
<li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li>
+
 
</ul>
+
<body>
 +
    <div class="labnote_head"><img src="https://static.igem.org/mediawiki/2017/d/d5/Labnote_head.png" width="100%"> </div>
 +
<div class="labnote_content"
 +
 
 +
 
 +
    <div id="fut"></div>
 +
</body>
  
</div>
 
 
</html>
 
</html>
 +
 +
{{NCTU_Formosa/Footer}}

Revision as of 19:34, 24 October 2017

navigation

NCTU_Formosa: Lab Note

Untitled Document