Difference between revisions of "Team:Imperial College/Templates/NavBar"

(Created page with "<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="style...")
 
 
(219 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE html>
 
 
<html>
 
<html>
 
<head>
 
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
 
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
 
<link href="https://fonts.googleapis.com/css?family=Varela+Round" rel="stylesheet">
  <link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"  
+
 
 +
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"  
 
     integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
 
     integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
  <link href="https://fonts.googleapis.com/css?family=Fira+Sans" rel="stylesheet">
+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
/**************************************************************************************************************************************************************************************************/
+
 
/* MENU */
+
<link rel="stylesheet" type="text/css"
/**************************************************************************************************************************************************************************************************/
+
href="https://2018.igem.org/wiki/index.php?title=Template:Imperial_College/CSS2&action=raw&ctype=text/css" />
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Imperial_College/CSS&action=raw&ctype=text/javascript"></script>
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Imperial_college/script&action=raw&ctype=text/javascript"></script>
 +
<link rel="stylesheet" type="text/css"
 +
href="https://2018.igem.org/wiki/index.php?title=Template:Imperial College/CSS3&action=raw&ctype=text/css" />
 +
<link rel="stylesheet" type="text/css"
 +
href="https://2018.igem.org/wiki/index.php?title=Template:Template:Imperial College/CSS4&action=raw&ctype=text/css" />
 +
<script type="text/javascript" src="https://2018.igem.org/wiki/index.php?title=Template:Imperial_College/javascript&action=raw&ctype=text/javascript"></script>
 +
 
 +
 
 +
 
 +
<script>
 +
 
 +
    var coll = document.getElementsByClassName("collapsible");
 +
    var i;
 +
   
 +
    for (i = 0; i < coll.length; i++) {
 +
        coll[i].addEventListener("click", function() {
 +
            this.classList.toggle("active");
 +
            var drop = this.nextElementSibling;
 +
            if (drop.style.display === "block") {
 +
                drop.style.display = "none";
 +
            } else {
 +
                drop.style.display = "block";
 +
            }
 +
        });
 +
    }
 +
 
 +
 
 +
</script>
 
<style>
 
<style>
.nav{
+
 
width:100%;
+
 
    height:auto;
+
 
background:white;
+
/********************************* DEFAULT WIKI SETTINGS  ********************************/
margin-bottom: 2%;
+
 
    position:fixed;
+
#top_title {
    z-index: 40;
+
  display: none;
 
}
 
}
.logo{
 
  
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
        #content {  margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
 +
        body {
 +
        background-color: white;
 +
        width: 100%;
 +
}
 +
 +
/*#top_menu_under, #top_menu_14 { display:none;}*/
 +
 +
body{
 +
    margin:0;
 +
    padding:0;
 +
    text-decoration:none;
 +
    overflow: scroll;
 +
    font-family: 'Varela Round', sans-serif;
 +
    box-sizing: border-box;
 +
    color:#24305E;
 +
}
 +
.clr{
 +
    clear:both;
 +
}
 +
 +
.center{
 +
    text-align: center;
 +
}
 +
 +
.floatleft{
 +
  font-size:25px;
 +
  text-align: center;
 +
    margin-top:0 !important;
 +
    float:right !important;
 +
    width:30%;
 +
    font-size:20px;
 +
    margin-bottom:4%;
 +
  font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
 +
}
 +
.floatright2{
 +
  text-align: center;
 +
    margin-top:0 !important;
 +
    float:right !important;
 +
    width:50%;
 +
    margin-bottom:4%;
 +
  font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
}
 +
 +
.floatleft2{
 +
  float:left;
 +
  width:50%;
 +
 +
 
 +
}
 +
 +
.underbold{
 +
font-weight: bold;
 +
text-decoration: underline;
 +
}
 +
.marginbottom{
 +
    margin-bottom:5% !important;
 +
}
 +
 +
hr{
 +
    margin:auto;
 +
    margin-top:2%;
 +
    border-top: 4px dashed #F5D76E;
 +
}
 +
 +
.container{
 +
    width: 100%;
 +
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);
 +
    background-blend-mode: screen;
 +
    margin-left: auto;
 +
    margin-right:auto;
 +
    padding-top:5%;
 +
    height: 100%;
 +
    position: relative;
 +
    padding-bottom: 20px;
 +
 +
    }
 +
   
 +
.content{
 +
    background:none;
 +
    margin:auto;
 +
    padding:0;
 +
    width:90%;
 +
    height: 100%;
 +
    position:relative;
 +
    color:#24305E;
 +
}
 +
 +
.titleimg{
 +
    margin:auto;
 +
    text-align: center;
 +
}
 +
.titleimg img{
 +
    margin-top:3%;
 +
    margin-bottom: 10%;
 +
}
 +
 +
.what{
 +
    background:none;
 +
    margin:7% 2% 0 2%;
 +
}
 +
.why{
 +
    background:none;
 +
    margin:0 2% 0 2%;
 +
}
 +
 +
.collapsible {
 +
    background-color:#F8E9A1;
 +
    color: #24305E;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    border: none;
 +
    text-align: left;
 +
    outline: none;
 +
    font-size: 27px;
 +
    transition: 0.4s;
 +
    border-radius: 10px;
 +
    margin-bottom: 4%;
 +
}
 +
 +
.active, .collapsible:hover {
 +
    background-color: #A8D0E6;
 +
}
 +
 +
.panel {
 +
    width: 70%;
 +
    margin-left:23%;
 +
    margin-bottom:5px;
 +
    float:left;
 +
    border:none;
 +
    max-height: 0px;
 +
    transition: max-height 0.3s linear;
 +
    overflow:hidden;
 +
    background:none;
 +
}
 +
 +
.drop{
 +
    padding: 0 18px;
 +
    display: none;
 +
    overflow: hidden;
 +
    background-color: none;
 +
    border-radius: 20px;
 +
}
 +
 +
.row {
 +
    display: table;
 +
    margin: auto;
 +
    height:100%;
 +
    width: 100%;
 +
    margin: 0;
 +
    padding: 0;
 +
    border: 0;
 +
}
 +
 +
.row [class*="col-"] {
 +
    width: 50%;
 +
    float: none;
 +
    display: table-cell;
 +
    vertical-align: top;
 +
 +
}
 +
 +
 +
#display-pic{
 +
    vertical-align: middle;
 +
    text-align: center;
 +
}
 +
 +
#display-pic img{
 +
    width: 40%;
 +
    margin-right:5%;
 +
    border-radius: 50%;
 +
    border: solid 10px  #A8D0E6;
 +
    box-sizing: border-box;
 +
    transition: border 0.2s ease;
 +
   
 +
}
 +
 +
#display-pic img:hover{
 +
    border:  solid 10px #F5D76E;
 +
    cursor:pointer;
 +
}
 +
 +
 +
.row [class*="col-"]  h2{
 +
    font-size: 20px;
 +
    font-family:"Varela Round", sans-serif;
 +
    color: #374785;
 +
    font-weight: bold;
 +
    transition: color 0.2s ease;
 +
}
 +
 +
.row [class*="col-"]  h2:hover{
 +
    color:#F76C6C;
 +
}
 +
 +
.row [class*="col-"]  p{
 +
    width: 100%;
 +
    font-size: 18px;
 +
    font-family: "Varela Round", sans-serif;
 +
    color:#374785;
 +
    text-align:justify;
 +
 +
}
 +
#guard:hover{
 +
    color:#F76C6C;
 +
}
 +
 +
.display-pic{
 +
    float: right;
 +
    text-align: left;
 +
    clear: both;
 +
}
 +
.display-pic img{
 +
    width: 20%;
 +
    margin-right:5%;
 +
    float: left;
 +
    border-radius: 50%;
 +
    border: solid 10px  #A8D0E6;
 +
    box-sizing: border-box;
 +
    transition: border 0.2s ease;
 +
}
 +
 +
.display-pic img:hover{
 +
    border:  solid 10px #F5D76E;
 +
    cursor:pointer;
 +
}
 +
 +
 +
/********************************* NAVBAR  ********************************/
 +
 +
.logo{
 +
    margin-top:1%;
 
     width: 20%;
 
     width: 20%;
 
     float: left;
 
     float: left;
 
     height: 80px;
 
     height: 80px;
     background-color:none;
+
     background-color:white;
 +
    margin-right:5%;
 
     box-sizing: border-box;
 
     box-sizing: border-box;
 
}
 
}
Line 30: Line 298:
 
.pixcell{
 
.pixcell{
 
     width:45%;
 
     width:45%;
     margin-left:5px;
+
     margin-left:5%;
 
     float:left;
 
     float:left;
 
     box-sizing: border-box;
 
     box-sizing: border-box;
Line 42: Line 310:
 
}
 
}
  
.dropdown {
+
.navigation {
 +
  top: 0;
 +
  margin:auto;
 +
  height: 70px;
 +
  background: white;
 +
  position:fixed;
 +
  z-index: 40;
 +
}
 +
 
 +
.nav-container {
 +
width: 100%;
 +
margin: 0 auto;
 +
height:auto;
 +
background:white;
 +
margin-bottom: 0;
 +
position:fixed;
 +
z-index: 40;
 +
}
 +
 
 +
 
 +
nav {
 +
    margin:auto;
 
     float: right;
 
     float: right;
     width: 80%;
+
    padding-top:2%;
     text-align: center;
+
     width: 65%;
     background-color:none;
+
     text-align:center;
 +
     background-color:white;
 +
 
 
}
 
}
  
.dropdown ul {
+
nav ul {
 
     margin:0;
 
     margin:0;
     padding-top:45px;
+
     list-style: none;
list-style: none;
+
     padding: 0;
     background-color:none;
+
 
   
+
 
 
}
 
}
.dropdown ul li {
+
nav li {
 
     float: left;
 
     float: left;
    cursor:pointer;
 
    color:white;
 
    font-size: 14px;
 
    background-color:none;
 
    padding-right:8px;
 
    width:150px;
 
    height:30px;
 
 
     position: relative;
 
     position: relative;
    margin-top:5px;
+
 
 +
 
 
}
 
}
  
.dropdown ul li a{
+
nav a, a:visited {
     padding:0;
+
     padding: 0 15px 0;
     color: #24305E ;
+
     line-height: 50px;
     background-color: none;
+
     color: #24305E;
    text-decoration: none;
+
    position: relative;
+
    display: block;
+
 
     text-shadow: 1px 1px lightgrey;
 
     text-shadow: 1px 1px lightgrey;
 
     transition:0.65s;
 
     transition:0.65s;
 +
    text-decoration: none;
 
}
 
}
.dropdown ul ul li a{
+
 
     padding:0;
+
nav ul li a:hover {
     background-color: none;
+
        text-shadow:1px 1px #D0FADE;
 +
        color:  #7EF397;
 +
     }
 +
 
 +
    dropdown-menu ul li {
 +
        min-width: 190px;
 +
    }
 +
    dropdown-menu  a {
 +
            padding: 15px;
 +
            line-height: 20px;
 +
 
 +
     }
 +
    dropdown-item :hover{
 +
    color: rgb(248, 59, 122);
 +
    text-shadow: lightpink  ;
 +
 
 +
    }
 +
 
 +
.dropdown-menu {
 +
  position: absolute;
 +
  display: none;
 +
  z-index: 1;
 +
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
 
}
 
}
  
.dropdown ul ul{
+
#navbarDropdown{
     margin:0;
+
     text-decoration: none;
     padding:0;
+
     font-size:15px;
    top:30px;
+
}
list-style: none;
+
/* Mobile navigation */
     background-color:white;
+
 
     box-shadow: 0px 5px 5px rgba(0,0,0,0.4);
+
.nav-mobile {
     position: absolute;
+
  display: none;
 +
  position: absolute;
 +
  top: 0;
 +
  right: 0;
 +
  background: white;
 +
  height: 70px;
 +
  width: 70px;
 +
}
 +
@media only screen and (max-width: 798px) {
 +
 
 +
  .nav-mobile {
 +
    display: block;
 +
  }
 +
 
 +
nav{
 +
    width:100%;
 +
    height:auto;
 +
     background:white;
 +
     margin-bottom: 2%;
 +
     position:fixed;
 +
    z-index: 40;
 +
}
 +
nav ul{
 
     display: none;
 
     display: none;
 
}
 
}
  
 +
a{
 +
    text-decoration: none;
 +
}
 +
.nav-list{
 +
        margin: auto;
 +
        display: block !important;
 +
   
 +
        }
  
 +
.nav-list li {
 +
     
 +
        float: none;
 +
       
 +
        }
 +
.nav-list  a {
 +
            padding: 15px;
 +
            line-height: 25px;
 +
   
 +
        }
 +
nav ul li a {
 +
            padding-left: 30px;
 +
        }
  
.dropdown ul ul a{
+
  .dropdown-menu {
     background-color:none;
+
     position: static;
    width:200px;
+
  }
    text-align: left;
+
    margin:0;
+
    padding-left:2px;
+
    box-sizing: border-box;
+
 
}
 
}
ul.sub1 li {
+
 
    background-color:none;
+
@media screen and (min-width: 799px) {
    margin-left: 35px;
+
  .nav-list {
     width:110px;
+
     display: block !important;
 +
  }
 
}
 
}
ul.sub2 li {
+
 
    background-color: none;
+
#nav-toggle {
    margin-left: 5px;
+
  position: absolute;
    padding:0;
+
  left: 18px;
    width: 180px;
+
  top: 22px;
 +
  cursor: pointer;
 +
  padding: 10px 35px 16px 0px;
 
}
 
}
 +
#nav-toggle span,
 +
  span:before,
 +
  span:after {
 +
    cursor: pointer;
 +
    border-radius: 1px;
 +
    height: 5px;
 +
    width: 35px;
 +
    background: white;
 +
    position: absolute;
 +
    display: block;
 +
    content: '';
 +
    transition: all 300ms ease-in-out;
 +
  }
 +
  #nav-toggle span:before {
 +
    top: -10px;
 +
  }
 +
  #nav-toggle span:after {
 +
    bottom: -10px;
 +
  }
 +
  #nav-toggle.active span {
 +
    background-color: transparent;
 +
  }
 +
    #nav-toggle:before,
 +
    #nav-toggle:after {
 +
      top: 0;
 +
    }
 +
    #nav-toggle:before {
 +
      transform: rotate(45deg);
 +
    }
 +
    #nav-toggle:after {
 +
      transform: rotate(-45deg);
 +
    }
 +
 
  
ul.sub3 li {
+
/********************************* CONTENT OF THE PAGE ********************************/
 +
#HQ_page
 +
h1{
 +
    margin: auto;
 +
    padding: 20px;
 +
    margin-top: 6%;
 +
    font-size: 70px;
 
     background-color:none;
 
     background-color:none;
     margin-left: 40px;
+
     text-align: center;
     width:80px;
+
     font-family: 'Varela Round', sans-serif !important;
 +
    color:#24305E;
 +
    overflow: visible;
 +
}
 +
 
 +
h2{
 +
  font-size: 22px;
 +
  background:none;
 +
  width:90%;
 +
  margin: auto;
 +
  margin-bottom:2%;
 +
  display: list-item;                                                     
 +
  list-style-type: disc;     
 +
  list-style-position: inside;
 +
    overflow: visible;
 +
 
 
}
 
}
 +
h3{
 +
    font-weight: bold;
 +
    text-align: center;
 +
    font-size: 35px;
 +
    margin:3% 2% 2% 2%;
 +
    font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
    overflow: visible
 +
}
  
.dropdown ul li a:hover{
+
h4{
     color: #7EF397;
+
      
     text-shadow: 1px 1px #D0FADE;
+
    font-size: 30px;
 +
     font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
    overflow: visible;
 +
 
 
}
 
}
 +
h5{
 +
    text-align: left;
 +
    font-size: 35px;
 +
    margin:0;
 +
    margin-top: 5%;
 +
    margin-bottom: 8%;
 +
    font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
    overflow: visible;
  
.dropdown ul li ul li a:hover{
+
}
     color: rgb(248, 59, 122);
+
h6{
     text-shadow: lightpink;
+
     text-align: center;
 +
     font-size: 35px;
 +
    margin: 0; 
 +
    font-family: 'Varela Round', sans-serif !important;
 +
    color:#24305E;
 +
    overflow: visible;
 
}
 
}
  
.dropdown ul li:hover > ul {
+
p{
     display:block;
+
     font-size: 18px !important;
 +
    font-family: 'Varela Round', sans-serif !important;
 +
    color:#24305E;
 +
 
 
}
 
}
 +
p1{
 +
    width:30%;
 +
    text-align: center !important;
 +
    margin: 3px;
 +
    font-size:20px !important;
 +
    line-height: 2em;
 +
}
 +
p2{
 +
    width:30%;
 +
    font-size: 22px;
 +
    line-height: 24px;
 +
    text-align: center;
 +
    background: none;
 +
    font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
}
  
</head>
+
p3{
/*mobile menu bar styling*/
+
    width: 10%;
/**************************************************************************************************************************************************************************************************/
+
    margin-top: 3%;
 +
    font-size:20px;
 +
    font-family: 'Varela Round', sans-serif;
 +
    color:#24305E;
 +
}
  
  
.igem_2018_team_mobile_bar {
+
</style>
background-color:#e4dede;
+
border-bottom: 1px solid #c4baba;
+
cursor:pointer;
+
display:none;
+
float:left;
+
margin-top: 0;
+
padding: 5px 0;
+
position:fixed;
+
width:100%;
+
}
+
  
.igem_logo_mobile img {
+
</head>
width:70px;
+
}
+
  
.igem_logo_mobile {
+
<body>
float:left;
+
<section class="navigation">
padding-left: 5%;
+
  <div class="nav-container">
width: 30%;
+
    <div class="logo">
}
+
      <a href="https://2018.igem.org/Team:Imperial_College"> <img class="pixcell" src="https://static.igem.org/mediawiki/2018/8/80/T--Imperial_College--pixcell.png"></a>
 +
      <a href="#"> <img class="iclogo " src="https://static.igem.org/mediawiki/2018/8/8b/T--Imperial_College--college.png"></a>
 +
  </div>
  
.igem_menu_control_mobile img {
+
    <nav>
width:25px;
+
      <div class="nav-mobile"><a id="nav-toggle" href="#!"><span></span></a></div>
}
+
      <div class="menu">
 +
      <ul class="nav-list">
 +
            <li class="nav-item dropdown">
 +
                    <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
 +
                      PROJECT<i class="fa fa-caret-down" aria-hidden="true"></i>
 +
                    </a>
 +
   
 +
          <ul class="dropdown-menu">
 +
                <li><a href="https://2018.igem.org/Team:Imperial_College/Project">DESCRIPTION</a>
 +
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Mechanisms">DESIGN</a>
 +
                      <li><a href="https://2018.igem.org/Team:Imperial_College/Applied_Design">APPLICATIONS</a>
 +
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Achievements">ACHIEVEMENTS</a>
 +
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Future">FUTURE WORK</a>
 +
                  <li><a href="https://2018.igem.org/Team:Imperial_College/Brainstorming">BRAINSTORM</a>
 +
               
  
.igem_menu_control_mobile {
+
                    </li>
float:right;
+
          </ul>
padding-right:5%;
+
        </li>
padding-top:5px;
+
        <li>
text-align:right;
+
width: 30%;
+
}
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
<!--- Menu --->
+
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
+
  
<div class="nav">
+
        <li class="nav-item dropdown">
                 <div class="logo">
+
                 <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                     <a href="#"> <img class="pixcell" src= "https://static.igem.org/mediawiki/2018/8/80/T--Imperial_College--pixcell.png" ></a>
+
                    DRY LAB
                     <a href="#"> <img class="iclogo "src="https://static.igem.org/mediawiki/2018/8/8b/T--Imperial_College--college.png" ></a>
+
                     <i class="fa fa-caret-down" aria-hidden="true"></i>
                </div>
+
                </a>
           
+
       
                <div class="dropdown">
+
          <ul class="dropdown-menu">
                    <ul>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/Dryover">OVERVIEW</a>
                        <li><a href="#">PROJECT<i class="fa fa-caret-down" aria-hidden="true"></i></a>
+
                     <li><a href=" https://2018.igem.org/Team:Imperial_College/Model">MODELLING</a>
                        <ul class= "sub1">
+
                  <li><a href="https://2018.igem.org/Team:Imperial_College/Hardware">HARDWARE</a>
                              <li><a href="our project.htm">DESCRIPTION</a>
+
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Software">SOFTWARE</a>
                              <li><a href="mechanism.htm">MECHANISMS</a>
+
          </ul>
                                <li><a href="applications.htm">APPLICATIONS</a>
+
        <li>
                              <li><a href="achievement.htm">ACHIEVEMENTS</a>
+
                <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                            <li><a href="brainstorming.htm">BRAINSTORM</a>
+
                        WET LAB
                        </ul>
+
                        <i class="fa fa-caret-down" aria-hidden="true"></i>
                      </li>
+
                    </a>
 +
          <ul class="dropdown-menu">
 +
                <li><a href="https://2018.igem.org/Team:Imperial_College/Wetover">OVERVIEW</a>
 +
                    <li><a href=" https://2018.igem.org/Team:Imperial_College/Demonstrate">RESULTS</a></li>
 +
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Experiments">METHODS</a></li>
 +
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Protocols">REFERENCES</a></li>
 +
                  <li><a href="https://2018.igem.org/Team:Imperial_College/Parts">PARTS</a></li>
 +
                    <li><a href="https://2018.igem.org/Team:Imperial_College/Measurement">BASIC</a></li>
 +
                  <li><a href="https://2018.igem.org/Team:Imperial_College/Supplementary">SUPPLEMENTARY</a></li>
  
                      <li><a href="#">DRY LAB<i class="fa fa-caret-down" aria-hidden="true"></i></a>
+
            </li>
                        <ul class= "sub1">
+
          </ul>
                                <li><a href="dryover.htm">OVERVIEW</a>
+
        </li>
                                <li><a href="modelling.htm">MODELLING</a>
+
        <li>
                              <li><a href="hardware.htm">HARDWARE</a>
+
                <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                          </ul>
+
                        HUMAN PRACTICES
                      </li>
+
                        <i class="fa fa-caret-down" aria-hidden="true"></i>
                        <li><a href="#">WET LAB<i class="fa fa-caret-down" aria-hidden="true"></i></a>
+
                    </a>
                            <ul class= "sub1">
+
          <ul class="dropdown-menu">
                                    <li><a href="wetover.htm">OVERVIEW</a>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/Human_Practices">OVERVIEW</a></li>
                                  <li><a href="results.htm">RESULTS</a></li>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/Communication">COMMUNICATION</a></li>
                                  <li><a href="WetLabExpt.htm">EXPERIMENTS</a></li>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/IHP">INTEGRATED HP</a></li>
                                  <li><a href="Protocols.html">PROTOCOLS</a></li>
+
              <li><a href="https://2018.igem.org/Team:Imperial_College/Public_Engagement">OUTREACH</a></li>
                                <li><a href="parts.htm">PARTS</a></li>
+
              <li><a href="https://2018.igem.org/Team:Imperial_College/Collaborations">COLLABORATIONS</a></li>
                               
+
          </ul>
                            </ul>
+
        </li>
                            </li>
+
        <li>
                   
+
                <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
                        <li><a href="#">HUMAN PRACTICES<i class="fa fa-caret-down" aria-hidden="true"></i></a>
+
                      PEOPLE
                            <ul class= "sub2">
+
                        <i class="fa fa-caret-down" aria-hidden="true"></i>
                                <li><a href="HP.htm">OVERVIEW</a></li>
+
                    </a>
                                  <li><a href="IHP.htm">INTEGRATED HP</a></li>
+
          <ul class="dropdown-menu">
                                <li><a href="communication.htm">COMMUNICATION</a></li>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/Team">TEAM</a></li>
                                <li><a href="outreach.htm">OUTREACH</a></li>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/Attributions">ATTRIBUTIONS</a></li>
                                <li><a href="Collaborations.htm">COLLABORATIONS</a></li>
+
                <li><a href="https://2018.igem.org/Team:Imperial_College/Sponsors">SPONSORS</a></li>
                                </ul>
+
          </ul>
                              </li>
+
        </li>
                       
+
        <li>
                        <li><a href="#">PEOPLE<i class="fa fa-caret-down" aria-hidden="true"></i></a>
+
          <a id="navbarDropdown" href="https://2018.igem.org/Team:Imperial_College/Judges">FOR JUDGES</a>
                          <ul class= "sub3">
+
        </li>
                                <li><a href="Biography.htm">TEAM</a></li>
+
        <li>
                                <li><a href="attribution.htm">ATTRIBUTIONS</a></li>
+
          <a id="navbarDropdown" href="https://2018.igem.org/Team:Imperial_College/Journal">JOURNAL</a>
                                <li><a href="sponsor.htm">SPONSORS</a></li>
+
        </li>
                              </ul>
+
      </ul>
                            </li>
+
    </div>
                        <li><a href="judges.htm">FOR JUDGES</a></li>
+
    </nav>
                        <li><a href="journal.htm">JOURNAL</a></li>
+
  </div>
                    </ul>
+
</section>
                </div>
+
              </div>
+
 
    
 
    
</html>
+
</body>
 +
 
 +
 
 +
 
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->
 +
<!--- Content of the page  --->
 +
<!------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------->

Latest revision as of 03:49, 18 October 2018