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

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

Develop #5729

wants to merge 6 commits into from

Conversation

Oksana-24
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 you've made a great effort, there are a few critical issues that need to be addressed before we can approve the pull request:

  1. HTML Link Href Property: The href attribute for the 'PHOTO' link is set to "3", which is likely incorrect. This needs to be a valid URL or path to ensure the link functions correctly.

  2. CSS Selector Usage: The use of the universal selector * in your CSS can impact performance and should be avoided. Consider using more specific selectors.

  3. CSS Fallback Fonts: It's important to include fallback fonts for Roboto to ensure text is displayed correctly if the primary font fails to load.

  4. CSS Variable for Blue Color: Implementing a CSS variable for the blue color will improve maintainability and meet the task requirements.

  5. HTML Semantic Tags: Ensure that semantic tags like <nav> and <ul> are used correctly. The <nav> tag should not contain the logo.

  6. CSS Pseudo-element for Active Link: Implement a pseudo-element for the blue line below the active link to meet the design requirements.

  7. HTML Indentation: Consistently use 2 spaces for indentation to improve readability and maintain consistency.

Please address these issues, and feel free to reach out if you need any help. Once these changes are made, we can proceed with the approval. Keep up the great work! 🌟

✨ 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
Comment on lines 100 to 101
class="main-nav__link"
href="3"

Choose a reason for hiding this comment

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

The href attribute for the 'PHOTO' link is set to '3', which is likely incorrect. It should be a valid URL or path. Please verify and correct this link.

src/style.css Outdated Show resolved Hide resolved
src/style.css Outdated Show resolved Hide resolved
@Oksana-24
Copy link
Author

fixed all remark

Copy link

@VitaliyBondarenko1982 VitaliyBondarenko1982 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.
Check a couple comments, please...

src/style.css Outdated
Comment on lines 97 to 99
@media (min-width: 1024px) and (max-width: 1200px) {
a[data-qa='hover'] {
color: #000;

Choose a reason for hiding this comment

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

redundant styles.

src/style.css Outdated
Comment on lines 89 to 91
a[data-qa='hover'] {
color: #00acdc;
}

Choose a reason for hiding this comment

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

why do you need it? styles for hover already settled above

Copy link

@etojeDenys etojeDenys 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

src/style.css Outdated Show resolved Hide resolved
Co-authored-by: Denys Semtso <[email protected]>
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