templates/shared/footer.html.twig line 1

Open in your IDE?
  1. <!-- Footer -->
  2. <footer class="text-lg-start bg-body-tertiary text-white">
  3.   <!-- Section: Links  -->
  4.   <section class="">
  5.     <div class="container text-md-start">
  6.       <!-- Grid row -->
  7.       <div class="row mt-3">
  8.         <!-- Grid column -->
  9.         <div class="col-md-3 col-lg-3 col-xl-3 mx-auto mb-4">
  10.           <!-- Content -->
  11.           <h6 class="text-uppercase fw-bold mb-4">
  12. COUPDCOEURIMMO <i class="fa fa-heart" style="color: #dc3545"></i>
  13.           </h6>
  14.           <p>
  15.             24 avenue Liegeard, 93270 Sevran
  16.           </p>
  17.           <p>
  18.             coupdcoeurimmo@gmail.com
  19.           </p>
  20.           <h3 class="text-danger">
  21.             06.52.52.31.97
  22.           </h3>
  23.         </div>
  24.         <!-- Grid column -->
  25.         <!-- Grid column -->
  26.         <div class="col-md-3 col-lg-6 col-xl-3 mx-auto mb-4">
  27.           <!-- Links -->
  28.           <h6 class="text-uppercase fw-bold mb-4">
  29.             Horaires d'ouverture
  30.           </h6>
  31.           <p>
  32.             Mardi : 9h-12h00 | 13h30-18h30
  33.           </p>
  34.           <p>
  35.             Mercredi : 9h-12h00 | 13h30-18h30
  36.           </p>
  37.           <p>
  38.             Jeudi : 9h-12h00 | 13h30-18h30
  39.           </p>
  40.           <p>
  41.             Vendredi : 9h-12h00 | 13h30-18h30
  42.           </p>
  43.      <p>
  44.             Samedi : 9h-12h00 | 13h30-18h30
  45.           </p>
  46.           <p>
  47.             Fermé les dimanches et lundis
  48.           </p>
  49.         </div>
  50.         <!-- Grid column -->
  51.         <!-- Grid column -->
  52.         <div class="col-md-3 col-lg-2 col-xl-3 mx-auto mb-md-0 mb-4">
  53.           <!-- Links -->
  54.       <!-- Liens des pages -->
  55.           <h6 class="text-uppercase fw-bold mb-4">Plan du site</h6>
  56.       <p> <a class= "text-danger" href= "{{ path('app_contact_new') }}" >Nous contacter</a> </p>
  57.        <p> <a class= "text-danger" href= "{{ path("app_about") }}"  >À propos</a> </p>
  58.       <p> <a class= "text-danger" href= "{{ path("app_cgv") }}" >CGV</a> </p>
  59.       <p> <a class= "text-danger" href= "{{ path("app_cgu") }}" >CGU</a> </p>
  60.     </div>
  61.         <!-- Grid column -->
  62.       <!-- Grid column -->
  63.         <div class="col-md-3 col-lg-2 col-xl-3 mx-auto mb-md-0 mb-4">
  64.         <h6 class="text-uppercase fw-bold mb-4">Résaux sociaux</h6>
  65.     <style>
  66.     .fab {
  67.     color:white;
  68.     margin:1%;
  69.     }
  70.     .fab:hover{
  71.     color:red;
  72.     }
  73.     footer{
  74.     background-color: #181e38;
  75.       color: white;
  76.     }
  77.     .text-danger{
  78.     padding-left:0px !important;
  79.     }
  80.     .text-uppercase {
  81.       text-transform: uppercase !important;
  82.     font-size: 24px;
  83.     padding-top: 2em;
  84.     }
  85.     </style>
  86.       <a href="https://www.facebook.com/profile.php?id=100089363383809" class="me-4 text-reset" title="Facebook">
  87.         <i class="fab fa-facebook-f"></i></a>
  88.       <a href="" class="me-4 text-reset" title="Twitter">
  89.         <i class="fab fa-twitter"></i>
  90.       </a>
  91.       <a href="" class="me-4 text-reset" title="Instagram">
  92.         <i class="fab fa-instagram"></i>
  93.       </a>
  94.       <a href="" class="me-4 text-reset" title="Linkedin">
  95.         <i class="fab fa-linkedin"></i>
  96.       </a>
  97.     </div>
  98.     <!--Grid column -->
  99.     </div>
  100.       <!-- Grid row -->
  101.     </div>
  102.   </section>
  103.   <!-- Section: Links  -->
  104.   <!-- Copyright -->
  105.   <div class="text-center p-4" style="background-color: rgba(110, 110, 128, 0.4);">
  106.     © Coupdcoeurimmo 2024 - Tous droits réservés.
  107.   </div>
  108.   <!-- Copyright -->
  109. </footer>
  110. <!-- Footer -->