Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solution of the challenge #5675

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MannyShussan
Copy link

No description provided.

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job on your submission! 🎉 Your code is well-structured and meets most of the task requirements. Here are a few points to consider for improvement:

  • CSS Variable Typo: There's a small typo in the CSS variable --header-heigth. It should be corrected to --header-height for consistency and to avoid potential issues.
  • data-qa Attribute: The data-qa attribute is typically used for testing. Ensure it's necessary for your project, and if not, consider removing it to keep your markup clean.
  • Alt Attribute for Logo: The alt attribute for the logo image should be more descriptive to enhance accessibility. Instead of just "logo," provide a specific description of the image content.

These adjustments will help improve the quality and maintainability of your code. Keep up the great work, and continue learning from these experiences! 🚀

✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨

Comment on lines +46 to +48
<a
class="nav__link"
data-qa="hover"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The data-qa attribute is used here, which is typically for testing purposes. Ensure that this attribute is necessary and used consistently across your project if it's part of your testing strategy. If not, consider removing it to keep the markup clean.

}

html {
--header-heigth: 60px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the CSS variable --header-heigth. It should be --header-height to ensure consistency and avoid confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants