0.0.1 upd
This commit is contained in:
1
templates/blocks/b_content.html
Normal file
1
templates/blocks/b_content.html
Normal file
@@ -0,0 +1 @@
|
||||
<div class="content">Content</div>
|
||||
35
templates/blocks/b_footer.html
Normal file
35
templates/blocks/b_footer.html
Normal file
@@ -0,0 +1,35 @@
|
||||
{% load i18n %}
|
||||
<div class="footer">
|
||||
<div class="footer__section">
|
||||
<div class="footer__item footerLogo"> TWB </div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от' %}Trip With Bonus</a></div>
|
||||
<div class="footer__item footerInput"><input type="text" placeholder="Введите ваш e-mail"> </div>
|
||||
<div class="footer__item footerInput"><input type="text" placeholder="Введите ваш e-mail"> </div>
|
||||
|
||||
</div>
|
||||
<div class="footer__section">
|
||||
<div class="footer__item footerButton"><a href="#"></a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Служба поддержки' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Регистрация' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Войти' %}</a></div>
|
||||
</div>
|
||||
<div class="footer__section">
|
||||
<div class="footer__item footerButton"><a href="#"></a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Служба поддержки' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Регистрация' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Войти' %}</a></div>
|
||||
</div>
|
||||
<div class="footer__section">
|
||||
<div class="footer__item footerButton"><a href="#"></a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Служба поддержки' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Регистрация' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Войти' %}</a></div>
|
||||
</div>
|
||||
<div class="footer__section">
|
||||
<div class="footer__item footerButton"><a href="#"></a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Служба поддержки' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Регистрация' %}</a></div>
|
||||
<div class="footer__item footerButton"><a href="#">{% trans 'Войти' %}</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
15
templates/blocks/b_header.html
Normal file
15
templates/blocks/b_header.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{% load i18n %}
|
||||
<div class="header">
|
||||
<div class="header__section">
|
||||
<div class="header__item headerLogo"> TWB </div>
|
||||
<div class="header__item headerButton"><a href="#">{% trans 'Перевезти посылку' %}</a></div>
|
||||
<div class="header__item headerButton"><a href="#">{% trans 'Отправить посылку' %}</a></div>
|
||||
</div>
|
||||
<div class="header__section">
|
||||
<div class="header__item headerButton"><a href="#"></a></div>
|
||||
<div class="header__item headerButton"><a href="#">{% trans 'Служба поддержки' %}</a></div>
|
||||
<div class="header__item headerButton"><a href="#">{% trans 'Регистрация' %}</a></div>
|
||||
<div class="header__item headerButton"><a href="#">{% trans 'Войти' %}</a></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user