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

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

add task solution #4993

wants to merge 1 commit into from

Conversation

srvalle
Copy link

@srvalle srvalle commented Jan 9, 2025

  • DEMO LINK

  • TEST REPORT LINK

  • All components follow BEM and use SCSS

  • Repeated sizes and special colors are put to variables

  • Grid is used for the columns

  • Cards are shown in 1, 2, 3, or 4 columns based on screen resolution

  • All changes on :hover are smooth

  • 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 submission! 🎉 While there are a couple of minor improvements suggested, such as adjusting the hover effect on the card to prevent layout shifts and using a relative path for the logo link, these do not critically impact the functionality of your code. Keep up the good work and consider these suggestions for future enhancements! 😊

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

Comment on lines +30 to +31
<a
href="http://mateacademy.com"

Choose a reason for hiding this comment

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

Consider using a relative path for the href attribute in the logo link instead of an absolute URL. This will make the link more maintainable and flexible, especially if the domain changes or if the project is moved to a different server.

padding: 0 16px;
background-color: #fff;

@include hover(transform, scale(1.2));

Choose a reason for hiding this comment

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

The hover effect scales the entire card, which might cause layout shifts and affect the user experience. Consider using a more subtle hover effect, such as changing the background color or adding a shadow, to avoid disrupting the layout.

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