CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 74: | Line 74: | ||
function scrollTillBottom() { | function scrollTillBottom() { | ||
var i=0; | var i=0; | ||
− | myVar = setInterval(function(){ i += 1; scrollBy(0,10); console.log(i); if(i == | + | 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 == | + | myVar = setInterval(function(){ j += 1; scrollBy(0,-10); console.log(j); if(j == 95) myStopFunction(); }, 2); |
} | } | ||
Line 161: | Line 161: | ||
<object id='PUBLIC_ENGAGEMENT' width='100%' height='100%' class='display_frame hide' data='https://2017.igem.org/Team:Greece/PUBLIC_ENGAGEMENT'></object> | <object id='PUBLIC_ENGAGEMENT' width='100%' height='100%' class='display_frame hide' data='https://2017.igem.org/Team:Greece/PUBLIC_ENGAGEMENT'></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:47, 30 August 2017