Team:St Andrews/Template:Header
From 2012.igem.org
(Difference between revisions)
(80 intermediate revisions not shown) | |||
Line 2: | Line 2: | ||
<head> | <head> | ||
+ | |||
<link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:StyleOverride?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:StyleOverride?action=raw&ctype=text/css" type="text/css" /> | ||
- | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template: | + | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:BootstrapMinAlt?action=raw&ctype=text/css" type="text/css" /> |
<link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:BootstrapMinResponsive?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:BootstrapMinResponsive?action=raw&ctype=text/css" type="text/css" /> | ||
<link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:StAndrewsIgemStyle?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:StAndrewsIgemStyle?action=raw&ctype=text/css" type="text/css" /> | ||
<link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:DocsCss?action=raw&ctype=text/css" type="text/css" /> | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:DocsCss?action=raw&ctype=text/css" type="text/css" /> | ||
+ | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:Pears?action=raw&ctype=text/css" type="text/css" /> | ||
+ | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:Pattern?action=raw&ctype=text/css" type="text/css" /> | ||
+ | <link rel="stylesheet" href="https://2012.igem.org/Team:St_Andrews/Template:AugustAdjustments?action=raw&ctype=text/css" type="text/css" /> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
+ | |||
+ | |||
<!--[if lt IE 9]> | <!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | <![endif]--> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var _gaq = _gaq || []; | ||
+ | _gaq.push(['_setAccount', 'UA-32815451-1']); | ||
+ | _gaq.push(['_trackPageview']); | ||
+ | |||
+ | (function() { | ||
+ | var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||
+ | ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||
+ | var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||
+ | })(); | ||
+ | |||
+ | </script> | ||
</head> | </head> | ||
+ | <script type="text/javascript"> | ||
+ | // WARNING: TOTAL HAX | ||
+ | function onBodyLoad () { | ||
+ | // Move the terrible MediaWiki menus to the global wrapper where they're actually visible. | ||
+ | for (i=0;i<2;i++) { document.getElementById('globalWrapper').appendChild(document.getElementById('menubar')) } | ||
+ | // (Duplicate ids that we can't change are so fun to work around. The first iter moves the left side bar | ||
+ | // and the second the right side bar...) | ||
+ | <!-- Remove all empty <p> tags (MediaWiki puts them EVERYWHERE, thanks millions to DTU-Denmark again!) --> | ||
+ | $(document).ready(function() { | ||
+ | $("p").filter( function() { | ||
+ | return $.trim($(this).html()) == ''; | ||
+ | }).remove() | ||
+ | }); | ||
+ | } | ||
+ | </script> | ||
- | <body> | + | <body onload="onBodyLoad()"> |
<div class="navbar navbar-fixed-top"> | <div class="navbar navbar-fixed-top"> | ||
<div class="navbar-inner"> | <div class="navbar-inner"> | ||
Line 22: | Line 58: | ||
<span class="icon-bar"></span> | <span class="icon-bar"></span> | ||
</a> | </a> | ||
- | <a class="brand" href="/Team:St_Andrews"> | + | <a class="brand" href="/Team:St_Andrews">St Andrews iGEM '12</a> |
+ | |||
<div class="nav-collapse"> | <div class="nav-collapse"> | ||
<ul class="nav"> | <ul class="nav"> | ||
- | + | <li class="dropdown"> | |
- | + | <a href="#" | |
- | + | class="dropdown-toggle" | |
- | + | data-toggle="dropdown"> | |
- | + | Projects | |
- | + | <b class="caret"></b> | |
- | + | </a> | |
- | <li><a href="/Team:St_Andrews/ | + | <ul class="dropdown-menu"> |
+ | <li><a href="/Team:St_Andrews/metal-binding">Metal binding protein</a></li> | ||
+ | <li><a href="/Team:St_Andrews/Omega-3-synthesis">Omega-3 fatty acid synthesis</a></li> | ||
+ | <li class="divider"></li> | ||
+ | <li><a href="/Team:St_Andrews/Modelling">The mathematics of ω-3</a></li> | ||
+ | <li><a href="/Team:St_Andrews/Human-practices">Scientific impact of iGEM</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | <li><a href="/Team:St_Andrews/Parts">Biobricks</a></li> | ||
- | + | <li class="dropdown"> | |
- | <form class=" | + | <a href="#" |
- | + | class="dropdown-toggle" | |
+ | data-toggle="dropdown"> | ||
+ | Notebook | ||
+ | <b class="caret"></b> | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="/Team:St_Andrews/Notebook">Journal</a></li> | ||
+ | <li><a href="/Team:St_Andrews/Lab-book">Lab book: Protocols</a></li> | ||
+ | <li><a href="/Team:St_Andrews/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | |||
+ | <li><a href="/Team:St_Andrews/Public-outreach">Outreach</a></li> | ||
+ | |||
+ | </li> | ||
+ | <li class="dropdown"> | ||
+ | <a href="#" | ||
+ | class="dropdown-toggle" | ||
+ | data-toggle="dropdown"> | ||
+ | Team | ||
+ | <b class="caret"></b> | ||
+ | </a> | ||
+ | <ul class="dropdown-menu"> | ||
+ | <li><a href="/Team:St_Andrews/Team">Members</a></li> | ||
+ | <li><a href="https://igem.org/Team.cgi?year=2012&team_name=St_Andrews">Profile</a></li> | ||
+ | <li><a href="/Team:St_Andrews/Attributions">Attributions</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <form class="pull-right navbar-search" action="http://google.com/search" method="get"> | ||
+ | <fieldset role="search"> | ||
+ | <input type="hidden" name="q" value="site:https://2012.igem.org/ St Andrews "> | ||
+ | <input class="search-query input-small" type="text" name="q" results="0" placeholder="Search"> | ||
+ | </fieldset> | ||
</form> | </form> | ||
+ | |||
+ | </li> | ||
+ | |||
+ | |||
+ | |||
+ | </ul> | ||
+ | |||
+ | |||
+ | |||
Line 47: | Line 134: | ||
<script src="http://dl.dropbox.com/u/491730/iGEm/jquery.js"></script> | <script src="http://dl.dropbox.com/u/491730/iGEm/jquery.js"></script> | ||
+ | <script src="http://dl.dropbox.com/u/491730/iGEm/application.js"></script> | ||
<script src="http://dl.dropbox.com/u/491730/iGEm/bootstrap-transition.js"></script> | <script src="http://dl.dropbox.com/u/491730/iGEm/bootstrap-transition.js"></script> | ||
<script src="http://dl.dropbox.com/u/491730/iGEm/bootstrap-alert.js"></script> | <script src="http://dl.dropbox.com/u/491730/iGEm/bootstrap-alert.js"></script> |
Latest revision as of 20:38, 25 September 2012