Difference between revisions of "Team:Cologne-Duesseldorf/Design"

(Prototype team page)
 
Line 1: Line 1:
{{Cologne-Duesseldorf}}
+
{{Template:Cologne-Duesseldorf/css}}
 +
{{Template:Cologne-Duesseldorf/header}}
 
<html>
 
<html>
 +
<body>
 +
<div id="overlay"></div>
 +
<div id="container">
 +
<div id="paper">
 +
<section id="article">
 +
<!-- Headings are written as <h1>NameOfYourHeading</h1>, <h2>NameOfYourHeading</h2> and so on. The number corresponds to the level of the heading, just alike in google docs ect. -->
 +
<!-- Following the heading tag a <hr> -tag creates a nice horizontal line. It is not necessary, but i like it -->
 +
<!-- Normal text is written within paragraph tags: <p>Your text here</p> -->
 +
<!-- Images are embedded via the img tag, with the wiki url insige the src="" parentheses: <img src="https://static.igem.org/mediawiki/2017/8/8a/T--Cologne-Duesseldorf--Nootkatone-Expression-3D.svg"> Note that there is no closing </img> tag -->
 +
<!-- Bold text is within <b></b>, italic text inside <i></i> tags. -->
 +
<!-- Links: <a href="the url includng http...">The text visible on the page</a> -->
 +
<!-- Highlight boxes: <span class="label">visible on the page</span> -->
 +
<!-- For callouts, tables etc. look at the source code of https://2017.igem.org/Team:Cologne-Duesseldorf/Test or just ask Marvin -->
 +
 +
<!-- Pro tip: Don't write your stuff inside the iGEM edit box, but use a proper text editor like notepad++ or atom. And use indents (tab key) so that the text remains legible.  -->
 +
 +
  
 
+
 
+
 
+
<!-- Begin writing here -->
<div class="column full_size">
+
<!-- Change the following template as you write along: -->
<h1>Design</h1>
+
<h1>Heading 1</h1>
<p>
+
<hr>
Design is the first step in the design-build-test cycle in engineering and synthetic biology. Use this page to describe the process that you used in the design of your parts. You should clearly explain the engineering principles used to design your project.
+
<p>Some sample text</p>
</p>
+
<h2>Heading 2</h2>
 
+
<hr>
<p>
+
<p>Some <b>sample text</b>, <i>sample text</i>, <span class="label">sample text</span>.</p>
This page is different to the "Applied Design Award" page. Please see the <a href="https://2017.igem.org/Team:Cologne-Duesseldorf/Applied_Design">Applied Design</a> page for more information on how to compete for that award.
+
</p>
+
 
+
</div>
+
 
+
<div class="column half_size">
+
<h5>What should this page contain?</h5>
+
<ul>
+
<li>Explanation of the engineering principles your team used in your design</li>
+
<li>Discussion of the design iterations your team went through</li>
+
<li>Experimental plan to test your designs</li>
+
</ul>
+
<!-- End writing here -->
 
+
</section>
</div>
+
<!-- End Paper-->
 
+
</div>
<div class="column half_size">
+
<!-- End Container -->
<h5>Inspiration</h5>
+
</div>
<ul>
+
</body>
<li><a href="https://2016.igem.org/Team:MIT/Experiments/Promoters">2016 MIT</a></li>
+
<li><a href="https://2016.igem.org/Team:BostonU/Proof">2016 BostonU</a></li>
+
<li><a href="https://2016.igem.org/Team:NCTU_Formosa/Design">2016 NCTU Formosa</a></li>
+
</ul>
+
</div>
+
 
+
 
+
 
+
 
</html>
 
</html>
 +
{{Template:Cologne-Duesseldorf/footer}}
 +
{{Template:Cologne-Duesseldorf/js}}

Revision as of 09:31, 6 September 2017

Heading 1


Some sample text

Heading 2


Some sample text, sample text, sample text.