Difference between revisions of "Template:MIT/menu"

 
(39 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:MIT/style}}
 
 
 
<html>
 
<html>
 
<head>
 
<head>
<style>
+
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Nunito" />
#home_logo, #sideMenu { display:none; }
+
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Lato" />
#sideMenu, #top_title, .patrollink  {display:none;}
+
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Tahoma" />
#content { margin:5px; padding:0px; width:100%;}
+
<meta charset="utf-8">
body {background-color: #fff;}
+
<meta name="HandheldFriendly" content="True">
 +
<meta name="MobileOptimized" content="320">
 +
<meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1">
 +
<script src="../../js/ios-orientationchange-fix.min.js"></script>
 +
</head>
 +
 +
<style>
 +
*{
 +
  font-family: Tahoma, Nunito, Lato, !important;
 +
}
 +
 +
#content {
 +
  padding: 0% 0 0 0;
 +
  style = 'background-color: #808080';
 +
}
 +
 +
 +
 +
  b {
 +
font-family: Tahoma, Nunito, serif !important;
 +
font-weight: 700;
 +
text-align: justified !important;
 +
font-size: 18px;
 +
  }
 +
 
 +
  .narration_bold {font-weight: 700;
 +
font-size: 3;}
 +
 +
    .narration_bold {
 +
font-family: Tahoma, Nunito, serif
 +
!important;
 +
font-weight: 700;
 +
text-align: justified !important;
 +
font-size: 18px;}
 +
 
 +
.bold_text {
 +
font-weight: 700;
 +
}
 +
 
 +
    h1, h2, h3, h4 {
 +
  font-family: Tahoma, Lato, serif !important;
 +
  font-size: 16px;
 +
  text-align: justify;
 +
  line-height: 1.5; 
 +
font-weight: bold;
 +
}
 +
 
 +
ul, ol {
 +
font-family: Tahoma, Nunito, serif !important;
 +
  vertical-align: middle !important;
 +
  font-size: 16px;
 +
  text-align: justify;
 +
  line-height: 1.5;
 +
}
 +
 +
body {
 +
  font-size: 16px;
 +
  padding: 0 0%;
 +
  box-sizing: border-box;
 +
}
 +
 +
img {
 +
max-width: 100%;
 +
height: auto;
 +
}
 +
 
 +
{
 +
box-sizing: border-box;
 +
}
 +
 
 +
.bulleted_list {
 +
  list-style-type: square;
 +
}
 +
 
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { margin:0px; padding:0px; width:100%;}
 +
body {background-color: #fff;}
  
 
/* Menu Styling */
 
/* Menu Styling */
Line 19: Line 94:
 
text-align: center !important;
 
text-align: center !important;
 
display: flex;
 
display: flex;
padding-top: 8px;
+
padding-top: 10px;
 
align-items: center;
 
align-items: center;
 
vertical-align: middle !important;
 
vertical-align: middle !important;
min-height: 6vH;
+
min-height: 8vH;
background-color: #c2a593;
+
background-color: #9D2235;
font-family: Lato, serif;
+
font-family: Tahoma, Lato, serif;
 
position: fixed;
 
position: fixed;
 
width: 100%;
 
width: 100%;
Line 36: Line 111:
 
width: 8%;
 
width: 8%;
 
margin-left: 50px !important;
 
margin-left: 50px !important;
margin-top: 300px !important;
+
margin-top: 30px !important;
margin-bottom: 10px !important;  
+
margin-bottom: 0px !important;  
 
}
 
}
  
Line 48: Line 123:
 
display: inline-flex;
 
display: inline-flex;
 
justify-content: space-around;
 
justify-content: space-around;
 +
                text-decoration: none;
 +
                color: #fff;
 
width: 100%;
 
width: 100%;
 
}
 
}
Line 115: Line 192:
  
 
/*Mobile Navigation Bar*/
 
/*Mobile Navigation Bar*/
 
 
@media screen and (max-width: 1080px) {
 
@media screen and (max-width: 1080px) {
 
body {
 
body {
Line 132: Line 208:
 
height: 100%;
 
height: 100%;
 
right: 0px;
 
right: 0px;
top: 10vh;
+
top: 8vh;
background-color: #c2a593;
+
background-color: #9D2235;
 
width: 30%;
 
width: 30%;
 
transform: translateX(150%);
 
transform: translateX(150%);
Line 173: Line 249:
 
padding-left: 0px;
 
padding-left: 0px;
 
}
 
}
 
  
 
@keyframes navLinkFade {
 
@keyframes navLinkFade {
Line 200: Line 275:
 
transform: rotate(180deg);
 
transform: rotate(180deg);
 
}
 
}
</style>
 
</head>
 
  
    <body>
+
</style>
<nav>
+
<ul class="nav-links">
+
<li class="dropdown"> 
+
<a href="https://2021.igem.org/Team:MIT">Home </a>
+
</li>
+
  
<li class="dropdown">
+
<body>
<a> Team </a>
+
    <nav>
<div class="dropdowncontent">
+
    <ul class="nav-links">
<a href="https://2021.igem.org/Team:MIT/Team">Team </a>
+
            <li class="dropdown">
<a href="https://2021.igem.org/Team:MIT/Attributions"> Attributions </a>
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT">Home </a>
</div>
+
            </li>
</li>
+
  
<li class="dropdown">  
+
            <li class="dropdown">
<a> Project </a>
+
                <a> Team </a>
<div class="dropdowncontent">
+
                <div class="dropdowncontent">
<a class="link" href="https://2021.igem.org/Team:MIT/Description"> Description </a>
+
                    <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Team">Team </a>
<a href="https://2021.igem.org/Team:MIT/Design"> Design </a>
+
                    <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Attributions"> Attributions </a>
<a href="https://2021.igem.org/Team:MIT/Experiments"> Experiments </a>
+
                </div>
<a href="https://2021.igem.org/Team:MIT/Model"> Model </a>
+
            </li>
<a href="https://2021.igem.org/Team:MIT/Results"> Results </a>
+
<a href="https://2021.igem.org/Team:MIT/Engineering"> Engineering Success </a>
+
<a href="https://2021.igem.org/Team:MIT/Contribution"> Contribution </a>
+
</div>
+
</li>
+
  
<li class="dropdown">
+
            <li class="dropdown">  
<a> Parts </a>
+
                <a> Project </a>
<div class="dropdowncontent">
+
                    <div class="dropdowncontent">
<a href="https://2021.igem.org/Team:MIT/Parts"> Parts Overview </a>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Description"> Description </a>
<a href="https://2021.igem.org/Team:MIT/Basic_Part"> Basic Parts </a>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Design"> Design
<a href="https://2021.igem.org/Team:MIT/Composite_Part"> Composite Parts </a>
+
</a>
</div>
+
</li>
+
<li class="dropdown"> 
+
<a> Safety </a>
+
<div class="dropdowncontent">
+
<a href="https://2021.igem.org/Team:MIT/Safety"> Safety </a>
+
<a href="https://2021.igem.org/Team:MIT/Implementation"> Implementation </a>
+
+
</div>
+
</li>
+
<li class="dropdown"> 
+
<a> Human Practices </a>
+
<div class="dropdowncontent">
+
<a href="https://2021.igem.org/Team:MIT/Human_Practices">Human Practices</a>
+
<a href="https://2021.igem.org/Team:MIT/Education"> Outreach & Engagement </a>
+
  
+
<a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Parts"> Parts </a>
</div>
+
       
</li>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Experiments"> Experiments </a>
<li class="dropdown"
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Notebook"> Notebook </a>
<a href="https://2021.igem.org/Team:MIT/Collaborations"> MIT Microbiome Meetup  </a>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Model"> Model </a>
</li>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Results"> Results </a>
</ul>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Engineering"> Engineering Success </a>
+
                        <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Contribution"> Contribution </a>
<div class="burger">
+
                    </div>
<div class="line1"></div>
+
            </li>
<div class="line2"></div>
+
<div class="line3"></div>
+
</div>
+
</u1>
+
</nav>
+
</body>
+
  
    <script>
+
         
        console.log("menu script loaded");
+
            <li class="dropdown"
        /*Toggle Nav*/
+
                    <a> Safety </a>
        const navSlide = () => {
+
            <div class="dropdowncontent">
            const burger = document.querySelector ('.burger');
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Safety"> Safety </a>
            const nav = document.querySelector ('.nav-links');
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Implementation"> Implementation </a>   
            const navLinks = document.querySelectorAll('.nav-links li');
+
            </div>
 +
            </li>
  
             burger.addEventListener('click', () => {
+
             <li class="dropdown"> 
                nav.classList.toggle('nav-active');
+
                    <a> Human Practices </a>
            /*Animate Menu links*/
+
 
                navLinks.forEach((link,index) => {
+
            <div class="dropdowncontent">
                if(link.style.animation) {
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Human_Practices">Human Practices</a>
                    link.style.animation = '';
+
               
                }
+
            </div>
                else {
+
 
                    link.style.animation = `navLinkFade 0.5s ease forwards ${index / 5 + 0.05}s`;
+
<li class="dropdown"> 
                }
+
                    <a> Education and Collaborations </a>
            });
+
 
            /*Burger Animation*/
+
            <div class="dropdowncontent">
            burger.classList.toggle('toggle');
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Education"> Educational Module </a>
            });
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Collaborations"> Collaborations </a>
        }
+
                <a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Meetup"> MIT Microbiome Meetup </a>
    navSlide();
+
 
    </script>
+
<a style="color: white; text-decoration: None;" href="https://2021.igem.org/Team:MIT/Partnership"> Partnership </a>
 +
            </div>
 +
 
 +
        </ul>
 +
            <div class="burger">
 +
                <div class="line1"></div>
 +
                <div class="line2"></div>
 +
                <div class="line3"></div>
 +
            </div>
 +
        </nav>
 +
</div>
 +
</body>
 +
 
 +
<script>
 +
console.log("Menu Script Loaded");
 +
/*Toggle Nav*/
 +
const navSlide = () => {
 +
const burger = document.querySelector ('.burger');
 +
const nav = document.querySelector ('.nav-links');
 +
const navLinks = document.querySelectorAll('.nav-links li');
 +
 
 +
burger.addEventListener('click', () => {
 +
nav.classList.toggle('nav-active');
 +
/*Animate Menu links*/
 +
navLinks.forEach((link,index) => {
 +
if(link.style.animation) {
 +
link.style.animation = '';
 +
}
 +
else {
 +
link.style.animation = `navLinkFade 0.5s ease forwards ${index / 5 + 0.05}s`;
 +
}
 +
});
 +
/*Burger Animation*/
 +
burger.classList.toggle('toggle');
 +
});
 +
}
 +
navSlide();
 +
</script>
 
</html>
 
</html>

Latest revision as of 03:46, 22 October 2021