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

Доработан шаблон #25

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Доработан шаблон #25

merged 2 commits into from
Nov 1, 2023

Conversation

Ariun2022
Copy link

Доработан базовый шаблон, визуально стало ,больше похоже на макет. + добавила изменение названий кнопок в header/footer в зависимости от url, и выделение кнопок цветом на боковой панели в зависимости от url

Copy link
Member

@Raidzin Raidzin 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="{{ 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 %}">
Copy link
Member

Choose a reason for hiding this comment

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

Тут можно ещё улучшить и менять цвет текста кнопки, чтобы лучше читалось (кнопка тёмная цвет светлый и наоборот)

Copy link
Author

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>
Copy link
Member

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">
Copy link
Member

Choose a reason for hiding this comment

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

Тут стоит убрать py-3 и тогда футер будет до самого низа страницы

@Raidzin Raidzin merged commit f5abcf6 into dev Nov 1, 2023
2 of 4 checks passed
@Raidzin Raidzin deleted the feature/upgrade_base_html branch November 1, 2023 19:09
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