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

m
 
(151 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<!-- GENERAL TEMPLATE BEGINS -->
+
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_General_Format}}
 
<html>
 
<html>
    <head>
 
       
 
        <!-- Bootstrap required meta tags -->
 
        <meta charset="utf-8">
 
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
 
       
 
        <!-- Bootstrap css-->
 
        <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
 
        <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/bootstrapmin?action=raw&amp;ctype=text/css" rel="stylesheet">
 
       
 
        <!-- Custom scripts for this template
 
        <script src="js/stylish-portfolio.js" type="text/javascript"></script>
 
        -->
 
       
 
        <!-- Fonts -->
 
        <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&amp;ctype=text/css" rel="stylesheet">
 
        <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%;
 
    }
 
/*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;
 
    }
 
/*****************************************************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);
 
    }
 
    .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 10px 10px;
 
        border-left: 20px solid #2f6361;
 
    }
 
    .header-title {
 
        font-family: "Norwester", sans-serif !important;
 
        text-align: left !important;
 
        font-size: 520% !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: 210% !important;
 
        font-weight: 600 !important;
 
        line-height: 1em !important;
 
        padding-bottom: 5px;
 
        color: #5da565;
 
    }
 
    .body-title {
 
        font-family: "Norwester", sans-serif !important;
 
        font-size: 65px !important;
 
        font-weight: 600 !important;
 
        line-height: 65px !important;
 
        padding: 10px 0 10px 0;
 
        text-align: center;
 
    }
 
    .body-title h1 {
 
        margin: 0 !important;
 
    }
 
    .body-subtitle {
 
        font-family: "Montserrat", monospace !important;
 
        font-size: 25px !important;
 
        font-weight: 400 !important;
 
        line-height: 25px !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;
 
    }
 
           
 
            /**** Footer ****/
 
  
            footer.footer {
+
<head>
              padding-top: 5rem;
+
    <!-- Bootstrap required meta tags -->
              padding-bottom: 5rem;
+
    <meta charset="utf-8">
            }
+
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  
            footer.footer .social-link {
+
    <!-- Bootstrap css-->
              display: block;
+
    <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/bootstrapmin?action=raw&amp;ctype=text/css" rel="stylesheet">
              height: 4rem;
+
              width: 4rem;
+
              line-height: 4.3rem;
+
              font-size: 1.5rem;
+
              background-color: #1D809F;
+
              transition: background-color 0.15s ease-in-out;
+
              box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
+
            }
+
  
            footer.footer .social-link:hover {
+
     <!-- Fonts -->
              background-color: #155d74;
+
     <link href="https://2018.igem.org/Team:Tec-Monterrey/CSS/fontawesomemin?action=raw&amp;ctype=text/css" rel="stylesheet">
              text-decoration: none;
+
            }
+
           
+
        </style>
+
    </head>
+
    <body id="page-top">
+
   
+
     <!--Scroll to top button-->
+
     <a class="scroll-to-top rounded" href="#page-top">
+
      <i class="fa fa-angle-up"></i>
+
    </a>
+
  
     </body>
+
     <style>
</html>
+
<!-- GENERAL TEMPLATE ENDS -->
+
  
<html lang="en">
+
         /**********************************************************************************************************************/
    <head>
+
/******************************************************* SLIDESHOW ***************************************************/
         <link rel="stylesheet" type="text/css" href="main.css">
+
/**********************************************************************************************************************/
<style>
+
.slideshow {
/*Override iGem default wiki settings */
+
position: relative;
#home_logo, #sideMenu {
+
width: 80%;
    display:none;
+
height: 80%;
    }
+
         margin: 0 10%;
    #sideMenu, #top_title, .patrollink  {
+
         overflow-y: hidden;
    display:none;
+
}
    }
+
    #content, #HQ_page {
+
        width: 100%;
+
        padding: 0;
+
         margin: 0;
+
         background-color: white;
+
    }
+
  
 +
.slideshow .right-arrow-pane, .slideshow .left-arrow-pane{
 +
position:absolute;
 +
right:0;
 +
top:0;
 +
height: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;
 +
    z-index:75;
 +
    cursor:pointer;
 +
}
  
/*****************************************************custom css*****************************************************/
+
.slideshow .left-arrow-pane {
   
+
left:0;
    @font-face{
+
width:82px;
        font-family: "Norwester";
+
right:auto;
        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 10px 10px;
+
        border-left: 20px solid #2f6361;
+
    }
+
    .header-title {
+
        font-family: "Norwester", sans-serif !important;
+
        text-align: left !important;
+
        font-size: 5em !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: 2em !important;
+
        font-weight: 600 !important;
+
        line-height: 1em !important;
+
        padding-bottom: 5px;
+
        color: #5da565;
+
    }
+
    .body-title {
+
        font-family: "Norwester", sans-serif !important;
+
        font-size: 65px !important;
+
        font-weight: 600 !important;
+
        line-height: 65px !important;
+
        padding: 5px 0 0 5px;
+
        text-align: center;
+
    }
+
    .body-title h1 {
+
        margin: 0 !important;
+
    }
+
    .body-subtitle {
+
        font-family: "Montserrat", monospace !important;
+
        font-size: 25px !important;
+
        font-weight: 400 !important;
+
        line-height: 25px !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;
+
    }
+
  
 +
.slideshow .right-arrow-pane .arrow, .slideshow .left-arrow-pane .arrow {
 +
position:absolute;
 +
top:50%;
 +
left:30%;
 +
transform:translate(-50%, -50%);
 +
-webkit-transition: all 0.3s;
 +
    -moz-transition: all 0.3s;
 +
    -ms-transition: all 0.3s;
 +
    -o-transition: all 0.3s;
 +
    transition: all 0.3s;
 +
    /*z-index:50;*/
 +
}
  
 +
.slideshow .left-arrow-pane .arrow {
 +
right:30%;
 +
left:auto;
 +
transform: translate(50%, -50%);
 +
}
  
 +
.slideshow .right-arrow-pane .arrow div, .slideshow .left-arrow-pane .arrow div{
 +
height:50px;
 +
width:50px;
 +
transform:rotate(45deg);
 +
border-style: solid;
 +
border-color: rgba(255, 255, 255, .5);
 +
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;
 +
}
  
/**** NAVBAR ****/
+
.slideshow .left-arrow-pane .arrow div{
.masthead {
+
transform:rotate(-135deg);
    position: fixed;
+
    top: 18px;
+
    z-index: 2;
+
    height: 60px;
+
    width: 100%;
+
 
}
 
}
  
#navBar {
+
.slideshow .right-arrow-pane:hover, .slideshow .left-arrow-pane:hover {
    position: fixed;
+
background:rgba(0,0,0,.25);
    z-index: 2;
+
    height: 60px;
+
    width: 100%;
+
    background: rgb(0,0,0);
+
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
+
 
}
 
}
  
#navContainer {
+
.slideshow .right-arrow-pane:hover .arrow {
    z-index: 2;
+
left:35%;
    height: 60px;
+
    width: 80%;
+
    left: 10%;
+
    position: fixed;
+
    background-color: rgba(0,0,0,0);
+
    color: #fff;
+
 
}
 
}
  
#navContainer:a {
+
.slideshow .left-arrow-pane:hover .arrow {
    color: #fff;
+
right:35%;
 
}
 
}
  
 +
.slideshow .right-arrow-pane:hover .arrow div, .slideshow .left-arrow-pane:hover .arrow div{
 +
border-color:rgb(255,255,255);
 +
}
  
.navbar-linkContainer {
+
.slideshow .bubbles {
    height: 100%;
+
position:absolute;
    width: 150px;
+
width:100%;
    background-color: rgba(0,0,0,0); /* transparent */
+
height:10%;
    position: relative;
+
bottom:0;
    float: left;
+
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    text-align: center;
+
display:flex;
    vertical-align: middle;
+
justify-content: center;
 +
z-index:50;
 
}
 
}
  
.collapsedMenu {
+
.slideshow .bubbles div {
    top: 18px;
+
height:30px;
    position: fixed;
+
width:30px;
    z-index: 1;
+
border-radius:5px;
    background-color: aquamarine;
+
border:solid white 3px;
    width: 100%;
+
margin:0 20px 0 0;
 +
cursor:pointer;
 
}
 
}
  
.height-support {
+
.slideshow .bubbles div:last-child {
    height: 60px;
+
margin-right: 0;
    width: 100%;
+
 
}
 
}
  
.mask {
+
.slideshow .bubbles div:hover {
    height:100%;
+
background-color: white;
    width:100%;
+
    background-color: rgba(0,0,0,0);
+
    z-index: 0;
+
 
}
 
}
/*** NAVBAR ENDS ***/
 
  
/*** HEADER ENDS ***/
+
.slideshow .bubbles div.active {
 +
background-color:white;
 +
}
  
 +
.slideshow .pauseBtn {
 +
position:absolute;
 +
height:60px;
 +
width:60px;
 +
bottom:20px;
 +
right:150px;
 +
background:rgba(34,34,34,.75);
 +
border-radius:10px;
 +
z-index:60;
 +
}
  
/*** INTRO ***/
+
.slideshow .pauseBtn .bars {
 +
visibility: hidden;
 +
position:absolute;
 +
top:50%;
 +
left:50%;
 +
transform:translate(-50%, -50%);
 +
width:30px;
 +
height:35px;
 +
}
  
#intro {
+
.slideshow .pauseBtn .bars > div{
    position: relative;
+
float:right;
    width: 100%;
+
width:10px;
    color: rgba(57,187,104,0.7);
+
height:100%;
 +
background:rgba(255,255,255,.75);
 
}
 
}
  
#intro h1 {
+
.slideshow .pauseBtn .bars > div:first-child {
  font-size: 4rem;
+
float:left;
  margin: 0;
+
  padding: 0;
+
 
}
 
}
  
#intro video {
+
.slideshow .pauseBtn:hover {
    position: absolute;
+
background: rgba(34,34,34,1);
    top: 0;
+
cursor: pointer;
    margin: auto;
+
    height: 100%;
+
 
}
 
}
  
@media (min-width: 992px) {
+
.slideshow .pauseBtn:hover .bars > div {
    #intro {
+
background: rgba(255,255,255,1);
        height: 55.5vw;
+
    }
+
    #intro h1 {
+
        font-size: 5.5rem;
+
    }
+
   
+
    #intro video {
+
        height: auto;
+
        width: 100%;
+
    }
+
 
}
 
}
  
/*** INTRO ENDS ***/
+
.slideshow .pauseBtn .tri {
 +
visibility: hidden;
 +
position: absolute;
 +
top:50%;
 +
left:50%;
 +
transform: translate(-50%, -50%);
 +
}
  
 +
.slideshow .pauseBtn .tri > div {
 +
width: 0;
 +
height: 0;
 +
border-top: 18px solid transparent;
 +
border-left-style: solid;
 +
border-left-width: 30px;
 +
border-left-color:rgba(255,255,255,.75);
 +
border-bottom: 18px solid transparent;
 +
}
  
 +
.slideshow .pauseBtn:hover .tri > div{
 +
border-left-color:rgba(255,255,255,1);
 +
}
  
#globalWrapper {
+
.slideshow .pauseBtn .tri.active, .slideshow .pauseBtn .bars.active {
  background: rgb(248,247,246);  
+
visibility: visible;
 
}
 
}
#myImage {
+
 
    position:absolute;
+
.slideshow .content {
    top: 0;
+
position:absolute;
    right: 0;
+
top:0;
    max-width: 100%;
+
left:0;
 +
width:100%;
 +
height:100%;
 +
        overflow: hidden;
 
}
 
}
.masthead h1 {
+
 
  font-size: 4rem;
+
.slideshow .content .slide {
  margin: 0;
+
visibility:hidden;
  padding: 0;
+
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;
 
}
 
}
@media (min-width: 992px) {
+
.slideshow .content .slide video, .slideshow .content .slide img {
  .masthead {
+
   width: 100%;
    height: 100vh;
+
  height: 100%;
  }
+
  .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;
+
}
+
#myTable{
+
    width: 95%;
+
    margin: 0px auto !important;
+
    padding: 10px;
+
    border: 2px solid rgb(1,99,60) !important;
+
    border-collapse: collapse;
+
    vertical-align: middle !important;
+
    table-layout: fixed;
+
}
+
#myTable td{
+
width: 33%;
+
border: 2px solid rgb(1,99,60) !important;
+
border-collapse: collapse;
+
text-align: center;
+
padding: 5px;
+
 
}
 
}
  
#myTable p {
+
.slideshow .content .slide:first-child {
text-align:center;
+
visibility:visible;
font-size: 14px;
+
left:0;
 +
z-index: 1;
 +
        width: 100%;
 
}
 
}
  
#HP{
+
.slideshow .content .slide > img:first-child {
background: rgb(248,247,246);
+
height:auto;
 +
        width: 100%;
 +
        overflow: hidden;
 
}
 
}
  
.service-icon {
+
.slideshow .content .slide.active {
  background-color: #fff;
+
left:0 !important;
  color: #1D809F;
+
  height: 7rem;
+
  width: 7rem;
+
  display: block;
+
  line-height: 7.5rem;
+
  font-size: 2.25rem;
+
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
+
 
}
 
}
  
.callout {
+
.slideshow .content .slide.left {
  padding: 15rem 0;
+
left:-100vw !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-size: cover;
+
 
}
 
}
  
.callout h2 {
+
.slideshow .content .slide.right {
  font-size: 3.5rem;
+
left:100vw !important;
  font-weight: 700;
+
  display: block;
+
  max-width: 30rem;
+
 
}
 
}
  
.portfolio-item {
+
.splash .slideshow .title {
  display: block;
+
top:65%;
  position: relative;
+
left:200px;
  overflow: hidden;
+
  max-width: 530px;
+
  margin: auto auto 1rem;
+
 
}
 
}
  
.portfolio-item .caption {
+
#HQ_page .slideshow .title p {
  display: flex;
+
font-size:7em;
  height: 100%;
+
  width: 100%;
+
  background-color: rgba(33, 37, 41, 0.2);
+
  position: absolute;
+
  top: 0;
+
  bottom: 0;
+
  z-index: 1;
+
 
}
 
}
  
.portfolio-item .caption .caption-content {
+
.notransition {
  color: #fff;
+
-webkit-transition: none !important;
  margin: auto 2rem 2rem;
+
    -moz-transition: none !important;
 +
    -ms-transition: none !important;
 +
    -o-transition: none !important;
 +
    transition: none !important;
 
}
 
}
 +
/**********************************************************************************************************************/
 +
/**********************************************************************************************************************/
 +
/******************************************************* SLIDESHOW *****************************************************/
  
.portfolio-item .caption .caption-content h2 {
 
  font-size: 0.8rem;
 
  text-transform: uppercase;
 
}
 
  
#project {
+
#scroll-section {
    -webkit-transition: height 4s;
+
   display: contents;
   -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;
+
 
}
 
}
 
+
.header-main-page {
#project.active {
+
   width: 100%;
    -webkit-transition: height 4s;
+
   height: 100%;
   -moz-transition: height 4s;
+
  background: rgb(157,217,223);
   -ms-transition: height 4s;
+
  -o-transition: height 4s;
+
    transition: height 4s;
+
    height: 100%;
+
    background-image: url('/img/logoOficialCirculos.png');
+
    background-repeat: no-repeat;
+
    background-position: center;
+
    background-size: contain;
+
 
}
 
}
  
.container-multiple-items {
+
#video-main-page {
   display: flex;
+
   width: 100%;
   flex-wrap: wrap;
+
   background: #9dd8dd;
   width: 90%;
+
   transition: all 0.6s;
   justify-content: space-evenly;
+
   position: fixed;
   margin: 0 auto;
+
   z-index: 200;
 
}
 
}
 
+
#skip-btn {
.profile-picture {
+
  z-index: 201;
   height: 300px;
+
  background: rgba(0,0,0,0.3);
   width: 300px;
+
  color: whitesmoke;
   border-radius: 50%
+
  font-size: 8vh;
   background-size: 100%;
+
  width: 15vw;
 +
   height: 9vh;
 +
   line-height: 1em;
 +
  text-align: center;
 +
  position: fixed;
 +
   border-radius: 10px;
 +
  bottom: 1%;
 +
   right: 1%;
 +
  transition: all 0.2s;
 +
  -webkit-transition: all 0.2s;
 
}
 
}
  
 
+
#skip-btn:hover {
.service-icon {
+
   cursor: pointer;
  background-color: #fff;
+
   background: rgba(0,0,0,0.5);
  color: #1D809F;
+
  height: 7rem;
+
  width: 7rem;
+
  display: block;
+
  line-height: 7.5rem;
+
   font-size: 2.25rem;
+
   box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
+
 
}
 
}
 
+
#bacteria-nadando {
.callout {
+
   width: 30vw;
   padding: 15rem 0;
+
   height: 30vw;
   background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/bg-callout.jpg");
+
  left: 35vw;
  background-position: center center;
+
  position: fixed;
  background-repeat: no-repeat;
+
  z-index: 1;
 +
  background: url(https://static.igem.org/mediawiki/2018/7/74/T--Tec-Monterrey--Frame_1_interactive_gif.png);
 
   background-size: cover;
 
   background-size: cover;
 
}
 
}
  
.callout h2 {
+
#hiding-block {
   font-size: 3.5rem;
+
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 60%);
 +
  z-index: 3;
 +
  width: 100%;
 +
  height: 100vh;
 +
  float: left;
 +
  position: sticky;
 +
}
 +
 
 +
#fixed-title {
 +
  width: 50%;
 +
  height: 35vh;
 +
   font-size: 13vw;
 
   font-weight: 700;
 
   font-weight: 700;
   display: block;
+
   font-family: "DosisRegular", sans-serif;
   max-width: 30rem;
+
   line-height: 1.2em;
 +
  text-align: center;
 +
  position: absolute;
 +
  left: 25%;
 +
  top: 25%;
 +
  z-index: 2;
 +
  color: rgba(246,246,246,0.9);
 
}
 
}
  
.portfolio-item {
+
#fixed-subtitle {
   display: block;
+
   width: 100%;
   position: relative;
+
   font-size: 6vw;
   overflow: hidden;
+
   font-weight: 500;
   max-width: 530px;
+
   font-family: "Norwester", monospace;
   margin: auto auto 1rem;
+
   line-height: 1.2em;
 +
  text-align: center;
 +
  z-index: 2;
 +
  color: rgba(47,99,97,0.6);
 
}
 
}
  
.portfolio-item .caption {
+
.topBarWrapper {
   display: flex;
+
   display: contents !important;
   height: 100%;
+
}
 +
 
 +
#background-river {
 +
   height: auto;
 +
  background-image: url(https://static.igem.org/mediawiki/2018/d/d0/T--Tec-Monterrey--Background_Rio.png);
 
   width: 100%;
 
   width: 100%;
   background-color: rgba(33, 37, 41, 0.2);
+
   background-position-x: center;
  position: absolute;
+
   background-size: cover;
   top: 0;
+
   background-repeat-y: no-repeat;
   bottom: 0;
+
  z-index: 1;
+
 
}
 
}
  
.portfolio-item .caption .caption-content {
+
.main-info-container-left {
   color: #fff;
+
   width: 30%;
   margin: auto 2rem 2rem;
+
   height: auto;
 +
  margin-top: 30%;
 +
  margin-left: 2.5vw;
 +
  float: left;
 
}
 
}
  
.portfolio-item .caption .caption-content h2 {
+
.main-info-container-right {
   font-size: 0.8rem;
+
   width: 30%;
   text-transform: uppercase;
+
  height: auto;
 +
  margin-top: 50%;
 +
   margin-right: 2.5vw;
 +
  float: right;
 
}
 
}
  
.portfolio-item .caption .caption-content p {
+
.main-info {
   font-weight: 300;
+
   width: 100%;
   font-size: 1.2rem;
+
  height: 30vw;
 +
  background: white;
 +
   margin-top: 40vh;
 
}
 
}
  
@media (min-width: 992px) {
+
@media screen and (max-width: 900px) {
   .portfolio-item {
+
   .main-info-container-left {
     max-width: none;
+
     width: 40%;
    margin: 0;
+
 
   }
 
   }
   .portfolio-item .caption {
+
   .main-info-container-right {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
+
     width: 40%;
     -webkit-clip-path: inset(0px);
+
    clip-path: inset(0px);
+
 
   }
 
   }
   .portfolio-item .caption .caption-content {
+
   #bacteria-nadando {
     transition: opacity 0.25s;
+
     display: none;
    margin-left: 5rem;
+
    margin-right: 5rem;
+
    margin-bottom: 5rem;
+
 
   }
 
   }
   .portfolio-item img {
+
   #hiding-block {
     -webkit-transition: -webkit-clip-path 0.25s ease-out;
+
     display: none;
    -webkit-clip-path: inset(-1px);
+
    clip-path: inset(-1px);
+
 
   }
 
   }
   .portfolio-item:hover img {
+
   #background-river {
     -webkit-clip-path: inset(2rem);
+
     height: 400vh;
    clip-path: inset(2rem);
+
 
   }
 
   }
   .portfolio-item:hover .caption {
+
   #video-main-page {
     background-color: rgba(29, 128, 159, 0.9);
+
     display: none;
    -webkit-clip-path: inset(2rem);
+
  }
     clip-path: inset(2rem);
+
  #skip-btn {
 +
     display: none;
 
   }
 
   }
 
}
 
}
 +
    </style>
 +
</head>
  
footer.footer {
+
<body>
  padding-top: 5rem;
+
  padding-bottom: 5rem;
+
}
+
  
footer.footer .social-link {
+
    <div id="scroll-section">
  display: block;
+
        <header id="page-top" class="header-main-page">
  height: 4rem;
+
        </header>
  width: 4rem;
+
  line-height: 4.3rem;
+
  font-size: 1.5rem;
+
  background-color: #1D809F;
+
  transition: background-color 0.15s ease-in-out;
+
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
+
}
+
  
footer.footer .social-link:hover {
+
        <div id="background-river">
  background-color: #155d74;
+
            <div class="main-info-container-left">
  text-decoration: none;
+
                <div class="main-info">
}
+
                </div>
 +
                <div class="main-info">
 +
                </div>
 +
                <div class="main-info">
 +
                </div>
 +
                <div class="main-info">
 +
                </div>
 +
            </div>
 +
            <div class="main-info-container-right">
 +
                <div class="main-info">
 +
                </div>
 +
                <div class="main-info">
 +
                </div>
 +
                <div class="main-info">
 +
                </div>
 +
                <div class="main-info">
 +
                </div>
 +
            </div>
 +
            <div id="hiding-block">
 +
            </div>
  
 +
            <br class="clearBoth" />
 +
        </div> <!-- background-river ends -->
  
/**** CSS ? ****/
+
        <div id="fixed-title">
 +
            E. coding
 +
            <div id="fixed-subtitle">Tec-Monterrey</div>
 +
        </div>
  
.btn-primary {
+
        <div id="bacteria-nadando">
  background-color: #1D809F !important;
+
        </div>
  border-color: #1D809F !important;
+
    </div> <!-- scroll section ends -->
  color: #fff !important;
+
}
+
  
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
+
    <section style="height: 90vw">
  background-color: #155d74 !important;
+
        <style>
  border-color: #155d74 !important;
+
            #dropzoneWrapper {
}
+
            width: 100%;
 +
            height: auto;
 +
        }
 +
        #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;
 +
        }
  
.btn-secondary {
+
        .drop-active {
  background-color: #ecb807 !important;
+
            border-color: #aaa;
  border-color: #ecb807 !important;
+
        }
  color: #fff !important;
+
}
+
  
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
+
        .drop-target {
  background-color: #ba9106 !important;
+
            background-color: #29e;
  border-color: #ba9106 !important;
+
            border-style: solid;
}
+
        }
  
.btn-dark {
+
        .drag-drop {
  color: #fff !important;
+
            display: inline-block;
}
+
            height: 10vh;
 +
            width: 10vh;
 +
            z-index: 50;
  
.btn {
+
            -webkit-transform: translate(0px, 0px);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
+
            transform: translate(0px, 0px);
  font-weight: 700;
+
}
+
  
 +
            transition: background-color 0.3s;
 +
        }
  
.bg-primary {
+
        .drag-drop img {
  background-color: #1D809F !important;
+
            position: absolute;
}
+
            height: 100%;
 +
            width: 100%;
 +
            border-radius: 50%;
 +
            z-index: 50;
 +
        }
  
.text-primary {
+
        .drag-drop.can-drop {
  color: #1D809F !important;
+
            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;
 +
        }
  
.text-secondary {
+
       
  color: #ecb807 !important;
+
    </style>
}
+
  
.hide {
 
    display: none;
 
}
 
  
/************Loader**************/
 
#loader-wrapper {
 
    position: fixed;
 
    top: 0;
 
    left: 0;
 
    width: 100%;
 
    height: 100%;
 
    z-index: 1000;
 
}
 
  
#loader {
+
        <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>
    position: relative;
+
        <div id="dropzoneWrapper" style="background-color: black">
    left: 50%;
+
            <div id="gifDiv" style="height: 60vw; width: 60vw; background-color: black; position: absolute; z-index: 6; left: 20vw;">
    top: 50%;
+
                <img src="https://static.igem.org/mediawiki/2018/d/d3/T--Tec-Monterrey--giv_v3.gif" height="100%" width="100%">
    width: 250px;
+
            </div>
    height: 250px;
+
            <div style="height: 60vw; width: 20vw; background-color: black; position: absolute; left: 0; ">
    margin: -125px 0 0 -125px;
+
                <div style="background-color: black; height: 50%; text-align: center;">
    z-index: 1001;
+
                    <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>
  
#videoLoader {
+
            </div>
    position:absolute;
+
            <div style="height: 60vw; width: 20vw; background-color: black; position: absolute; right: 0;">
    right: 0;
+
                <div style="background-color: black; height: 50%; text-align: center;">
    bottom: 0;
+
                    <br>
    max-width: 100%;
+
                    <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>
#loader-wrapper .loader-section {
+
                </div>
    position: fixed;
+
                <div style="background-color: black; height: 50%; text-align: center;">
    width: 100%;
+
                    <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>
    height: 51%;
+
                    <p style="font-family: 'Norwester'; text-align: center; font-size: 50px; color: white;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As</p>
    background: rgb(216,228,222);
+
                </div>
    z-index: 1000;
+
            </div>
    -webkit-transform: translateY(0);
+
            <div style="height: 60vw; width: 60vw; background-color: black; position: absolute; left: 20vw;">
    -ms-transform: translateY(0);
+
                <div id="outer-dropzone" class="dropzone">
    transform: translateY(0);
+
                    <div id="backgroundHolder">
}
+
                        <div id="colorsWrapper">
#loader-wrapper .loader-section.section-top {
+
                            <div id="color1"></div>
    top: 0;
+
                            <div id="color2"></div>
}
+
                            <div id="color3"></div>
#loader-wrapper .loader-section.section-bottom {
+
                             <div id="color4"></div>
    bottom: 0;
+
}
+
/* Loaded */
+
.loaded #loader-wrapper .loader-section.section-top {
+
    -webkit-transform: translateY(-100%);
+
    -ms-transform: translateY(-100%);
+
    transform: translateY(-100%);
+
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
}
+
.loaded #loader-wrapper .loader-section.section-bottom {
+
    -webkit-transform: translateY(100%);
+
    -ms-transform: translateY(100%);
+
    transform: translateY(100%);
+
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
+
}
+
.loaded #loader {
+
    opacity: 0;
+
    -webkit-transition: all 0.3s ease-out;
+
            -o-transition: all 0.3s ease-out;
+
            transition: all 0.3s ease-out;
+
}
+
.loaded #loader-wrapper {
+
    visibility: hidden;
+
}
+
/* JavaScript Turned Off */
+
.no-js #loader-wrapper {
+
    display: none;
+
}
+
</style>
+
       
+
    </head>
+
    <body id="page-top">  
+
       
+
        <!-- Header/NavBar-->
+
        <header class="masthead d-flex">
+
            <div id="navBar">
+
                <div id="navContainer">
+
                    <a href="#collapseProject">  
+
                        <div class="container navbar-linkContainer" id="linkContainer_Project">
+
                             <span>Project</span>
+
 
                         </div>
 
                         </div>
                    </a>
+
                         <div id="plasmidHolder" style="background-image:url('https://static.igem.org/mediawiki/2018/9/91/T--Tec-Monterrey--cut_plasmid_full.png')">
                    <a href="#collapseParts">
+
                         <div class="container navbar-linkContainer" id="linkContainer_Parts">
+
                            <span>Parts</span>
+
 
                         </div>
 
                         </div>
                     </a>
+
                     </div>
                    <a href="#collapsePeople">
+
                        <div class="container navbar-linkContainer" id="linkContainer_People">
+
                            <span>People</span>
+
                        </div>
+
                    </a>
+
                    <a href="#collapseHP">
+
                        <div class="container navbar-linkContainer" id="linkContainer_HP">
+
                            <span>Human Practices</span>
+
                        </div>
+
                    </a>
+
                    <a href="#collapseModeling">
+
                        <div class="container navbar-linkContainer" id="linkContainer_Modeling">
+
                            <span>Modeling</span>
+
                        </div>
+
                    </a>
+
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
 +
        </div>
 +
        <script>
 
              
 
              
             <!-- Project collapsed -->
+
             $(document).on('scroll', function() {
            <div class="collapse collapsedMenu" id="collapseProject">
+
                if($(this).scrollTop()>=$('#gifDiv').position().top){
                 <div class="container">
+
                    $("#gifDiv").css("background-color: green;");
                    <div class="height-support">
+
                    setTimeout(function(){ $("#gifDiv").fadeOut(); }, 200);
                     </div>
+
                 }
                     <ul class="navbar-nav mr-auto">
+
            });
                         <li class="nav-item">
+
               
                            <a href="#page-top">Overview</a>
+
                       
                            <a href="#page-top">Description</a>
+
        document.addEventListener("DOMContentLoaded", function(event) {
                            <a href="#page-top">Background</a>
+
            // target elements with the "draggable" class
                            <a href="#page-top">Design</a>
+
        interact('.draggable')
                            <a href="#page-top">Results</a>
+
            .draggable({
                            <a href="#page-top">Safety</a>
+
                // enable inertial throwing
                        </li>
+
                inertia: true,
                     </ul>
+
                // keep the element within the area of it's parent
                     <ul class="navbar-nav mr-auto">
+
                restrict: {
                        <li class="nav-item">
+
                    restriction: "#dropzoneWrapper",
                            PROJECT
+
                     endOnly: true,
                        </li>
+
                    elementRect: {
                     </ul>
+
                        top: 0,
                     <ul class="navbar-nav mr-auto">
+
                        left: 0,
                        <li class="nav-item">
+
                        bottom: 1,
                            PROJECT
+
                        right: 1
                        </li>
+
                    }
                     </ul>
+
                },
                     <ul class="navbar-nav mr-auto">
+
                // enable autoScroll
                        <li class="nav-item">
+
                autoScroll: true,
                            PROJECT
+
 
                        </li>
+
                // call this function on every dragmove event
                    </ul>
+
                onmove: dragMoveListener,
                    <ul class="navbar-nav mr-auto">
+
                // call this function on every dragend event
                        <li class="nav-item">
+
                onend: function(event) {
                            PROJECT
+
                     var textEl = event.target.querySelector('p');
                         </li>
+
 
                    </ul>
+
                    (textEl.textContent =
                    <ul class="navbar-nav mr-auto">
+
                        'moved a distance of ' +
                        <li class="nav-item">
+
                        (Math.sqrt(Math.pow(event.pageX - event.x0, 2) +
                            PROJECT
+
                            Math.pow(event.pageY - event.y0, 2) | 0))
                        </li>
+
                         .toFixed(2) + 'px');
                     </ul>
+
                }
 +
            });
 +
 
 +
        function dragMoveListener(event) {
 +
            var target = event.target,
 +
                // keep the dragged position in the data-x/data-y attributes
 +
                x = (parseFloat(target.getAttribute('data-x')) || 0) + event.dx,
 +
                y = (parseFloat(target.getAttribute('data-y')) || 0) + event.dy;
 +
 
 +
            // translate the element
 +
            target.style.webkitTransform =
 +
                target.style.transform =
 +
                'translate(' + x + 'px, ' + y + 'px)';
 +
 
 +
            // update the posiion attributes
 +
            target.setAttribute('data-x', x);
 +
            target.setAttribute('data-y', y);
 +
        }
 +
 
 +
 
 +
        /* The dragging code for '.draggable' from the demo above
 +
        * applies to this demo as well so it doesn't have to be repeated. */
 +
 
 +
        // enable draggables to be dropped into this
 +
        interact('.dropzone').dropzone({
 +
            // 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");
 +
            },
 +
            ondropdeactivate: function(event) {
 +
                // activates when you drop an object anywhere
 +
                // remove active dropzone feedback
 +
                event.target.classList.remove('drop-active');
 +
                event.target.classList.remove('drop-target');
 +
                //console.log("e");
 +
            }
 +
        });
 +
 
 +
        interact('.drag-drop')
 +
            .draggable({
 +
                inertia: true,
 +
                restrict: {
 +
                    restriction: "#dropzoneWrapper",
 +
                    endOnly: true,
 +
                    elementRect: {
 +
 
 +
                         top: 0,
 +
                        left: 0,
 +
                        bottom: 1,
 +
                        right: 1
 +
                    }
 +
                },
 +
                autoScroll: true,
 +
                // dragMoveListener from the dragging demo above
 +
                onmove: dragMoveListener,
 +
            });
 +
        });
 +
    </script>
 +
    </section>
 +
    <section>
 +
        <div class="slideshow">
 +
            <div class='right-arrow-pane'>
 +
                <div class='arrow'>
 +
                     <div></div>
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
            <!-- Parts collapsed -->
+
             <div class='left-arrow-pane'>
             <div class="collapse collapsedMenu" id="collapseParts">
+
                 <div class='arrow'>
                 <div class="container">
+
                     <div></div>
                     <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            <a href="#page-top">Overview</a>
+
                            <a href="#page-top">Basic parts</a>
+
                            <a href="#page-top">Composite Parts</a>
+
                            <a href="#page-top">Parts Collection</a>
+
                            <a href="#page-top">Improved parts</a>
+
                            <a href="#page-top">Parts list</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PARTS
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PARTS
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PARTS
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PARTS
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PARTS
+
                        </li>
+
                    </ul>
+
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
            <!-- People collapsed -->
+
             <div class='bubbles'>
             <div class="collapse collapsedMenu" id="collapsePeople">
+
                <div class="container" id="collapsedMenu">
+
                    <div class="height-support">
+
                    </div>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            <a href="#page-top">Overview</a>
+
                            <a href="#page-top">Team</a>
+
                            <a href="#page-top">Attributions</a>
+
                            <a href="#page-top">Collaborations</a>
+
                            <a href="#page-top">Sponsors</a>
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PEOPLE
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PEOPLE
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PEOPLE
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PEOPLE
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            PEOPLE
+
                        </li>
+
                    </ul>
+
                </div>
+
 
             </div>
 
             </div>
            <!-- HP collapsed -->
+
             <div class='pauseBtn'>
             <div class="collapse collapsedMenu" id="collapseHP">
+
                 <div class='bars'>
                 <div class="container">
+
                     <div></div>
                     <div class="height-support">
+
                     <div></div>
                    </div>
+
                </div>
                     <ul class="navbar-nav mr-auto">
+
                <div class='tri'>
                        <li class="nav-item">
+
                     <div></div>
                            <a href="#page-top">Overview</a>
+
                            <a href="#page-top">Silver HP</a>
+
                            <a href="#page-top">Integrated HP</a>
+
                            <a href="#page-top">Education</a>
+
                            <a href="#page-top">Public Engagement</a>
+
 
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            HUMAN PRACTICES
+
                        </li>
+
                     </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            HUMAN PRACTICES
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            HUMAN PRACTICES
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            HUMAN PRACTICES
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            HUMAN PRACTICES
+
                        </li>
+
                    </ul>
+
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
            <!-- Modeling collapsed -->
+
             <div class='content'>
             <div class="collapse collapsedMenu" id="collapseModeling">
+
                 <div class='slide'>
                 <div class="container">
+
                     <video autoplay loop muted>
                     <div class="height-support">
+
                        <source src="https://static.igem.org/mediawiki/2018/4/45/T--Tec-Monterrey--HP_3_pH.mp4" type="video/mp4">
                    </div>
+
                    </video>
                    <ul class="navbar-nav mr-auto">
+
                </div>
                        <li class="nav-item">
+
                <div class='slide'>
                            <a href="#page-top">Overview</a>
+
                    <img src="https://static.igem.org/mediawiki/2018/4/43/T--Tec-Monterrey--HP_3_ni%C3%B1ossolos.jpg" />
                            <a href="#page-top">Interlab</a>
+
                </div>
                            <a href="#page-top">Software Tool</a>
+
                <div class='slide'>
                            <a href="#page-top">Lac Operon</a>
+
                    <img src="https://static.igem.org/mediawiki/2018/f/f5/T--Tec-Monterrey--HP_3_trabajando.jpg" />
                        </li>
+
                </div>
                    </ul>
+
                <div class='slide'>
                    <ul class="navbar-nav mr-auto">
+
                    <img src="https://static.igem.org/mediawiki/2018/b/be/T--Tec-Monterrey--HP_3_todos.jpg" />
                        <li class="nav-item">
+
                            MODELING
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            MODELING
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            MODELING
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            MODELING
+
                        </li>
+
                    </ul>
+
                    <ul class="navbar-nav mr-auto">
+
                        <li class="nav-item">
+
                            MODELING
+
                        </li>
+
                    </ul>
+
 
                 </div>
 
                 </div>
 
             </div>
 
             </div>
           
+
         </div>
           
+
            <div class="mask"></div>
+
         </header>
+
       
+
        <!-- Main -->
+
        <main>
+
            <!-- Intro -->
+
            <section id="intro">
+
                <video autoplay muted loop>
+
                    <source src="https://static.igem.org/mediawiki/2018/d/d7/T--Tec-Monterrey--videoTec.mp4">
+
                </video>
+
                <div class="container text-center my-auto" style="position: relative;">
+
                <h1 class="mb-1">iGEM: Tec de Monterrey</h1>
+
                <h3 class="mb-5">
+
                <em>Project: E-Coding</em>
+
                </h3>
+
                <a class="btn btn-primary btn-xl" href="#project">Learn about the project</a>
+
                  </div>
+
                <div class="overlay"></div>
+
            </section>
+
  
            <!-- Project -->
+
    <div class="slideshow">
            <section id="project" style="background: #d3edf2; text-align: center;">
+
        <div class='right-arrow-pane'>
                <div style="width: 80%; margin: auto; text-align: justify; background: #f2fafc;">
+
            <div class='arrow'>
                    <div style="width: 96%; margin: auto; text-align: justify; background: #fdfdfd; padding-top: 10px;">
+
                 <div></div>
                        <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-->
+
            <section id="team" style="border-bottom: 20px solid #2f6361; background:#d3edf2;">
+
            <div style="width: 80%; margin: 0 auto; text-align: justify; background: #f2fafc;">
+
            <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>
 +
        <div class='left-arrow-pane'>
 +
            <div class='arrow'>
 +
                <div></div>
 
             </div>
 
             </div>
 +
        </div>
 +
        <div class='bubbles'>
 +
        </div>
 +
        <div class='pauseBtn'>
 +
            <div class='bars'>
 +
                <div></div>
 +
                <div></div>
 
             </div>
 
             </div>
             </section>
+
             <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>
  
            <!-- Human Practices -->
+
        <script>
             <section id="HP" style="text-align: center;">
+
             var screen_900 = window.matchMedia("(max-width: 900px)");
                <div style="width: 80%; display: inline-block; margin: 20px auto 10px auto;">
+
            var screen_1024 = window.matchMedia("(min-width: 1024px)");
                    <div style="width: 40%; float: left; padding-right: 20px;">
+
            var screen_1280 = window.matchMedia("(min-width: 1280px)");
                        <img src="https://static.igem.org/mediawiki/2018/5/53/T--Tec-Monterrey--Imagen_Memo_Pensante.jpeg">
+
            var screen_1440 = window.matchMedia("(min-width: 1440px)");
                    </div>
+
            var screen_1680 = window.matchMedia("(min-width: 1680px)");
                    <div style="width: 60%; float: right; padding-top: 60px">
+
            var screen_1920 = window.matchMedia("(min-width: 1920px)");
                        <div class="header-title" style="color: #3582d2;">
+
            var position = 3000;
                            Human Practices
+
                        </div>
+
                        <div class="header-subtitle" style="color: #5da565;">
+
                            Pollutants in Chiapas and Mexico
+
                        </div>
+
                        <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>
+
            </section>
+
  
        </main>
+
             $(window).on('beforeunload', function() {
       
+
                $(window).scrollTop(0);
       
+
            });
       
+
 
        <!-- Optional JavaScript -->
+
            if (screen_900.matches) {
        <!-- jQuery first, then Popper.js, then Bootstrap JS -->
+
                var timeoutVar = 0;
        <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
+
            } else if (screen_1024.matches) {
        <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>
+
                position = 3450;
        <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
+
                var timeoutVar = setTimeout(function() {
       
+
                    $(window).scrollTop(0);
        <!-- Script controls collapsedMenus -->
+
                }, 8000);
        <script>
+
            } else if (screen_1280.matches) {
           
+
                position = 4500;
           
+
                 var timeoutVar = setTimeout(function() {
           
+
                     $(window).scrollTop(0);
            /*------------MENU STARTS-----------*/
+
                }, 8000);
           
+
            } else if (screen_1440.matches) {
            //Menu collapsing
+
                position = 6000;
           
+
                 var timeoutVar = setTimeout(function() {
             $("#linkContainer_Project").hover(
+
                     $(window).scrollTop(0);
                function () {
+
                }, 8000);
                    $('#navBar').css('background','#eef');
+
            } else if (screen_1680.matches) {
                    $("#linkContainer_Project").css('background','aquamarine');
+
                position = 6500;
                    $('#collapseProject').stop().slideDown(200);
+
                var timeoutVar = setTimeout(function() {
                    $(".mask").css('background','rgba(0,123,255,0.5)');
+
                    $(window).scrollTop(0);
                }, function () {
+
                }, 8000);
                    $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
            } else if (screen_1920.matches) {
                    $("#linkContainer_Project").css('background','rgba(0,0,0,0)');
+
                position = 7500;
                    $('#collapseProject').stop().slideUp(200);
+
                var timeoutVar = setTimeout(function() {
                    $(".mask").css('background','rgba(0,0,0,0)');
+
                    $(window).scrollTop(0);
                   
+
                }, 8000);
                    $('#collapseProject').mouseenter(function(){
+
            } else {
                        $('#navBar').css('background','#eef');
+
                 var timeoutVar = setTimeout(function() {
                        $("#linkContainer_Project").css('background','aquamarine');
+
                     $(window).scrollTop(0);
                        $('#collapseProject').stop().slideDown(200);
+
                 }, 8000);
                        $(".mask").css('background','rgba(0,123,255,0.5)');
+
            }
                    });
+
 
                    $('#collapseProject').mouseleave(function(){
+
            function slideVideo() {
                        $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                $("#video-main-page").css('transform', 'translateY(-100%)');
                        $("#linkContainer_Project").css('background','rgba(0,0,0,0)');
+
                $("#skip-btn").css('transform', 'translateY(-100%)');
                        $('#collapseProject').stop().slideUp(200);
+
                $("#skip-btn").css({
                        $(".mask").css('background','rgba(0,0,0,0)');
+
                    'top': '-10%'
                    });
+
                });
                 }
+
            }
            );
+
 
           
+
             function map(value, in_min, in_max, out_min, out_max) {
            $("#linkContainer_Parts").hover(
+
                 return (value - in_min) * (out_max - out_min) / (in_max - in_min) + out_min;
                function () {
+
            }
                     $('#navBar').css('background','#eef');
+
 
                    $("#linkContainer_Parts").css('background','aquamarine');
+
            //******************************************************* SCROLL OPACITY ***********************************************
                    $('#collapseParts').stop().slideDown(200);
+
 
                    $(".mask").css('background','rgba(0,123,255,0.5)');
+
            var hiding = document.getElementById("hiding-block");
                 }, function () {
+
            var bacteria = document.getElementById("bacteria-nadando");
                     $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
 
                    $("#linkContainer_Parts").css('background','rgba(0,0,0,0)');
+
            $(window).scroll(function(event) {
                    $('#collapseParts').stop().slideUp(200);
+
 
                    $(".mask").css('background','rgba(0,0,0,0)');
+
                var hidingPos = hiding.offsetTop;
                   
+
                var bacteriaPos = bacteria.offsetTop;
                    $('#collapseParts').mouseenter(function(){
+
 
                        $('#navBar').css('background','#eef');
+
                 var scroll = $(window).scrollTop();
                        $("#linkContainer_Parts").css('background','aquamarine');
+
                var scrollOpacity = map(scroll, 0, 350, 1, 0);
                        $('#collapseParts').stop().slideDown(200);
+
                 //var scrollFade = map(scroll, 350, 0, 0, 1);
                        $(".mask").css('background','rgba(0,123,255,0.5)');
+
                var bacteriaOpacity = map(scroll, 0, 500, 0, 1);
                    });
+
                var bacteriaTop = map(scroll, 900, 2000, -100, 100);
                    $('#collapseParts').mouseleave(function(){
+
                var bacteriaRotate = map(scroll, 0, 700, 50, 0);
                        $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                 if (scroll > hidingPos) {
                        $("#linkContainer_Parts").css('background','rgba(0,0,0,0)');
+
                     $('#bacteria-nadando ').css('opacity', '0');
                        $('#collapseParts').stop().slideUp(200);
+
                        $(".mask").css('background','rgba(0,0,0,0)');
+
                    });
+
                 }
+
            );
+
           
+
            $("#linkContainer_People").hover(
+
                function () {
+
                     $('#navBar').css('background','#eef');
+
                    $("#linkContainer_People").css('background','aquamarine');
+
                    $('#collapsePeople').stop().slideDown(200);
+
                    $(".mask").css('background','rgba(0,123,255,0.5)');
+
                 }, function () {
+
                    $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                    $("#linkContainer_People").css('background','rgba(0,0,0,0)');
+
                    $('#collapsePeople').stop().slideUp(200);
+
                    $(".mask").css('background','rgba(0,0,0,0)');
+
                   
+
                    $('#collapsePeople').mouseenter(function(){
+
                        $('#navBar').css('background','#eef');
+
                        $("#linkContainer_People").css('background','aquamarine');
+
                        $('#collapsePeople').stop().slideDown(200);
+
                        $(".mask").css('background','rgba(0,123,255,0.5)');
+
                    });
+
                    $('#collapsePeople').mouseleave(function(){
+
                        $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                        $("#linkContainer_People").css('background','rgba(0,0,0,0)');
+
                        $('#collapsePeople').stop().slideUp(200);
+
                        $(".mask").css('background','rgba(0,0,0,0)');
+
                    });
+
                }
+
            );
+
              
+
            $("#linkContainer_HP").hover(
+
                function () {
+
                    $('#navBar').css('background','#eef');
+
                    $("#linkContainer_HP").css('background','aquamarine');
+
                    $('#collapseHP').stop().slideDown(200);
+
                    $(".mask").css('background','rgba(0,123,255,0.5)');
+
                 }, function () {
+
                    $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                    $("#linkContainer_HP").css('background','rgba(0,0,0,0)');
+
                    $('#collapseHP').stop().slideUp(200);
+
                    $(".mask").css('background','rgba(0,0,0,0)');
+
                   
+
                    $('#collapseHP').mouseenter(function(){
+
                        $('#navBar').css('background','#eef');
+
                        $("#linkContainer_HP").css('background','aquamarine');
+
                        $('#collapseHP').stop().slideDown(200);
+
                        $(".mask").css('background','rgba(0,123,255,0.5)');
+
                    });
+
                    $('#collapseHP').mouseleave(function(){
+
                        $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                        $("#linkContainer_HP").css('background','rgba(0,0,0,0)');
+
                        $('#collapseHP').stop().slideUp(200);
+
                        $(".mask").css('background','rgba(0,0,0,0)');
+
                    });
+
                 }
+
            );
+
           
+
            $("#linkContainer_Modeling").hover(
+
                function () {
+
                    $('#navBar').css('background','#eef');
+
                    $("#linkContainer_Modeling").css('background','aquamarine');
+
                    $('#collapseModeling').stop().slideDown(200);
+
                    $(".mask").css('background','rgba(0,123,255,0.5)');
+
                 }, function () {
+
                    $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                    $("#linkContainer_Modeling").css('background','rgba(0,0,0,0)');
+
                    $('#collapseModeling').stop().slideUp(200);
+
                    $(".mask").css('background','rgba(0,0,0,0)');
+
                   
+
                    $('#collapseModeling').mouseenter(function(){
+
                        $('#navBar').css('background','#eef');
+
                        $("#linkContainer_Modeling").css('background','aquamarine');
+
                        $('#collapseModeling').stop().slideDown(200);
+
                        $(".mask").css('background','rgba(0,123,255,0.5)');
+
                    });
+
                    $('#collapseModeling').mouseleave(function(){
+
                        $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                        $("#linkContainer_Modeling").css('background','rgba(0,0,0,0)');
+
                        $('#collapseModeling').stop().slideUp(200);
+
                        $(".mask").css('background','rgba(0,0,0,0)');
+
                    });
+
                 }
+
            );
+
           
+
           
+
            // Change color after scroll
+
           
+
            $(window).bind('scroll', function() {
+
                if ($(window).scrollTop() > 300) {
+
                     $('#navBar').css('background','#eef');
+
 
                 } else {
 
                 } else {
                     $('#navBar').css('background','linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%)');
+
                     $('#bacteria-nadando ').css('opacity', bacteriaOpacity);
 +
                    $('#bacteria-nadando ').css('top', bacteriaTop + 'px');
 
                 }
 
                 }
 
             });
 
             });
       
+
 
           
+
             //******************************************************* Video Controls *******************************************
             /*------------MENU ENDS-----------*/
+
 
 +
            $("#video-main-page").bind("ended", function() {
 +
                slideVideo()
 +
            });
 +
 
 +
            $("#skip-btn").click(function() {
 +
                clearTimeout(timeoutVar);
 +
                $(window).scrollTop(0);
 +
                slideVideo();
 +
            });
 
              
 
              
 
              
 
              
 
         </script>
 
         </script>
     </body>
+
        <script type="text/javascript" src="https://2018.igem.org/Team:Purdue/JQuery/SlideShow?
 +
action=raw&ctype=text/javascript"></script>
 +
     </section>
 +
</body>
 +
 
 
</html>
 
</html>
 
+
{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_Footer}}
 
+
<!--{{:Team:Tec-Monterrey/Templates/Tec-Monterrey_Footer}} -->
+

Latest revision as of 01:29, 18 October 2018


E. coding
Tec-Monterrey

DRAG AND DROP!



     Pb

     NO3



     PO4

     As

Contact Us

Sponsors