templates/inc/footer.html.twig line 1

Open in your IDE?
  1. <!-- Footer -->
  2. <footer class="text-center text-lg-start bg-light text-muted">
  3.     <!-- Section: Social media -->
  4.     <section
  5.             class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"
  6.     >
  7.         <!-- Left -->
  8.         <div class="me-5 d-none d-lg-block">
  9.             <span>Nos réseaux sociaux:</span>
  10.         </div>
  11.         <!-- Left -->
  12.         <!-- Right -->
  13.         <div>
  14.             <a href="https://www.facebook.com/cdos.vienne" class="me-4 text-reset">
  15.                 <i class="bi bi-facebook"></i>
  16.             </a>
  17.         </div>
  18.         <!-- Right -->
  19.     </section>
  20.     <!-- Section: Social media -->
  21.     <!-- Section: Links  -->
  22.     <section class="">
  23.         <div class="container text-center text-md-start mt-1">
  24.             <!-- Grid row -->
  25.             <div class="row mt-3">
  26.                 <!-- Grid column -->
  27.                 <div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
  28.                     <!-- Content -->
  29.                     <h6 class="text-uppercase fw-bold mb-4">
  30.                         <i class="fas fa-gem me-3"></i>Ils nous soutiennent
  31.                     </h6>
  32.                         <a href="https://www.agencedusport.fr/"><img src="{{ asset('img/agence_nationale.png') }}" width="75"></a>
  33.                         <a href="https://www.vienne.gouv.fr/Services-de-l-Etat/Sante-et-cohesion-sociale/DDCS"><img src="{{ asset('img/ministère.png') }}" width="75"></a>
  34.                         <a href="https://www.lavienne86.fr/"><img src="{{ asset('img/vienne.jpg') }}" width="75"></a>
  35.                     </p>
  36.                 </div>
  37.                 <!-- Grid column -->
  38.                 <div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
  39.                     <!-- Links -->
  40.                     <h6 class="text-uppercase fw-bold mb-4">
  41.                         Contact
  42.                     </h6>
  43.                     <p><i class="bi bi-house-fill"></i> Maison des sports, 6 allée Jean Monnet (Batiment C3 86000 Poitiers)</p>
  44.                     <p>
  45.                         <i class="bi bi-envelope-fill"></i>
  46.                         vienne@franceolympique.com
  47.                     </p>
  48.                     <p><i class="bi bi-telephone-fill"></i> 05 86 28 00 10</p>
  49.                     <p><i class="bi bi-printer-fill"></i> 09 72 40 41 34</p>
  50.                 </div>
  51.                 <!-- Grid column -->
  52.             </div>
  53.             <!-- Grid row -->
  54.         </div>
  55.     </section>
  56.     <!-- Section: Links  -->
  57.     <!-- Copyright -->
  58.     <div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.05);">
  59.         © 2021 Copyright:
  60.         <a class="text-reset fw-bold" href="https://cdos86.fr/">CDOS 86</a>
  61.     </div>
  62.     <!-- Copyright -->
  63. </footer>
  64. <!-- Footer -->