templates/home/welcome.html.twig line 1

Open in your IDE?
  1. <div class="flickity-button-inset" data-flickity='{"autoPlay": true,"pageDots": false,"cellAlign": "left", "wrapAround": true, "imagesLoaded": true}'>
  2.     {% if slides is not null %}
  3.         {% for slide in slides %}
  4.         <div class="col-12 col-md-12 px-0 overlay overlay-black overlay-50">
  5.             {% set runtimeConfig = {"thumbnail": {"size": [1200, 450] }} %}
  6.             <img src="{{ slide.image | imagine_filter('homeslides',runtimeConfig) }}" class="img-fluid w-100" alt="..." data-flickity-bg-lazyload="{{ asset('uploads/aerien.jpeg') }}">
  7.             <div class="centered text-white">
  8.                {# <h1 class="display-2 fw-bold text-white"><span class="text-white" data-typed='{"strings": ["L’affrètement et organisation des transports", "Fret aérien et maritime", "Négoces internationaux,","Prestations de services logistiques et Télécoms","Téléphonie, achat et vente de tout produit non réglementé", "Import et Export","Intermédiation transfert d’argent"]}'> </span></h1></div>#}
  9.                 <h1 class="display-2 fw-bold text-white"><span class="text-white" data-typed='{"strings": ["{{ slide.title }}","{{ slide.title }}"]}'> </span></h1></div>
  10.         </div>
  11.     {% endfor %}
  12.     {% endif %}
  13. </div>
  14. <section class="py-2 py-md-4 bg-warning">
  15.     <div class="container">
  16.         <div class="flickity-viewport-visible" data-flickity='{"imagesLoaded": true, "pageDots": false,"cellAlign": "center", "prevNextButtons": false, "contain": false}'>
  17.             <div class="col-12 col-md-12 col-lg-12 text-center">
  18.                 <span class="text-white text-center">54 Rue de Clignancourt, 75018 Paris | <a href="tel:+33699000649" class="text-white">+33 699 000 649</a> | <a href="mailto:contact@tldilostic.com" class="text-white">contact@tldilostic.com</a></span>
  19.             </div>
  20.         </div>
  21.     </div>
  22. </section>
  23. <div class="position-relative">
  24.     <div class="shape shape-bottom shape-fluid-x text-gray-200">
  25.         <svg viewBox="0 0 2880 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 48h2880V0h-720C1442.5 52 720 0 720 0H0v48z" fill="currentColor"/></svg>      </div>
  26. </div>
  27. <style>
  28.     .centered {
  29.         position: absolute;
  30.         top: 50%;
  31.         left: 50%;
  32.         transform: translate(-50%, -50%);
  33.     }
  34. </style>