(Prototype team page) |
Lukas Adam (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
<html> | <html> | ||
+ | <head> | ||
+ | <style> | ||
+ | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700'); | ||
+ | html { | ||
+ | -webkit-box-sizing: border-box; | ||
+ | -moz-box-sizing: border-box; | ||
+ | box-sizing: border-box; | ||
+ | } | ||
+ | *, | ||
+ | *:before, | ||
+ | *:after { | ||
+ | -webkit-box-sizing: inherit; | ||
+ | -moz-box-sizing: inherit; | ||
+ | box-sizing: inherit; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
− | |||
− | |||
− | |||
+ | .imagelink_team { | ||
+ | display:block; | ||
+ | text-decoration:none; | ||
+ | background-image: url("https://static.igem.org/mediawiki/2017/5/52/Team_Heidelberg_2017_Group_Picture.jpeg"); | ||
+ | width: 40%; | ||
+ | max-width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
− | + | body, | |
− | + | html { | |
− | + | width: 100%; | |
− | + | height: 100%; | |
+ | } | ||
− | + | body { | |
+ | font-family: 'Source Sans Pro', sans-serif; | ||
+ | line-height: 1.5; | ||
+ | } | ||
− | + | .page-wrapper { | |
− | + | display: block; | |
− | + | background: radial-gradient(circle, orange,red); | |
− | + | margin: 0 auto; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | header { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | align-items: center; | |
− | + | justify-content: center; | |
− | + | text-align: center; | |
+ | height: 330px; | ||
+ | padding-top: 1%; | ||
+ | |||
+ | } | ||
− | |||
+ | #Logo{ | ||
+ | opacity: 1; | ||
+ | } | ||
+ | #header_1 { | ||
+ | color: #FFF; | ||
+ | font-size: 60px; | ||
+ | font-weight: 300; | ||
+ | opacity: 1; | ||
+ | margin-top:15px; | ||
+ | } | ||
+ | #first_paragraph { | ||
+ | color: #FFF; | ||
+ | font-size: 20px; | ||
+ | font-weight: 300; | ||
+ | opacity: 0.7; | ||
+ | margin-left: 40%; | ||
+ | margin-right: auto; | ||
+ | width: 80%; | ||
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | @media screen and (max-width: 1280px) { | |
+ | .header-container h1 { | ||
+ | font-size: 40px; | ||
+ | } | ||
+ | .header-container p { | ||
+ | font-size: 17px; | ||
+ | } | ||
+ | } | ||
+ | .content-wrapper { | ||
+ | margin-top: 150px; | ||
+ | background: #fff; | ||
+ | width: 100%; | ||
+ | height: auto; | ||
+ | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | /* ----- NAV ----- */ | ||
− | + | nav { | |
− | + | height: 100px; | |
− | + | margin-left: -29px; | |
− | + | } | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | nav ul { | |
− | + | height: 100px; | |
− | + | background-color: #f7f7f7; | |
− | + | @include prefix(display, | |
+ | flex, | ||
+ | webkit moz o); | ||
+ | list-style: none; | ||
+ | font-size: 18px; | ||
− | + | @include prefix(transition, | |
− | + | height 0.2s linear, | |
− | + | webkit moz o); | |
− | + | @include prefix(transition, | |
− | + | font 0.2s linear, | |
+ | webkit moz o); | ||
+ | } | ||
+ | nav ul li { | ||
+ | padding-top: 35px; | ||
+ | margin-left: 35%; | ||
+ | font-size: 180%; | ||
+ | font-family: 'Source Sans Pro', sans-serif; | ||
+ | } | ||
+ | @media screen and (max-width: 1280px) { | ||
+ | nav ul li a { | ||
+ | font-size: 15px; | ||
+ | } | ||
+ | } | ||
+ | @media screen and (max-width: 740px) { | ||
+ | nav { | ||
+ | display: none; | ||
+ | } | ||
+ | } | ||
+ | /* ----- SECTION01 ----- */ | ||
+ | .section01 { | ||
+ | padding: 8% 8%; | ||
+ | border-bottom: 1px solid #ccc; | ||
+ | } | ||
+ | |||
+ | .section01-container { | ||
+ | @include prefix(display, | ||
+ | flex, | ||
+ | webkit moz o); | ||
+ | align-items: center; | ||
+ | width: 100%; | ||
+ | justify-content: center; | ||
+ | } | ||
+ | |||
+ | .section01-text { | ||
+ | color: #636363; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | |||
+ | .section01-text p { | ||
+ | font-size: 20px; | ||
+ | margin-bottom: 40px; | ||
+ | font-weight: 400; | ||
+ | width: 100%; | ||
+ | } | ||
+ | |||
+ | .section01-text button { | ||
+ | padding: 18px 40px; | ||
+ | font-size: 16px; | ||
+ | border: 1px solid #ccc; | ||
+ | color: #767676; | ||
+ | font-weight: 300 !important; | ||
+ | border-radius: 10px; | ||
+ | background: #fff; | ||
+ | outline: none; | ||
+ | cursor: pointer; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | @media screen and (max-width:960px) { | ||
+ | .section01-container { | ||
+ | @include prefix(display, | ||
+ | flex, | ||
+ | webkit moz o); | ||
+ | align-items: center; | ||
+ | justify-content: center; | ||
+ | flex-direction: column-reverse; | ||
+ | } | ||
+ | .section01-text, | ||
+ | .section01-image { | ||
+ | flex-grow: 0; | ||
+ | flex-basis: auto; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .section01-text h3 { | ||
+ | font-size: 30px; | ||
+ | } | ||
+ | .section01-text h3:after { | ||
+ | content: ''; | ||
+ | display: block; | ||
+ | margin-left: auto; | ||
+ | margin-right: auto; | ||
+ | width: 100px; | ||
+ | height: 2px; | ||
+ | margin-top: 20px; | ||
+ | margin-bottom: 20px; | ||
+ | background: linear-gradient(330deg, #e05252 0%, #52e0e0 50%, #e05252 100%); | ||
+ | ; | ||
+ | } | ||
+ | .section01-text p { | ||
+ | width: 100%; | ||
+ | font-size: 25px; | ||
+ | text-align: justify; | ||
+ | } | ||
+ | .section01-text button { | ||
+ | font-size: 15px; | ||
+ | padding: 15px 30px; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div class="page-wrapper"> | ||
+ | <header> | ||
+ | <img src="https://static.igem.org/mediawiki/2017/5/52/Team_Heidelberg_2017_Group_Picture.jpeg" width="40%" alt="logo" id="Logo" /> | ||
+ | <h1 id="header_1">Evolution Fast Forward</h1> | ||
+ | <p id="first_paragraph">iGEM Team Heidelberg 2017</p> | ||
+ | </header> | ||
+ | |||
+ | <div class="content-wrapper"> | ||
+ | <nav> | ||
+ | <ul> | ||
+ | <li id="Introduction">Project Description</li> | ||
+ | </ul> | ||
+ | </nav> | ||
+ | |||
+ | <section class="section01" id="introduction"> | ||
+ | <div class="section01-container"> | ||
+ | <div class="section01-text"> | ||
+ | <p>About four billion years ago our planet was at a historic turning point. While organic chemistry had already been invented, the recent generation of organic molecules was profoundly different. They organized into spatially confined structures and self-replicated at an ever-increasing speed. Soon, the freely available organic building blocks became limited and the increasingly complex structures began to actively compete for resources and space. Life emerged and with it the Darwinian evolution. </p> | ||
+ | </div> | ||
+ | <div class="section01-text"> | ||
+ | <p> The concept of life turned out to be immensely powerful and rapidly transformed our planet into what ET could easily describe as a huge bioreactor. Innumerable rounds of mutation and selection over billions of years gave rise to the beautiful biological diversity and complexity we can appreciate today. Life appears to seamlessly adapt to even the most harsh and unfriendly environments by finding clever solutions – provided it has enough time to do so. And this is where our project begins. </p> | ||
+ | </div> | ||
+ | <div class="section01-text"> | ||
+ | <p> This year, the iGEM team Heidelberg aims at harnessing the enormous power of Darwinian evolution to facilitate the development of biomolecules for human benefit. To this end, we will build upon the PACE (phage-assisted continuous evolution) method, which miniaturizes and accelerates evolution and governs it towards a predefined purpose. PACE couples the survival of quickly mutating phages carrying a scaffold protein to directed selection within E. coli hosts. Thereby, proteins with desired properties can be evolved within hours instead of centuries. <br> | ||
+ | To harness its enormous potential, we will create a comprehensive and standardized toolbox and accompanying software that will enable the application of PACE on diverse protein classes, including enzymes for pharmaceutical and biomaterial production. | ||
+ | </p> | ||
+ | |||
+ | <button>Wait for it...</button> | ||
+ | </div> | ||
+ | </div> | ||
+ | </section> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 15:46, 30 June 2017
Evolution Fast Forward
iGEM Team Heidelberg 2017
About four billion years ago our planet was at a historic turning point. While organic chemistry had already been invented, the recent generation of organic molecules was profoundly different. They organized into spatially confined structures and self-replicated at an ever-increasing speed. Soon, the freely available organic building blocks became limited and the increasingly complex structures began to actively compete for resources and space. Life emerged and with it the Darwinian evolution.
The concept of life turned out to be immensely powerful and rapidly transformed our planet into what ET could easily describe as a huge bioreactor. Innumerable rounds of mutation and selection over billions of years gave rise to the beautiful biological diversity and complexity we can appreciate today. Life appears to seamlessly adapt to even the most harsh and unfriendly environments by finding clever solutions – provided it has enough time to do so. And this is where our project begins.
This year, the iGEM team Heidelberg aims at harnessing the enormous power of Darwinian evolution to facilitate the development of biomolecules for human benefit. To this end, we will build upon the PACE (phage-assisted continuous evolution) method, which miniaturizes and accelerates evolution and governs it towards a predefined purpose. PACE couples the survival of quickly mutating phages carrying a scaffold protein to directed selection within E. coli hosts. Thereby, proteins with desired properties can be evolved within hours instead of centuries.
To harness its enormous potential, we will create a comprehensive and standardized toolbox and accompanying software that will enable the application of PACE on diverse protein classes, including enzymes for pharmaceutical and biomaterial production.