I have been tasked with turning this rough idea into a live page.
While I have a basic structure established, I am wondering the best way to go about creating the curved lines that connect the months.
Should I just create images and over lay them? Is there a way to draw them with some kind of scripting/coding? Canvas?
I don't know the best way to do this.
I just put this together to show you that it is very possible and there are probably other ways to do it.
Note: This is just an example, you have to put in a little work to get it to work for you. The code could be even cleaner.
See how it works on fiddle
You should try SVG.
JsPlumb its a great library to make connections between elements.
http://jsplumb.org