You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
631 B
12 lines
631 B
{% load static %}
|
|
<a class="online" target="_blank" href="https://www.youtube.com/watch?v=PhZ8qQbIej0" style="background-image: url({% static 'img/video-1.jpg' %});">
|
|
<div class="online__center center">
|
|
<div class="online__type">ПРЯМОЙ ЭФИР</div>
|
|
<div class="online__title">В 17.00 (по Мск) </div>
|
|
<div class="online__text text">Понедельник, среда, пятница.</div>
|
|
<div class="online__action">
|
|
<svg class="icon icon-play">
|
|
<use xlink:href="{% static 'img/sprite.svg' %}#icon-play"></use>
|
|
</svg>СМОТРЕТЬ ПРИМЕР ЭФИРА</div>
|
|
</div>
|
|
</a>
|
|
|