RyanModlin (Talk | contribs) |
|||
(41 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{:Team:UCSC/CSS}} | {{:Team:UCSC/CSS}} | ||
<html> | <html> | ||
− | < | + | |
− | </ | + | <style> |
+ | |||
+ | .nav-links-container a { | ||
+ | transition: 0.3s; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | |||
<body> | <body> | ||
<nav class="topnav" id="myTopnav"> | <nav class="topnav" id="myTopnav"> | ||
<a class="nav-logo" href="https://2018.igem.org/Team:UCSC"> | <a class="nav-logo" href="https://2018.igem.org/Team:UCSC"> | ||
− | <img class="nav-logo-img" src="https://static.igem.org/mediawiki/2018/ | + | <img class="nav-logo-img" src="https://static.igem.org/mediawiki/2018/6/66/T--UCSC--UCSC_New_Logo.png" alt="PoPPY NavBar Logo" height="45px" width="auto" title="" style=""> |
</a> | </a> | ||
Line 24: | Line 31: | ||
<li><a href="https://2018.igem.org/Team:UCSC/Team">Meet the Team</a></li> | <li><a href="https://2018.igem.org/Team:UCSC/Team">Meet the Team</a></li> | ||
<li><a href="https://2018.igem.org/Team:UCSC/Collaborations">Collaborations</a></li> | <li><a href="https://2018.igem.org/Team:UCSC/Collaborations">Collaborations</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Partnership">Partnership</a></li> | ||
<li><a href="https://2018.igem.org/Team:UCSC/Attributions">Attributions</a></li> | <li><a href="https://2018.igem.org/Team:UCSC/Attributions">Attributions</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Sponsors">Sponsors</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 33: | Line 42: | ||
</a> | </a> | ||
<ul class="dropdown-content" id="ddProject"> | <ul class="dropdown-content" id="ddProject"> | ||
− | <li><a href="https://2018.igem.org/Team:UCSC/Description"> | + | <li><a href="https://2018.igem.org/Team:UCSC/Description">Overview</a></li> |
− | <li><a href="https://2018.igem.org/Team:UCSC/ | + | <li><a href="https://2018.igem.org/Team:UCSC/Design">Design</a></li> |
− | <li><a href="https://2018.igem.org/Team:UCSC/ | + | <li><a href="https://2018.igem.org/Team:UCSC/Applied_Design">Applied Design</a></li> |
+ | <li><a href="https://2018.igem.org/Team:UCSC/Experiments">Experiments</a></li> | ||
<li><a href="https://2018.igem.org/Team:UCSC/Results">Results</a></li> | <li><a href="https://2018.igem.org/Team:UCSC/Results">Results</a></li> | ||
− | <li><a href="https://2018.igem.org/Team:UCSC/ | + | <li><a href="https://2018.igem.org/Team:UCSC/Demonstrate">Demonstrate</a></li> |
− | <li><a href="https://2018.igem.org/Team:UCSC/ | + | <!-- <li><a href="https://2018.igem.org/Team:UCSC/Future">Future</a></li> Add once we determine what future work would be. --> |
+ | <li><a href="https://2018.igem.org/Team:UCSC/Notebook">Notebook</a></li> | ||
</ul> | </ul> | ||
</div> | </div> | ||
Line 48: | Line 59: | ||
<ul class="dropdown-content" id="ddHumanPractices"> | <ul class="dropdown-content" id="ddHumanPractices"> | ||
<li><a href="https://2018.igem.org/Team:UCSC/Human_Practices">Outreach</a></li> | <li><a href="https://2018.igem.org/Team:UCSC/Human_Practices">Outreach</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Public_Engagement">Public Engagement</a></li> | ||
<li><a href="https://2018.igem.org/Team:UCSC/Safety">Safety</a></li> | <li><a href="https://2018.igem.org/Team:UCSC/Safety">Safety</a></li> | ||
+ | <!-- <li><a href="https://2018.igem.org/Team:UCSC/wtwsk">What The World Should Know</a></li> --> | ||
</ul> | </ul> | ||
</div> | </div> | ||
− | <a href="https://2018.igem.org/Team:UCSC/ | + | <div class="dropdown"> |
+ | <a href="javascript:void(0);" class="dropbtn dropdown-icon" onclick="toggleDropdownNotebook()">Notebook | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </a> | ||
+ | <ul class="dropdown-content" id="ddNotebook"> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Notebook">Weekly Overview</a></li> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Experiments#Expe_pro">Protocols</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <div class="dropdown"> | ||
+ | <a href="javascript:void(0);" class="dropbtn dropdown-icon" onclick="toggleDropdownParts()">Parts | ||
+ | <i class="fa fa-caret-down"></i> | ||
+ | </a> | ||
+ | <ul class="dropdown-content" id="ddParts"> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Parts">Overview</a></li> | ||
+ | <!-- <li><a href="https://2018.igem.org/Team:UCSC/Part_Collection">Part Collection</a></li> Probably won't use? --> | ||
+ | <li><a href="https://2018.igem.org/Team:UCSC/Improve">Improvement</a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | <a href="https://2018.igem.org/Team:UCSC/Judging">Judging</a> | ||
<a href="https://2018.igem.org/Team:UCSC/Contact">Contact</a> | <a href="https://2018.igem.org/Team:UCSC/Contact">Contact</a> | ||
</div> | </div> | ||
Line 72: | Line 106: | ||
/* Toggle between adding and removing the "show" class to dropdown when the user clicks on the icon */ | /* Toggle between adding and removing the "show" class to dropdown when the user clicks on the icon */ | ||
function toggleDropdownTeam() { | function toggleDropdownTeam() { | ||
− | if ($(window).width() <= | + | if ($(window).width() <= 1200) { |
var x = document.getElementById("ddTeam"); | var x = document.getElementById("ddTeam"); | ||
if (x.className === "dropdown-content") { | if (x.className === "dropdown-content") { | ||
Line 83: | Line 117: | ||
function toggleDropdownProject() { | function toggleDropdownProject() { | ||
− | if ($(window).width() <= | + | if ($(window).width() <= 1200) { |
var x = document.getElementById("ddProject"); | var x = document.getElementById("ddProject"); | ||
if (x.className === "dropdown-content") { | if (x.className === "dropdown-content") { | ||
Line 94: | Line 128: | ||
function toggleDropdownHumanPractices() { | function toggleDropdownHumanPractices() { | ||
− | if ($(window).width() <= | + | if ($(window).width() <= 1200) { |
var x = document.getElementById("ddHumanPractices"); | var x = document.getElementById("ddHumanPractices"); | ||
+ | if (x.className === "dropdown-content") { | ||
+ | x.className += "show"; | ||
+ | } else { | ||
+ | x.className = "dropdown-content"; | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function toggleDropdownNotebook() { | ||
+ | if ($(window).width() <= 1200) { | ||
+ | var x = document.getElementById("ddNotebook"); | ||
+ | if (x.className === "dropdown-content") { | ||
+ | x.className += "show"; | ||
+ | } else { | ||
+ | x.className = "dropdown-content"; | ||
+ | } | ||
+ | } | ||
+ | } | ||
+ | |||
+ | function toggleDropdownParts() { | ||
+ | if ($(window).width() <= 1200) { | ||
+ | var x = document.getElementById("ddParts"); | ||
if (x.className === "dropdown-content") { | if (x.className === "dropdown-content") { | ||
x.className += "show"; | x.className += "show"; | ||
Line 105: | Line 161: | ||
</script> | </script> | ||
+ | |||
+ | <!-- Fill space so that other pages start underneath the navbar --> | ||
+ | <div class="navFiller" style="height: calc(45px + 0px); width:100%; clear:both;"> | ||
+ | </div> | ||
</body> | </body> | ||
</html> | </html> |
Latest revision as of 20:52, 17 October 2018