templates/partials/caroussel.html.twig line 1

Open in your IDE?
  1. <!-- banner-section -->
  2. <section class="banner-section style-one">
  3.     <div class="banner-carousel owl-theme owl-carousel owl-dots-none">
  4.         <div class="slide-item">
  5.             <div class="image-layer" style="background-image:url(/assets/images/banner/banner-1.jpg)"></div>
  6.             <div class="auto-container">
  7.                 <div class="content-box">
  8.                     <h6><i class="flaticon-star"></i>Whitehall of San Antonio</h6>
  9.                     <h1>Probably the Best Town in the Universe.</h1>
  10.                     <p>Righteous indignation and dislike men who are so beguiled & demoralized by the charms of pleasure of the moment.</p>
  11.                     <div class="btn-box">
  12.                         <a href="index.html" class="theme-btn">Read More</a>
  13.                     </div>
  14.                 </div>
  15.             </div>
  16.         </div>
  17.         <div class="slide-item">
  18.             <div class="image-layer" style="background-image:url(/assets/images/banner/banner-2.jpg)"></div>
  19.             <div class="auto-container">
  20.                 <div class="content-box">
  21.                     <h6><i class="flaticon-star"></i>Turn Our Change into</h6>
  22.                     <h1>Help For Rough Sleepers of San Antonio.</h1>
  23.                     <p>Our power of choice is untrammelled and when nothing prevents our being able to do what we like best is to be welcomed.</p>
  24.                     <div class="btn-box">
  25.                         <a href="index.html" class="theme-btn">Read More</a>
  26.                     </div>
  27.                 </div>
  28.             </div>
  29.         </div>
  30.         <div class="slide-item">
  31.             <div class="image-layer" style="background-image:url(/assets/images/banner/banner-3.jpg)"></div>
  32.             <div class="auto-container">
  33.                 <div class="content-box">
  34.                     <h6><i class="flaticon-star"></i>Tourist Attractions</h6>
  35.                     <h1>Museum of Art & the McNay Museum.</h1>
  36.                     <p>Undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man.</p>
  37.                     <div class="btn-box">
  38.                         <a href="index.html" class="theme-btn">Read More</a>
  39.                     </div>
  40.                 </div>
  41.             </div>
  42.         </div>
  43.     </div>
  44. </section>
  45. <!-- banner-section end -->