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

Mobile layout #11

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

Mobile layout #11

wants to merge 1 commit into from

Conversation

otus-learning
Copy link
Owner

No description provided.

Copy link

@Ambiens Ambiens left a comment

Choose a reason for hiding this comment

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

Очень не плохо. Оставил ряд комментариев по коду. Остальное в ДЗ отмечу.

<a href="#designers">D</a>
<a href="#testimonials">T</a>
<a href="#strengths">S</a>
</nav>
Copy link

Choose a reason for hiding this comment

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

Навигацию надо вынести из main и сделать её для мобильной версии панелью снизу, которая всегда видна.
А бутербод из мобильной версии стоит видимо вообще убрать. Не понятен его смысл.

<p class="biop">Art Director<br>
Scenography / Styling / Creative photography / Design</p>
Scenography / Styling / Creative&nbspphotography&nbsp/ Design</p>
Copy link

Choose a reason for hiding this comment

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

Действительно имеет смысл иногда использовать неразрывный пробел чтобы не переносились словосочетания. Но не забываем ; Кодируется как &nbsp;
Хорошем стилем будет также всегда разделители привязывать к словам за которыми они следуют. Будь это тире или слэш. Т.е. Scenography&nbsp;/ Styling&nbsp;/ Creative&nbsp;photography&nbsp;/ Design
Так же не забываем про тексты. Это важно, т.к. веб не статичен по ширине. Пользуйтесь типографом, это хороший стиль.

<!-- основная информация страницы -->
<article>
<!-- Hero page -->
<!-- p class="menu">&#9776</p-->
<div class="menu">
<p class="menu">&#9776</p>
Copy link

Choose a reason for hiding this comment

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

Кнопку бутерброда я бы вынес из main. И оно мне кажется имеет смысл на десктопе, чтобы по нажатию вываливалось меню. В мобильной же я так понимаю его лучше прятать, т.к. у нас есть панель с разделами снизу. Это, кстати, может быть одно и тоже меню. Т.е. в мобильном оно всегда снизу ввиде панели. В десктопе появляется при нажатии на бутерброд.
У entities точка с запятой вкноце — &#9776;

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