-
Notifications
You must be signed in to change notification settings - Fork 5
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
Доработан шаблон #25
Доработан шаблон #25
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.
Хорошее обновление! Можно ещё немного доработать)
<a href="{{ url_name }}" | ||
class="nav-link border border-white bg-cyan-300 hover:bg-violet-950 text-white p-2 w-44 text-left | ||
{% if current_url_name == url_name %}bg-violet-950{% endif %}"> |
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.
оставила текст кнопки белым, т.к. на дизайн-проекте шрифт белый
<button type="button" class="btn"> | ||
<i class="bi bi-caret-right-fill fs-3" style="color: white;"></i> | ||
</button> |
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.
Лучше наверное оставить одну кнопку т.к. вторая по сути бессмысленная (закрыть сайдбар можно только из сайдбара, а открыть только из футера)
<div class="footer-copyright text-center py-3"> | ||
<nav class="navbar navbar-light" style="background-color: #0dcaf0"> | ||
<div class="container py-2"> | ||
<div class="footer-copyright py-3"> |
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.
Тут стоит убрать py-3
и тогда футер будет до самого низа страницы
Доработан базовый шаблон, визуально стало ,больше похоже на макет. + добавила изменение названий кнопок в header/footer в зависимости от url, и выделение кнопок цветом на боковой панели в зависимости от url