Line 3: | Line 3: | ||
<html> | <html> | ||
+ | <style> | ||
+ | * { | ||
+ | box-sizing: border-box; | ||
+ | } | ||
− | + | /* Create three equal columns that floats next to each other */ | |
− | + | .column { | |
− | + | float: left; | |
− | + | width: 33.33%; | |
+ | padding: 10px; | ||
+ | height: 300px; /* Should be removed. Only for demonstration */ | ||
+ | } | ||
+ | /* Clear floats after the columns */ | ||
+ | .row:after { | ||
+ | content: ""; | ||
+ | display: table; | ||
+ | clear: both; | ||
+ | } | ||
− | + | /* Responsive layout - makes the three columns stack on top of each other instead of next to each other */ | |
+ | @media screen and (max-width: 600px) { | ||
+ | .column { | ||
+ | width: 100%; | ||
+ | } | ||
+ | } | ||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | <div class="row"> | ||
+ | <div class="column" style="background-color:#B87333; color: white;"> | ||
+ | <h2>Bronze</h2> | ||
+ | <p>✔ Registration for Jamboree and Jamboree attendance done | ||
+ | <p>✔ Competition deliverables: <a href="2018.igem.org/Team:Manchester">Wiki</a>, Poster, Presentation, Judging Form | ||
+ | <p>✔ Complete <a href="2018.igem.org/Team:Manchester/Attributions">Attributions</a> page | ||
− | < | + | <p>✔ Successfully complete the <a href="2018.igem.org/Team:Manchester/InterLab">InterLab</a> study and document it on the Wiki</p> |
− | < | + | </div> |
− | < | + | <div class="column" style="background-color:#bbb;"> |
− | < | + | <h2>Silver</h2> |
− | < | + | <p>✔ Submit validated part to the iGEM registry <a href="http://parts.igem.org/wiki/index.php?title=Part:BBa_K2613743">(BBa_K2613743)</a> |
− | < | + | |
− | + | ||
− | </ | + | |
+ | <p>✔ Convince the judges you have thought carefully about whether your work is responsible through <a href="2018.igem.org/Team:Manchester/Human_Practices">Human Practices</a> | ||
− | < | + | <p>✔ <ahref="2018.igem.org/Team:Manchester/Collaborations">Collaborate</a> with one (or more) other iGEM team(s) |
− | + | </p></p> | |
− | + | </div> | |
− | + | <div class="column" style="background-color:goldenrod; color: white;"> | |
− | + | <h2>Gold</h2> | |
− | + | <p> <p>✔ Demonstrate how you have integrated investigated <a ref="2018.igem.org/Team:Manchester/Human_Practices">Human Practices</a> issues into the purpose, design and/or execution of your project | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </div> | + | |
− | + | ||
− | + | ||
− | + | ||
− | <div class="column | + | |
− | + | ||
− | < | + | |
− | <p> | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <p>✔ <a href="2018.igem.org/Team:Manchester/Model">Model</a> your project | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="clear extra_space"></div> | ||
</html> | </html> | ||
{{Manchester/Footer}} | {{Manchester/Footer}} |
Revision as of 00:50, 18 October 2018
Bronze
✔ Registration for Jamboree and Jamboree attendance done
✔ Competition deliverables: Wiki, Poster, Presentation, Judging Form
✔ Complete Attributions page
✔ Successfully complete the InterLab study and document it on the Wiki
Silver
✔ Submit validated part to the iGEM registry (BBa_K2613743)
✔ Convince the judges you have thought carefully about whether your work is responsible through Human Practices
✔
Gold
✔ Demonstrate how you have integrated investigated Human Practices issues into the purpose, design and/or execution of your project
✔ Model your project