Difference between revisions of "Team:Cambridge-JIC/Notebook"

Line 24: Line 24:
  
 
// instantiate our notebook
 
// instantiate our notebook
 +
$(document).ready(function(){
 +
 
var graph = null;
 
var graph = null;
 
     if(!$(".navbar-toggle").is(":visible")) {
 
     if(!$(".navbar-toggle").is(":visible")) {
Line 71: Line 73:
 
graph.commit('design', 'Hardware Design', $('<div>28 July 2015: Now that we have a new (and large enough) 3D printer - the Ultimaker 2, we will finally be able to print our chassis in full size. Still polishing off the SCAD designs. Will try to print it overnight.</div>'));
 
graph.commit('design', 'Hardware Design', $('<div>28 July 2015: Now that we have a new (and large enough) 3D printer - the Ultimaker 2, we will finally be able to print our chassis in full size. Still polishing off the SCAD designs. Will try to print it overnight.</div>'));
 
graph.commit('sw', 'Software', $('<div>28 July 2015: We went crazy, pulled a late night yesterday and also spent this morning making our wiki design mostly fully responsive. Now we have one template to rule them all, and full mobile browser support!</div>'));
 
graph.commit('sw', 'Software', $('<div>28 July 2015: We went crazy, pulled a late night yesterday and also spent this morning making our wiki design mostly fully responsive. Now we have one template to rule them all, and full mobile browser support!</div>'));
 +
 +
 +
});
 
//]]>
 
//]]>
 
</script>
 
</script>

Revision as of 02:23, 29 July 2015

Notebook