(18 intermediate revisions by the same user not shown) | |||
Line 100: | Line 100: | ||
− | . | + | .navigation { |
position:fixed; | position:fixed; | ||
top:15px; | top:15px; | ||
Line 110: | Line 110: | ||
} | } | ||
− | . | + | .navigation a { |
float: left; | float: left; | ||
font-size: 16px; | font-size: 16px; | ||
Line 132: | Line 132: | ||
} | } | ||
− | . | + | .navigation a:hover, .dropdown:hover .dropNAVbtn { |
− | background-color: | + | background-color: #9F182F; |
+ | color: white; | ||
} | } | ||
Line 172: | Line 173: | ||
} | } | ||
− | . | + | .navigation .icon { |
display: none; | display: none; | ||
} | } | ||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
− | . | + | .navigation a:not(:first-child) {display: none;} |
− | . | + | .navigation .dropdown:not(:first-child) {display: none;} |
+ | .navigation a.icon { | ||
float: right; | float: right; | ||
display: block; | display: block; | ||
} | } | ||
+ | |||
} | } | ||
@media screen and (max-width: 1000px) { | @media screen and (max-width: 1000px) { | ||
− | . | + | .navigation.responsive { position:fixed; |
top:15px; | top:15px; | ||
width: 100%; | width: 100%; | ||
left:0px;} | left:0px;} | ||
− | . | + | .navigation.responsive .icon { |
position: absolute; | position: absolute; | ||
right: 0; | right: 0; | ||
top: 0; | top: 0; | ||
} | } | ||
− | . | + | .navigation.responsive a { |
+ | float: none; | ||
+ | display: block; | ||
+ | text-align: left; | ||
+ | } | ||
+ | .navigation.responsive .dropdown { | ||
float: none; | float: none; | ||
display: block; | display: block; | ||
Line 478: | Line 486: | ||
function burgermenu() { | function burgermenu() { | ||
var x = document.getElementById("nav"); | var x = document.getElementById("nav"); | ||
− | if (x.className === " | + | if (x.className === "navigation") { |
x.className += " responsive"; | x.className += " responsive"; | ||
} else { | } else { | ||
− | x.className = " | + | x.className = "navigation"; |
} | } | ||
+ | |||
} | } | ||
</script> | </script> | ||
Line 538: | Line 547: | ||
<!-- CUSTOM MENU --> | <!-- CUSTOM MENU --> | ||
− | <div class=" | + | <div class="navigation" id="nav"> |
<a href="https://2018.igem.org/Team:Bulgaria">HOME</a> | <a href="https://2018.igem.org/Team:Bulgaria">HOME</a> | ||
− | + | <div class="dropdown"> | |
<button class="dropNAVbtn">TEAM | <button class="dropNAVbtn">TEAM | ||
<i class="fa fa-caret-down"></i> | <i class="fa fa-caret-down"></i> | ||
Line 549: | Line 558: | ||
</div> | </div> | ||
</div> | </div> | ||
− | <a href="https://2018.igem.org/Team:Bulgaria/ | + | <div class="dropdown"> |
− | + | <button class="dropNAVbtn">PROJECT | |
− | <a href="https://2018.igem.org/Team:Bulgaria/ | + | <i class="fa fa-caret-down"></i> |
− | + | </button> | |
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/theproject">DESCRIPTION</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/DESIGN">DESIGN</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/PROTOCOLS">PROTOCOLS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/LABBOOK">LAB BOOK</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/RESULTS">RESULTS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/CONTRIBUTION">CONTRIBUTION</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/IMPROVE">IMPROVE</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">HUMAN PRACTICES | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/publicEng">PUBLIC ENGAGEMENTS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/IntHP">INTEGRATED HUMAN PRACTICES</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/survey">SURVEY</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">COLLABORATIONS | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABMEETINGS">MEETINGS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABSURVEYS">SURVEYS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABOTHERS">OTHERS</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/COLLABfollow">#FollowMeToiGEM</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
<a href="https://2018.igem.org/Team:Bulgaria/parts" id="activeMenu">PARTS</a> | <a href="https://2018.igem.org/Team:Bulgaria/parts" id="activeMenu">PARTS</a> | ||
<a href="https://2018.igem.org/Team:Bulgaria/safety">SAFETY</a> | <a href="https://2018.igem.org/Team:Bulgaria/safety">SAFETY</a> | ||
− | <a href="https://2018.igem.org/Team:Bulgaria/ | + | |
+ | <div class="dropdown"> | ||
+ | <button class="dropNAVbtn">MEDAL CRITERIA | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </button> | ||
+ | <div class="dropdown-content"> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALBRONZE">BRONZE</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALSILVER">SILVER</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALGOLD">GOLD</a> | ||
+ | <a href="https://2018.igem.org/Team:Bulgaria/MEDALAWARD">SPECIAL AWARD</a> | ||
+ | </div> | ||
+ | </div> | ||
+ | <a href="https://igem.org/2018_Judging_Form?id=2847" id="specialMenu">JUDGING FORM</a> | ||
<a href="javascript:void(0);" class="icon" onclick="burgermenu()"> | <a href="javascript:void(0);" class="icon" onclick="burgermenu()"> | ||
MENU | MENU |
Latest revision as of 23:31, 17 October 2018
This year, iGEM Bulgaria has submitted three new parts.
- Cer sequence from plasmid ColE1 - BBa_K2847000 (a silver medal criteria)
- Inverted Cer sequence from plasmid ColE1 - BBa_K2847001
- pSC101 ori + RepA (thermosensitive mutant) + AmpR gene - BBa_K2847002
parts.igem.org/Part:BBa_K2847000
parts.igem.org/Part:BBa_K2847001
parts.igem.org/Part:BBa_K2847002