I've successfully implemented the HTML and CSS, but I'm struggling with inserting the jQuery and plugin correctly. My familiarity with jQuery and JavaScript is limited, so I think I might be placing them in the wrong location, creating confusion for me. Despite its simplicity, I can't seem to get it right.
You can find the code reference that I am working from at this link: http://www.jqueryscript.net/rotator/Infinite-Looping-Scroller-Plugin-With-jQuery-loopmovement.html
Here are the links to the JS files that I have placed at the bottom of my HTML document:
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
<script src="js/jquery.loopmovement.min.js"></script>
<script src="js/jquery.loopmovement.js"></script>
Although the HTML and CSS appear to be correct, nothing seems to be functioning as intended. The elements are not moving as they should. https://i.sstatic.net/DUwST.jpg