parent
a0fe075aaf
commit
7d95b7966f
6 changed files with 32 additions and 49 deletions
@ -1,27 +1,14 @@ |
|||||||
{% load static %} |
{% load static %} |
||||||
|
|
||||||
|
|
||||||
<div class="share"> |
<div class="share"> |
||||||
<div class="share__title">Поделиться {% if share_object_name %}{{ share_object_name }}{% else %}{% if livelesson or lesson %}уроком{% else %}курсом{% endif %}{% endif %}</div> |
<div class="share__title">Поделиться {% if share_object_name %}{{ share_object_name }}{% else %}{% if livelesson or lesson %}уроком{% else %}курсом{% endif %}{% endif %}</div> |
||||||
<div class="share__list likely"> |
<div class="share__list likely likely-big" data-url="http://{{request.META.HTTP_HOST}}{{object.get_absolute_url}}"> |
||||||
<a class="share__item facebook" href="#" data-url="http://{{request.META.HTTP_HOST}}{{object.get_absolute_url}}"> |
<div class="twitter"></div> |
||||||
<svg class="icon icon-share-facebook"> |
<div class="facebook"></div> |
||||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-share-facebook"></use> |
<div class="gplus"></div> |
||||||
</svg> |
<div class="vkontakte"></div> |
||||||
</a> |
<div class="telegram"></div> |
||||||
<a class="share__item twitter" href="#" data-url="http://{{request.META.HTTP_HOST}}{{object.get_absolute_url}}"> |
<div class="pinterest"></div> |
||||||
<svg class="icon icon-share-twitter"> |
|
||||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-share-twitter"></use> |
|
||||||
</svg> |
|
||||||
</a> |
|
||||||
<a class="share__item gplus" href="#" data-url="http://{{request.META.HTTP_HOST}}{{object.get_absolute_url}}"> |
|
||||||
<svg class="icon icon-share-google"> |
|
||||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-share-google"></use> |
|
||||||
</svg> |
|
||||||
</a> |
|
||||||
<a class="share__item pinterest" href="#" data-url="http://{{request.META.HTTP_HOST}}{{object.get_absolute_url}}"> |
|
||||||
<svg class="icon icon-share-pinterest"> |
|
||||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-share-pinterest"></use> |
|
||||||
</svg> |
|
||||||
</a> |
|
||||||
</div> |
</div> |
||||||
</div> |
</div> |
||||||
|
|||||||
Loading…
Reference in new issue