-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Moyo header #5852
base: master
Are you sure you want to change the base?
Moyo header #5852
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
The content size of the files in the pull request exceeds the limit. Please make sure that you do not add too many contents to the files (e.g., images, large text, etc.).
[CODE: 10]
Additional info:
Files with too large content:
reports/html_report/index_bundle.js
If the issue is within your control, please address it.
The next review attempt will automatically launch in 1 hour.
If you believe this is an error or need assistance, please contact the support team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
The content size of the files in the pull request exceeds the limit. Please make sure that you do not add too many contents to the files (e.g., images, large text, etc.).
[CODE: 10]
Additional info:
Files with too large content:
reports/html_report/index_bundle.js
If the issue is within your control, please address it.
The next review attempt will automatically launch in 1 hour.
If you believe this is an error or need assistance, please contact the support team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
The content size of the files in the pull request exceeds the limit. Please make sure that you do not add too many contents to the files (e.g., images, large text, etc.).
[CODE: 10]
Additional info:
Files with too large content:
reports/html_report/index_bundle.js
If the issue is within your control, please address it.
The next review attempt will automatically launch in 1 hour.
If you believe this is an error or need assistance, please contact the support team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, the pull request review was unsuccessful for the following reasons:
Warning
Too many changes in the pull request. Please make sure that you have added only the necessary changes to the pull request.
[CODE: 6]
If the issue is within your control, please address it.
The next review attempt will automatically launch in 1 hour.
If you believe this is an error or need assistance, please contact the support team.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demo links is not correct.
Use demo links from readme.md file in project.
src/style.css
Outdated
justify-content: flex-end; | ||
} | ||
|
||
.main-menu ul li { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style by classes instead tags
src/style.css
Outdated
width: 100%; | ||
height: 8px; | ||
background-color: #00acdc; | ||
bottom: -18.5px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bottom: -18.5px; | |
bottom: 0; |
links shuld have height on full header height. so bottom shouldn't be hardcoded and should be 0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to pass all tests, don't hesitate to ask for some help in the chat
Please, tell me what I have to do next. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create a thread in the mate chat and ping me there in comments, will try to help with those tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to ask for help in the chat to pass all tests
<li class="main-menu__item"> | ||
<a | ||
href="#" | ||
class="is-active" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class="is-active" | |
class="is-active main-menu__item" |
href="#" | ||
data-qa="hover" | ||
> | ||
<span class="highlight">Laptops & Computers</span> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<span class="highlight">Laptops & Computers</span> | |
Laptops & Computers |
Apple | ||
</a> | ||
</li> | ||
<li class="main-menu__item"><a href="#">Samsung</a></li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<li class="main-menu__item"><a href="#">Samsung</a></li> | |
<li class="main-menu__item"><a class="main-menu__link" href="#">Samsung</a></li> |
Consider using classes for styling links
margin-right: 0; | ||
} | ||
|
||
.main-menu ul li a { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.main-menu ul li a { | |
.main-menu__link { |
} | ||
|
||
.main-menu ul li a { | ||
font-family: Roboto, Arial, Helvetica, sans-serif; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
font-family: Roboto, Arial, Helvetica, sans-serif; |
src/style.css
Outdated
color: #000; | ||
font-weight: 500; | ||
font-size: 12px; | ||
height: 54px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
height: 54px; |
} | ||
|
||
.highlight { | ||
color: #00acdc; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider using variables for repeating colors
Будь ласка допоможіть вирішити завдання. Вже дуже довго я не можу це зробити. А допомого немає! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like there are no fixes since last review. Please feel free to ask for help in fe_chat. Mentors will help you to solve the issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Header height is set in 1 place (for the links)
Content is vertically centered (for any header height)
CSS is used to show all letters in Uppercase (don't type them in HTML)
Logo is an image wrapped with a link
CSS Variable is used for a blue color
Pseudo-element is used for a blue line below the active link
Code follows all the Code Style Rules
DEMO LINK
TEST REPORT LINK