-
-
Notifications
You must be signed in to change notification settings - Fork 184
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
HTML-CSS-Popup #743
base: main
Are you sure you want to change the base?
HTML-CSS-Popup #743
Conversation
amended document
amended document
added li
made changes in connection with the addition li to html
Add (.sub__check-input:checked display: none; )
Added # in Новини, no matter how the page reloads.
Hey! Congratulations on your PR! 😎😎😎 Let's do some self-checks to fix most common issues and to make some improvements to the code before reviewers put their hands on the code. Go through the requirements/most common mistakes linked below and fix the code as appropriate. If you have any questions to requirements/common mistakes feel free asking them here or in Students' chat. When you genuinely believe you are done put a comment stating that you have completed self-checks and fixed code accordingly. Also, be aware, that if you would silently ignore this recommendation, a mentor can think that you are still working on fixes. And your PR will not be reviewed. 😒 Please, make sure you haven't made common mistakes. In addition to the bot's suggestions above, please post a link to the app demo in Students' chat, collect feedback and fix bugs if any based on that. When user tests are done post here a comment on that. Universal recommendations:
By the way, you may proceed to the next task before this one is reviewed and merged. Sincerely yours, |
Hi. |
Made changes to improve the adaptive
Добрий день. |
Hid scroll
Fixed jumps layout when hovering over links
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.
Good job. It remains to make minor changes to bring the work to the ideal)
<a href="#" class="popup__link"> | ||
<img | ||
class="popup-img" | ||
src="icon/Безпека.png" |
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.
Use English for filenames.
<img | ||
class="popup-img" | ||
src="icon/Календар.png" | ||
alt="Календар" | ||
/>Календар</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.
Read how and when to populate alt attribute value 6 simple rules for good alt-text
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.
I almost don’t understand, it says what not to write near decorative icons, and the text should be meaningful. Thank you.
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.
Should I remove the entire description, leave only an empty alt?
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.
Make an alt description if the picture is relevant to the content. For decorative images, use alt, which is equal to an empty string
Vidaliv alt
Vіdaliv described alt |
</li> | ||
<li class="header__list"> | ||
<a href="#" class="header__link"> | ||
<img class="Фото користувача" src="icon/avatar.png" alt="Аватар" /> |
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.
What means class="Фото користувача" ? =)
Do not write alt if the picture does not have a special meaning - for example avatars in the profile.
Where alt is inappropriate, use alt, which is equal to the empty string. alt=''
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.
Can I clarify? I can leave the description of the "menu" and "Повідомлення" icons. They carry meaning.
<img | ||
class="sub__popup-img" | ||
src="icon/Месенджер.png" | ||
alt | ||
/>Месенджер</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.
alt must be equal to the empty string.
alt=''
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.
Corrected. Changed file names to English. Add alt="". May I clarify? Can I leave a description of the "menu" and "View" icons? They carry meaning.
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.
Can I leave a description of the "menu" and "View" icons? They carry meaning.
Yes, you can.
If there is no text label on the menu button, you need to add alt-text. You can also describe its functionality in the code itself, like aria-label
File names changed to English. add alt=""
I consider the task completed and you can move on. Feel free to ask questions in the student chat and don't stop on follow-up tasks if the work isn't reviewed. Good Luck! |
Дякую. |
This issue has been automatically marked as stale because there were no activity during last 14 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. А. Чому так? Б. Що робити, якщо в піарі нема оновлень, оскільки не зрозуміло, що треба зробити? В. А якщо я все зробив(ла) і це ментор не рев'юває мої зміни?
Г. Хіба недостатньо того, що я додав(ла) коміт із змінами? Традиційна пропозиція: задай питання по вищенаписаному в студентському чаті. |
Demo |
Code base
The code is submitted in a dedicated feature branch.
Only code files are submitted.
Please, review.