Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="ru">
- [[$head]]
- <body>
- [[$header]]
- <main>
- <div class='container'>
- <div id="carouselExampleIndicators" class="carousel slide container pt-1 w-2" data-ride="carousel">
- <ol class="carousel-indicators">
- <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
- <li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
- <li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
- </ol>
- <div class="carousel-inner">
- <div class="carousel-item active"> <img src="assets/images/car10.webp" class="d-block w-100" alt="..."> </div>
- <div class="carousel-item"> <img src="assets/images/car11.webp" class="d-block w-100" alt="..."> </div>
- <div class="carousel-item"> <img src="assets/images/car12.webp" class="d-block w-100" alt="..."> </div>
- </div>
- <a class="carousel-control-prev" href="#carouselExampleIndicators" role="button" data-slide="prev">
- <span class="carousel-control-prev-icon" aria-hidden="true"></span>
- <span class="sr-only">Предыдущий</span>
- </a>
- <a class="carousel-control-next" href="#carouselExampleIndicators" role="button" data-slide="next">
- <span class="carousel-control-next-icon" aria-hidden="true"></span>
- <span class="sr-only">Следующий</span>
- </a>
- </div>
- <div class="main_top container text-center mb-4 mt-4 ">
- <p class="title-big"> ЦВЕТОЧНАЯ КОМПАНИЯ №1 </p>
- <div class="main_top_text">
- <p> «FLOW» — лидер по доставке цветов в России. Уже более 10 лет мы помогаем вам дарить близким радость, доставляя свежие цветы и подарки в в Красноярске и любую точку России и мира. Мы гордимся нашим сервисом, и ежедневно работаем над тем, чтобы стать безупречными. </p>
- </div>
- </div>
- </div>
- <div class="container my-5">
- <div class="text-center">
- <div class="catalog owl-carousel owl-theme">
- [[pdoResources?
- &parents=`24`
- &depth=`0`
- &tpl=`card_catalog`
- &sortdir=`ASC`
- &includeTVs=`image, min_price` ]]
- </div>
- </div>
- </div>
- [[$contact-map]]
- [[$bottom-message]]
- </main>
- [[$footer]]
- [[$scripts]]
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment