templates/partials/frotend/_footer.html.twig line 1

Open in your IDE?
  1. <div class="container-fluid bg-dark text-white-50 footer pt-5 mt-5 wow fadeIn" data-wow-delay="0.1s">
  2.     <div class="container py-5">
  3.         <div class="row g-5">
  4.             <div class="col-lg-3 col-md-6">
  5.                 <h5 class="text-white mb-4">Contactez nous</h5>
  6.                 <p class="mb-2"><i class="fa fa-map-marker-alt me-3"></i>Bingerville Résidence Archange quartier sebia-Yao Villa 55; BP 766 Bingerville </p>
  7.                 <p class="mb-2"><i class="fa fa-phone-alt me-3"></i>+225 07 07 34 16 16</p>
  8.                 <p class="mb-2"><i class="fa fa-envelope me-3"></i>info@scicawally.com</p>
  9.                 <div class="d-flex pt-2">
  10.                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-twitter"></i></a>
  11.                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-facebook-f"></i></a>
  12.                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-youtube"></i></a>
  13.                     <a class="btn btn-outline-light btn-social" href=""><i class="fab fa-linkedin-in"></i></a>
  14.                 </div>
  15.             </div>
  16.             <div class="col-lg-3 col-md-6">
  17.                 <h5 class="text-white mb-4">Lien rapide</h5>
  18.                 <a class="btn btn-link text-white-50" href="{{ path('frontend_about') }}">Qui sommes nous?</a>
  19.                 <a class="btn btn-link text-white-50" href="{{ path('frontend_contact') }}">Contact</a>
  20.                 <a class="btn btn-link text-white-50" href="{{ path('frontend_about') }}">Nos services</a>
  21.                 <a class="btn btn-link text-white-50" href="{{ path('frontend_property') }}">Nos biens</a>
  22.                 <a class="btn btn-link text-white-50" href="{{ path('frontend_home') }}">Accueil</a>
  23.             </div>
  24.             <div class="col-lg-3 col-md-6">
  25.                 <h5 class="text-white mb-4">Galleries photo</h5>
  26.                 <div class="row g-2 pt-2">
  27.                     <div class="col-4">
  28.                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLY-Projet-de-construction.jpeg') }}" alt="">
  29.                     </div>
  30.                     <div class="col-4">
  31.                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLY-Projet.jpeg') }}" alt="">
  32.                     </div>
  33.                     <div class="col-4">
  34.                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLYProjet-R3.jpeg') }}" alt="">
  35.                     </div>
  36.                     <div class="col-4">
  37.                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLY-Projet-de-construction.jpeg') }}" alt="">
  38.                     </div>
  39.                     <div class="col-4">
  40.                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/Résidence-paul-marie-SCI-CAWQLLY.jpg') }}" alt="">
  41.                     </div>
  42.                     <div class="col-4">
  43.                         <img class="img-fluid rounded bg-light p-1" src="{{ asset('build/images/SCI-CAWALLYProjet-R3.jpeg') }}" alt="">
  44.                     </div>
  45.                 </div>
  46.             </div>
  47.             <div class="col-lg-3 col-md-6">
  48.                 <h5 class="text-white mb-4">Newsletter</h5>
  49.                 <p>Inscrivez vous à notre newsletter pour suivre notre actualité</p>
  50.                 <div class="position-relative mx-auto" style="max-width: 400px;">
  51.                     <input class="form-control bg-transparent w-100 py-3 ps-4 pe-5" type="text" placeholder="Votre e-mail">
  52.                     <button type="button" class="btn btn-primary py-2 position-absolute top-0 end-0 mt-2 me-2">Envoyer</button>
  53.                 </div>
  54.             </div>
  55.         </div>
  56.     </div>
  57.     <div class="container">
  58.         <div class="copyright">
  59.             <div class="row">
  60.                 <div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
  61.                     &copy; <a class="border-bottom link" href="#">SCI CAWALLY</a>, Tous droits réservés.
  62.                     <!--/*** This template is free as long as you keep the footer author’s credit link/attribution link/backlink. If you'd like to use the template without the footer author’s credit link/attribution link/backlink, you can purchase the Credit Removal License from "https://htmlcodex.com/credit-removal". Thank you for your support. ***/-->
  63.                     Designed By <a class="border-bottom link" href="#">OPTIMUM TECHNOLOGIE</a>
  64.                 </div>
  65.             </div>
  66.         </div>
  67.     </div>
  68. </div>
  69. <!-- Footer End -->
  70. <!-- Back to Top -->
  71. <a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>