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

Line 2: Line 2:
 
{{Template:Cologne-Duesseldorf/header}}
 
{{Template:Cologne-Duesseldorf/header}}
 
<html>
 
<html>
<body>
+
<body>
<div id="overlay"></div>
+
<section id="article">
<div id="container">
+
<div id="ToC"></div>
<div id="paper">
+
<h1>Heading 1</h1>
<section id="article">
+
<p>Some sample text</p>
<!-- 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. -->
+
<h2>Heading 2</h2>
<!-- Following the heading tag a <hr> -tag creates a nice horizontal line. It is not necessary, but i like it -->
+
<p>Some <b>sample text</b>, <i>sample text</i>, <span class="label">sample text</span>.</p>
<!-- Normal text is written within paragraph tags: <p>Your text here</p> -->
+
<h3>Heading 3</h3>
<!-- 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 -->
+
</section>
<!-- Bold text is within <b></b>, italic text inside <i></i> tags. -->
+
</body>
<!-- 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 -->
+
<!-- Change the following template as you write along: -->
+
<h1>Heading 1</h1>
+
<hr>
+
<p>Some sample text</p>
+
<h2>Heading 2</h2>
+
<hr>
+
<p>Some <b>sample text</b>, <i>sample text</i>, <span class="label">sample text</span>.</p>
+
+
+
+
+
+
+
+
+
+
+
+
<!-- End writing here -->
+
</section>
+
<!-- End Paper-->
+
</div>
+
<!-- End Container -->
+
</div>
+
</body>
+
 
</html>
 
</html>
 
{{Template:Cologne-Duesseldorf/footer}}
 
{{Template:Cologne-Duesseldorf/footer}}
 
{{Template:Cologne-Duesseldorf/js}}
 
{{Template:Cologne-Duesseldorf/js}}

Revision as of 16:12, 19 September 2017

Heading 1

Some sample text

Heading 2

Some sample text, sample text, sample text.

Heading 3