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

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

Develop #4846

wants to merge 6 commits into from

Conversation

artuom2283
Copy link

  • DEMO LINK

  • TEST REPORT LINK

  • Yellow stars are added with container modifier + pseudo-selector (NO extra classes)

  • Each BEM block has its own separate file

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

Great job on your stars__star.css file! It's well-structured and meets all our checklist requirements. Keep up the good work! Remember, even though we strive for perfection, it's okay to have minor issues. They offer learning opportunities and can be addressed in future updates. Keep coding and stay awesome! 🌟👍

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

src/index.html Outdated
Comment on lines 19 to 62
<body class="stars__body">
<section class="stars__section">
<article class="stars stars--0">
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
</article>
<article class="stars stars--1">
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
</article>
<article class="stars stars--2">
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
</article>
<article class="stars stars--3">
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
</article>
<article class="stars stars--4">
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
</article>
<article class="stars stars--5">
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
</article>

Choose a reason for hiding this comment

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

There should be empty lines between multiline sibling blocks of HTML. Please add empty lines between the <article> elements to improve readability.

Copy link

@volodymyr-soltys97 volodymyr-soltys97 left a comment

Choose a reason for hiding this comment

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

Good job 👍
Let's improve your code
Why did you remove this style.css file?
Will be better if you remove other files with styles and write all styles in style.css file
image

Comment on lines 9 to 27
.stars--1 .stars__star:nth-child(-n + 1) {
background-image: url(../../images/star-active.svg);
}

.stars--2 .stars__star:nth-child(-n + 2) {
background-image: url(../../images/star-active.svg);
}

.stars--3 .stars__star:nth-child(-n + 3) {
background-image: url(../../images/star-active.svg);
}

.stars--4 .stars__star:nth-child(-n + 4) {
background-image: url(../../images/star-active.svg);
}

.stars--5 .stars__star:nth-child(-n + 5) {
background-image: url(../../images/star-active.svg);
}

Choose a reason for hiding this comment

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

These selectors must be separated by commas

Copy link

@vadiimvooo vadiimvooo left a comment

Choose a reason for hiding this comment

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

Well done!)

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.

4 participants