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

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({ scrollTop: $(window).scrollTop + $(window).height()}, 600);
+
     $("html, body").animate({ scroll + $(window).height()}, 600);
 
     return false;
 
     return false;
 
});
 
});

Revision as of 01:37, 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.