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

Евдокимов Виктор #45

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

Conversation

VicClone
Copy link

@VicClone VicClone commented Nov 22, 2018

@honest-hrundel honest-hrundel changed the title task 7 Евдокимов Виктор Nov 22, 2018
@honest-hrundel
Copy link

🍏 Пройден линтинг и базовые тесты

@dotokoto
Copy link

  • Шрифты неправильные. На макете без засечек, а у тебя с засечками. Не обязательно брать прям такой же, но хотя бы по гарнитуре похожий
  • Логотип можно картинкой скачать с главной Яндекса. И надо выровнять его по инпуту поиска, сейчас кривовато относительно инпута
  • Не хватает картинок у Погоды и Пробок
  • Нет скролла в блоке Автомобильных новостей

Copy link

@dotokoto dotokoto left a comment

Choose a reason for hiding this comment

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

Посмотри повнимательнее на именование классов по БЭМу. Получилось не везде. Можешь почитать вот эту документацию: https://ru.bem.info/methodology/key-concepts/
Если что-то непонятно, то спрашивай

<div class="header__setting">Настройка</div>
<div class="header__login">
<p class="header__login_title">login</p>
<p class="header__login_mail">

Choose a reason for hiding this comment

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

_ в БЭМ обычно используется для указания модификатора. А у тебя просто элементы. Лучше переименовать в header__login-mail, header__login-title
И везде в остальных классах посмотри на это тоже

</div>
</div>
</article>
<article class="advertising-1">

Choose a reason for hiding this comment

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

А вот тут как раз стоит использовать модификаторы. У тебя один по сути блок - реклама. Но он может выглядеть по-разному, модификаторы как раз про это.
То есть сделай вместо advertising-1 -> advertising advertising_size_big, например. И у второй рекламы соответственно так же, но с другим модификатором

</section>
<section class="search-layout">
<article class="tabs">
<a href="#" class="tabs_tab main-link">Видео</a>

Choose a reason for hiding this comment

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

Если это элемент, то надо использовать двойное нижнее подчеркивание

<span>Фиксики: большой секрет</span>
<a href="#" class="link">мультфильм</a>
</div>
<div class="column-widgits__widget__content">

Choose a reason for hiding this comment

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

Не должно быть элемента у элемента

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants