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

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

Conversation

captain-cactus-ua
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.


Thank you for your hard work on this project! 😊 While your code meets most of the task requirements, there are a few critical issues that need to be addressed before we can approve the pull request:

  1. HTML Tag Issue: The <html> tag is incorrectly self-closing. This is a critical issue as it affects the structure of your HTML document. Please remove the / at the end of the <html> tag to correct this.

  2. File Structure: The task requires each BEM block to have its own separate file. Currently, all styles are in a single CSS file. This needs to be adjusted to meet the task's core requirements.

These issues are important to resolve to ensure your code functions correctly and adheres to the task guidelines. Once these are fixed, your solution will be much stronger. Keep up the great work, and I look forward to seeing your updated code! 🚀

✨ 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 Outdated
@@ -1,5 +1,8 @@
<!doctype html>
<html lang="en">
<html

Choose a reason for hiding this comment

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

The <html> tag should not be self-closing. Remove the / at the end of the tag to correct this.

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 effort on addressing the HTML tag issue! 🎉 The <html> tag is now correctly structured, which is a significant improvement. However, please note that the task requires each BEM block to have its own separate CSS file. Currently, all styles are still in a single style.css file. This is a critical requirement that needs to be addressed to fully meet the task's guidelines.

Moving forward, ensure that each BEM block has its own CSS file to comply with the task requirements. This will help you better organize your code and adhere to best practices. Keep up the good work and continue learning from these experiences. Remember, addressing these issues will greatly enhance the functionality and maintainability of your code. 🚀

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


.stars--5 .stars__star {
background-image: url(/src/images/star-active.svg);
}

Choose a reason for hiding this comment

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

The task requires each BEM block to have its own separate file. Currently, all styles are in a single CSS file. Please adjust the file structure to meet the task's core requirements.

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