parent
ae690ac51d
commit
c56029682c
2 changed files with 24 additions and 22 deletions
@ -0,0 +1,23 @@ |
||||
{% load static %} |
||||
<div class="main__socials"> |
||||
<a target="_blank" class="main__social" href="{{ config.SERVICE_INSTAGRAM_URL }}"> |
||||
<svg class="icon icon-instagram"> |
||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-instagram"></use> |
||||
</svg> |
||||
</a> |
||||
<a target="_blank" class="main__social" href="{{ config.SERVICE_TWITTER_URL }}"> |
||||
<svg class="icon icon-twitter"> |
||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-twitter"></use> |
||||
</svg> |
||||
</a> |
||||
<a target="_blank" class="main__social" href="{{ config.SERVICE_FB_URL }}"> |
||||
<svg class="icon icon-fb"> |
||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-fb"></use> |
||||
</svg> |
||||
</a> |
||||
<a target="_blank" class="main__social" href="{{ config.SERVICE_YOUTUBE_URL }}"> |
||||
<svg class="icon icon-youtube"> |
||||
<use xlink:href="{% static 'img/sprite.svg' %}#icon-youtube"></use> |
||||
</svg> |
||||
</a> |
||||
</div> |
||||
Loading…
Reference in new issue