I'm pretty new to web development, and we have a school project where we need to create a web shop with three different html pages and some javascript.
I implemented some jQuery as well, add a preloader and stuff. During development i used some VS code extensions like Live Server and Browser Sync.
The problem I'm having now is that i need to send my project to the professor but when i click to open my html document without hosting it on local host (so basically it opens in my browser with the path of something like C://Users/Desktop.....) it doesnt load the assets and the jQuery preloader never finished because the other pages never load.
The link to my code is: https://github.com/DzambaTz/WebShop
I think the problems is that i set some of the images as backgrounds of some divs and now they dont want to load.
Does anyone know a solution to this problem?