(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <!--doctype html--> | ||
+ | <html> | ||
+ | <head> | ||
+ | <title>""</title> | ||
+ | <meta charset="utf-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
+ | <style> | ||
+ | #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; } | ||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
+ | |||
+ | .judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;} | ||
+ | |||
+ | /* ============ DEBUT : Réglages de la barre de menu ============ */ | ||
+ | |||
+ | /* ==== DEBUT : Réglages généraux ==== */ | ||
+ | body { | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | #header { | ||
+ | position: fixed; | ||
+ | width: 100%; | ||
+ | margin-top: 0px; | ||
+ | z-index: 600; | ||
+ | } | ||
+ | |||
+ | /* ==== FIN: Réglages généraux ==== */ | ||
+ | |||
+ | @media screen and (min-width: 911px){ | ||
+ | |||
+ | #naviconwrapper { | ||
+ | margin: 0px ; /*auto centers wrapper*/ | ||
+ | height: 60px; | ||
+ | width: 100%; | ||
+ | min-width: 900px; | ||
+ | padding-top: 16px; | ||
+ | z-index: -100; | ||
+ | } | ||
+ | |||
+ | #naviconbar { | ||
+ | margin: 0px auto; | ||
+ | padding: 0px; | ||
+ | width: 100%; | ||
+ | min-width: 900px; | ||
+ | background-image: linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146)); | ||
+ | border-top-color: #ffffff; | ||
+ | border-top-width: 1px; | ||
+ | border-top-style: inset; | ||
+ | border-bottom-color: #ffffff; | ||
+ | border-bottom-width: 1px; | ||
+ | border-bottom-style: outset; | ||
+ | z-index: -60; | ||
+ | } | ||
+ | #naviconbar img{ | ||
+ | margin: 0px auto; | ||
+ | float: left; | ||
+ | height: 100%; | ||
+ | width: auto; | ||
+ | } | ||
+ | |||
+ | /* ==== BEGIN: Settings Main Menu Icons ==== */ | ||
+ | #navicons { | ||
+ | margin: 0px auto; | ||
+ | padding: 0px; | ||
+ | width: 90%; | ||
+ | height: 60px; | ||
+ | background-color: linear-gradient(to right, rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126)); | ||
+ | z-index: -20; /*defines color behind icons */ | ||
+ | } | ||
+ | |||
+ | #navicons ul { | ||
+ | margin: 0px auto; | ||
+ | padding: 0px; | ||
+ | width: 90%; | ||
+ | position: relative; /*makes chip go directly behind project from left corner*/ | ||
+ | |||
+ | } | ||
+ | |||
+ | #navicons ul li { | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | list-style: none; | ||
+ | /*display: block;*/ | ||
+ | float: left; | ||
+ | position: relative; | ||
+ | line-height: 106px; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 12px; | ||
+ | background-color: rgba(161, 47, 92, 0.0); | ||
+ | /*border: 1px solid #5781BD;*/ | ||
+ | z-index: 100; | ||
+ | } | ||
+ | |||
+ | #navicons ul li a { | ||
+ | height: 60px; | ||
+ | width: 120px; | ||
+ | display: block; | ||
+ | text-decoration: none; | ||
+ | /*color: #FFF;*/ | ||
+ | text-align: center; | ||
+ | text-transform: uppercase; | ||
+ | z-index: 50; | ||
+ | |||
+ | } | ||
+ | |||
+ | #navicons ul a:hover { | ||
+ | } | ||
+ | /* ==== END: Settings Main Menu Icons ==== */ | ||
+ | |||
+ | |||
+ | /* ==== classes for icons ==== */ | ||
+ | #project { | ||
+ | background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #project a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #labwork { | ||
+ | background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #labwork a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #parts { | ||
+ | background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #parts a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #modelling { | ||
+ | background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #modelling a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #achievements { | ||
+ | background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png)no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #achievements a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #hp { | ||
+ | background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #hp a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #aboutus { | ||
+ | background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat; | ||
+ | height: 60px; | ||
+ | background-position: center; | ||
+ | } | ||
+ | |||
+ | #aboutus a { | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | /* ==== End classes for icons ==== */ | ||
+ | |||
+ | /* ==== Begin running chip ==== */ | ||
+ | /* == Begin Chip Design == */ | ||
+ | #runningchip { | ||
+ | position: absolute; | ||
+ | width: 90px; | ||
+ | height: 60px; | ||
+ | top: -15px; | ||
+ | left: 1.3%; | ||
+ | -webkit-transition: all 300ms ease-out; | ||
+ | -moz-transition: all 300ms ease-out; | ||
+ | transition: all 300ms ease-out; | ||
+ | z-index: 0; | ||
+ | } | ||
+ | |||
+ | #runningchip-back{ | ||
+ | width:100%; | ||
+ | height: 85px; | ||
+ | position: absolute; | ||
+ | background:#000000; | ||
+ | border-radius:5px; | ||
+ | border-bottom: 2px solid rgba(0, 0, 0, 0.09); | ||
+ | border-top: 2px solid rgba(255,255,255,0.1); | ||
+ | border-color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #top-arrow{ /* arrow like element above slider */ | ||
+ | position:absolute; | ||
+ | overflow:hidden; | ||
+ | color: #000000; | ||
+ | width:100%; | ||
+ | height:14px; | ||
+ | top: 2px; | ||
+ | left:0; | ||
+ | z-index:2; | ||
+ | background-color: #000000; | ||
+ | border-top-right-radius: 5px; | ||
+ | border-top-left-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #top-arrow:before{ | ||
+ | content:""; | ||
+ | position:absolute; | ||
+ | width:80%; | ||
+ | height:10px; | ||
+ | top:-12px; | ||
+ | left:10%; | ||
+ | border-radius:20%; | ||
+ | box-shadow:0 0 10px black; | ||
+ | } | ||
+ | |||
+ | #top-arrow:after{ /* little blue arrow */ | ||
+ | content:""; | ||
+ | position:absolute; | ||
+ | width:0; | ||
+ | height:0px; | ||
+ | top:0px; | ||
+ | border-top:8px solid #ffffff; /*couleur de la fleche haute*/ | ||
+ | border-left:6px solid transparent; | ||
+ | border-right:6px solid transparent; | ||
+ | margin-left:-6px; | ||
+ | left:50%; | ||
+ | } | ||
+ | |||
+ | #bottom-arrow{ /* arrow like element beneath slider */ | ||
+ | position:absolute; | ||
+ | overflow:hidden; | ||
+ | width:100%; | ||
+ | height:15px; | ||
+ | bottom: -30px; | ||
+ | left:0; | ||
+ | z-index:2; | ||
+ | background-color: #000000; | ||
+ | border-bottom-right-radius: 5px; | ||
+ | border-bottom-left-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #bottom-arrow:before{ | ||
+ | content:""; | ||
+ | position:absolute; | ||
+ | width:80%; | ||
+ | height:10px; | ||
+ | bottom:-12px; | ||
+ | left:10%; | ||
+ | border-radius:20%; | ||
+ | box-shadow:0 0 10px black; | ||
+ | } | ||
+ | |||
+ | #bottom-arrow:after{ | ||
+ | content:""; | ||
+ | position:absolute; | ||
+ | width:0; | ||
+ | height:0; | ||
+ | bottom:0; | ||
+ | border-bottom:12px solid #ffffff; | ||
+ | border-left:8px solid transparent; | ||
+ | border-right:8px solid transparent; | ||
+ | margin-left:-8px; | ||
+ | left:50%; | ||
+ | } | ||
+ | /* == End Chip Design == */ | ||
+ | |||
+ | |||
+ | /* == Begin Chip Movement == */ | ||
+ | #project:hover ~ #runningchip { | ||
+ | left: 1.3%; | ||
+ | } | ||
+ | |||
+ | #labwork:hover ~ #runningchip { | ||
+ | left: 13.1%; | ||
+ | } | ||
+ | |||
+ | #parts:hover ~ #runningchip { | ||
+ | left: 24.4%; | ||
+ | } | ||
+ | |||
+ | #modelling:hover ~ #runningchip { | ||
+ | left: 36%; | ||
+ | } | ||
+ | |||
+ | #achievements:hover ~ #runningchip { | ||
+ | left: 47.8%; | ||
+ | } | ||
+ | |||
+ | #hp:hover ~ #runningchip { | ||
+ | left: 59.1%; | ||
+ | } | ||
+ | |||
+ | #aboutus:hover ~ #runningchip { | ||
+ | left: 71%; | ||
+ | } | ||
+ | /* == End Chip Movment == */ | ||
+ | /* ==== End running chip ==== */ | ||
+ | |||
+ | |||
+ | /* ==== Begin Settings Submenu Level 1 ==== */ | ||
+ | #navtextwrapper { /*define background box*/ | ||
+ | margin: 0 auto; | ||
+ | padding: 0px; | ||
+ | top: -2px; | ||
+ | height: 24px; | ||
+ | width: 920px; | ||
+ | position: relative; | ||
+ | /*border: 2px solid #000;*/ | ||
+ | } | ||
+ | |||
+ | #navtext { | ||
+ | text-align: center; | ||
+ | font-family: Roboto,sans-serif; | ||
+ | font-size: 16px; | ||
+ | z-index: 600; | ||
+ | } | ||
+ | |||
+ | #navtext ul { | ||
+ | margin: 0px auto; | ||
+ | top: -8px; | ||
+ | padding: 0px; | ||
+ | position: absolute; | ||
+ | z-index: 600; | ||
+ | } | ||
+ | |||
+ | #navtext li { | ||
+ | margin: 0px auto; /*centers text*/ | ||
+ | list-style: none; | ||
+ | display: block; /*makes items go horizontal and centers them*/ | ||
+ | /*float: left;*/ /*makes items go horizontal*/ | ||
+ | position: relative; | ||
+ | z-index: 600; | ||
+ | } | ||
+ | |||
+ | #navtext ul li a { | ||
+ | margin-top: 2px; | ||
+ | height: 24px; | ||
+ | padding-left: 10px; | ||
+ | padding-right: 10px; | ||
+ | text-decoration: none; | ||
+ | color: #FFF; | ||
+ | display: block; | ||
+ | text-align: center; | ||
+ | border-radius: 8px; | ||
+ | z-index: 600; | ||
+ | } | ||
+ | |||
+ | #navtext ul li:hover > a { | ||
+ | /* background-color: #6696c7; /*makes a link stay in a certain color when hovering over it and then looking throught its subitems */ | ||
+ | color: #345292; /* couleur du sous titre bleu quand tu passes dessus*/ | ||
+ | } | ||
+ | |||
+ | #project-sub { | ||
+ | display: none; | ||
+ | left: 2%; | ||
+ | } | ||
+ | |||
+ | #labwork-sub { | ||
+ | display: none; | ||
+ | left: 7.5%; | ||
+ | } | ||
+ | |||
+ | #parts-sub { | ||
+ | /*background-color: #ac34fe;*/ | ||
+ | display: none; | ||
+ | left: 19%; | ||
+ | } | ||
+ | |||
+ | #modelling-sub{ | ||
+ | display: none; | ||
+ | left: 35.7%; | ||
+ | } | ||
+ | |||
+ | #achievements-sub{ | ||
+ | display: none; | ||
+ | left: 45.2%; | ||
+ | } | ||
+ | |||
+ | #hp-sub{ | ||
+ | display: none; | ||
+ | left: 54.1%; | ||
+ | } | ||
+ | #aboutus-sub{ | ||
+ | display: none; | ||
+ | left: 72.3%; | ||
+ | width: 120px; | ||
+ | } | ||
+ | |||
+ | .chip_gap { | ||
+ | content: none; | ||
+ | } | ||
+ | |||
+ | .navsub1 { | ||
+ | background-color: #000000; | ||
+ | opacity: 1; | ||
+ | } | ||
+ | /* ==== End Settings Submenu Level 1 ==== */ | ||
+ | |||
+ | |||
+ | |||
+ | @media screen and (max-width: 910px){ | ||
+ | #header{ | ||
+ | top: -9000px; | ||
+ | opacity: 0; | ||
+ | } | ||
+ | |||
+ | /* avoid space to content box */ | ||
+ | .content_background_wrapper{ | ||
+ | padding-top: 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | |||
+ | <!-- BEGIN: jQuery --> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | $(document).ready(function(){ | ||
+ | // make submenus appear // | ||
+ | $("#project").hover(function(){ | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#parts-sub") .hide(); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | $("#hp-sub") .hide(); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#project-sub") .hide(); | ||
+ | }); | ||
+ | $("#labwork").hover(function(){ | ||
+ | $("#labwork-sub") .show(); | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#parts-sub") .hide(); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | $("#hp-sub") .hide(); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#labwork-sub") .hide(); | ||
+ | }); | ||
+ | |||
+ | $("#parts").hover(function(){ | ||
+ | $("#parts-sub") .show(); | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | $("#hp-sub") .hide(); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#parts-sub") .hide(); | ||
+ | }); | ||
+ | |||
+ | $("#modelling").hover(function(){ | ||
+ | $("#modelling-sub") .show(); | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#parts-sub") .hide(); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | $("#hp-sub") .hide(); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }); | ||
+ | |||
+ | $("#achievements").hover(function(){ | ||
+ | $("#achievements-sub") .show(); | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#parts-sub") .hide(); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | $("#hp-sub") .hide(); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#achievements-sub") .hide(); | ||
+ | }); | ||
+ | |||
+ | $("#hp").hover(function(){ | ||
+ | $("#hp-sub") .show(); | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#parts-sub") .hide(); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#hp-sub") .hide(); | ||
+ | }); | ||
+ | |||
+ | $("#aboutus").hover(function(){ | ||
+ | $("#aboutus-sub") .show(); | ||
+ | $("#project-sub") .hide(); | ||
+ | $("#parts-sub") .hide(); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | $("#hp-sub") .hide(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }); | ||
+ | // make chip stay over main menu point when its submenu appears and makes the submenu stay visible// | ||
+ | $("#project-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','1.3%'); | ||
+ | $("#project-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | }); | ||
+ | $("#labwork-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','13.1%'); | ||
+ | $("#labwork-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#labwork-sub") .hide(); | ||
+ | }); | ||
+ | $("#parts-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','24.4%'); | ||
+ | $("#parts-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#parts-sub") .hide(); | ||
+ | }); | ||
+ | $("#modelling-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','36%'); | ||
+ | $("#modelling-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#modelling-sub") .hide(); | ||
+ | }); | ||
+ | $("#achievements-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','47.8%'); | ||
+ | $("#achievements-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#achievements-sub") .hide(); | ||
+ | }); | ||
+ | $("#hp-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','59.1%'); | ||
+ | $("#hp-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#hp-sub") .hide(); | ||
+ | }); | ||
+ | |||
+ | $("#aboutus-sub") .hover(function(){ | ||
+ | $("#runningchip") .css('left','71%'); | ||
+ | $("#aboutus-sub") .show(); | ||
+ | }, | ||
+ | function(){ | ||
+ | $("#runningchip") .css('left',''); | ||
+ | $("#aboutus-sub") .hide(); | ||
+ | }); | ||
+ | }); | ||
+ | </script> | ||
+ | |||
+ | |||
+ | |||
+ | <!-- END: jQuery --> | ||
+ | |||
+ | |||
+ | </head> | ||
+ | |||
+ | |||
+ | <!-- BEGIN: Body content --> | ||
+ | <body> | ||
+ | |||
+ | |||
+ | <div id="header"> | ||
+ | <!-- BEGIN: Normal Menubar --> | ||
+ | |||
+ | <!-- Begin navigation menu icons --> | ||
+ | <div id="naviconwrapper"> <!-- hier könnte man noch ein Logo in einer Seitenecke platzieren --> | ||
+ | <div id="naviconbar"> | ||
+ | <a href="https://2018.igem.org/Team:Pasteur_Paris"><img src="https://static.igem.org/mediawiki/2018/archive/3/39/20180731071718%21T--Pasteur_Paris--teamlogoigemwhite_99x60.png"></a> | ||
+ | <div id="navicons"> | ||
+ | <ul> | ||
+ | <li id="project" ><a href="https://2018.igem.org/Team:Pasteur_Paris/Description">Project</a> | ||
+ | </li> | ||
+ | <li id="labwork"><a href="https://2018.igem.org/Team:Pasteur_Paris/Labwork">Labwork</a> | ||
+ | </li> | ||
+ | <li id="parts"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Parts</a> | ||
+ | </li> | ||
+ | <li id="modelling"><a href="https://2018.igem.org/Team:Pasteur_Paris/Model">Modelling</a> | ||
+ | </li> | ||
+ | <li id="achievements"><a href="https://2018.igem.org/Team:Pasteur_Paris/Achievements">Achievements</a> | ||
+ | </li> | ||
+ | <li id="hp"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Human Practice</a> | ||
+ | </li> | ||
+ | <li id="aboutus"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team">About Us</a> | ||
+ | </li> | ||
+ | <div id="runningchip"> | ||
+ | <div id="top-arrow"></div> | ||
+ | <div id="runningchip-back"></div> | ||
+ | <div id="bottom-arrow"></div> | ||
+ | </div> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- End navigation menu icons --> | ||
+ | |||
+ | |||
+ | <!-- Begin navigation submenu --> | ||
+ | <div id="navtextwrapper"> <!-- only names of elements --> | ||
+ | <div id="navtext"> | ||
+ | <ul id="project-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Description"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Description">Description</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Infection</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Partners">Conductivity</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Prosthetic Design</a></li> | ||
+ | </ul> | ||
+ | <ul id="labwork-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Labwork"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Experiments">Experiments</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Notebook">Notebook</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/InterLab">InterLab</a></li> | ||
+ | </ul> | ||
+ | <ul id="parts-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Parts"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Parts">Overview</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Basic_Part">Basic Part</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Composite_Part">Composite Part</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Part_Collection">Part Collection</a></li> | ||
+ | </ul> | ||
+ | <ul id="modelling-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Model"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Model">Model</a></li> | ||
+ | </ul> | ||
+ | <ul id="achievements-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Achievements"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/MedalCriterias">Medals Criterias</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Awards">Awards</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Collaborations">Collaboration</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Improve">Improve</a></li> | ||
+ | </ul> | ||
+ | <ul id="hp-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Silver</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices">Gold & integrated HP</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Public_Engagement">Education & Engagement</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | <ul id="aboutus-sub"> | ||
+ | <li class="chip_gap"><a href="https://2018.igem.org/Team:Pasteur_Paris/Team"></a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Team">Team Members</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Attributions">Attributions</a></li> | ||
+ | <li><a class="navsub1" href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors">Sponsors</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | <!-- End of navigation submenu --> | ||
+ | </div> | ||
+ | |||
+ | <!-- End of header --> | ||
+ | <!-- END: normal Menubar --> | ||
+ | |||
+ | |||
+ | |||
+ | </body> | ||
+ | |||
+ | <!-- Bar code inspired from Freiburg 2015 : https://2015.igem.org/Team:Freiburg --> | ||
+ | </html> |
Revision as of 07:58, 31 July 2018