Difference between revisions of "Team:Greece/Team"

Line 72: Line 72:
 
function scrollTillBottom() {
 
function scrollTillBottom() {
 
     var i=0;
 
     var i=0;
     myVar = setInterval(function(){ i += 1; scrollBy(0,10); console.log(i); if(i == 150) myStopFunction(); }, 2);
+
     myVar = setInterval(function(){ i += 1; scrollBy(0,10); console.log(i); if(i == 95) myStopFunction(); }, 2);
 
}
 
}
  
 
function scrollTillTop(){
 
function scrollTillTop(){
 
     var j=0;
 
     var j=0;
     myVar = setInterval(function(){ j += 1; scrollBy(0,-10); console.log(j); if(j == 150) myStopFunction(); }, 2);
+
     myVar = setInterval(function(){ j += 1; scrollBy(0,-10); console.log(j); if(j == 95) myStopFunction(); }, 2);
 
}
 
}
  
Line 156: Line 156:
  
 
   <object id='Attributions' width='100%' height='100%' class='display_frame hide' data='https://2017.igem.org/Team:Greece/Attributions'></object>
 
   <object id='Attributions' width='100%' height='100%' class='display_frame hide' data='https://2017.igem.org/Team:Greece/Attributions'></object>
 +
 +
<!-- Footer Box -->
 +
<div id='footer' style='background:#ffffff; position: absolute; width:100%; height: 220px; z-index:1000;'>
 +
    <img style='position:relative; width:100%; height:100%;' src='http://users.auth.gr/komodromo/iGEM%20Greece%202017/Flipbook/pages/footer.png' />
 +
</div>
 
</div>
 
</div>
  

Revision as of 23:52, 30 August 2017

Loading...