templates/footer/footer.html.twig line 1

Open in your IDE?
  1. <style>
  2. footer{
  3.     
  4.     bottom: 0 !important;
  5.     width: 100%;
  6.     background-color: #343a40;
  7.     color: white;
  8.     
  9.     
  10. }
  11.     @media (max-width: 522px) {
  12.         footer{
  13.             display:none;
  14.         }
  15.     }
  16. </style>
  17. <footer class="mt-4 py-5 text-center ">
  18.     <div class="nav-bar nav justify-content-center">
  19.     </div>
  20.    <p>Copyright Petits_annonces_des_concours !</p>
  21.    <h2> Nos réseaux sociaux</h2>
  22.    <!-- Add font awesome icons -->
  23.    <a href="https://www.facebook.com/ismalsacko" class="fa fa-facebook"></a>
  24.    <a href="https://twitter.com/ismaelsacko1" class="fa fa-twitter"></a>
  25. {#   <a href="#" class="fa fa-google"></a>#}
  26.    <a href="https://www.linkedin.com/in/isma%C3%A9l-sacko-6a5841151/" class="fa fa-linkedin"></a>
  27.    <a href="https://www.youtube.com/channel/UC0eh_RKDPl3_ie49_UPkCzQ?view_as=subscriber" class="fa fa-youtube"></a>
  28.    <a href="https://www.instagram.com/ismael.sacko/?hl=fr" class="fa fa-instagram"></a>
  29.    <a href="#" class="fa fa-snapchat-ghost"></a>
  30.    <a href="https://join.skype.com/invite/pzAKKM3xkIBv" class="fa
  31.    fa-skype"></a>
  32.    {#   <a href="#" class="fa fa-yahoo"></a>#}
  33. </footer>