(216 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<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 rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous"> | ||
+ | |||
+ | <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> | <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> | </script> | ||
− | |||
− | |||
<style> | <style> | ||
− | |||
− | /******************************** | + | /********************************* DEFAULT WIKI SETTINGS ********************************/ |
− | + | ||
− | + | ||
− | + | #top_title { | |
− | + | display: none; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | + | #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; | box-sizing: border-box; | ||
+ | color:#24305E; | ||
} | } | ||
− | + | .clr{ | |
− | . | + | clear:both; |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | . | + | .center{ |
− | + | ||
− | + | ||
text-align: 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%; | |
− | float: | + | font-family: 'Varela Round', sans-serif; |
− | + | color:#24305E; | |
− | + | ||
− | font-size: | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
− | . | + | .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-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%); | ||
background-blend-mode: screen; | background-blend-mode: screen; | ||
− | + | margin-left: auto; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
margin-right:auto; | margin-right:auto; | ||
padding-top:5%; | padding-top:5%; | ||
− | + | height: 100%; | |
position: relative; | position: relative; | ||
padding-bottom: 20px; | padding-bottom: 20px; | ||
+ | |||
} | } | ||
Line 243: | Line 142: | ||
} | } | ||
+ | .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%; | |
− | + | float: left; | |
− | + | height: 80px; | |
− | + | background-color:white; | |
+ | margin-right:5%; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
− | + | .pixcell{ | |
− | + | width:45%; | |
+ | margin-left:5%; | ||
+ | float:left; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
− | + | .iclogo{ | |
− | + | width:50%; | |
+ | float:right; | ||
+ | margin-top:30px; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
− | + | .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; | ||
+ | padding-top:2%; | ||
+ | width: 65%; | ||
+ | text-align:center; | ||
+ | background-color:white; | ||
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | nav ul { | ||
+ | margin:0; | ||
+ | list-style: none; | ||
+ | padding: 0; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | } | |
− | + | nav li { | |
− | + | float: left; | |
− | + | position: relative; | |
− | + | ||
− | + | ||
+ | } | ||
− | + | nav a, a:visited { | |
− | + | padding: 0 15px 0; | |
− | + | line-height: 50px; | |
+ | color: #24305E; | ||
+ | text-shadow: 1px 1px lightgrey; | ||
+ | transition:0.65s; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | nav ul li a:hover { | ||
+ | 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); | ||
+ | } | ||
+ | #navbarDropdown{ | ||
+ | text-decoration: none; | ||
+ | font-size:15px; | ||
+ | } | ||
+ | /* Mobile navigation */ | ||
− | + | .nav-mobile { | |
− | + | 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; | ||
+ | } | ||
− | + | 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-menu { | |
− | + | position: static; | |
− | + | } | |
+ | } | ||
− | + | @media screen and (min-width: 799px) { | |
− | + | .nav-list { | |
− | + | display: block !important; | |
+ | } | ||
+ | } | ||
+ | #nav-toggle { | ||
+ | position: absolute; | ||
+ | left: 18px; | ||
+ | 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); | ||
+ | } | ||
+ | |||
− | + | /********************************* CONTENT OF THE PAGE ********************************/ | |
− | + | #HQ_page | |
− | + | h1{ | |
+ | margin: auto; | ||
+ | padding: 20px; | ||
+ | margin-top: 6%; | ||
+ | font-size: 70px; | ||
+ | background-color:none; | ||
+ | text-align: center; | ||
+ | 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 | ||
+ | } | ||
+ | h4{ | ||
+ | |||
+ | 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; | ||
+ | } | ||
+ | h6{ | ||
+ | text-align: center; | ||
+ | font-size: 35px; | ||
+ | margin: 0; | ||
+ | font-family: 'Varela Round', sans-serif !important; | ||
+ | color:#24305E; | ||
+ | overflow: visible; | ||
+ | } | ||
− | + | p{ | |
− | + | 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; | ||
+ | } | ||
− | + | p3{ | |
− | + | width: 10%; | |
− | + | margin-top: 3%; | |
− | + | font-size:20px; | |
− | + | font-family: 'Varela Round', sans-serif; | |
− | + | color:#24305E; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</style> | </style> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
</head> | </head> | ||
+ | <body> | ||
+ | <section class="navigation"> | ||
+ | <div class="nav-container"> | ||
+ | <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> | ||
+ | <nav> | ||
+ | <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> | ||
+ | |||
− | < | + | </li> |
− | < | + | </ul> |
− | < | + | </li> |
+ | <li> | ||
− | < | + | <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"> |
− | < | + | DRY LAB |
− | <a href=" | + | <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/Dryover">OVERVIEW</a> | |
− | + | <li><a href=" https://2018.igem.org/Team:Imperial_College/Model">MODELLING</a> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Hardware">HARDWARE</a> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Software">SOFTWARE</a> | |
− | + | </ul> | |
− | + | <li> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | WET LAB | |
− | + | <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/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> | |
− | + | </ul> | |
− | + | </li> | |
− | + | <li> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | HUMAN PRACTICES | |
− | + | <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/Human_Practices">OVERVIEW</a></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Communication">COMMUNICATION</a></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/IHP">INTEGRATED HP</a></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Public_Engagement">OUTREACH</a></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Collaborations">COLLABORATIONS</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | <li> | |
− | + | <a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> | |
− | + | PEOPLE | |
− | + | <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/Team">TEAM</a></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Attributions">ATTRIBUTIONS</a></li> | |
− | + | <li><a href="https://2018.igem.org/Team:Imperial_College/Sponsors">SPONSORS</a></li> | |
− | + | </ul> | |
− | + | </li> | |
− | + | <li> | |
− | + | <a id="navbarDropdown" href="https://2018.igem.org/Team:Imperial_College/Judges">FOR JUDGES</a> | |
− | + | </li> | |
− | + | <li> | |
− | + | <a id="navbarDropdown" href="https://2018.igem.org/Team:Imperial_College/Journal">JOURNAL</a> | |
− | + | </li> | |
− | + | </ul> | |
− | + | </div> | |
− | + | </nav> | |
− | + | </div> | |
− | + | </section> | |
− | + | ||
− | + | ||
+ | </body> | ||
Line 596: | Line 700: | ||
<!--- Content of the page ---> | <!--- Content of the page ---> | ||
<!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | <!-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 03:49, 18 October 2018