Difference between revisions of "Team:Tec-Monterrey/sandboxDavid"

m
 
(150 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!------------------------- GENERAL FORMAT STARTS --------------------------------->
+
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_General_Format}}
 +
<html>
  
<html>
 
 
<head>
 
<head>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
+
    <!-- Bootstrap required meta tags -->
<!--bootstrap core css-->
+
    <meta charset="utf-8">
<link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/bootstrapmin?action=raw&amp;ctype=text/css" rel="stylesheet">
+
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&ctype=text/css" rel="stylesheet" type="text/css">
+
 
 +
    <!-- Bootstrap css-->
 +
    <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/bootstrapmin?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
 
 +
    <!-- Fonts -->
 +
    <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&amp;ctype=text/css" rel="stylesheet">
 +
 
 
     <style>
 
     <style>
/**************************************** Clear the default wiki settings *********************************/
 
    #home_logo, #sideMenu {
 
        display:none;
 
    }
 
    #sideMenu, #top_title, .patrollink  {
 
        display:none;
 
    }
 
    #content, #HQ_page {
 
        width: 100%;
 
        padding: 0;
 
        margin: 0;
 
        background-color: white;
 
        //font-size: 100% !important;
 
    }
 
    #content {
 
        margin-top: -16px;
 
    }
 
    #globalWrapper, #content, #HQ_page, #bodyContent, #mw-content-text{
 
    height: 100%;
 
    width: 100%;
 
    }
 
/*Bootstrap.min altered the way the top menu looks, by changing box-sizing: from border-box to initial, the damage is undone*/
 
    #top_menu_14 {
 
        box-sizing: initial;
 
    }
 
    td a{
 
        padding-right: 0px !important;
 
    }
 
    #globalWrapper{
 
        padding-bottom: 0;
 
    }
 
/*************************************************** Bootstrap Stuff ************************************************/
 
    .portfolio-item .caption .caption-content p {
 
        font-weight: 300;
 
        font-size: 1.2rem;
 
    }
 
    @media (min-width: 992px) {
 
        .portfolio-item {
 
            max-width: none;
 
            margin: 0;
 
        }
 
        .portfolio-item .caption {
 
            -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
 
            -webkit-clip-path: inset(0px);
 
            clip-path: inset(0px);
 
        }
 
        .portfolio-item .caption .caption-content {
 
            transition: opacity 0.25s;
 
            margin-left: 5rem;
 
            margin-right: 5rem;
 
            margin-bottom: 5rem;
 
        }
 
        .portfolio-item img {
 
            -webkit-transition: -webkit-clip-path 0.25s ease-out;
 
            -webkit-clip-path: inset(-1px);
 
            clip-path: inset(-1px);
 
        }
 
        .portfolio-item:hover img {
 
            -webkit-clip-path: inset(2rem);
 
            clip-path: inset(2rem);
 
        }
 
        .portfolio-item:hover .caption {
 
            background-color: rgba(29, 128, 159, 0.9);
 
            -webkit-clip-path: inset(2rem);
 
            clip-path: inset(2rem);
 
        }
 
    }
 
    a {
 
        color: #1D809F;
 
    }
 
    a:hover, a:focus, a:active {
 
        color: #155d74;
 
    }
 
    .btn-primary {
 
        background-color: #1D809F !important;
 
        border-color: #1D809F !important;
 
        color: #fff !important;
 
    }
 
    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
 
        background-color: #155d74 !important;
 
        border-color: #155d74 !important;
 
    }
 
    .btn {
 
        box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
 
        font-weight: 700;
 
    }
 
    .btn-xl {
 
        padding: 1.25rem 2.5rem;
 
    }
 
/*****************************************************custom css*****************************************************/
 
   
 
    @font-face{
 
        font-family: "Norwester";
 
        src: url('https://static.igem.org/mediawiki/2018/d/da/T--Tec-Monterrey--Norwester.woff') format('woff'),
 
            url('https://static.igem.org/mediawiki/2018/8/8d/T--Tec-Monterrey--Norwester.ttf') format('truetype');
 
    }
 
    @font-face{
 
        font-family: "Montserrat";
 
        src: url('https://static.igem.org/mediawiki/2018/4/44/T--Tec-Monterrey--Montserrat.woff') format('woff'),
 
            url('https://static.igem.org/mediawiki/2018/a/ad/T--Tec-Monterrey--Montserrat.ttf') format('truetype');
 
    }
 
    @font-face{
 
        font-family: "DosisRegular";
 
        src: url('https://static.igem.org/mediawiki/2018/8/84/T--Tec-Monterrey--Dosis_regular.woff') format('woff'),
 
            url('https://static.igem.org/mediawiki/2018/e/e1/T--Tec-Monterrey--Dosis_regular.ttf') format('truetype');
 
    }
 
    body, html {
 
        width: 100%;
 
        height: 100%;
 
    }
 
    body {
 
        font-family: "DosisRegular", sans-serif !important;
 
    }
 
    ul{
 
        margin: 0 !important;
 
    }
 
    h1, h2, h3, h4, h5, h6 {
 
        font-weight: 700;
 
        padding: 0 0 0 0;
 
        margin: 0 0 0 0;
 
    }
 
    .text-faded {
 
        color: rgba(255, 255, 255, 0.7);
 
    }
 
    .masthead {
 
        height: 100%;
 
        width: 100%;
 
    }
 
    .header-top {
 
        height: 70%;
 
        width: 100%;
 
        position: relative;
 
        background: rgb(248,247,246);
 
    }
 
    .header-bottom {
 
        height: 30%;
 
        position: relative;
 
        background: white;
 
        padding: 10px 0px 10px 10px;
 
        margin: 0px 0px 0px 0px;"
 
    }
 
    .div-header-bottom {
 
        padding:5px 0px 0px 10px;
 
        border-left: 10px solid #2f6361;
 
    }
 
    .header-title {
 
        font-family: "Norwester", sans-serif !important;
 
        text-align: left !important;
 
        font-size: 9vw !important;
 
        font-weight: 700 !important;
 
        line-height: 1em !important;
 
        padding-bottom: 0;
 
        margin-bottom: -5px;
 
        color: #3582d2;
 
    }
 
    .header-subtitle {
 
        font-family: "Montserrat", monospace;
 
        text-align: left !important;
 
        font-size: 3.5vw !important;
 
        font-weight: 600 !important;
 
        line-height: 1em !important;
 
        padding-bottom: 4px;
 
        color: #5da565;
 
    }
 
    .body-title {
 
        font-family: "Norwester", sans-serif !important;
 
        font-size: 4vw !important;
 
        font-weight: 600 !important;
 
        line-height: 1em !important;
 
        padding: 10px 0 10px 0;
 
        text-align: center;
 
    }
 
    .body-title h1 {
 
        margin: 0 !important;
 
    }
 
    .body-subtitle {
 
        font-family: "Montserrat", monospace !important;
 
        font-size: 2.5vw !important;
 
        font-weight: 400 !important;
 
        line-height: 1.2em !important;
 
    }
 
    .scroll-to-top {
 
        position: fixed;
 
        right: 10px;
 
        bottom: 10px;
 
        display: none;
 
        width: 50px;
 
        height: 50px;
 
        text-align: center;
 
        color: white !important;
 
        background: rgba(52, 58, 64, 0.5);
 
        line-height: 45px;
 
    }
 
    .scroll-to-top:focus, .scroll-to-top:hover {
 
        color: white !important;
 
    }
 
    .scroll-to-top:hover {
 
        background: #343a40;
 
    }
 
    .scroll-to-top i {
 
        font-weight: 800;
 
    }
 
    .hide {
 
        display: none;
 
    }
 
    .footer {
 
        padding-top: 1rem;
 
        padding-bottom: 1rem;
 
        background: #404040;
 
    }
 
    #footerCopyright{
 
        text-align: center !important;
 
    }
 
    .social-link {
 
        color: #6c757d;
 
    }
 
    .social-link:hover {
 
        color: #eeeeee;
 
    }
 
/******************************************************* TOPBAR MENU *********************************************/
 
#topBarWrapper {
 
  /*display: none;*/
 
}
 
  
.topBar {
+
        /**********************************************************************************************************************/
    position: fixed;
+
/******************************************************* SLIDESHOW ***************************************************/
    top: 18px;
+
/**********************************************************************************************************************/
    z-index: 2;
+
.slideshow {
    height: 8vh;
+
position: relative;
    width: 100%;
+
width: 80%;
 +
height: 80%;
 +
        margin: 0 10%;
 +
        overflow-y: hidden;
 
}
 
}
  
#navbar {
+
.slideshow .right-arrow-pane, .slideshow .left-arrow-pane{
    position: fixed;
+
position:absolute;
    z-index: 2;
+
right:0;
    height: 8vh;
+
top:0;
    width: 100%;
+
height:100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
+
width:100px;
 +
background: rgba(0,0,0,0.3);
 +
-webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 
     transition: all 0.3s;
 
     transition: all 0.3s;
     -webkit-transition: all 0.3s;
+
     z-index:75;
 +
    cursor:pointer;
 
}
 
}
  
#navbarLogoWrapper {
+
.slideshow .left-arrow-pane {
  position: absolute;
+
left:0;
  display: inline-block;
+
width:82px;
  height: 100%;
+
right:auto;
  -webkit-transition: all 0.3s;
+
  transition: all 0.3s;
+
 
}
 
}
  
#navbarLogoText {
+
.slideshow .right-arrow-pane .arrow, .slideshow .left-arrow-pane .arrow {
  display: inline-block;
+
position:absolute;
  font-size: 1vw;
+
top:50%;
  color: white;
+
left:30%;
  opacity: 0;
+
transform:translate(-50%, -50%);
  -webkit-transition: opacity 0.3s;
+
-webkit-transition: all 0.3s;
  transition: opacity 0.3s;
+
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
 +
    /*z-index:50;*/
 
}
 
}
  
#navbarLogo {
+
.slideshow .left-arrow-pane .arrow {
  height: 80%;
+
right:30%;
  margin-top: 5%;
+
left:auto;
  margin-bottom: 15%;
+
transform: translate(50%, -50%);
  margin-left: 20px;
+
  padding-left: 20px;
+
  border-left: 1px solid white;
+
  display: inline-block;
+
 
}
 
}
  
#navbarGif {
+
.slideshow .right-arrow-pane .arrow div, .slideshow .left-arrow-pane .arrow div{
  height: 80%;
+
height:50px;
  margin-top: 5%;
+
width:50px;
  margin-bottom: 15%;
+
transform:rotate(45deg);
  margin-left: 20px;
+
border-style: solid;
  padding-left: 20px;
+
border-color: rgba(255, 255, 255, .5);
  display: none;
+
border-width:5px 5px 0 0;
 +
-webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
 
}
 
}
  
#navbarGif, #navbarLogoWrapper:hover #navbarLogo {
+
.slideshow .left-arrow-pane .arrow div{
  display: none;
+
transform:rotate(-135deg);
  border: 0;
+
 
}
 
}
  
#navbarLogo, #navbarLogoWrapper:hover #navbarGif {
+
.slideshow .right-arrow-pane:hover, .slideshow .left-arrow-pane:hover {
  display: inline-block;
+
background:rgba(0,0,0,.25);
 
}
 
}
  
#navbarLogoWrapper:hover {
+
.slideshow .right-arrow-pane:hover .arrow {
  transform: scale(1.4,1.4);
+
left:35%;
  cursor: pointer;
+
 
}
 
}
  
#navbarLogoWrapper:hover > #navbarLogoText {
+
.slideshow .left-arrow-pane:hover .arrow {
  opacity: 1;
+
right:35%;
 
}
 
}
  
#navContainer {
+
.slideshow .right-arrow-pane:hover .arrow div, .slideshow .left-arrow-pane:hover .arrow div{
    display: none;
+
border-color:rgb(255,255,255);
    z-index: 2;
+
    height: 8vh;
+
    width: 80%;
+
    left: 10%;
+
    position: fixed;
+
    background-color: rgba(0,0,0,0);
+
    color: #fff;
+
 
}
 
}
  
.navbar-linkContainer {
+
.slideshow .bubbles {
  height: 100%;
+
position:absolute;
  width: 20%;
+
width:100%;
  color: white;
+
height:10%;
  background-color: rgba(0,0,0,0);
+
bottom:0;
  -webkit-transition: all 0.3s;
+
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
  transition: all 0.3s;
+
display:flex;
  position: relative;
+
justify-content: center;
  float: left;
+
z-index:50;
  text-align: center;
+
 
}
 
}
.navbar-linkContainerChild {
+
 
  position: absolute;
+
.slideshow .bubbles div {
  top: 0;
+
height:30px;
  bottom: 0;
+
width:30px;
  left: 0;
+
border-radius:5px;
  right: 0;
+
border:solid white 3px;
  width: 80%;
+
margin:0 20px 0 0;
  height: 1em;
+
cursor:pointer;
  margin: auto;
+
  font-family: "Norwester", sans-serif;
+
  font-weight: 700;
+
  font-size: 1.5vw;
+
  line-height: 1em;
+
  border-left: 1px solid white;
+
  border-right: 1px solid white;
+
 
}
 
}
  
.navbar-linkContainer.active {
+
.slideshow .bubbles div:last-child {
  transform: scale(1.05,1.05);
+
margin-right: 0;
  border-radius: 5%;
+
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
+
  background-color: #B0E0E4;
+
  -webkit-transition: all 0.3s;
+
  transition: all 0.3s;
+
 
}
 
}
  
.activeChild {
+
.slideshow .bubbles div:hover {
  border: 0;
+
background-color: white;
 
}
 
}
  
.collapsedMenu {
+
.slideshow .bubbles div.active {
    top: calc(8vh + 18px);
+
background-color:white;
    position: fixed;
+
    z-index: 1;
+
    width: 100%;
+
  background-color: aquamarine;
+
 
}
 
}
  
.containerCollapse {
+
.slideshow .pauseBtn {
  padding: 0 10px 30px 10px;
+
position:absolute;
  width: 80%;
+
height:60px;
  margin-left: 10%;
+
width:60px;
 +
bottom:20px;
 +
right:150px;
 +
background:rgba(34,34,34,.75);
 +
border-radius:10px;
 +
z-index:60;
 
}
 
}
  
.height-support {
+
.slideshow .pauseBtn .bars {
    height: 20px;
+
visibility: hidden;
    width: 100%;
+
position:absolute;
 +
top:50%;
 +
left:50%;
 +
transform:translate(-50%, -50%);
 +
width:30px;
 +
height:35px;
 
}
 
}
  
.mask {
+
.slideshow .pauseBtn .bars > div{
    height: 8vh;
+
float:right;
    width:100%;
+
width:10px;
    background-color: rgba(0,0,0,0);
+
height:100%;
    z-index: 0;
+
background:rgba(255,255,255,.75);
 
}
 
}
  
.navbarList {
+
.slideshow .pauseBtn .bars > div:first-child {
  float: left;
+
float:left;
  height: 100%;
+
  width: 16%;
+
 
}
 
}
  
.navbarItem {
+
.slideshow .pauseBtn:hover {
  height: 100%;
+
background: rgba(34,34,34,1);
 +
cursor: pointer;
 
}
 
}
  
.navbarItemHeader {
+
.slideshow .pauseBtn:hover .bars > div {
  display: inline-block;
+
background: rgba(255,255,255,1);
  position: relative;
+
  font-family: "Norwester", sans-serif;
+
  font-weight: 500;
+
  font-size: 1.8vw;
+
  color: black;
+
  text-decoration: none;
+
  padding-top: 10px;
+
  width: auto;
+
 
}
 
}
  
.navbarItemContent {
+
.slideshow .pauseBtn .tri {
  display: inline-block;
+
visibility: hidden;
  position: relative;
+
position: absolute;
  color: black;
+
top:50%;
  font-size: 1.5vw;
+
left:50%;
  line-height: 1.5em;
+
transform: translate(-50%, -50%);
  text-decoration: none;
+
  width: auto;
+
  padding-top: 10px;
+
 
}
 
}
  
a.navbarItemHeader::after, a.navbarItemContent::after {
+
.slideshow .pauseBtn .tri > div {
  content: "";
+
width: 0;
  position: absolute;
+
height: 0;
  width: 0;
+
border-top: 18px solid transparent;
  height: 2px;
+
border-left-style: solid;
  display:block;
+
border-left-width: 30px;
  margin-top: 5px;
+
border-left-color:rgba(255,255,255,.75);
  right: 0;
+
border-bottom: 18px solid transparent;
  background-color: #000;
+
  -webkit-transition: width 0.3s ease-in-out 0s;
+
  transition: width 0.3s ease-in-out 0s;
+
  padding: 0;
+
  margin: 0;
+
 
}
 
}
  
a.navbarItemHeader:link, a.navbarItemContent:link  {
+
.slideshow .pauseBtn:hover .tri > div{
  color: black;
+
border-left-color:rgba(255,255,255,1);
  text-decoration: none;
+
 
}
 
}
a.navbarItemHeader:visited, a.navbarItemContent:visited  {
+
 
  color: black;
+
.slideshow .pauseBtn .tri.active, .slideshow .pauseBtn .bars.active {
  text-decoration: none;
+
visibility: visible;
 
}
 
}
a.navbarItemHeader:active, a.navbarItemContent:active  {
+
 
  color: black;
+
.slideshow .content {
  text-decoration: none;
+
position:absolute;
}
+
top:0;
a.navbarItemHeader:hover, a.navbarItemContent:hover  {
+
left:0;
  color: black;
+
width:100%;
  text-decoration: none;
+
height:100%;
 +
        overflow: hidden;
 
}
 
}
  
a.navbarItemHeader:hover::after, a.navbarItemContent:hover::after  {
+
.slideshow .content .slide {
 +
visibility:hidden;
 +
position:absolute;
 +
top:0;
 +
left:0;
 +
height:100%;
 +
width:100%;
 +
overflow-y: hidden;
 +
-webkit-transition: left 1s;
 +
    -moz-transition: left 1s;
 +
    -ms-transition: left 1s;
 +
    -o-transition: left 1s;
 +
    transition: left 1s;
 +
}
 +
.slideshow .content .slide video, .slideshow .content .slide img {
 
   width: 100%;
 
   width: 100%;
   left: 0;
+
   height: 100%;
  background: #000;
+
 
}
 
}
  
.clearBoth {
+
.slideshow .content .slide:first-child {
  clear: both;
+
visibility:visible;
 +
left:0;
 +
z-index: 1;
 +
        width: 100%;
 
}
 
}
       
+
 
#squeezedBtnWrapper {
+
.slideshow .content .slide > img:first-child {
 +
height:auto;
 +
        width: 100%;
 +
        overflow: hidden;
 
}
 
}
       
+
 
#squeezedNavBtn {
+
.slideshow .content .slide.active {
    position: fixed;
+
left:0 !important;
    top: 18px;
+
    z-index: 3;
+
    height: 8vh;
+
    width: 80px;
+
    background-color: aquamarine;
+
    right: 10%;
+
    text-align: center;
+
    font-size: 6vh;
+
 
}
 
}
/********************************************************* TOPBAR MENU ENDS *********************************************/
+
 
/********************************** CODE FOR HIDING OR SHOWING THE MENUS DEPENDING ON SCREEN SIZE ***********************/
+
.slideshow .content .slide.left {
@media screen and (min-width: 900px) {
+
left:-100vw !important;
  #navContainer {
+
    display: contents;
+
  }
+
  #squeezedNavBtn {
+
    display: none;
+
  }
+
 
}
 
}
    </style>
 
</head>
 
<body>
 
  
<!-- Navigation Bar-->
+
.slideshow .content .slide.right {
 +
left:100vw !important;
 +
}
  
<!--------------------------------------------------------- TOPBAR MENU STARTS ------------------------------------------->
+
.splash .slideshow .title {
<div id="squeezedBtnWrapper">
+
top:65%;
    <div id="squeezedNavBtn">
+
left:200px;
        <a href="#squeezedMenuDrop"><i class="fas fa-bars" id="squeezedBtn"></i></a>
+
}
    </div>
+
</div>
+
<div id="topBarWrapper">
+
      <div class="topBar d-flex">
+
          <div id="navbar">
+
            <div id="navbarLogoWrapper">
+
              <img id="navbarLogo" src="https://static.igem.org/mediawiki/2018/7/76/T--Tec-Monterrey--ECoding_Menu_Logo_Still_200.png"/><img id="navbarGif" src="https://static.igem.org/mediawiki/2018/c/c3/T--Tec-Monterrey--ECoding_Menu_Gif.gif"/>
+
              <h5 id="navbarLogoText">Home</h5>
+
            </div>
+
              <div id="navContainer">
+
                  <a href="#collapseProject">
+
                      <div class="navbar-linkContainer" id="linkContainer_Project">
+
                          <div class="navbar-linkContainerChild" id="linkContainer_ProjectChild">Project</div>
+
                      </div>
+
                  </a>
+
                  <a href="#collapseParts">
+
                      <div class="navbar-linkContainer" id="linkContainer_Parts">
+
                          <div class="navbar-linkContainerChild" id="linkContainer_PartsChild">Parts</div>
+
                      </div>
+
                  </a>
+
                  <a href="#collapsePeople">
+
                      <div class="navbar-linkContainer" id="linkContainer_People">
+
                          <div class="navbar-linkContainerChild" id="linkContainer_PeopleChild">People</div>
+
                      </div>
+
                  </a>
+
                  <a href="#collapseHP">
+
                      <div class="navbar-linkContainer" id="linkContainer_HP">
+
                          <div class="navbar-linkContainerChild" id="linkContainer_HPChild">Human Practices</div>
+
                      </div>
+
                  </a>
+
                  <a href="#collapseModeling">
+
                      <div class="navbar-linkContainer" id="linkContainer_Modeling">
+
                          <div class="navbar-linkContainerChild" id="linkContainer_ModelingChild">Modeling</div>
+
                      </div>
+
                  </a>
+
              </div>
+
          </div>
+
           
+
            <!-- Project collapsed -->
+
            <div class="collapse collapsedMenu" id="collapseProject">
+
                <div class="containerCollapse">
+
                    <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                          <a href="www.google.com" class="navbarItemHeader">Overview</a>
+
                          <a class="navbarItemContent">The project</a>
+
                          <a class="navbarItemContent">Applications</a>
+
                          <a class="navbarItemContent">Human Practices</a>
+
                          <a class="navbarItemContent">What we want</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                          <a class="navbarItemHeader">Overview</a>
+
                          <a class="navbarItemContent">The project</a>
+
                          <a class="navbarItemContent">Applications</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                          <a class="navbarItemHeader">Overview</a>
+
                          <a class="navbarItemContent">The project</a>
+
                          <a class="navbarItemContent">Applications</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                          <a class="navbarItemHeader">Overview</a>
+
                          <a class="navbarItemContent">The project</a>
+
                          <a class="navbarItemContent">Applications</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                          <a class="navbarItemHeader">Overview</a>
+
                          <a class="navbarItemContent">The project</a>
+
                          <a class="navbarItemContent">Applications</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                          <a class="navbarItemHeader">Overview</a>
+
                          <a class="navbarItemContent">The project</a>
+
                          <a class="navbarItemContent">Applications</a>
+
                        </li>
+
                    </ul>
+
                    <br class="clearBoth"/>
+
                </div>
+
            </div>
+
            <!-- Parts collapsed -->
+
            <div class="collapse collapsedMenu" id="collapseParts">
+
                <div class="containerCollapse">
+
                    <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Basic parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                            <a href="#page-top" class="navbarItemContent">Improved parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Basic parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                            <a href="#page-top" class="navbarItemContent">Improved parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Basic parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                            <a href="#page-top" class="navbarItemContent">Improved parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Basic parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                            <a href="#page-top" class="navbarItemContent">Improved parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Basic parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                            <a href="#page-top" class="navbarItemContent">Improved parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Basic parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                            <a href="#page-top" class="navbarItemContent">Improved parts</a>
+
                            <a href="#page-top" class="navbarItemContent">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <br class="clearBoth"/>
+
                </div>
+
            </div>
+
            <!-- People collapsed -->
+
            <div class="collapse collapsedMenu" id="collapsePeople">
+
                <div class="containerCollapse" id="collapsedMenu">
+
                    <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Team</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                            <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                            <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Team</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                            <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                            <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Team</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                            <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                            <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Team</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                            <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                            <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Team</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                            <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                            <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Team</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                            <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                            <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <br class="clearBoth"/>
+
                </div>
+
            </div>
+
            <!-- HP collapsed -->
+
            <div class="collapse collapsedMenu" id="collapseHP">
+
                <div class="containerCollapse">
+
                    <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Education</a>
+
                            <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Education</a>
+
                            <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Education</a>
+
                            <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Education</a>
+
                            <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Education</a>
+
                            <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                            <a href="#page-top" class="navbarItemContent">Education</a>
+
                            <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
                        </li>
+
                    </ul>
+
                    <br class="clearBoth"/>
+
                </div>
+
            </div>
+
            <!-- Modeling collapsed -->
+
            <div class="collapse collapsedMenu" id="collapseModeling">
+
                <div class="containerCollapse">
+
                    <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto navbarList">
+
                        <li class="nav-item navbarItem">
+
                            <a href="#page-top" class="navbarItemHeader">Overview</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                            <br>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                            <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                            <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
                        </li>
+
                    </ul>
+
                    <br class="clearBoth"/>
+
                </div>
+
            </div>
+
         
+
              <!-- Squeezed collapsed -->
+
            <div class="collapse collapsedMenu" id="collapseSqueezed">
+
    <div class="containerCollapse">
+
        <div class="height-support">
+
        </div>
+
        <ul class="navbar-nav mr-auto navbarList">
+
            <li class="nav-item navbarItem">
+
                <a href="#page-top" class="navbarItemHeader">Project</a>
+
                <a href="#page-top" class="navbarItemContent">Overview</a>
+
                <a href="#page-top" class="navbarItemContent">The Project</a>
+
                <a href="#page-top" class="navbarItemContent">Applications</a>
+
                <a href="#page-top" class="navbarItemContent">Human Practices</a>
+
                <a href="#page-top" class="navbarItemContent">What we want</a>
+
            </li>
+
        </ul>
+
        <ul class="navbar-nav mr-auto navbarList">
+
            <li class="nav-item navbarItem">
+
                <a href="#page-top" class="navbarItemHeader">Parts</a>
+
                <a href="#page-top" class="navbarItemContent">Overview</a>
+
                <a href="#page-top" class="navbarItemContent">Basic Parts</a>
+
                <a href="#page-top" class="navbarItemContent">Composite Parts</a>
+
                <a href="#page-top" class="navbarItemContent">Parts Collection</a>
+
                <a href="#page-top" class="navbarItemContent">Improved Parts</a>
+
                <a href="#page-top" class="navbarItemContent">Parts list</a>
+
            </li>
+
        </ul>
+
        <ul class="navbar-nav mr-auto navbarList">
+
            <li class="nav-item navbarItem">
+
                <a href="#page-top" class="navbarItemHeader">People</a>
+
                <a href="#page-top" class="navbarItemContent">Overview</a>
+
                <a href="#page-top" class="navbarItemContent">Team</a>
+
                <a href="#page-top" class="navbarItemContent">Attributions</a>
+
                <a href="#page-top" class="navbarItemContent">Collaborations</a>
+
                <a href="#page-top" class="navbarItemContent">Sponsors</a>
+
            </li>
+
        </ul>
+
        <ul class="navbar-nav mr-auto navbarList">
+
            <li class="nav-item navbarItem">
+
                <a href="#page-top" class="navbarItemHeader">Human Practices</a>
+
                <a href="#page-top" class="navbarItemContent">Overview</a>
+
                <a href="#page-top" class="navbarItemContent">Silver HP</a>
+
                <a href="#page-top" class="navbarItemContent">Integrated HP</a>
+
                <a href="#page-top" class="navbarItemContent">Education</a>
+
                <a href="#page-top" class="navbarItemContent">Public Engagement</a>
+
            </li>
+
        </ul>
+
        <ul class="navbar-nav mr-auto navbarList">
+
            <li class="nav-item navbarItem">
+
                <a href="#page-top" class="navbarItemHeader">Modeling</a>
+
                <a href="#page-top" class="navbarItemContent">Overview</a>
+
                <a href="#page-top" class="navbarItemContent">Interlab</a>
+
                <a href="#page-top" class="navbarItemContent">Software Tool</a>
+
                <a href="#page-top" class="navbarItemContent">Lac Operon</a>
+
            </li>
+
        </ul>
+
        <br class="clearBoth"/>
+
    </div>
+
</div>
+
+
            <div class="mask"></div>
+
        </div>
+
</div>
+
<!--------------------------------------------------------- TOPBAR MENU ENDS --------------------------------------------->
+
   
+
    <!--Scroll to top button-->
+
    <a class="scroll-to-top rounded" href="#page-top">
+
      <i class="fa fa-angle-up"></i>
+
    </a>
+
  
</body>
+
#HQ_page .slideshow .title p {
</html>
+
font-size:7em;
 +
}
  
<!------------------------- GENERAL FORMAT ENDS ----------------------------------->
+
.notransition {
 +
-webkit-transition: none !important;
 +
    -moz-transition: none !important;
 +
    -ms-transition: none !important;
 +
    -o-transition: none !important;
 +
    transition: none !important;
 +
}
 +
/**********************************************************************************************************************/
 +
/**********************************************************************************************************************/
 +
/******************************************************* SLIDESHOW *****************************************************/
  
  
<!------------------------- INDEX.HTML STARTS ------------------------------------->
+
#scroll-section {
 
+
   display: contents;
<html>
+
<head>
+
<style>
+
#globalWrapper {
+
   background: rgb(248,247,246);  
+
 
}
 
}
#myImage {
+
.header-main-page {
    position:absolute;
+
  width: 100%;
    top: 0;
+
  height: 100%;
    right: 0;
+
  background: rgb(157,217,223);
    max-width: 100%;
+
 
}
 
}
.masthead {
+
 
  min-height: 30rem;
+
#video-main-page {
  position: relative;
+
 
   width: 100%;
 
   width: 100%;
   padding-top: 8rem;
+
   background: #9dd8dd;
   padding-bottom: 8rem;
+
   transition: all 0.6s;
   background: rgb(248,247,246);
+
   position: fixed;
 +
  z-index: 200;
 
}
 
}
.masthead h1 {
+
#skip-btn {
   font-size: 4rem;
+
   z-index: 201;
   margin: 0;
+
   background: rgba(0,0,0,0.3);
  padding: 0;
+
   color: whitesmoke;
}
+
   font-size: 8vh;
@media (min-width: 992px) {
+
   width: 15vw;
   .masthead {
+
   height: 9vh;
    height: 100vh;
+
   line-height: 1em;
   }
+
  .masthead h1 {
+
    font-size: 5.5rem;
+
   }
+
}
+
#project {
+
    -webkit-transition: height 4s;
+
   -moz-transition: height 4s;
+
  -ms-transition: height 4s;
+
   -o-transition: height 4s;
+
    transition: height 4s;
+
    height: auto;
+
    background-image: url('/img/logoOficialCirculos.png');
+
    background-repeat: no-repeat;
+
    background-position: center;
+
    background-size: contain;
+
    text-align: center;
+
}
+
#team {
+
 
   text-align: center;
 
   text-align: center;
 +
  position: fixed;
 +
  border-radius: 10px;
 +
  bottom: 1%;
 +
  right: 1%;
 +
  transition: all 0.2s;
 +
  -webkit-transition: all 0.2s;
 
}
 
}
#myTable{
+
 
    width: 95%;
+
#skip-btn:hover {
    margin: 0px auto !important;
+
  cursor: pointer;
    padding: 10px;
+
  background: rgba(0,0,0,0.5);
    border: 2px solid rgb(1,99,60) !important;
+
    border-collapse: collapse;
+
    vertical-align: middle !important;
+
    table-layout: fixed;
+
 
}
 
}
#myTable td{
+
#bacteria-nadando {
width: 33%;
+
  width: 30vw;
border: 2px solid rgb(1,99,60) !important;
+
  height: 30vw;
border-collapse: collapse;
+
  left: 35vw;
text-align: center;
+
  position: fixed;
padding: 5px;
+
  z-index: 1;
 +
  background: url(https://static.igem.org/mediawiki/2018/7/74/T--Tec-Monterrey--Frame_1_interactive_gif.png);
 +
  background-size: cover;
 
}
 
}
  
#myTable p {
+
#hiding-block {
text-align:center;
+
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
font-size: 14px;
+
  z-index: 3;
 +
  width: 100%;
 +
  height: 100vh;
 +
  float: left;
 +
  position: sticky;
 
}
 
}
  
#HP{
+
#fixed-title {
background: rgb(248,247,246);
+
  width: 50%;
 +
  height: 35vh;
 +
  font-size: 13vw;
 +
  font-weight: 700;
 +
  font-family: "DosisRegular", sans-serif;
 +
  line-height: 1.2em;
 +
  text-align: center;
 +
  position: absolute;
 +
  left: 25%;
 +
  top: 25%;
 +
  z-index: 2;
 +
  color: rgba(246,246,246,0.9);
 
}
 
}
  
.service-icon {
+
#fixed-subtitle {
   background-color: #fff;
+
   width: 100%;
   color: #1D809F;
+
   font-size: 6vw;
   height: 7rem;
+
   font-weight: 500;
   width: 7rem;
+
   font-family: "Norwester", monospace;
   display: block;
+
   line-height: 1.2em;
   line-height: 7.5rem;
+
   text-align: center;
   font-size: 2.25rem;
+
   z-index: 2;
   box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
+
   color: rgba(47,99,97,0.6);
 
}
 
}
  
.callout {
+
.topBarWrapper {
   padding: 15rem 0;
+
   display: contents !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
+
}
   background-position: center center;
+
 
   background-repeat: no-repeat;
+
#background-river {
 +
  height: auto;
 +
  background-image: url(https://static.igem.org/mediawiki/2018/d/d0/T--Tec-Monterrey--Background_Rio.png);
 +
   width: 100%;
 +
   background-position-x: center;
 
   background-size: cover;
 
   background-size: cover;
 +
  background-repeat-y: no-repeat;
 
}
 
}
  
.callout h2 {
+
.main-info-container-left {
   font-size: 3.5rem;
+
   width: 30%;
   font-weight: 700;
+
   height: auto;
   display: block;
+
   margin-top: 30%;
   max-width: 30rem;
+
   margin-left: 2.5vw;
 +
  float: left;
 
}
 
}
  
.portfolio-item {
+
.main-info-container-right {
   display: block;
+
   width: 30%;
   position: relative;
+
   height: auto;
   overflow: hidden;
+
   margin-top: 50%;
   max-width: 530px;
+
   margin-right: 2.5vw;
   margin: auto auto 1rem;
+
   float: right;
 
}
 
}
  
.portfolio-item .caption {
+
.main-info {
  display: flex;
+
  height: 100%;
+
 
   width: 100%;
 
   width: 100%;
   background-color: rgba(33, 37, 41, 0.2);
+
   height: 30vw;
   position: absolute;
+
   background: white;
   top: 0;
+
   margin-top: 40vh;
  bottom: 0;
+
  z-index: 1;
+
 
}
 
}
  
.portfolio-item .caption .caption-content {
+
@media screen and (max-width: 900px) {
   color: #fff;
+
  .main-info-container-left {
   margin: auto 2rem 2rem;
+
    width: 40%;
 +
  }
 +
  .main-info-container-right {
 +
    width: 40%;
 +
   }
 +
  #bacteria-nadando {
 +
    display: none;
 +
  }
 +
  #hiding-block {
 +
    display: none;
 +
   }
 +
  #background-river {
 +
    height: 400vh;
 +
  }
 +
  #video-main-page {
 +
    display: none;
 +
  }
 +
  #skip-btn {
 +
    display: none;
 +
  }
 
}
 
}
 
+
    </style>
.portfolio-item .caption .caption-content h2 {
+
  font-size: 0.8rem;
+
  text-transform: uppercase;
+
}
+
</style>
+
 
</head>
 
</head>
  <body id="page-top">
 
    <!-- Header -->
 
      <header class="masthead" style="border-bottom: 20px solid #2f6361;">
 
        <img id="myImage" src="https://static.igem.org/mediawiki/2018/8/82/T--Tec-Monterrey--Tec_ECoding_background.jpeg">
 
        <div class="container text-center my-auto" style="position: relative; top: 60%; left: 9%; max-width: 50%;">
 
        <a class="btn btn-primary btn-xl" href="#project">Learn about the project</a>
 
          </div>
 
      <div class="overlay"></div>
 
    </header>
 
  
    <!-- Project -->
+
<body>
    <section id="project" style="background: #d3edf2; text-align: center;">
+
    <div style="width: 80%; margin: auto; text-align: justify; background: #f2fafc;">
+
    <div style="width: 96%; margin: auto; text-align: justify; background: #fdfdfd; padding-top: 10px;">
+
<div style="border-left: 5px solid #2f6361; padding: 20px 0px 20px 20px; margin: 0px 0px 0px 10px;">
+
      <div class="header-title" style="color: #3582d2;">
+
          E-Coding
+
      </div>
+
      <div class="header-subtitle" style="color: #5da565;">
+
          Storing the world one base at a time
+
      </div>
+
    </div>
+
    <div style="border-top: 5px solid #397471; border-right: 5px solid #2a8481; padding: 20px 20px 20px 20px; margin: 0px 10px 0px 10px; color: #2f6361;">
+
      The research for storing vast amounts of information in smaller devices has been an attention seeking topic in multidisciplinary areas of knowledge all around the world.
+
    <br>
+
    <br>
+
    <q>DNA is an attractive target for information storage because of its capacity for high-density information encoding, longevity under easily achieved conditions, and proven track record as an information bearer</q> <br> Baum, 1995
+
    </div>
+
    <div style="padding: 0px 20px 20px 20px; margin: 0px 10px 0px 10px; color: #2f6361;">
+
      Nevertheless, this potential has been limited due to the lack of efficient editing tools. CRISPR-Cas has become popular as an editing tool for its high specificity, low cost, and easy handling, compared to other editing techniques. In our work, we use Cas1-Cas2, proteins in charge of new protospacer adquisition in the CRISPR array. Predesigned sequences (-70pb aprox) in the form of ssDNA are produced in E.coli by induction of a promoter, and adquired by the complex Cas1-Cas2 to be integrated into the array. To produce this oligonucleotides, we use the retrotranscriptase EC86. A subsequent sequencing of the array will confirm the integration of the oligos in the CRISPR locus. We measure the integration rate in terms of stimuli intensity, and time. We hypothise that this system can store ordered data in vivo of many stimuli, just by changing the promoter.
+
    </div>
+
    </div>
+
    </div>
+
    </section>
+
  
     <!-- Team-->
+
     <div id="scroll-section">
    <section id="team" style="border-bottom: 20px solid #2f6361; background:#d3edf2;">
+
        <header id="page-top" class="header-main-page">
    <div style="width: 80%; margin: 0 auto; text-align: justify; background: #f2fafc;">
+
        </header>
    <div style="width: 96%; margin: 0 auto; text-align: justify; background: #fdfdfd; padding-top: 20px; padding-bottom: 20px;">
+
      <div>
+
      <table align="center" id="myTable">
+
      <tr>
+
        <th colspan="3" style="text-align:center;"><h5>Team Members</h5></th>
+
      </tr>
+
      <tr>
+
      <td>
+
<h6>Esteban de la Peña <a href="https://www.linkedin.com/in/esteban-de-la-pe%C3%B1a-th%C3%A9venet/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>In charge of making the wiki</p>
+
      </td>
+
      <td>
+
<h6>Alan Ávila <a href="https://www.linkedin.com/in/alanavilarmz/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Team Management/Wet Lab</p>
+
      </td>
+
      <td>
+
<h6>Adrián Hernández <a href= "https://www.linkedin.com/in/adri%C3%A1n-hern%C3%A1ndez-mendoza-0184ba14b/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Interlab managment & Dry Lab</p>
+
      </td>
+
      </tr>
+
      <tr>
+
      <td>
+
<h6>Sofia Lara <a href= "https://www.linkedin.com/in/sof%C3%ADa-lara-507773123" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>In charge of Human Practices</p>
+
</td>
+
      <td>
+
<h6>José Arnulfo Juárez Figueroa <a href= "https://www.linkedin.com/in/jos%C3%A9-arnulfo-ju%C3%A1rez-figueroa-1478a1159/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Team Management</p>
+
</td>
+
      <td>
+
<h6>Ana E. Lasso de la Vega <a href= "https://www.linkedin.com/in/ana-elizabeth-ldlv/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Team Management</p>
+
</td>
+
      </tr>
+
      <tr>
+
      <td>
+
<h6>Miranda Iriarte <a href= "https://www.linkedin.com/in/mirandairiarte/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Congress of Sciences iGEM</p>
+
</td>
+
      <td>
+
<h6>Valeria Fuentes</h6>
+
<p>Congress of Sciences iGEM</p>
+
</td>
+
      <td>
+
<h6>Juan Fernández <a href= "https://www.linkedin.com/in/juanfernandezdelagarza/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Mathematical Model</p>
+
      </td>
+
      </tr>
+
      <tr>
+
      <td>
+
<h6>Norma Garza <a href= "https://www.linkedin.com/in/norma-garza-893065126/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Interlab managment/Drylab</p>
+
</td>
+
      <td>
+
<h6>Miriam Salas Ramírez <a href= "https://www.linkedin.com/in/miriamsalas" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Congress of Sciences iGEM</p>
+
</td>
+
      <td>
+
<h6>Victor Robledo</h6>
+
<p>Wetlab/Drylab</p>
+
</td>
+
      </tr>
+
<tr>
+
      <td>
+
<h6>Carlos Javier Cordero <a href= "https://www.linkedin.com/in/carlos-javier-cordero-oropeza-386593a9/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Drylab</p>
+
</td>
+
      <td>
+
<h6>Nora Torres</h6>
+
<p>Team Management</p>
+
</td>
+
      <td>
+
<h6>Roberto Vásquez <a href= "https://www.linkedin.com/in/robertovzz/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Mathematical Model</p>
+
</td>
+
      </tr>
+
<tr>
+
      <td>
+
<h6>Samantha Peña</h6>
+
<p>Human Practices, and design</p>
+
</td>
+
      <td>
+
<h6>Andrés Sánchez <a href= "http://linkedin.com/in/andresbsanchez" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Mathematical Model</p>
+
</td>
+
      <td>
+
<h6>Diego Valadez</h6>
+
<p>Wiki/Dry Lab</p>
+
</td>
+
      </tr>
+
<tr>
+
      <td>
+
<h6>Jesús Héctor López <a href= "https://www.linkedin.com/in/jesushectorlopezgrajeda" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Dry Lab</p>
+
</td>
+
      <td>
+
<h6>Adriana Lizeth Rubio <a href= "https://mx.linkedin.com/in/adriana-lizeth-rubio-aguirre-56b10a15a" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Mathematical Model</p>
+
</td>
+
      <td>
+
<h6>María Eugenia Reyna <a href= "https://www.linkedin.com/in/mar%C3%ADa-eugenia-reyna-fern%C3%A1ndez-775732167/" target="_blank"><i class="fa fa-linkedin-square"></i></a></h6>
+
<p>Wetlab</p>
+
</td>
+
      </tr>
+
      </table>
+
</div>
+
</div>
+
</div>
+
    </section>
+
  
    <!-- Human Practices -->
+
        <div id="background-river">
    <section id="HP" style="text-align: center;">
+
            <div class="main-info-container-left">
      <div style="width: 80%; display: inline-block; margin: 20px auto 10px auto;">
+
                <div class="main-info">
      <div style="width: 40%; float: left; padding-right: 20px;">
+
                </div>
        <img src="https://static.igem.org/mediawiki/2018/5/53/T--Tec-Monterrey--Imagen_Memo_Pensante.jpeg">
+
                <div class="main-info">
      </div>
+
                </div>
      <div style="width: 60%; float: right; padding-top: 60px">
+
                <div class="main-info">
        <div class="header-title" style="color: #3582d2;">
+
                </div>
        Human Practices
+
                <div class="main-info">
        </div>
+
                </div>
        <div class="header-subtitle" style="color: #5da565;">
+
            </div>
        Pollutants in Chiapas and Mexico
+
            <div class="main-info-container-right">
        </div>
+
                <div class="main-info">
        <p style="font-size: 18px; color: #2f6361;">Our project has many applications, but we decided to face a critical environmental problem in one southern state of Mexico: Chiapas. Chiapas is a beautiful state with megadiverse ecosystems, but it also has a severe water pollution problem that affects many communities close to the natural and polluted water sources.  With the help of Cecropia and CONANP we will obtain water samples from the polluted sources and analyze them with several techniques in order to make a valuable overview.</p>
+
                </div>
      </div>
+
                <div class="main-info">
      </div>
+
                </div>
    </section>
+
                <div class="main-info">
</body>
+
                </div>
</html>
+
                <div class="main-info">
 +
                </div>
 +
            </div>
 +
            <div id="hiding-block">
 +
            </div>
  
<!------------------------- INDEX.HTML ENDS --------------------------------------->
+
            <br class="clearBoth" />
 +
        </div> <!-- background-river ends -->
  
 +
        <div id="fixed-title">
 +
            E. coding
 +
            <div id="fixed-subtitle">Tec-Monterrey</div>
 +
        </div>
  
<!------------------------- FOOTER STARTS ----------------------------------------->
+
         <div id="bacteria-nadando">
 
+
<html>
+
<body>
+
    <!-- Footer -->
+
    <footer class="footer text-center">
+
      <div class="container row" style="margin: 0px auto;">
+
         <div class="col-md-3">
+
            <h4 class="text-muted">Follow Us</h4>
+
          <ul class="list-inline mb-5">
+
          <li class="list-inline-item">
+
            <a href="https://www.facebook.com/IgemTecMty" target="_blank"><i class="fa fa-facebook-square social-link" style="font-size: 100px;"></i></a>
+
          </li>
+
          <li class="list-inline-item">
+
            <a href="https://twitter.com/igemtecmty" target="_blank"><i class="fa fa-twitter-square social-link" style="font-size: 100px;"></i></a>
+
          </li>
+
          <li class="list-inline-item">
+
            <a href="mailto:igemtecmonterrey@gmail.com"><i class="fa fa-envelope-square social-link" style="font-size: 100px;"></i></a>
+
          </li>
+
          <li class="list-inline-item">
+
            <a href="https://www.instagram.com/igemtecmty/" target="_blank"><i class="fa fa-instagram social-link" style="font-size: 100px;"></i></a>
+
          </li>
+
          <li style="padding-left:20px;">
+
            <p class="text-muted" style="margin-bottom: 0;"><i class="fa fa-map-pin"></i> Av. Eugenio Garza Sada 2501</p><p class="text-muted">64849 Monterrey, Mexico</p>   
+
          </li>
+
          </ul>
+
 
         </div>
 
         </div>
          <div class="col-md-6">
+
    </div> <!-- scroll section ends -->
            <h4 class="text-muted">Sponsors</h4>
+
              <ul class="list-inline">
+
                <li class="list-inline-item">
+
                    <p class="text-muted">Waiting for a Miracle</p>
+
                </li>
+
              </ul>
+
          </div>
+
          <div class="col-md-3">
+
            <h4 class="text-muted">Quote</h4>
+
              <p class="text-muted">“DNA is an attractive target for information storage because of its capacity for high-density information encoding, longevity under easily achieved conditions, and proven track record as an information bearer.”</p>
+
              <p class="text-muted">Baum, 1995</p>
+
          </div>
+
      </div>
+
        <div>
+
            <p id="footerCopyright" class="text-muted small mb-0">Copyright &copy; 2018</p>
+
          </div>
+
    </footer>
+
  
     <!-- Optional JavaScript -->
+
     <section style="height: 90vw">
         <!-- jQuery first, then Popper.js, then Bootstrap JS -->
+
         <style>
         <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+
            #dropzoneWrapper {
         <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
+
            width: 100%;
        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
+
            height: auto;
        <!-- Script controls collapsedMenus -->
+
         }
         <script>
+
        #outer-dropzone {
 +
            height: 60vw;
 +
            width: 60vw;
 +
            left: 30vw;
 +
            touch-action: none;
 +
        }
 +
   
 +
         .dropzone {
 +
            background-color: black;
 +
            border: dashed 4px transparent;
 +
            border-radius: 4px;
 +
            padding: 10px;
 +
            width: 80%;
 +
            transition: background-color 0.3s;
 +
         }
  
             /*------------MENU STARTS-----------*/
+
        .drop-active {
              
+
            border-color: #aaa;
             //Menu collapsing
+
        }
 +
 
 +
        .drop-target {
 +
            background-color: #29e;
 +
            border-style: solid;
 +
        }
 +
 
 +
        .drag-drop {
 +
            display: inline-block;
 +
            height: 10vh;
 +
            width: 10vh;
 +
            z-index: 50;
 +
 
 +
            -webkit-transform: translate(0px, 0px);
 +
            transform: translate(0px, 0px);
 +
 
 +
            transition: background-color 0.3s;
 +
        }
 +
 
 +
        .drag-drop img {
 +
            position: absolute;
 +
            height: 100%;
 +
            width: 100%;
 +
            border-radius: 50%;
 +
            z-index: 50;
 +
        }
 +
 
 +
        .drag-drop.can-drop {
 +
            color: #000;
 +
             /*background-color: #4e4;*/
 +
            z-index: 50;
 +
        }
 +
       
 +
       
 +
        #backgroundHolder {
 +
            width: 60vw;
 +
            height: 60vw;
 +
            position: relative;
 +
            z-index: 1;
 +
            background-image: url("https://static.igem.org/mediawiki/2018/5/5d/T--Tec-Monterrey--cut_interactive.png");
 +
            background-repeat:no-repeat;
 +
            background-size: 100%;
 +
        }
 +
       
 +
        #interactive_Background {
 +
            height: 100%;
 +
        }
 +
       
 +
        #plasmidHolder {
 +
            width: 60vw;
 +
            height: 60vw;
 +
            position: absolute;
 +
            z-index: 3;
 +
            background-image:url("https://static.igem.org/mediawiki/2018/9/91/T--Tec-Monterrey--cut_plasmid_full.png");
 +
            background-repeat:no-repeat;
 +
            background-size: 100%;
 +
        }
 +
       
 +
        #interactive_CutPlasmidFull {
 +
            height: 100%;
 +
        }
 +
       
 +
        #colorsWrapper {
 +
            width: 60vw;
 +
            height: 60vw;
 +
            position: absolute;
 +
            z-index: 2;
 +
            background-repeat:no-repeat;
 +
            background-size: 100%;
 +
        }
 +
        #color1 {
 +
            opacity: 0;
 +
            left: 48%;
 +
            top: 54.5%;
 +
            height: 8%;
 +
            width: 8%;
 +
            background-color: yellow;
 +
            position: absolute;
 +
            z-index:3;
 +
        }
 +
        #color2 {
 +
            opacity: 0;
 +
            left: 56%;
 +
            top: 54.5%;
 +
            height: 8%;
 +
            width: 8%;
 +
            background-color: red;
 +
            position: absolute;
 +
            z-index:3;
 +
        }
 +
        #color3 {
 +
            opacity: 0;
 +
            left: 48%;
 +
            top: 63%;
 +
            height: 7%;
 +
            width: 7.5%;
 +
            background-color: aqua;
 +
            position: absolute;
 +
            z-index:3;
 +
        }
 +
        #color4 {
 +
            opacity: 0;
 +
            left: 56%;
 +
            top: 63%;
 +
            height: 7%;
 +
            width: 7.5%;
 +
            background-color: pink;
 +
            position: absolute;
 +
            z-index:3;
 +
        }
 +
 
 +
       
 +
    </style>
 +
 
 +
 
 +
 
 +
        <div style="height: 10vh; width: 100%; background-color: black;"><p style="font-family: 'Norwester'; text-align: center; font-size: 50px; color: white;">DRAG AND DROP!</p></div>
 +
        <div id="dropzoneWrapper" style="background-color: black">
 +
             <div id="gifDiv" style="height: 60vw; width: 60vw; background-color: black; position: absolute; z-index: 6; left: 20vw;">
 +
                <img src="https://static.igem.org/mediawiki/2018/d/d3/T--Tec-Monterrey--giv_v3.gif" height="100%" width="100%">
 +
             </div>
 +
            <div style="height: 60vw; width: 20vw; background-color: black; position: absolute; left: 0; ">
 +
                <div style="background-color: black; height: 50%; text-align: center;">
 +
                    <br>
 +
                    <br>
 +
                    <div id="alan" class="drag-drop"> <img src="https://static.igem.org/mediawiki/2018/8/8b/T--Tec-Monterrey--Foto_Alan.jpg"> </div>
 +
                    <p style="font-family: 'Norwester'; text-align: center; font-size: 50px; color: white;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pb</p>
 +
                </div>
 +
                <div style="background-color: black; height: 50%; text-align: center;">
 +
                    <div id="esteban" class="drag-drop" style="margin: auto;"> <img src="https://static.igem.org/mediawiki/2018/4/44/T--Tec-Monterrey--Foto_Esteban.jpg"> </div>
 +
                    <p style="font-family: 'Norwester'; text-align: center; font-size: 50px; color: white;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NO3</p>
 +
                </div>
 +
 
 +
            </div>
 +
            <div style="height: 60vw; width: 20vw; background-color: black; position: absolute; right: 0;">
 +
                <div style="background-color: black; height: 50%; text-align: center;">
 +
                    <br>
 +
                    <br>
 +
                    <div id="acebae" class="drag-drop" style="margin: auto"> <img src="https://static.igem.org/mediawiki/2018/2/2f/T--Tec-Monterrey--Foto_David.jpg"> </div>
 +
                    <p style="font-family: 'Norwester'; text-align: center; font-size: 50px; color: white;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PO4</p>
 +
                </div>
 +
                <div style="background-color: black; height: 50%; text-align: center;">
 +
                    <div id="sofi" class="drag-drop" style="margin:auto"> <img src="https://static.igem.org/mediawiki/2018/9/9f/T--Tec-Monterrey--Foto_Sofia.jpg"> </div>
 +
                    <p style="font-family: 'Norwester'; text-align: center; font-size: 50px; color: white;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As</p>
 +
                </div>
 +
            </div>
 +
            <div style="height: 60vw; width: 60vw; background-color: black; position: absolute; left: 20vw;">
 +
                <div id="outer-dropzone" class="dropzone">
 +
                    <div id="backgroundHolder">
 +
                        <div id="colorsWrapper">
 +
                            <div id="color1"></div>
 +
                            <div id="color2"></div>
 +
                            <div id="color3"></div>
 +
                            <div id="color4"></div>
 +
                        </div>
 +
                        <div id="plasmidHolder" style="background-image:url('https://static.igem.org/mediawiki/2018/9/91/T--Tec-Monterrey--cut_plasmid_full.png')">
 +
                        </div>
 +
                    </div>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <script>
 
              
 
              
             $("#linkContainer_Project").hover(
+
             $(document).on('scroll', function() {
                function () {
+
                if($(this).scrollTop()>=$('#gifDiv').position().top){
                    $('#navbar').css('background','#2A8481');
+
                    $("#gifDiv").css("background-color: green;");
                    $("#linkContainer_Project").addClass("active");
+
                     setTimeout(function(){ $("#gifDiv").fadeOut(); }, 200);
                    $("#linkContainer_ProjectChild").addClass("activeChild");
+
                    openMenu('#collapseProject', '#5DA565');
+
                   
+
                }, function () {
+
                    $("#linkContainer_Project").removeClass("active");
+
                    $("#linkContainer_ProjectChild").removeClass("activeChild");
+
                    closeMenu('#collapseProject');
+
                    colorNavbar();
+
                   
+
                    $('#collapseProject').mouseenter(function(){
+
                        $('#navbar').css('background','#2A8481');
+
                        $("#linkContainer_Project").addClass("active");
+
                        $("#linkContainer_ProjectChild").addClass("activeChild");
+
                        openMenu('#collapseProject', '#5DA565');
+
                     });
+
                    $('#collapseProject').mouseleave(function(){
+
                        colorNavbar();
+
                        $("#linkContainer_Project").removeClass("active");
+
                        $("#linkContainer_ProjectChild").removeClass("activeChild");
+
                        closeMenu('#collapseProject');
+
                    });
+
 
                 }
 
                 }
             );
+
             });
           
+
               
            $("#linkContainer_Parts").hover(
+
                       
                function () {
+
        document.addEventListener("DOMContentLoaded", function(event) {
                    $('#navbar').css('background','#2A8481');
+
            // target elements with the "draggable" class
                     $("#linkContainer_Parts").addClass("active");
+
        interact('.draggable')
                     $("#linkContainer_PartsChild").addClass("activeChild");
+
            .draggable({
                     openMenu('#collapseParts', '#2cA555');
+
                // enable inertial throwing
                 }, function () {
+
                inertia: true,
                    colorNavbar();
+
                // keep the element within the area of it's parent
                    $("#linkContainer_Parts").removeClass("active");
+
                restrict: {
                     $("#linkContainer_PartsChild").removeClass("activeChild");
+
                     restriction: "#dropzoneWrapper",
                    closeMenu('#collapseParts');
+
                     endOnly: true,
                   
+
                     elementRect: {
                     $('#collapseParts').mouseenter(function(){
+
                        top: 0,
                         $('#navbar').css('background','#2A8481');
+
                        left: 0,
                         $("#linkContainer_Parts").addClass("active");
+
                        bottom: 1,
                        $("#linkContainer_PartsChild").addClass("activeChild");
+
                        right: 1
                        openMenu('#collapseParts', '#2cA555');
+
                    }
                    });
+
                 },
                    $('#collapseParts').mouseleave(function(){
+
                // enable autoScroll
                        colorNavbar();
+
                autoScroll: true,
                        $("#linkContainer_Parts").removeClass("active");
+
 
                         $("#linkContainer_PartsChild").removeClass("activeChild");
+
                // call this function on every dragmove event
                        closeMenu('#collapseParts');
+
                onmove: dragMoveListener,
                    });
+
                // call this function on every dragend event
 +
                onend: function(event) {
 +
                     var textEl = event.target.querySelector('p');
 +
 
 +
                     (textEl.textContent =
 +
                         'moved a distance of ' +
 +
                         (Math.sqrt(Math.pow(event.pageX - event.x0, 2) +
 +
                            Math.pow(event.pageY - event.y0, 2) | 0))
 +
                         .toFixed(2) + 'px');
 
                 }
 
                 }
             );
+
             });
           
+
 
            $("#linkContainer_People").hover(
+
        function dragMoveListener(event) {
                 function () {
+
            var target = event.target,
                    $('#navbar').css('background','#2A8481');
+
                 // keep the dragged position in the data-x/data-y attributes
                    $("#linkContainer_People").addClass("active");
+
                x = (parseFloat(target.getAttribute('data-x')) || 0) + event.dx,
                    $("#linkContainer_PeopleChild").addClass("activeChild");
+
                y = (parseFloat(target.getAttribute('data-y')) || 0) + event.dy;
                    openMenu('#collapsePeople', '#9bA545');
+
 
                 }, function () {
+
            // translate the element
                     colorNavbar();
+
            target.style.webkitTransform =
                    $("#linkContainer_People").removeClass("active");
+
                target.style.transform =
                    $("#linkContainer_PeopleChild").removeClass("activeChild");
+
                'translate(' + x + 'px, ' + y + 'px)';
                    closeMenu('#collapsePeople');
+
 
                   
+
            // update the posiion attributes
                    $('#collapsePeople').mouseenter(function(){
+
            target.setAttribute('data-x', x);
                        $('#navbar').css('background','#2A8481');
+
            target.setAttribute('data-y', y);
                        $("#linkContainer_People").addClass("active");
+
        }
                        $("#linkContainer_PeopleChild").addClass("activeChild");
+
 
                        openMenu('#collapsePeople', '#9bA545');
+
 
                     });
+
        /* The dragging code for '.draggable' from the demo above
                    $('#collapsePeople').mouseleave(function(){
+
        * applies to this demo as well so it doesn't have to be repeated. */
                        colorNavbar();
+
 
                        $("#linkContainer_People").removeClass("active");
+
        // enable draggables to be dropped into this
                        $("#linkContainer_PeopleChild").removeClass("activeChild");
+
        interact('.dropzone').dropzone({
                        closeMenu('#collapsePeople');
+
            // only accept elements matching this CSS selector
                    });
+
            // accept: '#yes-drop',
 +
            // Require a 75% element overlap for a drop to be possible
 +
            overlap: 0.75,
 +
 
 +
            // listen for drop related events:
 +
 
 +
            ondropactivate: function(event) {
 +
                // activates when you grab an object
 +
                // add active dropzone feedback
 +
                event.target.classList.add('drop-active');
 +
                 //console.log("a");
 +
            },
 +
            ondragenter: function(event) {
 +
                // activates when object enters dropzone
 +
                var draggableElement = event.relatedTarget,
 +
                     dropzoneElement = event.target;
 +
 
 +
                // feedback the possibility of a drop
 +
                dropzoneElement.classList.add('drop-target');
 +
                draggableElement.classList.add('can-drop');
 +
                // draggableElement.textContent = 'Dragged in';
 +
                //console.log("b");
 +
            },
 +
            ondragleave: function(event) {
 +
                // activates when object leaves dropzone
 +
                // remove the drop feedback style
 +
                event.target.classList.remove('drop-target');
 +
                event.relatedTarget.classList.remove('can-drop');
 +
                //event.relatedTarget.textContent = 'Dragged out';
 +
                //console.log("c");
 +
            },
 +
            ondrop: function(event) {
 +
                // activates when object is dropped in dropzone
 +
                // event.relatedTarget.textContent = 'Dropped';
 +
                var draggableElementID = event.relatedTarget.id;
 +
                if (event.relatedTarget.id == "alan") {
 +
                    document.getElementById(draggableElementID).style.display = "none";
 +
                    document.getElementById("color1").style.opacity = "1";
 +
                } else if (event.relatedTarget.id == "esteban") {
 +
                     document.getElementById(draggableElementID).style.display = "none";
 +
                document.getElementById("color2").style.opacity = "1";
 +
                } else if (event.relatedTarget.id == "acebae") {
 +
                    document.getElementById(draggableElementID).style.display = "none";
 +
                    document.getElementById("color3").style.opacity = "1";
 +
                } else if (event.relatedTarget.id == "sofi") {
 +
                    document.getElementById(draggableElementID).style.display = "none";
 +
                    document.getElementById("color4").style.opacity = "1";
 
                 }
 
                 }
            );
+
                 //console.log("d");
           
+
            },
            $("#linkContainer_HP").hover(
+
            ondropdeactivate: function(event) {
                 function () {
+
                // activates when you drop an object anywhere
                    $('#navbar').css('background','#2A8481');
+
                // remove active dropzone feedback
                    $("#linkContainer_HP").addClass("active");
+
                event.target.classList.remove('drop-active');
                    $("#linkContainer_HPChild").addClass("activeChild");
+
                event.target.classList.remove('drop-target');
                    openMenu('#collapseHP', '#7aA535');
+
                //console.log("e");
                }, function () {
+
            }
                    colorNavbar();
+
        });
                    $("#linkContainer_HP").removeClass("active");
+
 
                    $("#linkContainer_HPChild").removeClass("activeChild");
+
        interact('.drag-drop')
                    closeMenu('#collapseHP');
+
            .draggable({
                   
+
                inertia: true,
                    $('#collapseHP').mouseenter(function(){
+
                 restrict: {
                        $('#navbar').css('background','#2A8481');
+
                     restriction: "#dropzoneWrapper",
                        $("#linkContainer_HP").addClass("active");
+
                     endOnly: true,
                        $("#linkContainer_HPChild").addClass("activeChild");
+
                     elementRect: {
                        openMenu('#collapseHP', '#7aA535');
+
                    });
+
                    $('#collapseHP').mouseleave(function(){
+
                        colorNavbar();
+
                        $("#linkContainer_HP").removeClass("active");
+
                        $("#linkContainer_HPChild").removeClass("activeChild");
+
                        closeMenu('#collapseHP');
+
                    });
+
                }
+
            );
+
           
+
            $("#linkContainer_Modeling").hover(
+
                function () {
+
                    $('#navbar').css('background','#2A8481');
+
                    $("#linkContainer_Modeling").addClass("active");
+
                    $("#linkContainer_ModelingChild").addClass("activeChild");
+
                    openMenu('#collapseModeling', '#59A525');
+
                 }, function () {
+
                     colorNavbar();
+
                    $("#linkContainer_Modeling").removeClass("active");
+
                     $("#linkContainer_ModelingChild").removeClass("activeChild");
+
                    closeMenu('#collapseModeling');
+
                   
+
                    $('#collapseModeling').mouseenter(function(){
+
                        $('#navbar').css('background','#2A8481');
+
                        $("#linkContainer_Modeling").addClass("active");
+
                        $("#linkContainer_ModelingChild").addClass("activeChild");
+
                        openMenu('#collapseModeling', '#59A525');
+
                     });
+
                    $('#collapseModeling').mouseleave(function(){
+
                        colorNavbar();
+
                        $("#linkContainer_Modeling").removeClass("active");
+
                        $("#linkContainer_ModelingChild").removeClass("activeChild");
+
                        closeMenu('#collapseModeling');
+
                    });
+
                }
+
            );
+
  
            $("#navbarLogoWrapper").click(function() {
+
                        top: 0,
              window.location.href = "https://2018.igem.org/Team:Tec-Monterrey";
+
                        left: 0,
 +
                        bottom: 1,
 +
                        right: 1
 +
                    }
 +
                },
 +
                autoScroll: true,
 +
                // dragMoveListener from the dragging demo above
 +
                onmove: dragMoveListener,
 
             });
 
             });
              
+
        });
             function openMenu(collapseName, collapseColor) {
+
    </script>
              $(".topBar").css({'height':'100%'});
+
    </section>
              $(".mask").css({'background':'rgba(0,123,255,0.5)','height':'100%'});
+
    <section>
              $(collapseName).css({'background-color': collapseColor});
+
        <div class="slideshow">
              if($(".topBar").offset().top < 300){
+
             <div class='right-arrow-pane'>
                 $(collapseName).stop().fadeIn(300);
+
                <div class='arrow'>
              }else{
+
                    <div></div>
                 $(collapseName).stop().slideDown(400);
+
                </div>
              }
+
             </div>
 +
            <div class='left-arrow-pane'>
 +
                <div class='arrow'>
 +
                    <div></div>
 +
                </div>
 +
            </div>
 +
            <div class='bubbles'>
 +
            </div>
 +
            <div class='pauseBtn'>
 +
                <div class='bars'>
 +
                    <div></div>
 +
                    <div></div>
 +
                </div>
 +
                <div class='tri'>
 +
                    <div></div>
 +
                </div>
 +
            </div>
 +
            <div class='content'>
 +
                <div class='slide'>
 +
                    <video autoplay loop muted>
 +
                        <source src="https://static.igem.org/mediawiki/2018/4/45/T--Tec-Monterrey--HP_3_pH.mp4" type="video/mp4">
 +
                    </video>
 +
                </div>
 +
                <div class='slide'>
 +
                    <img src="https://static.igem.org/mediawiki/2018/4/43/T--Tec-Monterrey--HP_3_ni%C3%B1ossolos.jpg" />
 +
                </div>
 +
                <div class='slide'>
 +
                    <img src="https://static.igem.org/mediawiki/2018/f/f5/T--Tec-Monterrey--HP_3_trabajando.jpg" />
 +
                </div>
 +
                <div class='slide'>
 +
                    <img src="https://static.igem.org/mediawiki/2018/b/be/T--Tec-Monterrey--HP_3_todos.jpg" />
 +
                </div>
 +
            </div>
 +
        </div>
 +
 
 +
    <div class="slideshow">
 +
        <div class='right-arrow-pane'>
 +
            <div class='arrow'>
 +
                <div></div>
 +
            </div>
 +
        </div>
 +
        <div class='left-arrow-pane'>
 +
            <div class='arrow'>
 +
                <div></div>
 +
            </div>
 +
        </div>
 +
        <div class='bubbles'>
 +
        </div>
 +
        <div class='pauseBtn'>
 +
            <div class='bars'>
 +
                <div></div>
 +
                <div></div>
 +
            </div>
 +
            <div class='tri'>
 +
                <div></div>
 +
            </div>
 +
        </div>
 +
        <div class='content'>
 +
            <div class='slide'>
 +
                <video autoplay loop muted>
 +
                    <source src="https://static.igem.org/mediawiki/2018/4/45/T--Tec-Monterrey--HP_3_pH.mp4" type="video/mp4">
 +
                </video>
 +
            </div>
 +
            <div class='slide'>
 +
                <img src="https://static.igem.org/mediawiki/2018/4/43/T--Tec-Monterrey--HP_3_ni%C3%B1ossolos.jpg" />
 +
            </div>
 +
            <div class='slide'>
 +
                <img src="https://static.igem.org/mediawiki/2018/f/f5/T--Tec-Monterrey--HP_3_trabajando.jpg" />
 +
            </div>
 +
            <div class='slide'>
 +
                <img src="https://static.igem.org/mediawiki/2018/b/be/T--Tec-Monterrey--HP_3_todos.jpg" />
 +
            </div>
 +
        </div>
 +
    </div>
 +
 
 +
        <script>
 +
            var screen_900 = window.matchMedia("(max-width: 900px)");
 +
            var screen_1024 = window.matchMedia("(min-width: 1024px)");
 +
            var screen_1280 = window.matchMedia("(min-width: 1280px)");
 +
            var screen_1440 = window.matchMedia("(min-width: 1440px)");
 +
            var screen_1680 = window.matchMedia("(min-width: 1680px)");
 +
            var screen_1920 = window.matchMedia("(min-width: 1920px)");
 +
            var position = 3000;
 +
 
 +
            $(window).on('beforeunload', function() {
 +
                $(window).scrollTop(0);
 +
            });
 +
 
 +
            if (screen_900.matches) {
 +
                var timeoutVar = 0;
 +
            } else if (screen_1024.matches) {
 +
                position = 3450;
 +
                var timeoutVar = setTimeout(function() {
 +
                    $(window).scrollTop(0);
 +
                }, 8000);
 +
            } else if (screen_1280.matches) {
 +
                position = 4500;
 +
                var timeoutVar = setTimeout(function() {
 +
                    $(window).scrollTop(0);
 +
                }, 8000);
 +
            } else if (screen_1440.matches) {
 +
                 position = 6000;
 +
                var timeoutVar = setTimeout(function() {
 +
                    $(window).scrollTop(0);
 +
                }, 8000);
 +
            } else if (screen_1680.matches) {
 +
                position = 6500;
 +
                var timeoutVar = setTimeout(function() {
 +
                    $(window).scrollTop(0);
 +
                }, 8000);
 +
            } else if (screen_1920.matches) {
 +
                 position = 7500;
 +
                var timeoutVar = setTimeout(function() {
 +
                    $(window).scrollTop(0);
 +
                }, 8000);
 +
            } else {
 +
                var timeoutVar = setTimeout(function() {
 +
                    $(window).scrollTop(0);
 +
                }, 8000);
 
             }
 
             }
           
+
 
             function colorNavbar(){
+
             function slideVideo() {
              if($(".topBar").offset().top > 300){
+
                $("#video-main-page").css('transform', 'translateY(-100%)');
                    $('#navbar').css('background','#2A8481');
+
                $("#skip-btn").css('transform', 'translateY(-100%)');
              }else{
+
                $("#skip-btn").css({
                    $('#navbar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                    'top': '-10%'
              }
+
                });
 
             }
 
             }
  
             function closeMenu(collapseName){
+
             function map(value, in_min, in_max, out_min, out_max) {
              $(".topBar").css({'height':'8vh'});
+
                 return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
              $(".mask").css({'background':'rgba(0,0,0,0)','height':'8vh'});
+
              if($(".topBar").offset().top < 300){
+
                 $(collapseName).stop().fadeOut(200);
+
              }else{
+
                $(collapseName).stop().slideUp(300);
+
              }
+
 
             }
 
             }
       
+
 
             $(window).scroll(colorNavbar);
+
             //******************************************************* SCROLL OPACITY ***********************************************
             $(document).ready(colorNavbar);
+
 
           
+
            var hiding = document.getElementById("hiding-block");
             $("#navbarLogoWrapper").click(function() {
+
             var bacteria = document.getElementById("bacteria-nadando");
              window.location.href = "https://2018.igem.org/Team:Tec-Monterrey";
+
 
            });
+
             $(window).scroll(function(event) {
           
+
 
            $("#squeezedBtn").hover(
+
                var hidingPos = hiding.offsetTop;
                 function () {
+
                var bacteriaPos = bacteria.offsetTop;
                    $('#navbar').css('background','#2A8481');
+
 
                    openMenu('#squeezedCollapse', '#2cA555');
+
                 var scroll = $(window).scrollTop();
                 }, function () {
+
                var scrollOpacity = map(scroll, 0, 350, 1, 0);
                    colorNavbar();
+
                 //var scrollFade = map(scroll, 350, 0, 0, 1);
                    $("#linkContainer_Parts").removeClass("active");
+
                var bacteriaOpacity = map(scroll, 0, 500, 0, 1);
                    $("#linkContainer_PartsChild").removeClass("activeChild");
+
                var bacteriaTop = map(scroll, 900, 2000, -100, 100);
                    closeMenu('#squeezedCollapse');
+
                var bacteriaRotate = map(scroll, 0, 700, 50, 0);
                   
+
                if (scroll > hidingPos) {
                    $('#squeezedCollapse').mouseenter(function(){
+
                    $('#bacteria-nadando ').css('opacity', '0');
                        $('#navbar').css('background','#2A8481');
+
                } else {
                        openMenu('#collapseParts', '#2cA555');
+
                    $('#bacteria-nadando ').css('opacity', bacteriaOpacity);
                    });
+
                     $('#bacteria-nadando ').css('top', bacteriaTop + 'px');
                     $('#squeezedCollapse').mouseleave(function(){
+
                        colorNavbar();
+
                        closeMenu('#squeezedCollapse');
+
                    });
+
 
                 }
 
                 }
             );
+
             });
  
             /*------------MENU ENDS-----------*/
+
             //******************************************************* Video Controls *******************************************
 +
 
 +
            $("#video-main-page").bind("ended", function() {
 +
                slideVideo()
 +
            });
 +
 
 +
            $("#skip-btn").click(function() {
 +
                clearTimeout(timeoutVar);
 +
                $(window).scrollTop(0);
 +
                slideVideo();
 +
            });
 +
           
 +
           
 
         </script>
 
         </script>
 +
        <script type="text/javascript" src="https://2018.igem.org/Team:Purdue/JQuery/SlideShow?
 +
action=raw&ctype=text/javascript"></script>
 +
    </section>
 +
</body>
  
<!-- Custom JavaScript
 
    <script src="https://2018.igem.org/Team:Tec-Monterrey/Javascript/StylishPortfolio?action=raw&ctype=text/javascript" type="text/javascript"></script>
 
        <script src="https://2018.igem.org/Team:Tec-Monterrey/Javascript/jqueryeasingmin?action=raw&ctype=text/javascript" type="text/javascript"></script> -->
 
  </body>
 
 
</html>
 
</html>
 
+
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_Footer}}
<!------------------------- FOOTER ENDS ------------------------------------------->
+

Latest revision as of 01:29, 18 October 2018


E. coding
Tec-Monterrey

DRAG AND DROP!



     Pb

     NO3



     PO4

     As

Contact Us

Sponsors