banners.html 838 Bytes
Newer Older
Sergey's avatar
Sergey committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
//= template/common/header.html

//= template/menu-list-catalog/index.html

//= template/breadcrumb/index.html

<div class="wrapper" style="align-items: center; display: flex; flex-direction: column">
    <!--slider-ba-->
    <div class="slider-ba">
        <ul class="slider-ba__list swiper-wrapper">
            <li class="slider-ba__item swiper-slide">
                <a href="#">
                    <img src="img/banner1.jpg">
                </a>
            </li>
            <li class="slider-ba__item swiper-slide">
                <a href="#">
                    <img src="img/banner2.jpg">
                </a>
            </li>
        </ul>
        <div class="swiper-pagination-ban"></div>
    </div>
</div>

//= template/menu-list-bottom/index.html


//= template/link-list-red/index.html

//= template/common/footer.html