templates/buzz/core/footer.html.twig line 1

Open in your IDE?
  1. {% apply spaceless %}
  2. <footer class="py-5 bg-dark">
  3.      
  4. <div class="container">
  5.         <p class="m-0 text-center blanc pt-4">
  6.             <a href="https://www.facebook.com/FusacqBuzz/" target="_blank"><i class="fa-brands fa-square-facebook fa-xl blanc"></i></a>&nbsp;&nbsp;
  7.             <a href="https://twitter.com/FusacqBuzz" target="_blank"><i class="fa-brands fa-square-x-twitter fa-xl blanc"></i></a>&nbsp;&nbsp;
  8.             <a href="#" target="_blank"><i class="fa-brands fa-linkedin fa-xl blanc"></i></a>&nbsp;&nbsp;
  9.             <a href="{{ path('buzz_flux_rss', {'codePays': codePaysWithUnderScore}) }}"><i class="fa-solid fa-square-rss fa-xl blanc"></i></a><br><br>
  10.             © {{ dates_provider.anneeEnCours }} - FUSACQ Buzz&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">|</span>&nbsp;&nbsp;&nbsp;
  11.             <a href="{{ path('contact', {'codePays': codePaysWithUnderScore}) }}" target="_blank">Contact</a>&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">|</span>&nbsp;&nbsp;&nbsp;
  12.             <a href="{{ path('cgu', {'codePays': codePaysWithUnderScore}) }}" target="_blank">CGU</a>&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">|</span>&nbsp;&nbsp;&nbsp;
  13.             <a href="{{ path('mentions_legales', {'codePays': codePaysWithUnderScore}) }}" target="_blank">Mentions légales</a>&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">|</span>&nbsp;&nbsp;&nbsp;
  14.             <a href="{{ path('cookiePage', {'codePays': codePaysWithUnderScore}) }}" target="_blank">Cookies</a>&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">|</span>&nbsp;&nbsp;&nbsp;
  15.             <a href="{{ path('confidentialite', {'codePays': codePaysWithUnderScore}) }}" target="_blank">Confidentialité</a>&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">|</span>&nbsp;&nbsp;&nbsp;
  16.             <a href="{{ path('buzz_newsletters_inscription', {'codePays': codePaysWithUnderScore}) }}">Newsletters</a>&nbsp;&nbsp;&nbsp;<span class="gris_666 font_90">
  17.          </p>
  18. </div>
  19. </footer>
  20. {% endapply %}