Difference between revisions of "Team:CU-Boulder"

 
(127 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; }
  
#page {
+
}
  position:absolute;
+
 
  top:0;
+
@media (max-width: 800px) {
   left:0;
+
section { flex-wrap: wrap; }
   right:0;
+
 
 +
}
 +
 
 +
body{
 +
  background-color: black;
 +
}
 +
 
 +
@keyframes fade-in{
 +
   from{ border: solid rgba(255,255,255,0);}
 +
   to{border: solid rgba(255,255,255,1);}
 +
}
 +
 
 +
background, html{
 +
  background-color: black;
 
}
 
}
  
Line 17: Line 34:
 
   height:100vh;
 
   height:100vh;
 
   position:relative;
 
   position:relative;
   display:flex;
+
  justify-content: center;
   align-items:center;
+
   display: flex;
   justify-content:center;
+
   flex-wrap: nowrap;
 +
   align-items: center;
 
   background-color: black;
 
   background-color: black;
 
}
 
}
 +
 
section > divOne {
 
section > divOne {
 +
 
   padding-left: 30px;
 
   padding-left: 30px;
 
   padding-right: 30px;
 
   padding-right: 30px;
   padding-bottom: 10px;
+
   padding-bottom: 50px;
   padding-top: 10px;
+
   padding-top: 50px;
 
   font-size: 60px;
 
   font-size: 60px;
 
   font-family: inconsolata, sans-serif;
 
   font-family: inconsolata, sans-serif;
Line 32: Line 52:
 
   border: solid;
 
   border: solid;
 
   border-color: white;
 
   border-color: white;
   color:#FFF;
+
   color: white;
 
   text-align:center;
 
   text-align:center;
 
   animation-name: fade-in;
 
   animation-name: fade-in;
   animation-duration: 10s;
+
   animation-duration: 1s;
 +
  animation-direction: alternate;
 +
  animation-iteration-count: infinite;
 
}
 
}
  
</style>
+
section > titleImageOne img{
 +
    max-width: 400px;
 +
    transform: scaleX(-1);
 +
    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);
 +
    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{
 +
    max-width: 700px;
 +
 +
}
 +
 +
section > titleImageThreeFlipped img {
 +
    max-width: 700px;
 +
    transform: scaleX(-1);
 +
    filter: FlipH;
 +
}
 +
 +
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>
 +
<head>
 +
</head>
 
<body>
 
<body>
  
  
<divTwo id="page">
+
<section>
   <section class="one">
+
   <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
    <!--This is the title box -->
+
 
    <divOne>     
+
</section>
       <span style="color: red"><b>&mu;</b>         </span>
+
  <section>
 +
<divOne>     
 +
       <span style="color: red"><b>&mu;</b></span>
 
       s t o r a g e
 
       s t o r a g e
 
     </divOne>
 
     </divOne>
    <divTwo class="next">. . . </divTwo>
+
</section>
   </section>
+
 
 +
<section>
 +
  <bodyHead> <p id = "blah">
 +
    Bacterial microcompartments are subcellular structures naturally produced by certain microbial populations...  
 +
    </p>
 +
   </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...