Difference between revisions of "Team:CU-Boulder"

 
(110 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Team:CU-Boulder/Templates/Navigation}}
 
{{Team:CU-Boulder/Templates/Navigation}}
  
Line 6: Line 5:
 
<style>
 
<style>
  
 +
@media(max-width: 1200px) {
  
 +
section > titleImageOne { display: none; }
 +
section > titleSmallImageTwo { display: none; }
 +
section > titleSmallImageTwoFlipped { display: none; }
 +
 +
}
 +
 +
@media (max-width: 800px) {
 +
section { flex-wrap: wrap; }
 +
 +
}
 +
 +
body{
 +
  background-color: black;
 +
}
  
 
@keyframes fade-in{
 
@keyframes fade-in{
Line 18: Line 32:
  
 
section {
 
section {
  width: 100%
+
   height:100vh;
  margin: 0 auto;
+
   height:90vh;
+
 
   position:relative;
 
   position:relative;
 
   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;
border-color: white;
 
  border: solid;
 
  padding-top: 80px;
 
flex-direction: column;
 
 
}
 
}
 +
 
section > divOne {
 
section > divOne {
  
 
   padding-left: 30px;
 
   padding-left: 30px;
 
   padding-right: 30px;
 
   padding-right: 30px;
   padding-bottom: 30px;
+
   padding-bottom: 50px;
   padding-top: 30px;
+
   padding-top: 50px;
 
   font-size: 60px;
 
   font-size: 60px;
 
   font-family: inconsolata, sans-serif;
 
   font-family: inconsolata, sans-serif;
Line 46: 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;
  max-width: 500px;
 
  flex-grow: 2;
 
  margin-bottom: -50px;
 
 
}
 
}
  
.titleImageOne{
+
section > titleImageOne img{
     flex-grow: 1;
+
     max-width: 400px;
     max-width: 300px;
+
    transform: scaleX(-1);
     padding-top: 40px;
+
    filter: FlipV;
 +
 
 +
}
 +
section > titleImageTwo img{
 +
    max-width: 250px;
 +
    margin-right: 50px;
 +
    margin-bottom: 80px;
 +
 
 +
}
 +
 
 +
section > titleSmallImageTwo img{
 +
     max-width: 100px;
 +
     margin-top: 150px;
 
     transform: scaleX(-1);
 
     transform: scaleX(-1);
 
     filter: FlipH;
 
     filter: FlipH;
 +
  overflow: hidden;
  
 
}
 
}
.titleImageTwo{
+
 
     flex-grow: 1;
+
section > titleSmallImageTwoFlipped img{
     max-width: 300px
+
     max-width: 100px;
 +
     margin-bottom: 150px;
 +
    overflow: hidden;
  
 
}
 
}
.titleImageThree{
+
 
     flex-grow: 2;
+
section > titleImageTwoFlipped img{
 +
     max-width: 250px;
 +
    margin-left: 50px;
 +
    margin-top: 80px;
 +
    transform: scaleX(-1);
 +
    filter: FlipH;
 +
 
 +
 
 +
}
 +
section > titleImageThree img{
 
     max-width: 700px;
 
     max-width: 700px;
  
 
}
 
}
  
.titleImageThreeFlipped{
+
section > titleImageThreeFlipped img {
    flex-grow: 2;
+
     max-width: 700px;
     max-width: 600px;
+
 
     transform: scaleX(-1);
 
     transform: scaleX(-1);
 
     filter: FlipH;
 
     filter: FlipH;
    padding: 40px;
 
 
}
 
}
  
 +
section > twoCells{
 +
    background: radial-gradient(red, yellow, green);
 +
    max-width: 600px;
 +
 +
}
 +
 +
 +
@keyframes scrollUp{
 +
  from{opacity: 0; }
 +
  to{opacity: 1; }
 +
}
 +
 +
.testLeft{
 +
  visibility: visible;
 +
  animation-name: scrollUp;
 +
  animation-duration: 1s;
 +
}
 +
 +
.testFinal{
 +
  animation-name: scrollUp;
 +
  animation-duration: 1s;
 +
 +
}
 +
 +
section > bodyHead{
 +
  text-align: justify;
 +
  font-family: inconsolata, sans-serif;
 +
  line-height: 60px;
 +
  font-size: 30px;
 +
  max-width: 750px;
 +
  color: white;
 +
  padding-bottom: 15px;
 +
  padding-top: 15px;
 +
  border-top: 2px solid white;
 +
  border-bottom: 2px solid white;
 +
  margin-right: 30px;
 +
}
 +
 +
section > floatLeft{
 +
  float: left;
 +
  font-family: inconsolata, sans-serif;
 +
  font-size: 25px;
 +
  max-width: 350px;
 +
  clear: right;
 +
  color: white;
 +
  text-align: justify;
 +
  margin-right: 150px;
 +
 +
}
 +
 +
section > floatRight{
 +
  margin-left: 150px;
 +
  float: right;
 +
  font-family: inconsolata, sans-serif;
 +
  font-size: 25px;
 +
  max-width: 400px;
 +
  clear: left;
 +
  color: white;
 +
  text-align: justify;
 +
}
 +
 +
section > floatLast{
 +
  float: left;
 +
  font-family: inconsolata, sans-serif;
 +
  font-size: 25px;
 +
  max-width: 400px;
 +
  text-align: justify;
 +
  clear: left;
 +
  color: white;
 +
}
  
 
</style>
 
</style>
Line 88: Line 186:
  
  
 +
<section>
 +
  <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
  
 +
</section>
 
   <section>
 
   <section>
    <img class = "titleImageThree" src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></img>
+
<divOne>     
    <img class = "titleImageTwo" src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></img>
+
 
+
 
+
    <!--This is the title box -->
+
    <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>
  
    <img class = "titleImageOne" src = "https://static.igem.org/mediawiki/2017/2/2f/T-CU-Boulder--CellOne.gif"></img>
+
<section>
     <img class = "titleImageThreeFlipped" src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></img>
+
  <bodyHead> <p id = "blah">
    <img class = "titleImageTwo" src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></img>
+
    Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations...  
 
+
     </p>
  </section>
+
  </bodyhead>
 +
<titleImageOne><img src = "https://static.igem.org/mediawiki/2017/2/2f/T-CU-Boulder--CellOne.gif"></titleImageOne>
  
 +
</section>
 +
<section>
 +
<twoCells><img src = "https://static.igem.org/mediawiki/2017/1/12/T-CU-Boulder--TwoCells.gif"></twoCells>
 +
    <floatRight>
 +
  <p id = "blahTwo">
 +
    These compartments act in nature to either localize and concentrate substrates, or to sequester harmful metabolic intermediates...
 +
    </p>
 +
</floatRight>
 +
</section>
 +
<section>
 +
    <floatLeft>
 +
  <p id = "blahThree">
 +
    Our group has designed recombinant compartments in order to achieve remote control over the rapid assembly and dissasembly of the structures...
 +
      </p>
 +
</floatLeft>
 +
<img src = "https://static.igem.org/mediawiki/2017/4/48/T-CU-Boulder--Splosion.gif">
 +
</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>
 +
  <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.</br></br> Continue to our project description to learn more...  </p></floatLast>
 +
<titleImageTwoFlipped><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleImageTwoFlipped>
 +
<titleSmallImageTwoFlipped><img src = "https://static.igem.org/mediawiki/2017/b/b8/T-CU-Boulder--CellTwo.gif"></titleSmallImageTwoFlipped>
 +
</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...