Difference between revisions of "Team:UCL/Playingaround"

 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CSS_UCL5}}
+
{{CSS_UCL6}}
  
 
<html>
 
<html>
Line 50: Line 50:
  
 
-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 100, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
 
-webkit-mask-image: -webkit-gradient(linear, 0 0, 0 100, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
 +
animation: topanimation 1s ease-in 1;
 +
-webkit-animation: topanimation 1s ease-in 1;
 
}
 
}
  
 +
 +
@-webkit-keyframes topanimation {
 +
    0%  {padding-top: 100px;}
 +
    100%  {padding-top: 0px;}}
  
 
#introo1 {width: 100%; height: 100%; position: relative;  
 
#introo1 {width: 100%; height: 100%; position: relative;  
Line 158: Line 164:
 
padding: 0;
 
padding: 0;
 
font-family: Raleway;
 
font-family: Raleway;
letter-spacing: 1.1px; font-size: 13px; z-index: 9999; margin-bottom: 118px; border-bottom: 10px solid #014c4b;
+
letter-spacing: 1.1px; font-size: 13px; z-index: 9999; margin-bottom: 118px;
  
  
Line 284: Line 290:
 
   transition-duration: 1s;  
 
   transition-duration: 1s;  
 
   transition-timing-function: ease;  
 
   transition-timing-function: ease;  
   border: solid 5px #016060;
+
   border: solid 5px #19a07c;
 
     padding: 10px 15px 35px 15px;
 
     padding: 10px 15px 35px 15px;
 
   text-decoration: none;
 
   text-decoration: none;
Line 291: Line 297:
 
letter-spacing: 4px;
 
letter-spacing: 4px;
 
font-weight: bold;
 
font-weight: bold;
color: #51a5a5;
+
color: #19a07c;
 
background-image: url('https://static.igem.org/mediawiki/2015/f/fa/UCL_Learnmorearrows.png');
 
background-image: url('https://static.igem.org/mediawiki/2015/f/fa/UCL_Learnmorearrows.png');
 
background-size: 15%;
 
background-size: 15%;
 
background-position: center bottom 4px;
 
background-position: center bottom 4px;
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 +
animation: logophoto 4s ease-in 1;
 +
-webkit-animation: logophoto 4s ease-in 1;
  
 
}
 
}
  
  
.buttonblack2:hover {  border: solid 5px #016060; color: #016060; background: none; }
+
.buttonblack2:hover {  border: solid 5px #065641; color: #19a07c; background: none; }
  
  
Line 331: Line 339:
 
}
 
}
  
#logo3 {position: absolute; bottom: 100px; right: 0;}
+
#logo3 {position: absolute; bottom: 20px; right: 20px;}
  
  
Line 339: Line 347:
 
margin: 0; padding: 0;
 
margin: 0; padding: 0;
 
   max-width: 500px;
 
   max-width: 500px;
  opacity: 1;
 
 
   width: 100%;
 
   width: 100%;
 
   z-index: 99999;
 
   z-index: 99999;
transition-property: opacity;  
+
animation: logophoto 2s ease-in 1;
  transition-duration: 2s;transition-timing-function: ease;
+
-webkit-animation: logophoto 2s ease-in 1;
 
}
 
}
  
 
+
@-webkit-keyframes logophoto
#logophoto2:hover {opacity: 0.7; transition-property: opacity;
+
{ 0% {opacity: 0;}
  transition-duration: 2s;transition-timing-function: ease;}
+
100% {opacity: 1;}
 
+
}
  
  
Line 367: Line 374:
  
 
</script>
 
</script>
 +
 +
<div style="clear: both;"></div>
  
 
<div id="logo2"><img src="https://static.igem.org/mediawiki/2015/5/56/UCL_logooo_small.png" id="logophoto2" style="" alt="Mind the Gut">  
 
<div id="logo2"><img src="https://static.igem.org/mediawiki/2015/5/56/UCL_logooo_small.png" id="logophoto2" style="" alt="Mind the Gut">  

Latest revision as of 00:49, 26 August 2015

'

The number of microorganisms in human gut is higher than the number of human cells in our body. Their metabolic activity equals that of liver and plays crucial role in many key processes such as digestion, drug metabolism, or functioning of the immune system...
Studies in mice have shown that the gut microbiome is also capable of influencing the chemistry of our brain, thus regulating our behaviour , anxiety , mood , cognition and pain ...
Being inspired by this emerging research area, UCL iGEM 2015 team wants to explore the modulation of the gut bacteria as a strategy for developing novel treatments for mental health disorders. Ultimately, our goal is to harness synthetic biology to make people happy!