Difference between revisions of "Team:IISc-Bangalore/Hardware"

Line 4: Line 4:
  
  
<div id="scroll" style="padding: 40px; position: absolute; top: 10%; left: 45.5%;">
+
<div id="scroll" style="padding: 40px; position: absolute; top: 5%; left: 45.5%;">
 
<center>
 
<center>
 
<img src="https://static.igem.org/mediawiki/2017/b/b4/T--IISc-Bangalore--HW--scroll.png" height="50" width="50" id="scroll">
 
<img src="https://static.igem.org/mediawiki/2017/b/b4/T--IISc-Bangalore--HW--scroll.png" height="50" width="50" id="scroll">
Line 137: Line 137:
 
window.slide = new SlideNav({
 
window.slide = new SlideNav({
 
   changeHash: true     
 
   changeHash: true     
});
 
 
$(window).scroll(function (event) {
 
    var scroll = $(window).scrollTop();
 
 
});
 
});
  
 
$('#scroll').click(function(){
 
$('#scroll').click(function(){
     $("html, body").animate({ scroll + $(window).height()}, 600);
+
     $("html, body").animate({$(window).height()}, 600);
 
     return false;
 
     return false;
 
});
 
});

Revision as of 01:38, 2 November 2017

It's cheap. Two orders of magnitude less than alternatives.

And it holds its own against the gold standard - a spectrophotometer.

It's easy to build. A college freshman built it in two hours.

Want to build one yourself? We know you want to.

But designing it wasn't so easy. See how we failed - and tried again.