Team:Dundee/Template/header
From 2014.igem.org
(Difference between revisions)
(185 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
<title>Dundee 2014</title> | <title>Dundee 2014</title> | ||
- | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
<link href="https://2014.igem.org/Team:Dundee/stylesheet?action=raw&ctype=text/css" rel="stylesheet"> | <link href="https://2014.igem.org/Team:Dundee/stylesheet?action=raw&ctype=text/css" rel="stylesheet"> | ||
- | |||
- | |||
- | |||
- | |||
<!-- Fav and touch icons --> | <!-- Fav and touch icons --> | ||
Line 20: | Line 16: | ||
<link rel="shortcut icon" href="../assets/ico/favicon.png"> | <link rel="shortcut icon" href="../assets/ico/favicon.png"> | ||
+ | <style> | ||
+ | .scrollable-menu { | ||
+ | height: auto; | ||
+ | max-height: 500px; | ||
+ | overflow-x: hidden; | ||
+ | } | ||
+ | </style> | ||
+ | |||
+ | <link href="https://2014.igem.org/Team:Dundee/bootstrap?action=raw&ctype=text/css" rel="stylesheet"> | ||
</head> | </head> | ||
<body> | <body> | ||
- | <div class = "navbar navbar- | + | <div class = "navbar navbar-custom navbar-fixed-top"> |
- | + | <div class="container-fluid"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | <!-- Brand and toggle get grouped for better mobile display --> | |
- | + | <!--button toggle--> | |
- | + | <div class="navbar-header"> | |
- | + | <button class = "navbar-toggle" data-toggle = "collapse" data-target="#navBarContent"> | |
- | + | <span class="sr-only">Toggle navigation</span> | |
- | + | <span class="icon-bar"></span> | |
- | + | <span class="icon-bar"></span> | |
+ | <span class="icon-bar"></span> | ||
+ | </button> | ||
+ | |||
+ | <!-- Branding --> | ||
+ | <a class="navbar-brand" href="https://igem.org" style="padding:0px 15px;width:100px;height:50px;"><img width="70px" height="50px" src="https://static.igem.org/mediawiki/2014/3/3a/CustLogo.png"></a> | ||
+ | <a href="/Team:Dundee" class="navbar-brand" style="padding-left:70px;">Dundee 2014</a> | ||
+ | </div> | ||
+ | |||
+ | <!-- navHeaderCollapse is an id, button above targets by name!--> | ||
+ | <div class="collapse navbar-collapse" id="navBarContent"> | ||
+ | <ul class = "nav navbar-nav"> | ||
+ | |||
+ | <li> <a href="#" id="info">Site Information</a></li> | ||
+ | |||
+ | <li class = "dropdown"> | ||
+ | <a href="'#" class="dropdown-toggle" data-toggle = "dropdown">Policy & Practice<b class="caret"></b></a> | ||
- | <ul class="dropdown-menu"> | + | <ul class="dropdown-menu"> |
- | + | <li class="nav-header "><i><u>Bulletin Board</u></i></li> | |
- | + | ||
- | + | <li><a href="/Team:Dundee/policypractice/experts">Policy & Practice</a></li> | |
+ | <li><a href="/Team:Dundee/policypractice/clinic">Cystic Fibrosis Stories</a></li> | ||
+ | <li><a href="/Team:Dundee/policypractice/mt">Media and Talks</a></li> | ||
+ | <li><a href="/Team:Dundee/policypractice/fundraising">Fundraising</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li class = "dropdown"> | ||
+ | <a href="'#" class="dropdown-toggle" data-toggle = "dropdown">Project<b class="caret"></b></a> | ||
+ | |||
+ | <ul class="dropdown-menu scrollable-menu" role="menu"> | ||
+ | <!--Project pages--> | ||
+ | <li class="nav-header "><i><u>School</u></i></li> | ||
+ | |||
+ | |||
+ | <li class="nav-header ">Project</li> | ||
+ | <li><a href="/Team:Dundee/Project/CF">Cystic Fibrosis</a></li> | ||
+ | <li><a href="/Team:Dundee/Project/lungRanger">Polymicrobial Infection in the CF lung</a></li> | ||
+ | <li><a href="/Team:Dundee/Project/Aims">The Lung Ranger</a></li> | ||
+ | <li><a href="/Team:Dundee/Project/pqs">PQS Sensor</a></li> | ||
+ | <li><a href="/Team:Dundee/Project/PAI-1">PAI-1 Sensor</a></li> | ||
+ | <li><a href="/Team:Dundee/Project/bdsf">BDSF Sensor</a></li> | ||
+ | <li><a href="/Team:Dundee/Project/dsf">DSF Sensor</a></li> | ||
+ | |||
+ | |||
+ | <li class="nav-header">Modelling</li> | ||
+ | <li><a href="/Team:Dundee/Modeling/introduction">Introduction</a></li> | ||
+ | <li><a href="/Team:Dundee/Modeling/pqs">Modelling: PQS</a></li> | ||
+ | <li><a href="/Team:Dundee/Modeling/bdsf">Modelling: BDSF</a></li> | ||
+ | <li><a href="/Team:Dundee/Modeling/dsf">Modelling: DSF</a></li> | ||
+ | <li><a href="/Team:Dundee/Modeling/netlogo">NetLogo</a></li> | ||
+ | |||
+ | <li class="nav-header">Implementation</li> | ||
+ | <li><a href="/Team:Dundee/Implementation/introduction">L.A.S.S.O.</a></li> | ||
+ | <li><a href="/Team:Dundee/Implementation/methodology">Methodology</a></li> | ||
+ | <li><a href="/Team:Dundee/Implementation/lasso">Hardware</a></li> | ||
+ | <li><a href="/Team:Dundee/Implementation/lassoInterface">Software</a></li> | ||
+ | <li><a href="/Team:Dundee/Implementation/realWorld">Out in the real world</a></li> | ||
+ | <li><a href="/Team:Dundee/Implementation/financial">Quantified Impact</a></li> | ||
+ | <li><a href="/Team:Dundee/Implementation/future">Future</a></li> | ||
+ | |||
+ | |||
</ul> | </ul> | ||
</li> | </li> | ||
<li class = "dropdown"> | <li class = "dropdown"> | ||
- | + | <a href="'#" class="dropdown-toggle" data-toggle = "dropdown">Log Book<b class="caret"></b></a> | |
<ul class="dropdown-menu"> | <ul class="dropdown-menu"> | ||
- | + | <li class="nav-header "><i><u>Library</u></i></li> | |
- | + | <li><a href="/Team:Dundee/Safety">Safety & Protocols</a></li> | |
+ | <li><a href="/Team:Dundee/Notebook">Notebook</a></li> | ||
+ | <li><a href="/Team:Dundee/famAlbum">Family Album</a></li> | ||
+ | |||
</ul> | </ul> | ||
</li> | </li> | ||
- | + | <li class = "dropdown"> | |
- | <li><a href="/Team:Dundee/ | + | <a href="'#" class="dropdown-toggle" data-toggle = "dropdown">iGEM Community<b class="caret"></b></a> |
- | + | ||
- | + | <ul class="dropdown-menu"> | |
- | + | <li class="nav-header "><i><u>Saloon</u></i></li> | |
- | + | <li><a href="/Team:Dundee/Team">Team</a></li> | |
- | + | <li><a href="/Team:Dundee/Attributions">Attributions</a></li> | |
- | + | <li><a href="/Team:Dundee/collaborations">Collaboration</a></li> | |
+ | <li><a href="/Team:Dundee/medals">Medal Fulfillment</a></li> | ||
+ | |||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | |||
+ | <li><a href="https://2014.igem.org/Team:Dundee/Parts">Parts</a></li> | ||
+ | <li class = "dropdown"> | ||
+ | <a href="'#" class="dropdown-toggle" data-toggle = "dropdown">Contact the team<b class="caret"></b></a> | ||
+ | |||
+ | <ul class="dropdown-menu"> | ||
+ | |||
+ | <li> <a href="https://igem.org/Team.cgi?year=2014&team_name=Dundee">Team Page</a></li> | ||
+ | <li><a href="https://www.facebook.com/igemdundee2014">Facebook</a></li> | ||
+ | <li><a href="https://twitter.com/DundeeiGEMTeam">Twitter</a></li> | ||
+ | |||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div><!-- /.navbar-collapse --> | ||
+ | </div><!-- /.container-fluid --> | ||
+ | </div> | ||
- | |||
- | |||
- | |||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 01:18, 18 October 2014