Line 2: | Line 2: | ||
<html> | <html> | ||
+ | |||
+ | <nav id="navbarStartpage" class="navbar navbar-expand justify-content-center"> | ||
+ | <span id="navbar-top-placeholder"></span> | ||
+ | |||
+ | <ul class="nav justify-content-center"> | ||
+ | <!-- Project menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="projectDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Project</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="projectDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Description">Description</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Design">Design</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Lab menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="labDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Lab</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="labDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Experiments">Experiments</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Notebook">Notebook</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Results">Results</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Future">Future</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Collaborations">Collaborations</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/InterLab">Interlab</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/HP/Fieldtrips">Fieldtrip</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Safety">Safety</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Parts menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="partsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Parts</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="partsDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Basic_Part">Basic parts</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Composite_Part">Composite part</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Part_Collection">Part collection</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Modelling menu --> | ||
+ | <li class="nav-item"> | ||
+ | <a class="nav-link" href="https://2017.igem.org/Team:Exeter/Model">Model</a> | ||
+ | </li> | ||
+ | <!-- Filter menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="filterDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Filter</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="filterDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Applied_Design">Applied Design</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Current_Methods">Current methods</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Hydrocyclone">Hydrocyclone</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/FMR">Fluidised Media Reactor</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Bio-security">Biosecurity</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Filter_Stakeholders">Stakeholders' Influence</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Future">Future of our filter</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Human practices menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="hpDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Human Practices</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="hpDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/HP/Silver">Overview</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Engagement">Public engagement</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/HP/Gold_Integrated">Integrated Human Practices</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Team menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="teamDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Team</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="teamDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Team">Our members</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Attributions">Attributions</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | <!-- Medals & Awards menu --> | ||
+ | <li class="nav-item dropdown"> | ||
+ | <a class="nav-link dropdown-toggle" href="" id="medalsDropdown" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Medals & Awards</a> | ||
+ | <div class="dropdown-menu" aria-labelledby="medalsDropdown"> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Medals">Medals</a> | ||
+ | <a class="dropdown-item" href="https://2017.igem.org/Team:Exeter/Awards">Awards</a> | ||
+ | </div> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | |||
+ | |||
<!-- Jumbotron for carousel going at the top of start page --> | <!-- Jumbotron for carousel going at the top of start page --> | ||
<div class="jumbotron" id="startPageJumbotron"> | <div class="jumbotron" id="startPageJumbotron"> |
Revision as of 10:14, 24 October 2017
Find out about our filter system
As part of our project we developed a prototype of a filter system that could potentially be employed by the water industry.
Find out moreMeet the people behind the project
We are a team of ten undergraduate students from the University of Exeter.
Find out more