Difference between revisions of "Team:CU-Boulder"

 
(48 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Team:CU-Boulder/Templates/Navigation}}
 
{{Team:CU-Boulder/Templates/Navigation}}
  
 
<html>
 
<html>
  
<script>
+
<style>
  
window.onscroll = function() {FunctionOne(),FunctionTwo(),FunctionThree(),FunctionFour()};
+
@media(max-width: 1200px) {
  
function FunctionOne() {
+
section > titleImageOne { display: none; }
    if (document.body.scrollTop > 50 ) {
+
section > titleSmallImageTwo { display: none; }
        document.getElementById("blah").className = "testLeft";
+
section > titleSmallImageTwoFlipped { display: none; }  
    } else {
+
        document.getElementById("blah").className = "";
+
    }
+
}
+
  
 
 
function FunctionTwo() {
 
    if (document.body.scrollTop > 550 ) {
 
        document.getElementById("blahTwo").className = "testLeft";
 
    } else {
 
        document.getElementById("blahTwo").className = "";
 
    }
 
 
}
 
}
  
function FunctionThree() {
+
@media (max-width: 800px) {
    if (document.body.scrollTop > 1000 ) {
+
section { flex-wrap: wrap; }
        document.getElementById("blahThree").className = "testLeft";
+
    } else {
+
        document.getElementById("blahThree").className = "";
+
    }
+
}
+
  
function FunctionFour() {
 
    if (document.body.scrollTop > 1400 ) {
 
        document.getElementById("blahFour").className = "testLeft";
 
    } else {
 
        document.getElementById("blahFour").className = "";
 
    }
 
 
}
 
}
 
</script>
 
 
<style>
 
  
 
body{
 
body{
Line 64: Line 36:
 
   justify-content: center;
 
   justify-content: center;
 
   display: flex;
 
   display: flex;
   flex-wrap: wrap;
+
   flex-wrap: nowrap;
 
   align-items: center;
 
   align-items: center;
 
   background-color: black;
 
   background-color: black;
 
}
 
}
 +
 
section > divOne {
 
section > divOne {
  
Line 82: Line 55:
 
   text-align:center;
 
   text-align:center;
 
   animation-name: fade-in;
 
   animation-name: fade-in;
   animation-duration: 3s;
+
   animation-duration: 1s;
 
   animation-direction: alternate;
 
   animation-direction: alternate;
 
   animation-iteration-count: infinite;
 
   animation-iteration-count: infinite;
Line 94: Line 67:
 
}
 
}
 
section > titleImageTwo img{
 
section > titleImageTwo img{
     max-width: 50px
+
     max-width: 250px;
 +
    margin-right: 50px;
 +
    margin-bottom: 80px;
 +
 
 +
}
 +
 
 +
section > titleSmallImageTwo img{
 +
    max-width: 100px;
 +
    margin-top: 150px;
 +
    transform: scaleX(-1);
 +
    filter: FlipH;
 +
  overflow: hidden;
 +
 
 +
}
 +
 
 +
section > titleSmallImageTwoFlipped img{
 +
    max-width: 100px;
 +
    margin-bottom: 150px;
 +
    overflow: hidden;
 +
 
 +
}
 +
 
 +
section > titleImageTwoFlipped img{
 +
    max-width: 250px;
 +
    margin-left: 50px;
 +
    margin-top: 80px;
 +
    transform: scaleX(-1);
 +
    filter: FlipH;
  
  
 
}
 
}
 
section > titleImageThree img{
 
section > titleImageThree img{
    flex-grow: 2;
 
 
     max-width: 700px;
 
     max-width: 700px;
  
 
}
 
}
  
section > titleImageThreeFlipped{
+
section > titleImageThreeFlipped img {
    flex-grow: 2;
+
     max-width: 700px;
     max-width: 600px;
+
 
     transform: scaleX(-1);
 
     transform: scaleX(-1);
 
     filter: FlipH;
 
     filter: FlipH;
 +
}
 +
 +
section > twoCells{
 +
    background: radial-gradient(red, yellow, green);
 +
    max-width: 600px;
 +
 
}
 
}
  
Line 135: Line 139:
 
   font-size: 30px;
 
   font-size: 30px;
 
   max-width: 750px;
 
   max-width: 750px;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
   border-top: 5px solid white;
+
  padding-bottom: 15px;
   border-bottom: 5px solid white;
+
  padding-top: 15px;
 +
   border-top: 2px solid white;
 +
   border-bottom: 2px solid white;
 +
  margin-right: 30px;
 
}
 
}
  
Line 146: Line 152:
 
   font-size: 25px;
 
   font-size: 25px;
 
   max-width: 350px;
 
   max-width: 350px;
  margin-left: -30%;
 
  margin-top: 25%;
 
 
   clear: right;
 
   clear: right;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
 
   text-align: justify;
 
   text-align: justify;
 +
  margin-right: 150px;
  
 
}
 
}
  
 
section > floatRight{
 
section > floatRight{
 +
  margin-left: 150px;
 
   float: right;
 
   float: right;
 
   font-family: inconsolata, sans-serif;
 
   font-family: inconsolata, sans-serif;
 
   font-size: 25px;
 
   font-size: 25px;
 
   max-width: 400px;
 
   max-width: 400px;
  margin-right: -30%;
 
  margin-top: 25%;
 
 
   clear: left;
 
   clear: left;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
 
   text-align: justify;
 
   text-align: justify;
Line 173: Line 175:
 
   font-size: 25px;
 
   font-size: 25px;
 
   max-width: 400px;
 
   max-width: 400px;
  margin-left: -30%;
 
  margin-top: 60%;
 
  margin-bottom: 30%;
 
 
   text-align: justify;
 
   text-align: justify;
 
   clear: left;
 
   clear: left;
  visibility: hidden;
 
 
   color: white;
 
   color: white;
 
}
 
}
Line 188: Line 186:
  
  
 +
<section>
 +
  <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
  
 +
</section>
 
   <section>
 
   <section>
  <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
+
<divOne>     
  </section>
+
 
+
 
+
 
+
 
+
 
+
 
+
    <!--This is the title box -->
+
<section>
+
    <divOne>     
+
 
       <span style="color: red"><b>&mu;</b></span>
 
       <span style="color: red"><b>&mu;</b></span>
 
       s t o r a g e
 
       s t o r a g e
 
     </divOne>
 
     </divOne>
<!--
+
</section>
<titleImageOne><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></img>
+
    <img class = "titleImageTwo" src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></img> -->
+
  
</section>
 
 
<section>
 
<section>
 
   <bodyHead> <p id = "blah">
 
   <bodyHead> <p id = "blah">
     Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations.  
+
     Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations...  
 
     </p>
 
     </p>
 
   </bodyhead>
 
   </bodyhead>
Line 218: Line 206:
 
</section>
 
</section>
 
<section>
 
<section>
 +
<twoCells><img src = "https://static.igem.org/mediawiki/2017/1/12/T-CU-Boulder--TwoCells.gif"></twoCells>
 
     <floatRight>
 
     <floatRight>
 
   <p id = "blahTwo">
 
   <p id = "blahTwo">
     These compartments act in nature to either localize and concentrate substrates, or to sequester harmful harmful intermediates.
+
     These compartments act in nature to either localize and concentrate substrates, or to sequester harmful metabolic intermediates...
 
     </p>
 
     </p>
 
</floatRight>
 
</floatRight>
Line 227: Line 216:
 
     <floatLeft>
 
     <floatLeft>
 
   <p id = "blahThree">
 
   <p id = "blahThree">
     Our group has designed recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures.
+
     Our group has designed recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures...
 
       </p>  
 
       </p>  
 
</floatLeft>
 
</floatLeft>
 +
<img src = "https://static.igem.org/mediawiki/2017/4/48/T-CU-Boulder--Splosion.gif">
 
</section>
 
</section>
 
<section>
 
<section>
 +
<titleSmallImageTwo><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleSmallImageTwo>
 +
<titleImageTwo><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleImageTwo>
 
<floatLast>
 
<floatLast>
 
   <p id = "blahFour">
 
   <p id = "blahFour">
     Using this method...</br></br> Our compartments could potentially act as next-generation drug delivery systems, biosensors, or as a solution to sequester diffuse and harmful environmental toxins.
+
     Using this method...</br></br> Our compartments could potentially act as next-generation drug delivery systems, biosensors, or as a solution to sequester diffuse and harmful environmental toxins.</br></br> Continue to our project description to learn more...  </p></floatLast>
    </p>  
+
<titleImageTwoFlipped><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleImageTwoFlipped>
</floatLast>
+
<titleSmallImageTwoFlipped><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleSmallImageTwoFlipped>
 
</section>
 
</section>
 
</body>
 
</body>
  
 
</html>
 
</html>

Latest revision as of 08:31, 20 October 2017

μ s t o r a g e

Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations...

These compartments act in nature to either localize and concentrate substrates, or to sequester harmful metabolic intermediates...

Our group has designed recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures...

Using this method...

Our compartments could potentially act as next-generation drug delivery systems, biosensors, or as a solution to sequester diffuse and harmful environmental toxins.

Continue to our project description to learn more...