Heading 1
Some sample text
Heading 2
Some sample text, sample text, sample text.
(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 --> | |
− | < | + | <!-- 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/js}} |
Some sample text
Some sample text, sample text, sample text.