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

Develop Moyo Header #6179

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

Conversation

ArtBlack20
Copy link

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 meeting most of the task requirements! 🎉 While there are a few minor issues, such as the use of href="#" and ensuring meaningful alt attributes for images, these don't critically impact the functionality. Keep up the good work and consider these suggestions for future improvements! 😊

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

<h1>Moyo header</h1>
<header class="header">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

<ul class="nav__list">
<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

</li>
<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

</li>
<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

</li>
<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

</li>
<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.


<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

</li>
<li class="nav__item">
<a
href="#"

Choose a reason for hiding this comment

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

Using href="#" is not recommended as it can cause the page to jump to the top when clicked. Consider using actual URLs or handling the click event with JavaScript to prevent default behavior.

class="logo"
>
<img
src="./images/logo.png"

Choose a reason for hiding this comment

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

Ensure the alt attribute provides a meaningful description of the image for better accessibility. Currently, it just states 'MOYO Logo', which might be sufficient if the logo is purely decorative, but consider adding more context if needed.

padding: 0;
}

:not(:first-of-type) {

Choose a reason for hiding this comment

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

The :not(:first-of-type) selector is used here, but it's not clear what elements it is targeting. Make sure it is applied to the correct elements to achieve the desired spacing effect. Consider adding a more specific selector or context to ensure it works as intended.

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