m |
|||
Line 8: | Line 8: | ||
<style> | <style> | ||
.cover{ | .cover{ | ||
− | background: | + | background: url("https://static.igem.org/mediawiki/2016/1/1d/T--British_Columbia--header-wispy-mountains.JPG"); |
− | url("https://static.igem.org/mediawiki/2016/ | + | |
background-size: cover; background-repeat: no-repeat; | background-size: cover; background-repeat: no-repeat; | ||
} | } | ||
Line 15: | Line 14: | ||
@media screen and (min-width: 768px) { | @media screen and (min-width: 768px) { | ||
.cover{ | .cover{ | ||
+ | background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.15) 25%, rgba(0, 0, 0, 0) 100%), url("https://static.igem.org/mediawiki/2016/1/1d/T--British_Columbia--header-wispy-mountains.JPG"); | ||
+ | background-size: cover; background-repeat: no-repeat; | ||
background-position: 0 0, 0 -220px; | background-position: 0 0, 0 -220px; | ||
} | } | ||
} | } | ||
+ | |||
+ | .content-wrap p{ | ||
+ | margin-bottom: 25px; | ||
+ | } | ||
+ | |||
+ | /*important to set the position of these images such that the figcaption below the background image is visible*/ | ||
+ | #previous img{ | ||
+ | width: 100%; min-width: 100%; height: auto; | ||
+ | transition: all 1s ease; | ||
+ | left: -50px; | ||
+ | } | ||
+ | |||
+ | #next img{ | ||
+ | width: 100%; min-width: 100%; height: auto; | ||
+ | transition: all 1s ease; bottom: 0; | ||
+ | } | ||
+ | |||
Revision as of 10:49, 19 October 2016
Parts Collection
Our Parts Collection: BBa_K2139000 to BBa_K21390XX
This year our parts collection consisted of biobricks designed to deconstruct biomass, specifically lignin and cellulose, down into its components of aromatic monomers and glucose. The decomposition of lignin is required for the other enzymes to gain better access to the cellulose network. With that in mind, the production of glucose is the integral first step for the conversion of raw biomass into useful precursors for use in pharmaceutical production, biofuel production, and a wide variety of other applications. We hope these parts are useful for other teams.
Check out other parts of our project below!