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.
91 lines
4.3 KiB
91 lines
4.3 KiB
{% load static %}
|
|
<div class="section">
|
|
<div class="section__center center">
|
|
<a id="gallery" name="gallery">
|
|
<div class="title title_center">Галерея</div>
|
|
</a>
|
|
<div class="text">
|
|
<p>Тысячи шедевров уже созданы благодаря Lil School. Более 10000 работ можно
|
|
<a target="_blank" href='{{ config.SERVICE_INSTAGRAM_URL }}'>увидеть</a> в Инстаграм</p>
|
|
<img class="text__curve text__curve_three" src="{% static 'img/curve-3.svg' %}">
|
|
</div>
|
|
<div class="gallery">
|
|
<div class="gallery__grid">
|
|
<div
|
|
class="gallery__item gallery__item_lg"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/0.jpg);"
|
|
>
|
|
<img class="gallery__pic" src="{% get_media_prefix %}instagram/results/0.jpg" onerror="this.style.display='none'">
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/1.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/1.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/2.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/2.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/3.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/3.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/4.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/4.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/5.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/5.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
</div>
|
|
<div class="gallery__grid">
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/6.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/6.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/7.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/7.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/8.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/8.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div class="gallery__item gallery__item_lg"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/9.jpg);"
|
|
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/9.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/10.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/10.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
<div
|
|
class="gallery__item"
|
|
style="background-image: url({% get_media_prefix %}instagram/results/11.jpg);"
|
|
>
|
|
{% comment %} <img class="gallery__pic" src="{% get_media_prefix %}instagram/results/11.jpg" onerror="this.style.display='none'"> {% endcomment %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|