Skip to content

Missing src and alt attributes in header logo image in the file header.html #826

@dodithakur

Description

@dodithakur

The tag inside the navigation logo has:

<img src="#" alt="" />

src="#" is broken (no actual image path).

alt="" is empty, which breaks accessibility (screen readers can’t describe the image).

Image

Impact:
Logo image doesn’t render properly.

Screen readers cannot identify the logo.

Affects accessibility and branding.

Proposed Solution / Execution Plan:

Update the src attribute with the correct logo path (e.g., assets/logo.png).

Add a meaningful alt text (e.g., "NotesVault Logo").

Logo should display properly in the navbar.

Screen readers should announce "NotesVault Logo".

Improves branding and accessibility compliance.
I am a GSSOC contributor so can you please assign this issue to me

Metadata

Metadata

Assignees

Labels

gssoc2025This issue is part of GirlScript Summer of Code 2025level 1Beginner-level issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions