templates/layouts/footer.html.twig line 1

Open in your IDE?
  1. <footer>
  2.     <div class="mobile">
  3.         <div class="in">
  4.             <a href="https://www.abidjan.net/mobile">
  5.                 <img src="https://abidjan.net/public/img/footer-mobile.png"/>
  6.                 <p>
  7.                     <em>Abidjan.net Mobile</em>Découvrez nos applications mobile pour iPhone ou Android et nos services SMS</p>
  8.             </a>
  9.             <a href="https://www.abidjan.net/mobile" class="cta sm">En savoir plus</a>
  10.         </div>
  11.     </div>
  12.     <div class="social">
  13.         <div class="in">
  14.             <div class="left">
  15.                 <span>Abonnez-vous à la newsletter d'Abidjan.net !</span>
  16.                 <a href="https://www.abidjan.net/newsletter/" class="cta sm">Souscrire gratuitement</a>
  17.             </div>
  18.             <div class="right">
  19.                 <div class="in">
  20.                     <span>Suivez-nous !</span>
  21.                     <a href="https://www.facebook.com/abidjan.net" target="_blank" class="social-icon facebook-prm"></a>
  22.                     <a href="http://twitter.com/abidjan_net" target="_blank" class="social-icon twitter-prm"></a>
  23.                     <a href="https://www.abidjan.net/rss" target="_blank" class="social-icon rss-prm"></a>
  24.                     <a href="http://www.youtube.com/user/abidjannetTV" target="_blank" class="social-icon youtube-prm"></a>
  25.                 </div>
  26.             </div>
  27.         </div>
  28.     </div>
  29.     <div class="contact">
  30.         <div class="in">
  31.             <div class="left">
  32.                 <span>Comment faire de la Publicité sur Abidjan.net ?</span>
  33.                 <a href="http://www.weblogymedia.com/sites-en-regie/abidjan-net/" target="_blank" class="cta sm invert">Contactez-nous</a>
  34.             </div>
  35.             <div class="right">
  36.                 <div class="in">
  37.                     <a href="http://www.weblogy.com/"><img src="https://abidjan.net/public/img/weblogy-w.png"/></a>
  38.                     <span>Copyright © 1998<script>
  39.                             new Date().getFullYear() > 1998 && document.write("-" + new Date().getFullYear());
  40.                         </script>
  41.                         Weblogy Group Ltd. Tous droits réservés</span>
  42.                 </div>
  43.             </div>
  44.         </div>
  45.     </div>
  46. </footer>