Skip to content

Organize Image Assets into a Dedicated Folder #1941

@RishiMaskare

Description

@RishiMaskare

📝 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions