Difference between revisions of "Team:CU-Boulder"

(Replaced content with " {{Team:CU-Boulder/Templates/Navigation}} <html> </html>")
 
(128 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
 
{{Team:CU-Boulder/Templates/Navigation}}
 
{{Team:CU-Boulder/Templates/Navigation}}
  
 
<html>
 
<html>
 +
 +
<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{
 +
  from{ border: solid rgba(255,255,255,0);}
 +
  to{border: solid rgba(255,255,255,1);}
 +
}
 +
 +
background, html{
 +
  background-color: black;
 +
}
 +
 +
section {
 +
  height:100vh;
 +
  position:relative;
 +
  justify-content: center;
 +
  display: flex;
 +
  flex-wrap: nowrap;
 +
  align-items: center;
 +
  background-color: black;
 +
}
 +
 +
section > divOne {
 +
 +
  padding-left: 30px;
 +
  padding-right: 30px;
 +
  padding-bottom: 50px;
 +
  padding-top: 50px;
 +
  font-size: 60px;
 +
  font-family: inconsolata, sans-serif;
 +
  font-weight:bold;
 +
  border: solid;
 +
  border-color: white;
 +
  color: white;
 +
  text-align:center;
 +
  animation-name: fade-in;
 +
  animation-duration: 1s;
 +
  animation-direction: alternate;
 +
  animation-iteration-count: infinite;
 +
}
 +
 +
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>
 +
 +
 +
<section>
 +
  <titleImageThree><img src = "https://static.igem.org/mediawiki/2017/5/5a/T-CU-Boulder--CellThree.gif"></titleImageThree>
 +
 +
</section>
 +
  <section>
 +
<divOne>   
 +
      <span style="color: red"><b>&mu;</b></span>
 +
      s t o r a g e
 +
    </divOne>
 +
</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>
  
 
</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...