imd1005-web-development-winter-2023 / assignment-03-MattyPLovesLemons

assignment-03-MattyPLovesLemons created by GitHub Classroom
https://imd1005-web-development-winter-2023.github.io/assignment-03-MattyPLovesLemons/
MIT License
0 stars 0 forks source link

Handing in Assignment 3 #4

Open MattyPLovesLemons opened 1 year ago

MattyPLovesLemons commented 1 year ago

Hello, I am handing in my assignment 3 now however the images don't seem to work right now. Unlike last time they are now in folders like "images" as their is too many images and would convolute the main branch. In the JS they should work with it being referred as "./Images/type/fileName" do I need to add another thing in the JS to make it recognize it?

Also I managed to get the pokedex / badge list items in a proper div as we realized there wasn't any when we talked in class today. I didn't manage to get working functionality into the Pokedex / badges in time however I may experiment later on it for practice.

neilmispelaar commented 1 year ago

The file paths are case sensitive - double check that you are referencing image or Image folder:

DF799434-91AD-4718-9D01-BD23FE77823B

MattyPLovesLemons commented 1 year ago

Oh I fixed them I forgot to add a period before the first slash

neilmispelaar commented 1 year ago

Oh good catch!