P5 is a JavaScript library that can be used to draw things onto an html canvas. The P5 reference guide can be found here, and helpful videos by the legendary Daniel Schiffman can be found here.
By giving this div an id of jumbo-canvas and and placing canvas.parent('jumbo-canvas')
in our setup function, we can draw inside this Bootstrap jumbotron.