|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
{% load static %} |
|
|
|
|
<div id="teachers" class="anchor"></div> |
|
|
|
|
<div class="section section_flex"> |
|
|
|
|
<div class="section section_main section_flex"> |
|
|
|
|
<div class="section__center center"> |
|
|
|
|
<div class="section__column section__column_text"> |
|
|
|
|
<div class="title">Преподаватели</div> |
|
|
|
|
@ -65,15 +65,10 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="teachers__right-column"> |
|
|
|
|
<div class="teachers__title"> |
|
|
|
|
<div class="teachers__title-name"> |
|
|
|
|
<a href="{{ teacher.url }}">{{ teacher.get_full_name }}</a>{% if teacher.instagram_hashtag %}, |
|
|
|
|
<a href='https://www.instagram.com/explore/tags/{{ teacher.instagram_hashtag }}/' target="_blank"> |
|
|
|
|
{{ teacher.instagram_hashtag }} |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% if teacher.trial_lesson %} |
|
|
|
|
<a data-video-url="{{ teacher.trial_lesson }}" data-trial-lesson="1" href="#" class="btn btn_light js-video-modal">ПРОБНЫЙ УРОК</a> |
|
|
|
|
<a href="{{ teacher.url }}" style="color: black;">{{ teacher.get_full_name }}</a>{% if teacher.instagram_hashtag %}<br> |
|
|
|
|
<a href='https://www.instagram.com/explore/tags/{{ teacher.instagram_hashtag }}/' target="_blank"> |
|
|
|
|
#{{ teacher.instagram_hashtag }} |
|
|
|
|
</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
{% if teacher.about %} |
|
|
|
|
@ -81,16 +76,32 @@ |
|
|
|
|
{{ teacher.about }} |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
{% if teacher.trial_lesson %} |
|
|
|
|
<a data-video-url="{{ teacher.trial_lesson }}" data-trial-lesson="1" href="#" class="btn btn_light js-video-modal">ПРОБНЫЙ УРОК</a> |
|
|
|
|
{% endif %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% cycle '' '</div>' %} |
|
|
|
|
{% if forloop.last and not forloop.counter|divisibleby:'2' %} |
|
|
|
|
<div class="teachers__item"> |
|
|
|
|
<div class="teachers__left-column"> |
|
|
|
|
<div class="teachers__ava ava"> |
|
|
|
|
<img class="ava__pic" src="{% static 'img/user_default.jpg' %}"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="teachers__right-column"> |
|
|
|
|
<div class="teachers__title"> |
|
|
|
|
Хотите в команду Lil School? |
|
|
|
|
</div> |
|
|
|
|
<div class="teachers__content"> |
|
|
|
|
Любите развивать детей, развиваться сами и хотите зарабатывать на любимом деле?<br><br> |
|
|
|
|
<a href="{% url 'author_request' %}">Оставьте заявку</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
{% endif %} |
|
|
|
|
{% endfor %} |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="section__center center"> |
|
|
|
|
<div class="text text_mb0 text_left">Если хотите к нам в команду, то <a href="{% url 'author_request' %}">отправьте</a> нам заявку</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|