0.0.1 upd
This commit is contained in:
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>
|
||||
Reference in New Issue
Block a user