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 #5835

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Develop #5835

wants to merge 3 commits into from

Conversation

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


Thank you for your hard work on this project! 😊 While your implementation is mostly correct, there are a few critical issues that need to be addressed before we can approve the pull request:

  1. CSS Variable for Blue Color: The task requires using a CSS variable for the blue color. Currently, the color #00acdc is used directly without defining it as a CSS variable. This is important for maintainability and consistency.

  2. href Attributes: All navigation links currently point to 'index.html'. If these links are intended to navigate to different sections or pages, please ensure the href attributes are correctly set to the respective URLs. This is crucial for the functionality of the navigation.

  3. Accessibility Improvements: Consider providing a more descriptive alt attribute for the logo image. Instead of 'MOYOlogo', using something like 'Moyo Company Logo' would improve accessibility.

Once these issues are resolved, your code will be in great shape! Keep up the great work, and feel free to reach out if you have any questions or need further assistance. 🚀

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

🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review button in the Reviewers tab.

src/index.html Show resolved Hide resolved
src/index.html Show resolved Hide resolved
src/index.html Show resolved Hide resolved
src/index.html Show resolved Hide resolved
src/index.html Show resolved Hide resolved
src/index.html Show resolved Hide resolved
src/style.css Show resolved Hide resolved
src/style.css Show resolved Hide resolved
src/style.css Outdated Show resolved Hide resolved
src/style.css Outdated Show resolved Hide resolved
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.


Thank you for your efforts on this task! 🎉 Your implementation shows a good understanding of CSS variables, as evidenced by the consistent use of --primary-color throughout your stylesheet. However, there are a few critical areas that need attention:

  1. href Attributes: The navigation links currently point to 'index.html'. If these links are meant to direct users to different sections or pages, please ensure the href attributes are updated to the correct URLs.

  2. Accessibility: The alt attribute for the logo image is currently 'MOYOlogo'. To enhance accessibility, consider using a more descriptive text like 'Moyo Company Logo'.

These improvements are crucial for meeting the task requirements and ensuring a better user experience. While the decision is to approve this pull request to help you progress in your learning journey, it's important to address these issues in future submissions to avoid similar problems. 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! ✨

<!-- <h1>Moyo header</h1> -->
<header class="header">
<a
href="index.html"

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

>
<img
src="images/logo.png"
alt="MOYOlogo"

Choose a reason for hiding this comment

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

Consider providing a more descriptive alt attribute for the logo image. Instead of 'MOYOlogo', using something like 'Moyo Company Logo' would improve accessibility.

<ul class="nav-links">
<li class="link">
<a
href="index.html"

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

</a>
</li>
<li class="link">
<a href="index.html">samsung</a>

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

<a href="index.html">samsung</a>
</li>
<li class="link">
<a href="index.html">smartphones</a>

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

</li>
<li class="link">
<a
href="index.html"

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

</a>
</li>
<li class="link">
<a href="index.html">gadgets</a>

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

<a href="index.html">gadgets</a>
</li>
<li class="link">
<a href="index.html">tablets</a>

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

<a href="index.html">tablets</a>
</li>
<li class="link">
<a href="index.html">photo</a>

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

<a href="index.html">photo</a>
</li>
<li class="link last">
<a href="index.html">video</a>

Choose a reason for hiding this comment

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

The href attribute is set to 'index.html'. If this link is intended to navigate to a different section or page, please ensure the href attribute is correctly set to the respective URL.

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.

3 participants