|
|
Line 1: |
Line 1: |
− | {{William_and_Mary}} | + | {{William_and_Mary/CSS FIX}} |
| + | {{William_and_Mary/CSS}} |
| + | {{William_and_Mary/SOURCE}} |
| + | {{William_and_Mary/NAV BAR}} |
| <html> | | <html> |
| + | <head> |
| + | <style> |
| + | /* Three image containers (use 25% for four, and 50% for two, etc) */ |
| + | .row { |
| + | display: flex; |
| + | float: center; |
| + | } |
| | | |
| + | /* Create three equal columns that sits next to each other */ |
| + | .column { |
| + | flex: 50%; |
| + | padding: 5px; |
| + | display: block; |
| | | |
− | <div class="column full_size">
| + | } |
| + | div { |
| + | font-size: 18px; |
| + | } |
| | | |
− | <h1>Notebook</h1>
| |
− | <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>
| |
| | | |
− | </div> | + | </style> |
− | <div class="clear"></div>
| + | </head> |
| | | |
| + | <body> |
| + | <div style='padding-top: 50px;'></div> |
| | | |
− | | + | <h1 style="color:green;text-align:center;">Notebook</h1> |
− | <div class="column two_thirds_size"> | + | <div style='padding-top: 10px;'></div> |
− | <h3>What should this page have?</h3>
| + | |
− | <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 third_size">
| + | |
− | <div class="highlight decoration_A_full">
| + | |
− | <h3>Inspiration</h3>
| + | |
− | <p>You can see what others teams have done to organize their notes:</p>
| + | |
− | | + | |
− | <ul>
| + | |
− | <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>
| + | |
− | <li><a href="https://2014.igem.org/Team:Cornell/notebook">2014 Cornell</a></li> | + | |
− | </ul>
| + | |
− | </div> | + | |
− | </div>
| + | |
− | | + | |
− | </html>
| + | |