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

add task solution #4746

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

Conversation

SofiiaPelenska
Copy link

  • DEMO LINK

  • TEST REPORT LINK

  • Icon implemented using background-image CSS property

  • Inputs are written inside of 'form' tag with correctly passed attributes

  • All Typical Mistakes from BEM lesson theory are checked.

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

There are a few critical issues that need to be addressed before we can approve your submission. The data-qa attribute is incorrectly set, the font-weight does not meet the specified requirement, and the file structure for images needs to be verified. Please make these adjustments, and you'll be all set! Keep up the great work, and don't hesitate to reach out if you need any help. 😊

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

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 submission! 🎉 Your code has been reviewed, and while it meets the task requirements overall, there are a few areas that need attention:

  1. data-qa Attribute: Please verify the data-qa attributes for both the small and big search forms. They might not be set correctly according to the previous review. Ensure they align with the specified requirements.

  2. Font-weight: The font-weight for .search__input:focus is set to 600, and for .search__input, it is set to 300. Please ensure these values meet the specified requirements or adjust them accordingly.

  3. Font-size: The font-size for the .body class is set to 300px, which seems excessively large. Please verify if this is intentional or if it should be adjusted to a more typical size.

Despite these issues, the decision is to APPROVE your pull request to help you move forward with your learning journey. Please review the comments and address these issues in future submissions to enhance your coding skills. 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! ✨

<body class="body">
<form
class="search search--big"
data-qa="big"

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 set to 'big', which might not be correct according to the previous review. Please verify and update it as needed.

</form>
<form
class="search search--small"
data-qa="small"

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 set to 'small', which might not be correct according to the previous review. Please verify and update it as needed.


.body {
font-family: Avenir, sans-serif;
font-size: 300px;

Choose a reason for hiding this comment

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

The font-size for the .body class is set to 300px, which seems excessively large. Please verify if this is intentional or if it should be adjusted.

border: 1px solid #e1e7ed;
border-radius: 4px;
box-shadow: 0 1px 8px 0 #3d4e611a;
font-weight: 300;

Choose a reason for hiding this comment

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

The font-weight for .search__input is set to 300. Ensure this meets the specified requirement or adjust accordingly.


.search__input:focus {
background: linear-gradient(180deg, #fff 0%, #f6f6f7 100%);
font-weight: 600;

Choose a reason for hiding this comment

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

The font-weight for .search__input:focus is set to 600. Ensure this meets the specified requirement or adjust accordingly.

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