Difference between revisions of "Team:Dalhousie/test5"

 
(362 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<html>
 
<html>
<!--Life's Not Complete Without Art. (Expand Your Editor > ASCII Is Not Responsive ;)
+
<head>
 
+
<style>
 +
#bg-video {
 +
        position: fixed;
 +
        top: 0;
 +
        right: 0;
 +
        bottom: 0px;
 +
        left: 0;
 +
        overflow: hidden;
 +
        z-index: -100;
 +
        width:100%;
  
          ^^        |        ^^
+
}
          ::        |        ::
+
  ^^    ::        |        ::    ^^
+
  ::    ::        |        ::    ::
+
    ::    ::        |        ::    ::
+
      ::    ::      |      ::    ::
+
        ::    ::  _/~\_  ::    ::
+
          ::  :::/    \:::  ::
+
            :::::(  TMR  ):::::
+
                  \ ___ /
+
            :::::/`  `\:::::
+
          ::    ::\o o/::    ::
+
        ::    ::  :":  ::    ::
+
      ::      ::  ` `  ::      ::
+
      ::      ::          ::      ::
+
    ::      ::            ::      :: 
+
    ^^      ::            ::      ^^
+
            ::            ::
+
            ^^            ^^
+
  
  
!-->
+
</style>
 +
 
 +
<!--glyphicons-->
 +
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
 +
  <link  rel="stylesheet" href="https://2017.igem.org/Team:Dalhousie/libraries/css/Bootstrap?action=raw&ctype=text/css" />
 +
  <link rel="stylesheet" href="https://2017.igem.org/Team:Dalhousie/libraries/css/fonts?action=raw&ctype=text/css" />
 +
<link rel="stylesheet" href="https://2017.igem.org/Team:Dalhousie/css3?action=raw&ctype=text/css" />
 +
 
 +
<!--------------------oldnavbar--------------->
 +
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
 +
 
 +
 
 +
<!-------------------------------------need this--------------------------->
 +
<style>
 +
#home_logo, #sideMenu { display:none; }
 +
#sideMenu, #top_title, .patrollink  {display:none;}
 +
#content { width:100%; padding:0px;  margin-top:-20px; margin-left:0px; background-color: white;}
 +
body {background-color:white; height:100%; }
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px;  background-color: transparent; z-index:100;}
 +
        .jumbotron {
 +
            height: 850px;
 +
            position: relative;
 +
         
 +
            }
 +
.navbar-default .navbar-nav>.active>a, .nav > li > a:hover, .nav > li > a:focus {
 +
  background-color: #C1D35D;
 +
  text-decoration: none;
 +
}
 +
</style>
 +
 
 +
</head>
  
 
<body>
 
<body>
<header class="header">
 
<div id="logo">Logo</div>
 
<nav class="main-nav">
 
<ul>
 
<li>Login</li>
 
<li>Sign Up</li>
 
</ul>
 
</nav>
 
</header>
 
<section id="page-intro">
 
<div id="page-intro_text">
 
<h1>Alternating Fixed Navigation</h1>
 
<h3>Click A Menu Item Below<h3>
 
<h3>Scroll Up / Down</h3>
 
<h4>Totally Inspired By <a href='https://codyhouse.co/gem/secondary-fixed-navigation/'>This</a><br /><br />
 
        Altered & Customized By <a href='https://codepen.io/tmrDevelops/'>Me</a>
 
</div>
 
</section>
 
  
<div class="alt-nav">
 
<a href="#0" class="alt-nav-trigger"><span></span></a>
 
<nav>
 
<ul>
 
<li>
 
<a href="#nav-icon-1">
 
<b>Home</b>
 
<span class='fontawesome-home'></span>
 
</a>
 
</li>
 
<li>
 
<a href="#nav-icon-2">
 
<b>About Us</b>
 
<span class='fontawesome-group'></span>
 
</a>
 
</li>
 
<li>
 
<a href="#nav-icon-3">
 
<b>Our Blog</b>
 
<span class='fontawesome-comments-alt'></span>
 
</a>
 
</li>
 
<li>
 
<a href="#nav-icon-4">
 
<b>Photo Album</b>
 
<span class='fontawesome-camera-retro'></span>
 
</a>
 
</li>
 
<li>
 
<a href="#nav-icon-5">
 
<b>Contact Us</b>
 
<span class='fontawesome-edit'></span>
 
</a>
 
</li>
 
</ul>
 
</nav>
 
</div>
 
<div class="main">
 
<section id="nav-icon-1" class="section container">
 
<h2>Welcome!</h2>
 
<p>
 
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem ab consequatur fugiat delectus sint in velit quo possimus, ullam aspernatur ipsa natus tenetur nulla distinctio doloremque totam. Earum enim sed dolorum, exercitationem temporibus quaerat eos, accusantium amet facilis facere eaque commodi optio quidem rem minima nisi laborum quae animi nostrum aut voluptates veniam.</p><br/>
 
<p> Cum neque quam fuga sapiente quidem eum necessitatibus nulla, cupiditate a, repudiandae iusto in dolor eaque commodi nostrum consequuntur dolores velit eligendi dolorem quae. Distinctio quae, cumque aliquid quos consequuntur perspiciatis voluptates, laboriosam velit qui et aut sint esse nemo voluptatibus, dolore veritatis natus facilis commodi sed. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corporis tempore, harum consequatur optio laboriosam nihil sint voluptatem ducimus porro quae expedita alias consectetur explicabo cumque maxime facere praesentium! Ad illo quibusdam omnis suscipit qui eos autem est laborum ducimus! Tenetur?
 
</p>
 
</section>
 
  
<section id="nav-icon-2" class="section container">
+
<!-------------------navbar---------------------->
<h2>About Us</h2>
+
<div id="nav" class="noBackground" style="width:100%; z-index:100;" >
<p>
+
            <div class="inner" >
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem ab consequatur fugiat delectus sint in velit quo possimus, ullam aspernatur ipsa natus tenetur nulla distinctio doloremque totam. Earum enim sed dolorum, exercitationem temporibus quaerat eos, accusantium amet facilis facere eaque commodi optio quidem rem minima nisi laborum quae animi nostrum aut voluptates veniam.</p><br/>
+
<div id="navWrap">
<p>Cum neque quam fuga sapiente quidem eum necessitatibus nulla, cupiditate a, repudiandae iusto in dolor eaque commodi nostrum consequuntur dolores velit eligendi dolorem quae. Distinctio quae, cumque aliquid quos consequuntur perspiciatis voluptates, laboriosam velit qui et aut sint esse nemo voluptatibus, dolore veritatis natus facilis commodi sed. </p><br/>
+
    <nav >
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Fugiat omnis quia maiores, et. Aut facilis ducimus, labore culpa, nemo eum qui quae, rem libero aspernatur, inventore quos modi a ex sit.</p><br/>
+
<div class="container-fluid">
<p>Nulla iure odio at quo corporis assumenda ea fugiat adipisci aspernatur incidunt sapiente consequatur, ullam cumque dolorem facilis laboriosam a dolore similique velit esse. Eveniet omnis voluptas, nobis dicta cupiditate odit, similique mollitia eos dignissimos provident voluptatem adipisci ullam facilis alias! Reprehenderit voluptatem provident ut veniam aliquid, labore culpa.
+
    <ul class="nav navbar-nav navbar-center">
</p>
+
 
</section>  
+
      <li class="active" ><a href="https://2017.igem.org/Team:Dalhousie/test3" style=" color: white;">Home</a></li>
 +
 
 +
<li class="dropdown" >
 +
        <a class="dropdown-toggle" data-toggle="dropdown" href="#" style=" color: white;">Project
 +
        </a>
 +
        <ul class="dropdown-menu" style=" background-color: rgba(193,211,93,0.8);">
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Description"  >Description</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Design">Design</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Improve">Improve</a></li>
 +
        </ul>
 +
      </li>
 +
 
 +
<li class="dropdown">
 +
        <a class="dropdown-toggle" data-toggle="dropdown" href="#" style=" color: white;">Results
 +
        </a>
 +
        <ul class="dropdown-menu" style=" background-color: rgba(193,211,93,0.8);">
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/InterLab">Interlab</a></li>
 +
  <li><a href="https://2017.igem.org/Team:Dalhousie/Results">Results</a></li>
 +
        </ul>
 +
</li>   
 +
 
 +
 
 +
<li class="dropdown">
 +
        <a class="dropdown-toggle" data-toggle="dropdown" href="#" style=" color: white;">Team
 +
        </a>
 +
        <ul class="dropdown-menu" style=" background-color: rgba(193,211,93,0.8);">
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Team">Team</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Collaborations">Collaborations</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Attributions">Attributions</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Sponsors">Sponsors</a></li>
 +
        </ul>
 +
</li>
 +
 
 +
<li class="dropdown">
 +
        <a class="dropdown-toggle" data-toggle="dropdown" href="#" style=" color: white;">Human Practices
 +
        </a>
 +
        <ul class="dropdown-menu" style=" background-color: rgba(193,211,93,0.8);">
 +
        <li><a href="https://2017.igem.org/Team:Dalhousie/Human_Practices">Summary</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Silver_Integrated">Silver HP</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Gold_Integrated">Integrated and Gold</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Public_Engagement">Public Engagement</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Part_Collection">Part Collections</a></li>
 +
        <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Science_Literacy">Science Literacy</a></li>
 +
        <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Ethics">Ethics</a></li>
 +
<li><a href="https://2017.igem.org/Team:Dalhousie/Demonstrate">Demonstrate</a></li>
 +
        </ul>
 +
      </li>
 +
 
 +
<li class="dropdown">
 +
        <a class="dropdown-toggle" data-toggle="dropdown" href="#" style=" color: white;">Lab
 +
        </a>
 +
        <ul class="dropdown-menu" style=" background-color: rgba(193,211,93,0.8);">
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Parts">Parts</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Basic_Parts">Basic Parts</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Composite_Parts">Composite Parts</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Part_Collection">Part Collections</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Safety" >Safety</a></li>
 +
            <li><a href="https://2017.igem.org/Team:Dalhousie/Experiments">Experiments</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Notebook">Notebook</a></li>
 +
<li><a href="https://2017.igem.org/Team:Dalhousie/Contribution">Contribution</a></li>
 +
          <li><a href="https://2017.igem.org/Team:Dalhousie/Model">Model</a></li>
 +
        </ul>
 +
      </li>
  
<section id="nav-icon-3" class="section container">
 
<h2>Our Blog</h2>
 
<article>
 
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quidem ab consequatur fugiat delectus sint in velit quo possimus, ullam aspernatur ipsa natus tenetur nulla distinctio doloremque totam.<br><button class='more'></button><address class="author">By <a rel="author" class="#" href="/author/john-jane-doe">Jane & John Doe</a></address>
 
</article>
 
<article>Earum enim sed dolorum, exercitationem temporibus quaerat eos, accusantium amet facilis facere eaque commodi optio quidem rem minima nisi laborum quae animi nostrum aut voluptates veniam. Cum neque quam fuga sapiente quidem eum necessitatibus nulla, cupiditate a, repudiandae iusto in dolor eaque commodi nostrum consequuntur dolores velit eligendi dolorem quae.<br><button class='more'></button><address class="author">By <a rel="author" class="#" href="/author/jane-doe">Jane Doe</a></address>
 
</article>
 
<article>Distinctio quae, cumque aliquid quos consequuntur perspiciatis voluptates, laboriosam velit qui et aut sint esse nemo voluptatibus, dolore veritatis natus facilis commodi sed. Lorem ipsum dolor sit amet, consectetur adipisicing elit.
 
<br><button class='more'></button><address class="author">By <a rel="author" class="#" href="/author/john-doe">John Doe</a></address>
 
</article>
 
<article>Alias sunt mollitia atque tempore ea cum exercitationem, quisquam est consectetur tempora ipsam, obcaecati voluptate a. Autem minus cumque voluptatem eaque fugit nostrum reprehenderit incidunt officia. <br><button class='more'></button><address class="author">By <a rel="author" class="#" href="/author/jane-doe">Jane Doe</a></address>
 
</article>
 
<article>Nesciunt reiciendis delectus officiis fugit sint at totam nisi commodi repellendus iusto dolorum molestias dignissimos natus, impedit quam atque ex voluptas ut facere assumenda iure incidunt rerum vitae accusamus? <br><button class='more'></button><address class="author">By <a rel="author" class="#" href="/author/john-doe">John Doe</a></address>
 
</article>
 
<article>Et voluptatibus unde, fugiat tenetur sed dolore, praesentium magni illo nobis incidunt, possimus doloremque dolorem sunt. Aliquid ducimus delectus esse voluptatem officia perferendis, a voluptate omnis adipisci expedita distinctio praesentium natus veniam accusamus iure, quasi, inventore reiciendis.<br><button class='more'></button><address class="author">By <a rel="author" class="#" href="/author/jane-doe">Jane Doe</a></address>
 
</article>
 
</section>
 
<section id="nav-icon-4" class="section container">
 
<h2>Photo Album</h2>
 
<div class='pics'>
 
<ul>
 
<li><img src="http://lorempixel.com/400/400/people" /></li>
 
<li><img src="http://lorempixel.com/400/400/animals" /></li>
 
<li><img src="http://lorempixel.com/400/400/sports" /></li>
 
<li><img src="http://lorempixel.com/400/400/people" /></li>
 
<li><img src="http://lorempixel.com/400/400/animals" /></li>
 
<li><img src="http://lorempixel.com/400/400/sports" /></li>
 
<li><img src="http://lorempixel.com/400/400/people" /></li>
 
<li><img src="http://lorempixel.com/400/400/animals" /></li>
 
      <li><img src="http://lorempixel.com/400/400/sports" /></li>
 
</ul>
 
</div>
 
</section>
 
<section id="nav-icon-5" class="section container" >
 
<h2>Contact Us</h2>
 
<div id="form-main">
 
<div id="form-div">
 
<form class="form" id="form1">
 
      <p class="name">
 
        <input name="name" type="text" placeholder="Name" id="name" />
 
      </p>
 
     
 
      <p class="email">
 
        <input name="email" type="text" id="email" placeholder="Email" />
 
      </p>
 
 
        
 
        
      <p class="text">
+
 
         <textarea name="text" id="comment" placeholder="Comment"></textarea>
+
 
       </p>
+
<li class="dropdown">
       <div class="submit">
+
         <a class="dropdown-toggle" data-toggle="dropdown" href="#" style=" color: white;">Awards
        <input type="submit" value="SEND" id="button-blue"/>
+
        </a>
        <div class="ease"></div>
+
        <ul class="dropdown-menu" style=" background-color: rgba(193,211,93,0.8);">
      </div>
+
          <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Applied_Design">Applied Design</a></li>
     </form>
+
          <li><a href="https://2017.igem.org/Team:Dalhousie/HP/Entrepreneurship">Entrepreneurship</a></li>
 +
        </ul>
 +
       </li>
 +
 
 +
 
 +
    </ul>
 +
 
 +
 
 +
 
 +
<!--------------------------contact us------------------------------------------>
 +
<ul class="nav navbar-nav navbar-right">
 +
    <div class="navbar-header">
 +
       <a class="navbar-brand" style=" color: white;">Contact us today </a>
 +
    </div>
 +
<li>
 +
                        <a href="mailto:igemdalhousie@gmail.com" ><i class="fa fa-envelope-o fa-fw" style=" color: white;"  ></i> <span class="network-name"></span></a>
 +
                    </li>
 +
<li>
 +
                        <a target="_blank" href="https://twitter.com/dalhousie_igem?lang=en" ><i class="fa fa-twitter fa-fw" style=" color: white;" ></i> <span class="network-name"></span></a>
 +
                    </li>
 +
                    <li>
 +
                        <a target="_blank" href="https://www.facebook.com/Dalhousie.iGEM/" ><i class="fa fa-facebook fa-fw" style=" color: white;" ></i> <span class="network-name"></span></a>
 +
                    </li>
 +
 
 +
     </ul>
 
   </div>
 
   </div>
</div>  
+
</nav>
</section>  
+
</div>
<style>
+
            </div>
@import url(http://weloveiconfonts.com/api/?family=fontawesome);
+
        </div>
@import url(https://fonts.googleapis.com/css?family=ABeeZee);
+
/* fontawesome */
+
[class*="fontawesome-"]:before {
+
  font-family: 'FontAwesome', sans-serif;
+
  font-size:1.5em;
+
  color:#f6ba52;
+
}
+
  
*, *:after, *:before {
+
 
  -webkit-box-sizing: border-box;
+
 
  -moz-box-sizing: border-box;
+
        <div class="panel" id="panel1" >
  box-sizing: border-box;
+
 
}
+
            <div class="inner" >
 +
<div class="top" ><div class="title" >Dalhousie iGEM 2017</div></div>
 +
 
 +
 
 +
 
 +
<video  id= "myVideo" class="bg-video" style="top:0px; left:0px; padding-bottom:0px; position:fixed; width:100%;z-index:-100; " autoplay="true" loop="loop" preload="metadata" muted="muted">
 +
        <source src="https://static.igem.org/mediawiki/2017/6/68/Thisfinal.mp4" type="video/mp4" />
 +
 
 +
 
 +
 
 +
<!--------------------------------fade title---------------------------->
 +
<style>
  
 
body {
 
body {
   font-size: 100%;
+
   margin: 0;
   font-family: 'ABeeZee', sans-serif;
+
   height: 10px;
  color: #030d18;
+
  background-color: #f0eee1;
+
 
}
 
}
  
a {
+
.top {
  color: #f5484a;
+
  text-decoration: none;
+
}
+
  
img {
+
   margin-top: 350px;
   max-width: 100%;
+
  position: absolute;
 +
width:65%;
 +
  left:250px;
 +
  background-color: transparent;
 +
  height: 150px;
 +
  text-align: center;
 +
  font-family: 'Trebuchet MS';
 +
  font-size: 80px;
 +
  font-weight: 400;
 +
  color: white;
 +
line-height: 60px;
 
}
 
}
  
.container {
+
.title {
   width: 90%;
+
   position: relative;
   max-width: 768px;
+
   top: 10%;
  margin: 0 auto;
+
}
+
.container:after {
+
  content: "";
+
  display: table;
+
  clear: both;
+
}
+
  
.has-top-margin {
+
   left: 0px;
}
+
@media only screen and (min-width: 1170px) {
+
   .has-top-margin {
+
    -webkit-animation: animate-margin-top 0.3s;
+
    -moz-animation: animate-margin-top 0.3s;
+
    animation: animate-margin-top 0.3s;
+
    margin-top: 70px;
+
  }
+
 
}
 
}
  
@-webkit-keyframes animate-margin-top {
+
</style>
  0% {
+
    margin-top: 100px;
+
  }
+
  
  100% {
 
    margin-top: 70px;
 
  }
 
}
 
@-moz-keyframes animate-margin-top {
 
  0% {
 
    margin-top: 100px;
 
  }
 
  
   100% {
+
<!---------------------------------------------------------------------------------this------------------------------------------------------------------------------------------->
     margin-top: 70px;
+
<script> $(window).scroll(function(){
   }
+
    $(".top").css("opacity", 1 - $(window).scrollTop() / 300);
 +
   });
 +
</script>
 +
 
 +
 
 +
            </div>
 +
        </div>
 +
 
 +
 
 +
 
 +
 
 +
        <div class="panel" id="panel2">
 +
<div style=" border: 1px solid #000; margin: 50px; padding: 30px; background-color: rgba(35,47,19,1);">
 +
 
 +
Welcome! </br>
 +
The goal of our project is to convert cellulose into glucose, which can be used for biofuel. </br>
 +
Let us show you how! </br>
 +
</div>
 +
            <div class="inner">
 +
 
 +
 
 +
  <!-- Vertical Timeline -->
 +
  <section id="conference-timeline">
 +
 
 +
    <div class="conference-center-line"></div>
 +
    <div class="conference-timeline-content">
 +
      <!-- Article -->
 +
      <div class="timeline-article">
 +
        <div class="content-left-container" >
 +
          <div class="content-left" >
 +
            <p>Softwood waste from the lumber industry contains cellulose, which can be turned into glucose and used to make biofuel.  <span class="article-number">01</span></p>
 +
          </div>
 +
       
 +
        </div>
 +
  <div class="content-right-container">
 +
         
 +
       
 +
        </div>
 +
        <div class="meta-date">
 +
          <img src= "https://static.igem.org/mediawiki/2017/a/ab/Lumber.jpg" height="50%" width="60%"style="margin-top:15px;" >
 +
        </div>
 +
      </div>
 +
      <!-- // Article -->
 +
     
 +
      <!-- Article -->
 +
      <div class="timeline-article">
 +
        <div class="content-left-container">
 +
        </div>
 +
 
 +
        <div class="content-right-container">
 +
          <div class="content-right">
 +
            <p>We hypothesized that the porcupine microbiome must contain an enzyme that can break down cellulose, as bark is food. <span class="article-number">02</span></p>
 +
          </div>
 +
       
 +
        </div>
 +
        <div class="meta-date" style="background-color: white;">
 +
  <img src= "https://static.igem.org/mediawiki/2017/6/67/Porcupiner.png" height="60%" width="75%"style="margin-top:15px;" >
 +
        </div>
 +
      </div>
 +
      <!-- // Article -->
 +
     
 +
 
 +
      <!-- Article -->
 +
      <div class="timeline-article">
 +
        <div class="content-left-container">
 +
          <div class="content-left">
 +
            <p>We mined the porcupine’s microbiome to identify the enzyme that was able to break down wood.  <span class="article-number">03</span></p>
 +
          </div>
 +
      
 +
        </div>
 +
        <div class="content-right-container">
 +
         
 +
 +
        </div>
 +
        <div class="meta-date">
 +
  <img src= "https://static.igem.org/mediawiki/2017/4/48/Testtubee.png" height="60%" width="70%"style="margin-top:15px;" >
 +
        </div>
 +
      </div>
 +
      <!-- // Article -->
 +
<!-- Article -->
 +
      <div class="timeline-article">
 +
        <div class="content-left-container">
 +
         
 +
       
 +
        </div>
 +
        <div class="content-right-container">
 +
        <div class="content-right">
 +
            <p>We created a metagenomic library of the genes able to code this enzyme as well as novel enzymes. <span class="article-number">04</span></p>
 +
          </div>
 +
       
 +
        </div>
 +
        <div class="meta-date">
 +
    <img src= "https://static.igem.org/mediawiki/2017/a/ab/Lumber.jpg" height="50%" width="60%"style="margin-top:15px;" >
 +
        </div>
 +
      </div>
 +
      <!-- // Article -->
 +
<!-- Article -->
 +
      <div class="timeline-article">
 +
        <div class="content-left-container">
 +
        <div class="content-left">
 +
            <p>We put these genes into E.coli to see if they could then digest cellulose down. <span class="article-number">05</span></p>
 +
          </div>
 +
   
 +
        </div>
 +
        <div class="content-right-container">
 +
         
 +
 +
        </div>
 +
        <div class="meta-date">
 +
    <img src= "https://static.igem.org/mediawiki/2017/a/ab/Lumber.jpg" height="50%" width="60%"style="margin-top:15px;" >
 +
        </div>
 +
      </div>
 +
      <!-- // Article -->
 +
<!-- Article -->
 +
      <div class="timeline-article">
 +
        <div class="content-left-container">
 +
         
 +
       
 +
        </div>
 +
        <div class="content-right-container">
 +
        <div class="content-right">
 +
            <p>We put the E.coli into a bioreactor with cellulose to see if it gets broken down. In the future this can be combined with yeast to transform in finally into biofuel! <span class="article-number">06</span></p>
 +
          </div>
 +
       
 +
        </div>
 +
        <div class="meta-date">
 +
        <img src= "https://static.igem.org/mediawiki/2017/a/ab/Lumber.jpg" height="50%" width="60%"style="margin-top:15px;" >
 +
        </div>
 +
      </div>
 +
      <!-- // Article -->
 +
    </div>
 +
 
 +
   </section>
 +
  <!-- // Vertical Timeline -->
 +
 
 +
  <style>
 +
body {
 +
  background: #e6e6e6;
 +
  font-family: "Roboto", sans-serif;
 +
  font-weight: 400;
 
}
 
}
@keyframes animate-margin-top {
 
  0% {
 
    margin-top: 100px;
 
  }
 
  
  100% {
+
/*===== Vertical Timeline =====*/
    margin-top: 70px;
+
#conference-timeline {
   }
+
  position: relative;
 +
  max-width: 920px;
 +
   width: 100%;
 +
  margin: 0 auto;
 
}
 
}
.header {
+
#conference-timeline .timeline-start,
 +
#conference-timeline .timeline-end {
 +
  display: table;
 +
  font-family: "Roboto", sans-serif;
 +
  font-size: 18px;
 +
  font-weight: 900;
 +
  text-transform: uppercase;
 +
  background: rgba(35,47,19,1);
 +
  padding: 15px 23px;
 +
  color: #fff;
 +
  max-width: 5%;
 +
  width: 100%;
 +
  text-align: center;
 +
  margin: 0 auto;
 +
}
 +
#conference-timeline .conference-center-line {
 
   position: absolute;
 
   position: absolute;
 +
  width: 3px;
 +
  height: 100%;
 
   top: 0;
 
   top: 0;
   left: 0;
+
   left: 50%;
  width: 100%;
+
   margin-left: -2px;
   height: 50px;
+
   background: #232F13;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
+
   z-index: -1;
   background-color: #030d18;
+
   z-index: 3;
+
 
}
 
}
@media only screen and (min-width: 768px) {
+
#conference-timeline .conference-timeline-content {
   .header {
+
   padding-top: 67px;
    height: 70px;
+
  padding-bottom: 67px;
    background-color: transparent;
+
    box-shadow: none;
+
  }
+
 
}
 
}
 
+
.timeline-article {
#logo {
+
   width: 100%;
  float: left;
+
  margin: 13px 0 0 5%;
+
}
+
#logo{
+
  display: block;
+
  color:#CC0000;
+
  font-weight:bold;
+
  font-size:1.5em;
+
  text-shadow:1px 2px rgba(0,0,0,0.4);
+
}
+
@media only screen and (min-width: 768px) {
+
   #logo {
+
    margin: 23px 0 0 5%;
+
  }
+
}
+
@media only screen and (min-width: 1170px) {
+
  #logo.is-hidden {
+
    opacity: 0;
+
    position: fixed;
+
    left: -20%;
+
    margin-left: 0;
+
    -webkit-transition: left 0.3s, opacity 0.3s;
+
    -moz-transition: left 0.3s, opacity 0.3s;
+
    transition: left 0.3s, opacity 0.3s;
+
  }
+
  #logo.is-hidden.slide-in {
+
    left: 5%;
+
    opacity: 1;
+
  }
+
}
+
 
+
.main-nav {
+
  float: right;
+
  margin-right: 5%;
+
  width: 44px;
+
 
   height: 100%;
 
   height: 100%;
   background-size: 44px 44px;
+
   position: relative;
 +
  overflow: hidden;
 +
  margin: 20px 0;
 
}
 
}
.main-nav ul {
+
.timeline-article .content-left-container,
   position: absolute;
+
.timeline-article .content-right-container {
  top: 0;
+
   max-width: 44%;
  left: 0;
+
 
   width: 100%;
 
   width: 100%;
  -webkit-transform: translateY(-100%);
+
  -moz-transform: translateY(-100%);
+
  -ms-transform: translateY(-100%);
+
  -o-transform: translateY(-100%);
+
  transform: translateY(-100%);
+
 
}
 
}
.main-nav ul.is-visible {
+
.timeline-article .timeline-author {
  -webkit-transform: translateY(50px);
+
  -moz-transform: translateY(50px);
+
  -ms-transform: translateY(50px);
+
  -o-transform: translateY(50px);
+
  transform: translateY(50px);
+
}
+
.main-nav li {
+
 
   display: block;
 
   display: block;
   height: 50px;
+
   font-weight: 400;
   line-height: 50px;
+
   font-size: 14px;
   padding-left: 5%;
+
   line-height: 24px;
   color: #CC0000;
+
   color: white;
   text-shadow:1px 2px rgba(0,0,0,0.4);
+
   text-align: right;
 
}
 
}
@media only screen and (min-width: 768px) {
+
.timeline-article .content-left,
  .main-nav {
+
.timeline-article .content-right {
    width: auto;
+
  position: relative;
    height: auto;
+
  width: auto;
    background: none;
+
  border: 1px solid #000;
  }
+
  background-color: rgba(35,47,19,1);
  .main-nav ul {
+
   box-shadow: 0 1px 3px rgba(0,0,0,0.9);
    position: static;
+
   padding: 27px 25px;
    width: auto;
+
    -webkit-transform: translateY(0);
+
    -moz-transform: translateY(0);
+
    -ms-transform: translateY(0);
+
    -o-transform: translateY(0);
+
    transform: translateY(0);
+
    line-height: 70px;
+
   }
+
  .main-nav ul.is-visible {
+
    -webkit-transform: translateY(0);
+
    -moz-transform: translateY(0);
+
    -ms-transform: translateY(0);
+
    -o-transform: translateY(0);
+
    transform: translateY(0);
+
   }
+
  .main-nav li {
+
    display: inline-block;
+
    margin-left: 1em;
+
    display: inline-block;
+
    height: auto;
+
    line-height: normal;
+
    background: transparent;
+
    padding: .6em 1em;
+
    border-top: none;
+
    color: #CC0000;;
+
  }
+
 
}
 
}
 
+
.timeline-article p {
#page-intro {
+
  margin: 0 0 0 60px;
 +
  padding: 0;
 +
  font-weight: 400;
 +
  color: white;
 +
  font-size: 14px;
 +
  line-height: 24px;
 
   position: relative;
 
   position: relative;
  height: 300px;
 
  background:repeating-linear-gradient(
 
  to right,
 
  #f6ba52,
 
  #f6ba52 10px,
 
  #ffd180 10px,
 
  #ffd180 20px
 
);
 
  background-size: cover;
 
  z-index: 2;
 
 
}
 
}
#page-intro #page-intro_text {
+
.timeline-article p span.article-number {
   width: 90%;
+
   position: absolute;
   max-width: 1170px;
+
   font-weight: 300;
   margin: 0 auto;
+
   font-size: 44px;
   text-align: center;
+
   top: 10px;
   padding-top: 120px;
+
   left: -60px;
 +
  color: white;
 
}
 
}
#page-intro h1 {
+
.timeline-article .content-left-container {
  font-size: 1.5em;
+
   float: left;
  margin-bottom:2%;
+
  font-weight: bold;
+
   color: #fff;
+
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
+
 
}
 
}
#page-intro h3 {
+
.timeline-article .content-right-container {
  font-size: 1.5em;
+
   float: right;
  margin-bottom:2%;
+
 
  font-weight: bold;
+
   color: #fff;
+
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
+
 
}
 
}
#page-intro h4{
+
.timeline-article .content-left:before,
   font-size: 1em;
+
.timeline-article .content-right:before{
   margin-bottom:2%;
+
   position: absolute;
   font-weight: bold;
+
   top: 20px;
 +
  font-size: 23px;
 +
   font-family: "FontAwesome";
 
   color: #fff;
 
   color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
 
 
}
 
}
#page-intro h4 a:hover{
+
.timeline-article .content-left:before {
text-decoration:underline;
+
  content: "\f0da";
 +
  right: -8px;
 
}
 
}
@media only screen and (min-width: 768px) {
+
.timeline-article .content-right:before {
  #page-intro {
+
   content: "\f0d9";
    height: 400px;
+
   left: -8px;
  }
+
  #page-intro #page-intro_text {
+
    padding-top: 160px;
+
   }
+
  #page-intro h1 {
+
    font-size: 32px;
+
    font-size: 2rem;
+
   }
+
}
+
@media only screen and (min-width: 1170px) {
+
  #page-intro {
+
    height: 600px;
+
  }
+
  #page-intro #page-intro_text {
+
    padding-top: 250px;
+
  }
+
 
}
 
}
  
.alt-nav {
 
  position: relative;
 
  z-index: 3;
 
  -webkit-font-smoothing: antialiased;
 
  -moz-osx-font-smoothing: grayscale;
 
}
 
  
.alt-nav ul {
+
 
  position: fixed;
+
 
  width: 90%;
+
 
  max-width: 400px;
+
.timeline-article .meta-date {
  right: 5%;
+
   position: absolute;
  bottom: 20px;
+
   top: 10px;
  border-radius: 0.25em;
+
   left: 49%;
  background: rgba(3, 13, 24, 0.96);
+
   width: 80px;
  visibility: hidden;
+
   height: 80px;
  z-index: 1;
+
   margin-left: -31px;
   -webkit-backface-visibility: hidden;
+
   color: #fff;
   backface-visibility: hidden;
+
   border-radius: 100%;
   -webkit-transform: scale(0);
+
   background:#232F13;
   -moz-transform: scale(0);
+
   -ms-transform: scale(0);
+
   -o-transform: scale(0);
+
  transform: scale(0);
+
  -webkit-transform-origin: 100% 100%;
+
   -moz-transform-origin: 100% 100%;
+
   -ms-transform-origin: 100% 100%;
+
   -o-transform-origin: 100% 100%;
+
  transform-origin: 100% 100%;
+
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
+
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
+
  transition: transform 0.3s, visibility 0s 0.3s;
+
}
+
.alt-nav ul.is-visible {
+
  visibility: visible;
+
  -webkit-transform: scale(1);
+
  -moz-transform: scale(1);
+
  -ms-transform: scale(1);
+
  -o-transform: scale(1);
+
  transform: scale(1);
+
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
+
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
+
  transition: transform 0.3s, visibility 0s 0s;
+
 
}
 
}
.alt-nav li a {
+
.timeline-article .meta-date .date,
 +
.timeline-article .meta-date .month {
 
   display: block;
 
   display: block;
   padding: 1.6em;
+
   text-align: center;
   border-bottom: 1px solid #092645;
+
   font-weight: 900;
  color: #f0eee1;
+
 
 
}
 
}
.alt-nav li:last-child a {
+
.timeline-article .meta-date .date {
   border-bottom: none;
+
  font-size: 30px;
 +
  line-height: 40px;
 +
 
 +
}
 +
.timeline-article .meta-date .month {
 +
   font-size: 18px;
 +
  line-height: 10px;
 
}
 
}
@media only screen and (min-width: 1170px) {
+
/*===== // Vertical Timeline =====*/
   .alt-nav {
+
 
    z-index: 1;
+
/*===== Resonsive Vertical Timeline =====*/
    height: 100px;
+
@media only screen and (max-width: 830px) {
    background-color: rgba(3, 13, 24, 0.96);
+
   #conference-timeline .timeline-start,
    -webkit-transition: height 0.3s;
+
  #conference-timeline .timeline-end {
    -moz-transition: height 0.3s;
+
     margin: 0;
     transition: height 0.3s;
+
 
   }
 
   }
   .alt-nav nav, .alt-nav ul, .alt-nav li, .alt-nav a {
+
   #conference-timeline .conference-center-line {
     height: 100%;
+
     margin-left: 0;
 +
    left: 50px;
 
   }
 
   }
   .alt-nav ul {
+
   .timeline-article .meta-date {
     position: static;
+
     margin-left: 0;
 +
    left: 20px;
 +
  }
 +
  .timeline-article .content-left-container,
 +
  .timeline-article .content-right-container {
 +
    max-width: 100%;
 
     width: auto;
 
     width: auto;
     max-width: 100%;
+
     float: none;
    visibility: visible;
+
     margin-left: 110px;
    -webkit-transform: scale(1);
+
     min-height: 53px;
    -moz-transform: scale(1);
+
    -ms-transform: scale(1);
+
    -o-transform: scale(1);
+
    transform: scale(1);
+
     text-align: center;
+
     background-color: transparent;
+
 
   }
 
   }
   .alt-nav li {
+
   .timeline-article .content-left-container {
    display: inline-block;
+
     margin-bottom: 20px;
     margin-left: -4px;
+
 
   }
 
   }
   .alt-nav li a {
+
   .timeline-article .content-left,
    position: relative;
+
  .timeline-article .content-right {
    text-align: center;
+
     padding: 10px 25px;
    display: block;
+
     min-height: 65px;
     padding: 58px 40px 0 40px;
+
     border-bottom: none;
+
    -webkit-transition: padding 0.2s;
+
    -moz-transition: padding 0.2s;
+
    transition: padding 0.2s;
+
 
   }
 
   }
   .alt-nav li a b {
+
   .timeline-article .content-left:before {
    text-transform: uppercase;
+
     content: "\f0d9";
    font-size: 13px;
+
    font-size: 0.8125rem;
+
    font-weight: 700;
+
    color: rgba(240, 238, 225, 0.3);
+
  }
+
  .alt-nav li a span {
+
     position: absolute;
+
    display: inline-block;
+
    width: 40px;
+
    height: 40px;
+
    top: 18px;
+
    left: 50%;
+
 
     right: auto;
 
     right: auto;
     -webkit-transform: translateX(-50%);
+
     left: -8px;
    -moz-transform: translateX(-50%);
+
    -ms-transform: translateX(-50%);
+
    -o-transform: translateX(-50%);
+
    transform: translateX(-50%);
+
    background-repeat: no-repeat;
+
    -webkit-transition: opacity 0.2s;
+
    -moz-transition: opacity 0.2s;
+
    transition: opacity 0.2s;
+
 
   }
 
   }
   .alt-nav li a:hover b, .alt-nav li a.active b {
+
   .timeline-article .content-right:before {
    color: #f0eee1;
+
     display: none;
  }
+
  .alt-nav li:nth-child(1) a span {
+
    background-position: 0 0;
+
  }
+
  .alt-nav li:nth-child(2) a span {
+
    background-position: -40px 0;
+
  }
+
  .alt-nav li:nth-child(3) a span {
+
    background-position: -80px 0;
+
  }
+
  .alt-nav li:nth-child(4) a span {
+
    background-position: -120px 0;
+
  }
+
  .alt-nav li:nth-child(5) a span {
+
    background-position: -160px 0;
+
  }
+
  .alt-nav.is-fixed {
+
    position: fixed;
+
    left: 0;
+
    top: 0;
+
    height: 70px;
+
    width: 100%;
+
  }
+
  .alt-nav.animate-children {
+
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
+
  }
+
  .alt-nav.animate-children li a {
+
    padding: 26px 30px 0 30px;
+
  }
+
  .alt-nav.animate-children li a span {
+
     opacity: 0;
+
 
   }
 
   }
 
}
 
}
 
+
@media only screen and (max-width: 400px) {
.alt-nav-trigger {
+
   .timeline-article p {
  position: fixed;
+
    margin: 0;
  bottom: 20px;
+
   }
  right: 5%;
+
   .timeline-article p span.article-number {
  width: 44px;
+
  height: 44px;
+
  background: rgba(3, 13, 24, 0.96);
+
  border-radius: 0.25em;
+
  overflow: hidden;
+
  text-indent: 100%;
+
  white-space: nowrap;
+
  z-index: 2;
+
}
+
.alt-nav-trigger span {
+
  position: absolute;
+
  display: block;
+
  width: 4px;
+
  height: 4px;
+
  border-radius: 50%;
+
  background: #f0eee1;
+
  left: 50%;
+
  top: 50%;
+
  bottom: auto;
+
  right: auto;
+
  -webkit-transform: translateX(-50%) translateY(-50%);
+
  -moz-transform: translateX(-50%) translateY(-50%);
+
  -ms-transform: translateX(-50%) translateY(-50%);
+
  -o-transform: translateX(-50%) translateY(-50%);
+
  transform: translateX(-50%) translateY(-50%);
+
  -webkit-transition: background 0.3s;
+
  -moz-transition: background 0.3s;
+
  transition: background 0.3s;
+
}
+
.alt-nav-trigger span::before, .alt-nav-trigger span::after {
+
   content: '';
+
  position: absolute;
+
  background: inherit;
+
  width: 100%;
+
  height: 100%;
+
  border-radius: 50%;
+
}
+
.alt-nav-trigger span::before {
+
  right: -10px;
+
  -webkit-transform: rotate(0);
+
   -moz-transform: rotate(0);
+
  -ms-transform: rotate(0);
+
  -o-transform: rotate(0);
+
  transform: rotate(0);
+
}
+
.alt-nav-trigger span::after {
+
   left: -10px;
+
  -webkit-transform: rotate(0);
+
  -moz-transform: rotate(0);
+
  -ms-transform: rotate(0);
+
  -o-transform: rotate(0);
+
  transform: rotate(0);
+
}
+
.alt-nav-trigger.menu-is-open {
+
  background: transparent;
+
}
+
.alt-nav-trigger.menu-is-open span {
+
  background: rgba(240, 238, 225, 0);
+
  width: 20px;
+
  height: 2px;
+
}
+
.alt-nav-trigger.menu-is-open span::before, .alt-nav-trigger.menu-is-open span::after {
+
  background: #f0eee1;
+
  width: 100%;
+
  height: 100%;
+
  border-radius: 0;
+
  top: 0;
+
  left: 0;
+
}
+
.alt-nav-trigger.menu-is-open span::before {
+
  -webkit-transform: rotate(135deg);
+
  -moz-transform: rotate(135deg);
+
  -ms-transform: rotate(135deg);
+
  -o-transform: rotate(135deg);
+
  transform: rotate(135deg);
+
}
+
.alt-nav-trigger.menu-is-open span::after {
+
  -webkit-transform: rotate(225deg);
+
  -moz-transform: rotate(225deg);
+
  -ms-transform: rotate(225deg);
+
  -o-transform: rotate(225deg);
+
  transform: rotate(225deg);
+
}
+
@media only screen and (min-width: 1170px) {
+
  .alt-nav-trigger {
+
 
     display: none;
 
     display: none;
 
   }
 
   }
 +
 
 
}
 
}
 +
/*===== // Resonsive Vertical Timeline =====*/
 +
</style>
  
.section {
+
            </div>
  margin: 0 auto;
+
        </div>
  padding: 2em 0;
+
}
+
.section h2 {
+
  font-size: 20px;
+
  font-size: 1.25rem;
+
  margin-bottom: .6em;
+
  font-weight: 700;
+
}
+
.section p {
+
  line-height: 1.6;
+
}
+
  
@media only screen and (min-width: 1170px) {
 
  .section {
 
    margin: 0 auto;
 
    padding: 4em 0;
 
  }
 
  .section h2 {
 
    font-size: 30px;
 
    font-size: 1.875rem;
 
  }
 
  .section p {
 
    font-size: 20px;
 
    font-size: 1.25rem;
 
  }
 
}
 
.more{
 
border:none;
 
padding:1em;
 
box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
background:#CC0000;
 
border-radius:5%;
 
margin-top:1em;
 
width:8em;
 
  cursor:pointer;
 
}
 
.more:before{
 
content:'More';
 
color:#fff;
 
font-weight:bold;
 
font-size:1.2em;
 
}
 
.more:hover{
 
  background:#0F3B5F;
 
  transition: all 2s ease;
 
  -webkit-transition:all 2s ease;
 
  -moz-transition:all 2s ease;
 
}
 
#nav-icon-3 article{
 
padding:2em;
 
background:#fff;
 
border-left:2em solid #f6ba52;
 
border-bottom:1em solid #f0eee1;
 
box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
cursor:pointer;
 
}
 
  
#nav-icon-3 address{
 
padding:1em; float:right;
 
margin-top:1em;
 
}
 
.pics {
 
-webkit-column-count:3;
 
-moz-column-count:3;
 
column-count:3;
 
margin-bottom:10em;
 
}
 
.pics ul li img{
 
display:inline-block;
 
-moz-box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
-webkit-box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
  box-shadow:0 1px 2px 1px rgba(0,0,0,0.4);
 
padding:.5em;
 
}
 
  
#form-main{
+
<div class="container" style="height:450px; width:100%; position: relative;">
width:100%;
+
float:left;
+
}
+
  
#form-div {
+
</div>
background-color:#3c3c3c;
+
padding-left:35px;
+
padding-right:35px;
+
padding-top:35px;
+
padding-bottom:50px;
+
width: 450px;
+
float: left;
+
left: 50%;
+
position: absolute;
+
margin-left: -260px;
+
}
+
  
.feedback-input {
 
opacity:0.9;
 
color:#0493bd;
 
font-family: 'Montserrat', Helvetica, Arial, sans-serif;
 
  font-weight:400;
 
font-size: 18px;
 
border-radius: 0;
 
line-height: 22px;
 
background-color: #fbfbfb;
 
  border: 3px solid #fbfbfb;
 
padding: 13px 13px 13px 54px;
 
margin-bottom: 10px;
 
width:100%;
 
-webkit-box-sizing: border-box;
 
-moz-box-sizing: border-box;
 
-ms-box-sizing: border-box;
 
box-sizing: border-box;
 
}
 
  
.feedback-input:focus{
+
        <div class="panel panel-red" id="panel3">
background: #fff;
+
           
box-shadow: 0;
+
     
border: 3px solid #3498db;
+
<!---------------------------pics---------------------------->
color: #3498db;
+
<p style="text-align: center; ">
outline: none;
+
<img src= "https://static.igem.org/mediawiki/2017/d/d3/Q.png" height="20%" width="20%" style=" padding:50px;">
  padding: 13px 13px 13px 54px;
+
<img src= "https://static.igem.org/mediawiki/2017/8/82/S.png"  height="20%" width="20%" style=" padding:50px;">
}
+
<img src= "https://static.igem.org/mediawiki/2017/5/57/B.png"  height="20%" width="20%" style=" padding:50px;">
 +
</p>
 +
           
 +
        </div>
  
.focused{
+
 
color:#30aed6;
+
<style>
border:#30aed6 solid 3px;
+
html {
 +
height: 100%;
 +
min-height: 100%;
 
}
 
}
  
#name{
+
body {
background-size: 30px 30px;
+
height: 100%;
background-position: 11px 8px;
+
background-repeat: no-repeat;
+
 
}
 
}
  
#name:focus{
+
.panel {
background-size: 30px 30px;
+
width: 100%;
background-position: 8px 5px;
+
height: 100%;
  background-position: 11px 8px;
+
background: black;
background-repeat: no-repeat;
+
color: #fff;
 +
padding-left: 5%;
 +
padding-right: 5%;
 +
text-align: center;
 
}
 
}
  
#email{
+
 
background-size: 30px 30px;
+
 
background-position: 11px 8px;
+
 
background-repeat: no-repeat;
+
 
 +
.panel.panel-red {
 +
background: black;
 +
 
 +
}
 +
#nav {
 +
position: fixed;
 +
top: 0;
 +
left: 0;
 +
width: 96%;
 +
padding: 2%;
 +
z-index: 100;
 +
color: white;
 +
height: 80px;
 
}
 
}
  
#email:focus{
+
.noBackground {
background-size: 30px 30px;
+
 
  background-position: 11px 8px;
+
background-color: rgba(0,0,0,0);
background-repeat: no-repeat;
+
visibility: visible;
 +
width:100%;
 +
padding-right:0px;
 +
    -webkit-transition: all 1.0s ease;
 +
    -moz-transition: all 1.0s ease;
 +
    -o-transition: all 1.0s ease;
 +
    transition: all 1.0s ease;
 
}
 
}
  
#comment{
+
.blackBackground {
background-size: 30px 30px;
+
background-color: rgba(35,47,19,0.7);
background-position: 11px 8px;
+
visibility: visible;
background-repeat: no-repeat;
+
width:100%;
 +
 
 
}
 
}
  
textarea {
+
#nav .inner {
width: 100%;
+
z-index:100;
height: 150px;
+
padding-bottom:40px;
line-height: 150%;
+
color: red;
 
}
 
}
  
input:hover, textarea:hover,
+
#nav ul {
input:focus, textarea:focus {
+
list-style: none;
background-color:white;
+
margin: 0;
 +
padding: 0;
 
}
 
}
  
#button-blue{
+
 
font-family: 'Montserrat', Helvetica, Arial,  sans-serif;
+
 
float:left;
+
#inner{
width: 100%;
+
z-index:101;
border: #fbfbfb solid 4px;
+
 
cursor:pointer;
+
background-color: #3498db;
+
color:white;
+
font-size:24px;
+
padding-top:22px;
+
padding-bottom:22px;
+
-webkit-transition: all 0.3s;
+
-moz-transition: all 0.3s;
+
transition: all 0.3s;
+
 
}
 
}
  
#button-blue:hover{
+
#panel1{
background-color: rgba(0,0,0,0);
+
background: transparent;
color: #0493bd;
+
height: 850px;
 +
width:100%;
 +
z-index:100;
 
}
 
}
+
#panel2{
.submit:hover {
+
width:100%;
color: #3498db;
+
height: 100%;
}
+
margin-bottom:0px;
+
background: white;
.ease {
+
color: white;
  border-top:3px #3c3c3c solid;
+
font-size: 40px;
width: 0px;
+
line-height: 40px;
height: 76px;
+
background-image: url("https://static.igem.org/mediawiki/2017/a/a5/Woodbackground.jpeg");
background-color: #fbfbfb;
+
height: 200%;
-webkit-transition: .3s ease;
+
-moz-transition: .3s ease;
+
-o-transition: .3s ease;
+
-ms-transition: .3s ease;
+
transition: .3s ease;
+
 
}
 
}
 +
#panel3{
 +
width:100%;
 +
height: 200px;
  
.submit:hover .ease{
+
background: rgba(35,47,19,0.9);
  width:100%;
+
bottom:-100px;
  background-color:white;
+
 
}
 
}
  
@media only screen and (max-width: 580px) {
+
 
#form-div{
+
 
left: 3%;
+
 
margin-right: 3%;
+
width: 88%;
+
margin-left: 0;
+
padding-left: 3%;
+
padding-right: 3%;
+
}
+
}
+
 
</style>
 
</style>
 
<script>
 
<script>
jQuery(document).ready(function($){
+
$( function() {
var secondaryNav = $('.alt-nav'),
+
//caches a jQuery object containing the header element
secondaryNavTopPosition = secondaryNav.offset().top,
+
var header = $('.noBackground');
taglineOffesetTop = $('#page-intro_text').offset().top + $('#page-intro_text').height() + parseInt($('#page-intro_text').css('paddingTop').replace('px', '')),
+
$(window).scroll(function() {
contentSections = $('.section');
+
var scroll = $(window).scrollTop();
+
 
$(window).on('scroll', function(){
+
if (scroll >= 100) {
( $(window).scrollTop() > taglineOffesetTop ) ? $('#logo, .pageBtn').addClass('is-hidden') : $('#logo, .pageBtn').removeClass('is- hidden');
+
header.addClass('blackBackground');
if($(window).scrollTop() > secondaryNavTopPosition ) {
+
secondaryNav.addClass('is-fixed');
+
$('.main').addClass('has-top-margin');
+
setTimeout(function() {
+
            secondaryNav.addClass('animate-children');
+
            $('#logo').addClass('slide-in');
+
$('.pageBtn').addClass('slide-in');
+
        }, 50);
+
 
} else {
 
} else {
secondaryNav.removeClass('is-fixed');
+
header.removeClass('blackBackground');
$('.main').removeClass('has-top-margin');
+
                     
setTimeout(function() {
+
            secondaryNav.removeClass('animate-children');
+
            $('#logo').removeClass('slide-in');
+
$('.pageBtn').removeClass('slide-in');
+
        }, 50);
+
 
}
 
}
 
updateSecondaryNavigation();
 
});
 
 
function updateSecondaryNavigation() {
 
contentSections.each(function(){
 
var actual = $(this),
 
actualHeight = actual.height() + parseInt(actual.css('paddingTop').replace('px', '')) + parseInt(actual.css('paddingBottom').replace('px', '')),
 
actualAnchor = secondaryNav.find('a[href="#'+actual.attr('id')+'"]');
 
if ( ( actual.offset().top - secondaryNav.height() <= $(window).scrollTop() ) && ( actual.offset().top +  actualHeight - secondaryNav.height() > $(window).scrollTop() ) ) {
 
actualAnchor.addClass('active');
 
}else {
 
actualAnchor.removeClass('active');
 
}
 
});
 
}
 
$('.alt-nav-trigger').on('click', function(event){
 
event.preventDefault();
 
$(this).toggleClass('menu-is-open');
 
secondaryNav.find('ul').toggleClass('is-visible');
 
});
 
secondaryNav.find('ul a').on('click', function(event){
 
        event.preventDefault();
 
        var target= $(this.hash);
 
        $('body,html').animate({
 
        'scrollTop': target.offset().top - secondaryNav.height() + 1
 
        }, 400
 
        );
 
        $('.alt-nav-trigger').removeClass('menu-is-open');
 
        secondaryNav.find('ul').removeClass('is-visible');
 
    });
 
$('.main-nav').on('click', function(event){
 
if($(event.target).is('.main-nav')) $(this).children('ul').toggleClass('is-visible');
 
 
});
 
});
 
});
 
});
Line 961: Line 691:
  
 
</body>
 
</body>
 +
<html>

Latest revision as of 21:49, 11 October 2017

Dalhousie iGEM 2017
Welcome!
The goal of our project is to convert cellulose into glucose, which can be used for biofuel.
Let us show you how!

Softwood waste from the lumber industry contains cellulose, which can be turned into glucose and used to make biofuel. 01

We hypothesized that the porcupine microbiome must contain an enzyme that can break down cellulose, as bark is food. 02

We mined the porcupine’s microbiome to identify the enzyme that was able to break down wood. 03

We created a metagenomic library of the genes able to code this enzyme as well as novel enzymes. 04

We put these genes into E.coli to see if they could then digest cellulose down. 05

We put the E.coli into a bioreactor with cellulose to see if it gets broken down. In the future this can be combined with yeast to transform in finally into biofuel! 06