My goal is to have the html embedded in md , and to have the scss and javascript part deposited in assets\css and assets\js, respectively. I already have the html and scss in place (i.e., I already get the hover effect on the image while serving locally). The last bit that is missing the JavaScript - where do I tie in the js file?
what have you tried? did you add the js file? did you link to the js file?
link to live site? repo?
there may be an issue with when you call/load the js - you may need to load it in the footer/end of the page so that the elements are actually there for it to use.