Line 1: | Line 1: | ||
+ | {{Marburg}} | ||
<html> | <html> | ||
+ | <head> | ||
− | |||
<!-- Meta tags --> | <!-- Meta tags --> | ||
<meta charset="utf-8"> | <meta charset="utf-8"> | ||
Line 8: | Line 9: | ||
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> | ||
<meta name="description" content="iGEM Marburg 2016 Wiki"> | <meta name="description" content="iGEM Marburg 2016 Wiki"> | ||
− | <meta name="author" content="Martin Lellep, iGEM Team Marburg 2016" > | + | <meta name="author" content="Martin Lellep, iGEM Team Marburg 2016" > |
− | < | + | <style> |
− | + | ||
− | + | ||
− | + | ||
− | + | ul.topnav { | |
+ | width: 100%; | ||
+ | list-style-type: none; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | overflow: hidden; | ||
+ | background-color: #333; | ||
+ | list-style-type: none; | ||
+ | list-style-image: none; | ||
+ | } | ||
− | + | ul.topnav li { | |
+ | float: left; | ||
+ | } | ||
− | + | ul.topnav li a { | |
− | + | display: inline-block; | |
+ | color: #f2f2f2; | ||
+ | text-align: center; | ||
+ | padding: 14px 16px; | ||
+ | text-decoration: none; | ||
+ | transition: 0.3s; | ||
+ | font-size: 17px; | ||
+ | } | ||
− | + | ul.topnav li a:hover { | |
+ | background-color: #555; | ||
+ | } | ||
− | + | ul.topnav li.icon { | |
− | + | display: none; | |
− | + | } | |
− | + | ||
− | + | </style> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | </ | + | |
+ | <!-- CSS --> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:Marburg/CSS_Bootstrap?action=raw&ctype=text/css" /> | ||
+ | <link rel="stylesheet" type="text/css" href="https://2016.igem.org/Template:Marburg/CSS_custom?action=raw&ctype=text/css" /> | ||
− | + | </head> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | <body> | ||
− | + | <ul class="topnav" id="myTopnav"> | |
+ | <li><a href="https://2016.igem.org/Team:Marburg">iGEM Marburg 2016</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:Marburg/Projects">Projects</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:Marburg/HP/Silver">Human Practices</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:Marburg/Notebooks">Notebooks</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:Marburg/Safety">Safety</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:Marburg/Team">Team</a></li> | ||
+ | <li><a href="https://2016.igem.org/Team:Marburg/Achievements">Achievements</a></li> | ||
+ | <li style="float:right"> | ||
+ | <a href="https://twitter.com/igem_marburg"> | ||
+ | <img style="max-height:25px" src="https://static.igem.org/mediawiki/2016/3/38/T--Marburg--navigation_twitter.svg"> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li style="float:right"> | ||
+ | <a href="mailto:igemteam@synmikro.uni-marburg.de"> | ||
+ | <img style="max-height:25px" src="https://static.igem.org/mediawiki/2016/3/3f/T--Marburg--navigation_email.svg"> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li style="float:right"> | ||
+ | <a href="https://de-de.facebook.com/igemmarburg"> | ||
+ | <img style="max-height:25px" src="https://static.igem.org/mediawiki/2016/0/06/T--Marburg--navigation_facebook.svg"> | ||
+ | </a> | ||
+ | </li> | ||
+ | <li class="icon"> | ||
+ | <a href="javascript:void(0);" style="font-size:15px;" onclick="myFunction()">☰</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 18:23, 23 November 2016