Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <meta charset="UTF-8"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | |||
− | < | + | <style type="text/css"> |
− | + | ||
− | < | + | #home_logo, #sideMenu { display:none; } |
− | <div class=" | + | #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;} | ||
+ | /*general styling*/ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h1 { font-size: 210%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h2 { font-size: 190%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h3 { font-size: 170%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h4 { font-size: 150%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h5 { font-size: 140%;} | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { font-size: 130%;} | ||
+ | |||
+ | |||
+ | /* styling for the titles h1, h2*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h1, .igem_2018_team_content .igem_2018_team_column_wrapper h2 { | ||
+ | border-bottom:0px; | ||
+ | color: #635d5d; | ||
+ | font-family: "Arial Black", Gadget, sans-serif; | ||
+ | padding: 10px 0px; | ||
+ | } | ||
+ | |||
+ | /* styling for the titles h3, h3, h5, h6 */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h3, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h4, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h5, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper h6 { | ||
+ | border-bottom:0px; | ||
+ | color: #928b8b; | ||
+ | font-family: "Arial Black", Gadget, sans-serif; | ||
+ | padding: 5px 0px; | ||
+ | } | ||
+ | |||
+ | /* text */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper p { | ||
+ | font-size: 130%; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | padding: 5px 0px; | ||
+ | text-align: left; | ||
+ | color: #484848; | ||
+ | } | ||
+ | |||
+ | /* Links */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper a { | ||
+ | color: #5bc7d8; | ||
+ | font-weight: bold; | ||
+ | text-decoration: underline; | ||
+ | text-decoration-color:#5bc7d8; | ||
+ | transition: all 0.4s ease; | ||
+ | -webkit-transition: all 0.4s ease; | ||
+ | -moz-transition: all 0.4s ease; | ||
+ | -ms-transition: all 0.4s ease; | ||
+ | -o-transition: all 0.4s ease; | ||
+ | } | ||
+ | |||
+ | /* hover for the links */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper a:hover { | ||
+ | color: #f8b732; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Table */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper table { | ||
+ | border: 1px solid #928b8b; | ||
+ | border-collapse: collapse; | ||
+ | font-size: 130%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | /* table cells */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper td { | ||
+ | border: 1px solid #c4baba; | ||
+ | border-collapse: collapse; | ||
+ | font-size: 105%; | ||
+ | padding: 10px; | ||
+ | vertical-align: text-top; | ||
+ | } | ||
+ | |||
+ | /* table headers */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper th { | ||
+ | background-color:#c4baba; | ||
+ | border: 1px solid #928b8b; | ||
+ | border-collapse: collapse; | ||
+ | font-size: 110%; | ||
+ | padding: 10px; | ||
+ | vertical-align: text-top; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* non numbered lists */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ul, .igem_2018_team_content .igem_2018_team_column_wrapper ol { | ||
+ | font-size: 130%; | ||
+ | font-family: Arial, Helvetica, sans-serif; | ||
+ | padding:0px 20px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ul li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ul ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ul ol li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ul li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ul ol ol li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ul li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ul li, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper ol ol ol li, .igem_2018_team_content .igem_2018_team_column_wrapper ol ul ol li{ font-size: 76%; } | ||
+ | |||
+ | |||
+ | |||
+ | /*layout classes*/ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | /*main layout class */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column { | ||
+ | float:left; | ||
+ | margin: 1% 2%; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | |||
+ | /* 100% */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size { width:96%; } | ||
+ | |||
+ | /* 66% */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size { width: 62.6%; } | ||
+ | |||
+ | /* 33% */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size { width: 29.3%; } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*styling for all images*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.full_size img, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.two_thirds_size img, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .column.third_size img { | ||
+ | margin-bottom: 15px; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* page break */ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .clear { | ||
+ | clear:both; | ||
+ | } | ||
+ | /*add extra space to page break with clear class*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .clear.extra_space { | ||
+ | height: 30px; | ||
+ | } | ||
+ | |||
+ | /* horizontal line to divide the page*/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .line_divider { | ||
+ | border-top: 1px solid #c4baba; | ||
+ | margin: auto; | ||
+ | width: 98%; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /*support classes*/ | ||
+ | /**************************************************************************************************************************************************************************************************/ | ||
+ | |||
+ | |||
+ | /*Button */ | ||
+ | /************************************************/ | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link { | ||
+ | font-size: 130%; | ||
+ | margin: 30px auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a { | ||
+ | background-color: #5bc7d8; | ||
+ | color: #635d5d !important; | ||
+ | font-weight: bold; | ||
+ | margin: auto; | ||
+ | text-decoration: none !important; | ||
+ | padding: 10px 15px; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .button_link a:hover { | ||
+ | background-color: #f8b732 !important; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight { | ||
+ | padding: 15px 20px; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight p, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h1, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h2, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h3, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h4, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h5, | ||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight h6 { | ||
+ | padding: 5px 15px; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_background { | ||
+ | background-color: #e4dede; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_top { | ||
+ | border-top: 4px solid #5bc7d8; | ||
+ | } | ||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_A_full { | ||
+ | border: 4px solid #5bc7d8; | ||
+ | } | ||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_top { | ||
+ | border-top: 4px solid #f8b732 | ||
+ | } | ||
+ | |||
+ | |||
+ | .igem_2018_team_content .igem_2018_team_column_wrapper .highlight.decoration_B_full { | ||
+ | border: 4px solid #f8b732; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
+ | <script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> | ||
+ | <script type="text/javascript"> | ||
+ | |||
+ | $(document).ready(function(){ | ||
+ | $(".mBtn-menu").on('click', function() { | ||
+ | $("#topMenu").slideToggle('fast'); | ||
+ | }); | ||
+ | }); | ||
+ | |||
+ | </script> | ||
+ | |||
+ | <style type="text/css"> | ||
+ | |||
+ | img, | ||
+ | figure, | ||
+ | picture, | ||
+ | video, | ||
+ | embed { | ||
+ | max-width: 100%; | ||
+ | } | ||
+ | |||
+ | div{ | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | hr { | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4 { | ||
+ | font-family: 'Quicksand', sans-serif; | ||
+ | color: black; | ||
+ | } | ||
+ | |||
+ | img.mTitle-logo { | ||
+ | width: auto; | ||
+ | max-width: 300px; | ||
+ | margin-top: 20px; | ||
+ | } | ||
+ | |||
+ | a, a:visited, a:active, a:link{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | |||
+ | /*************** MENU *************/ | ||
+ | .mHeader{ | ||
+ | width: auto; | ||
+ | min-width: 480px; | ||
+ | min-height: 130px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | .mHeader_logo_box{ | ||
+ | width: 300px; | ||
+ | height: 100px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding-bottom: 10px; | ||
+ | padding-top: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | .mBtn-menu { | ||
+ | display: block; | ||
+ | width: 56px; | ||
+ | height: 56px; | ||
+ | text-align: center; | ||
+ | color: #203864; | ||
+ | cursor: pointer; | ||
+ | font-size: 50px; | ||
+ | position: relative; | ||
+ | float: right; | ||
+ | margin-top: 40px; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* mobile */ | ||
+ | |||
+ | @media screen and (max-width: 1079px){ | ||
+ | #topMenu { | ||
+ | width: 100%; | ||
+ | display: none; | ||
+ | position: relative; | ||
+ | padding-top: 50px; | ||
+ | } | ||
+ | |||
+ | .mHeader{ | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .mHeader_logo_box{ | ||
+ | width: 100%; | ||
+ | height: 100px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding-bottom: 10px; | ||
+ | padding-top: 10px; | ||
+ | } | ||
+ | |||
+ | img.mTitle-logo { | ||
+ | width: auto; | ||
+ | max-width: 300px; | ||
+ | margin-top: 20px; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | } | ||
+ | |||
+ | #topMenu a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #topMenu ul { | ||
+ | list-style-type: none; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | #topMenu ul li { | ||
+ | list-style: none; | ||
+ | color: white; | ||
+ | background-color: rgba(0,0,0,0.0); | ||
+ | line-height: 30px; | ||
+ | vertical-align: middle; | ||
+ | text-align: left; | ||
+ | position: relative; | ||
+ | } | ||
+ | #topMenu li{ | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | } | ||
+ | .menuLink, .submenuLink { | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | font-weight: bold; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | .menuLink { | ||
+ | width: 100% | ||
+ | color: white; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 16px; | ||
+ | border-bottom: 2px solid white; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | .topMenuLi a { | ||
+ | text-decoration: none; | ||
+ | color: white; | ||
+ | } | ||
+ | .topMenuUl{ | ||
+ | |||
+ | } | ||
+ | li.topMenuLi{ | ||
+ | cursor: default; | ||
+ | } | ||
+ | .submenuLink { | ||
+ | color: white !important; | ||
+ | margin-top: -1px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | ul.submenuC { | ||
+ | font-family: sans-serif; | ||
+ | font-size: 14px; | ||
+ | } | ||
+ | .submenuC a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .mMenu_left{ | ||
+ | width: 33.33%; | ||
+ | height: 220px; | ||
+ | float: left; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | a:active{ | ||
+ | color: #c79e19; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | /* desktops */ | ||
+ | @media screen and (min-width: 1080px) { | ||
+ | .header {} | ||
+ | .mHeader{ | ||
+ | height: 200px; | ||
+ | } | ||
+ | |||
+ | .mHeader_logo_box{ | ||
+ | width: 300px; | ||
+ | height: 100px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | padding-bottom: 10px; | ||
+ | padding-top: 10px; | ||
+ | } | ||
+ | |||
+ | .mBtn-menu {display: none;} | ||
+ | |||
+ | |||
+ | .mMenu_left{ | ||
+ | width: auto; | ||
+ | float: left; | ||
+ | display: block; | ||
+ | } | ||
+ | .fstBox{ | ||
+ | margin-left: 30px; | ||
+ | } | ||
+ | #topMenu { | ||
+ | width: 100%; | ||
+ | height: 50px; | ||
+ | display: block !important; | ||
+ | position: relative; | ||
+ | margin-top: 20px; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | |||
+ | #topMenu a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #topMenu ul { | ||
+ | width: 100%; | ||
+ | list-style-type: none; | ||
+ | vertical-align: middle; | ||
+ | padding: 0px; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | #topMenu ul li { | ||
+ | list-style: none; | ||
+ | background-color: #203864; | ||
+ | line-height: 30px; | ||
+ | text-align: center; | ||
+ | position: relative; | ||
+ | } | ||
+ | .menuLink, .submenuLink { | ||
+ | text-decoration: none; | ||
+ | display: block; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .menuLink { | ||
+ | color: white; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 16px; | ||
+ | cursor: default; | ||
+ | height: 40px; | ||
+ | text-align: center; | ||
+ | vertical-align: middle; | ||
+ | padding-top: 10px; | ||
+ | margin-bottom: -10px; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .menuLink:hover{ | ||
+ | color: #c79e19 !important; | ||
+ | } | ||
+ | a:visited{ | ||
+ | color: white; | ||
+ | } | ||
+ | .submenuLink { | ||
+ | color: white; | ||
+ | margin-top: -1px; | ||
+ | text-align: left; | ||
+ | padding-right: 10px; | ||
+ | padding-left: 10px; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | .longLink { | ||
+ | width: auto; | ||
+ | } | ||
+ | ul.submenuC { | ||
+ | position: absolute; | ||
+ | height: 0px; | ||
+ | width: 250px; | ||
+ | overflow: hidden; | ||
+ | transition: height .2s; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 13px; | ||
+ | background-color: #203864; | ||
+ | } | ||
+ | .submenuC a { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .topMenuLi:hover .submenuC { | ||
+ | height: auto; | ||
+ | } | ||
+ | .submenuLink:hover { | ||
+ | color: #c79e19 !important; | ||
+ | } | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | .mMainBox{ | ||
+ | width: auto; | ||
+ | max-width: 1080px; | ||
+ | min-width: 480px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | background-color: #f8fafc; | ||
+ | } | ||
+ | .mSection{ | ||
+ | width: auto; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | |||
+ | .mSection h1 { font-size: 210%;} | ||
+ | .mSection h2 { font-size: 190%;} | ||
+ | .mSection h3 { font-size: 170%;} | ||
+ | .mSection h4 { font-size: 150%;} | ||
+ | .mSection h5 { font-size: 140%;} | ||
+ | .mSection h6 { font-size: 130%;} | ||
+ | |||
+ | |||
+ | .mHomeLeftBox{ | ||
+ | width: 45%; | ||
+ | float: left; | ||
+ | } | ||
+ | .mHomeRightBox{ | ||
+ | width: 45%; | ||
+ | float: right; | ||
+ | } | ||
+ | .myimg{ | ||
+ | width: 95%; | ||
+ | max-width: 1000px; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | <header class="mHeader"> | ||
+ | <div class="mHeader_logo_box"> | ||
+ | <a href="https://2018.igem.org/Team:BioMarvel"><img class="mTitle-logo" src="https://static.igem.org/mediawiki/2018/archive/e/ec/20180918033248%21T--Biomarvel--TitleLogo.png" herf="https://2018.igem.org/Team:BioMarvel"></a> | ||
+ | <div class="mBtn-menu">≡</div> | ||
</div> | </div> | ||
− | + | <nav id="topMenu"> | |
− | </body> | + | <div class="mMenu_left fstBox"> |
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">PROJECT▾</a> | ||
+ | <ul class="submenuC"> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Description">Description</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Heart failure">Heart failure</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Design">Design</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Demonstrate">Demonstrate</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Parts">Parts</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Project/Application">Application</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">WET LAB▾</a> | ||
+ | <ul class="submenuC"> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Experiments">Experiments</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Results">Results</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/InterLab">InterLab</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/WET_LAB/Safety">Safety</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">HUMAN PRACTICES▾</a> | ||
+ | <ul class="submenuC"> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Human_Practices/Overview">Overview</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Human_Practices">Human Practices</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Human_Practices/Integrated_Practices">Integrated Practices</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Human_Practices/Public_Engagement">Public Engagement</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">NOTEBOOK▾</a> | ||
+ | <ul class="submenuC"> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Notebook/Lab_Journal">Lab Journal</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/Notebook/Reference">Reference</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink">PEOPLE▾</a> | ||
+ | <ul class="submenuC"> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/ Team:BioMarvel/People/Team">Team</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/People/Attribution">Attribution</a></li> | ||
+ | <li><a class="submenuLink longLink" href="https://2018.igem.org/Team:BioMarvel/People/Collaboration">Collaboration</a></li> | ||
+ | </ul> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink" href="https://2018.igem.org/Team:BioMarvel/Achievement" style="cursor: pointer;">ACHIVEMENT</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class="mMenu_left"> | ||
+ | <ul> | ||
+ | <li class="topMenuLi"> | ||
+ | <a class="menuLink" href="https://2018.igem.org/Team:BioMarvel/Eenterpreneurship" style="cursor: pointer;">ENTERPRENEURSHIP</a> | ||
+ | </li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </nav> | ||
+ | </header> | ||
+ | </body> | ||
</html> | </html> | ||
− |
Revision as of 15:50, 29 September 2018