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

moyo header completed #5746

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

Conversation

DmytroKonarev
Copy link

  • DEMO LINK

  • TEST REPORT LINK

  • Header height is set in 1 place (for the links)

  • Content is vertically centered (for any header height)

  • CSS is used to show all letters in Uppercase (don't type them in HTML)

  • Logo is an image wrapped with a link

  • CSS Variable is used for a blue color

  • Pseudo-element is used for a blue line below the active link

  • Code follows all the Code Style Rules ❗️

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 meets most of the task requirements, and the functionality is intact. There are a few minor improvements you could make, such as using a CSS variable for the blue color, removing the duplicate CSS link, and handling uppercase text via CSS instead of directly in HTML. These changes will enhance your code quality and maintainability. Keep up the good work! 😊

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

Comment on lines +14 to +17
<link
rel="stylesheet"
href="style.css"
/>

Choose a reason for hiding this comment

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

The stylesheet link here is redundant as the same stylesheet is linked again on lines 30-33. Consider removing one of these links to avoid unnecessary duplication.

Comment on lines 30 to 33
<link
rel="stylesheet"
href="./style.css"
/>

Choose a reason for hiding this comment

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

This stylesheet link is a duplicate of the one on lines 14-17. You should keep only one of these links to prevent redundancy.

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