📝 Description
Currently, image files are scattered across the project root directory, which makes the project structure harder to maintain and navigate. All image assets should be moved into a dedicated folder to improve organization and readability.
🎯 Objective
Improve project structure and maintainability.
Keep image assets organized in a single location.
##💡 Proposed Solution
Create a folder named images/ (or assets/images/).
Move all image files (.png, .jpg, etc.) into this folder.
Update all HTML and CSS file paths to reference the new image locations.
✅ Acceptance Criteria
All image files are placed inside the new folder.
Image paths in HTML and CSS are updated accordingly.
No broken image links appear on the website.
📝 Description
Currently, image files are scattered across the project root directory, which makes the project structure harder to maintain and navigate. All image assets should be moved into a dedicated folder to improve organization and readability.
🎯 Objective
Improve project structure and maintainability.
Keep image assets organized in a single location.
##💡 Proposed Solution
Create a folder named images/ (or assets/images/).
Move all image files (.png, .jpg, etc.) into this folder.
Update all HTML and CSS file paths to reference the new image locations.
✅ Acceptance Criteria
All image files are placed inside the new folder.
Image paths in HTML and CSS are updated accordingly.
No broken image links appear on the website.