templates/front/default/intro.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block section %}
  3.     <!-- Start Hero Slider -->
  4.     <section class="g-flex-centered g-bg-pos-center g-bg-img-hero g-bg-intro g-pos-rel g-z-index-1 g-bg-cover g-bg-black-opacity-0_6--after g-overflow-hidden" data-calc-target="#js-header">
  5.         <div class="container text-center g-z-index-1">
  6.             <div class="g-mb-15--lg g-mb-0--sm">
  7.                 <h2 class="h2 d-inline-block g-color-white g-font-weight-700 g-font-size-40 g-font-size-65--md g-mr-20--xl g-mr-20--lg g-mr-20--md text-uppercase g-line-height-1" data-animation="fadeInDown" data-animation-delay="500" data-animation-duration="750">Voter </h2>
  8.                 <h1 class="h2 d-inline-block g-color-white g-font-weight-700 g-font-size-40 g-font-size-65--md text-uppercase g-line-height-1" data-animation="fadeInDown" data-animation-delay="500" data-animation-duration="750"> un Projet</h1>
  9.             </div>
  10.             <div class="mx-auto g-overflow-hidden">
  11.                 <p class="g-color-white g-font-size-20 g-mb-15--lg g-mb-15--sm" data-animation="fadeInDown" data-animation-delay="500" data-animation-duration="750">
  12.                     CoUnity met à votre disposition le projet de société des candidats aux élections sous forme de FALC (Facile à Lire et à Comprendre)
  13.                     <span class="g-intro-more">Faites Rechercher pour rechercher un candidat aux municipales ou aux régionales partout en Côte d'Ivoire ou Scanner afin de scanner le QR code d'un candidat. </span>
  14.                 </p>
  15.             </div>
  16.             <div data-animation="fadeInDown" data-animation-delay="500" data-animation-duration="750">
  17.                 <a class="btn btn-lg g-color-white g-brd-white g-color-black--hover g-bg-white--hover g-brd-black--hover u-btn-primary g-font-weight-500 g-font-size-13 g-min-width-155 text-uppercase g-rounded-0 mx-2 g-px-25 g-py-15 g-mb-15" href="{{ path('homepage', {election_type: 'REGIONALE'}) }}" >Rechercher</a>
  18.                 <a class="btn btn-lg g-color-white g-brd-white g-color-black--hover g-bg-white--hover g-brd-black--hover u-btn-primary g-font-weight-500 g-font-size-13 g-min-width-155 text-uppercase g-rounded-0 mx-2 g-px-25 g-py-15 g-mb-15"  href="{{ path('cam_home') }}">Scanner</a>
  19.             </div>
  20.         </div>
  21.     </section>
  22.     <!-- End Hero Slider -->
  23. {% endblock %}