union_auto_test/core/templates/includes/advert.html

28 lines
1.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load static %}
<section class="adv adv--margin sect py-0">
<div class="container">
<ul class="advList d-flex flex-column flex-lg-row justify-content-between fw-medium gap-2 gap-lg-3">
<li class="advItem d-flex gap-4">
<img src="{% static 'img/admin/adv/icon-1.svg' %}?v=1" alt="icon" class="advItemIcon">
<div class="advItemText">
Работаем по договору с фиксированной стоимостью
</div>
</li>
<li class="advItem d-flex gap-4">
<img src="{% static 'img/admin/adv/icon-2.svg' %}?v=1" alt="icon" class="advItemIcon">
<div class="advItemText">
Предоставляем полный пакет отчетных документов
</div>
</li>
<li class="advItem d-flex gap-4">
<img src="{% static 'img/admin/adv/icon-3.svg' %}?v=1" alt="icon" class="advItemIcon">
<div class="advItemText">
Тщательная проверка перед покупкой и отправкой
</div>
</li>
</ul>
</div>
</section>