templates/footer.html.twig line 1

Open in your IDE?
  1. {% set footerHost= static.PrincipalWebsiteLink %}
  2. <footer id="footer" class="bg-success relative gpadding flex col {{ desktop("vt-60-in") }} ">
  3.     <figure class="absolute top left fill hoverflow ">
  4.         <img src="{{ footerHost }}/images/footer-bg.jpg" class="block cover">
  5.     </figure>
  6.     <div class="relative {{ desktop("bottom-80-in") }}{{ mobile("bottom-60-in") }}">
  7.         <figure class="{{ desktop("relative block-center w100 quarter-80 hz-40-in") }}{{ mobile("flex col middle center vt-30-in") }}">
  8.             <img src="{{asset(os_param('logoFooter'))}}" class="block {{ desktop("w100") }}" style="{{ mobile("height: 70px") }}">
  9.         </figure>
  10.         <ul class="list flex row center {{ desktop("top-30") }} vt-20-in h6 white upper regular border border-noleft border-noright border-solid border-gray-alt border-1x">
  11.             <li><a class="hz-20-in" href="{{ footerHost }}/particulier/">{{ 'Particulier'|trans }}</a></li>
  12.             <li><a class="hz-20-in" href="{{ footerHost }}/entreprise/">{{ "Entreprise"|trans }}</a></li>
  13.             <li><a class="hz-20-in" href="{{ footerHost }}/institutionnel/">{{ "Institutionnel"|trans }}</a></li>
  14.         </ul>
  15.         <div class="{{ desktop("flex row space") }} {{ mobile("flex col") }}">
  16.             <ul class="w100 list p w100 {{ desktop("flex space row wrap")}} top right-40 {{ mobile("flex col middle") }}">
  17.                 <li class="{{ desktop("third-40 top-40") }}{{ mobile("flex col middle center w100 top-20") }}">
  18.                     <h5 class="{{ desktop("h6")}}{{ mobile("p")}} white bold bottom-10">{{ "Services clients"|trans }}</h5>
  19.                     <ul class="gray-alt {{ mobile("flex col middle center w100") }}">
  20.                         <li><a href="{{ footerHost }}/reclamation/">{{"Faire une réclamation"|trans}}</a></li>
  21.                         <li><a href="{{ footerHost }}/denoncer/">{{"Dénoncer un fait"|trans}}</a></li>
  22.                     </ul>
  23.                 </li>
  24.                 <li class="{{ desktop("third-40 top-40") }}{{ mobile("flex col middle center w100 top-20") }}">
  25.                     <h5 class="{{ desktop("h6")}}{{ mobile("p")}} white bold bottom-10">{{"Réseau NSIA"|trans}}</h5>
  26.                     <ul class="gray-alt {{ mobile("flex col middle center w100") }}">
  27.                         <li><a href="{{ footerHost }}/agences/">{{"Agences du Bénin"|trans}}</a></li>
  28.                         <li><a href="{{ footerHost }}/gab">{{ "Distributeurs automatiques de billets"|trans }}</a></li>
  29.                         <li><a href="{{ footerHost }}/succursales/">{{ "Succursales"|trans }}</a></li>
  30.                     </ul>
  31.                 </li>
  32.                 <li class="{{ desktop("third-40 top-40") }}{{ mobile("flex col middle center w100 top-20") }}">
  33.                     <h5 class="{{ desktop("h6")}}{{ mobile("p")}} white bold bottom-10">{{"Nous découvrir"|trans}}</h5>
  34.                     <ul class="gray-alt {{ mobile("flex col middle center w100") }}">
  35.                         <li><a href="{{ footerHost }}/a-propos/">{{ "Vision et mission"|trans }}</a></li>
  36.                         <li><a href="{{ footerHost }}/historique/">{{ "Historique"|trans }}</a></li>
  37.                         <li><a href="{{ footerHost }}/valeurs/">{{ "Valeurs"|trans }}</a></li>
  38.                         <li><a href="{{ footerHost }}/organisation/">{{ "Organisation"|trans }}</a></li>
  39.                     </ul>
  40.                 </li>
  41.             </ul>
  42.             <ul class="list p w100 {{ desktop("quarter-40 flex col top") }} {{ mobile("flex col middle center w100") }}">
  43.                 {% set email= os_param('contacts')["email"]  %}
  44.                 {% set phone= os_param('contacts')["phone"]  %}
  45.                 {% set facebook= os_param('socialmedia')["facebook"]  %}
  46.                 {% set twitter= os_param('socialmedia')["twitter"]  %}
  47.                 {% set youtube= os_param('socialmedia')["youtube"]  %}
  48.                 {% set linkedin= os_param('socialmedia')["linkedin"]  %}
  49.                 {% set instagram= os_param('socialmedia')["instagram"] is defined ? os_param('socialmedia')["instagram"] : ''  %}
  50.                 <li class="top-40 {{ mobile("flex col middle center") }}">
  51.                     <h5 class="{{ desktop("h6")}}{{ mobile("p")}} white bold bottom-10">{{ "Contacts"|trans }}</h5>
  52.                     <ul class="p-alt white flex row ">
  53.                         <li class="relative flex col top {{ mobile("h4 middle center") }}">
  54.                             {% if email is defined %}
  55.                                 <span class="vt-5-in flex row middle">
  56.                                     <i class="fa fa-envelope top-5 right-10"></i>
  57.                                     <span>{{ email }}</span>
  58.                                 </span>
  59.                             {% endif %}
  60.                             {% if phone %}
  61.                                 <span class="vt-5-in flex row middle">
  62.                                     <i class="fa fa-phone top-5 right-10"></i>
  63.                                     <span>{{ phone }}</span>
  64.                                 </span>
  65.                             {% endif %}
  66.                         </li>
  67.                     </ul>
  68.                     <div class="h6 success flex row vt-10  ">
  69.                         {% if facebook %}
  70.                             <a href="{{ facebook }}" class="icon small circle bg-white fab fa-facebook-f right-10" target="_blank" title="Page Facebook officiel"></a>
  71.                         {% endif %}
  72.                         {% if twitter %}
  73.                             <a href="{{ twitter }}" class="icon small circle bg-white fab fa-twitter right-10" target="_blank" title="Compte Twitter officiel"></a>
  74.                         {% endif %}
  75.                         {% if youtube %}
  76.                             <a href="{{ youtube }}" class="icon small circle bg-white fab fa-youtube right-10" target="_blank" title="Compte Youtube officiel"></a>
  77.                         {% endif %}
  78.                         {% if linkedin %}
  79.                             <a href="{{ linkedin }}" class="icon small circle bg-white fab fa-linkedin right-10" target="_blank" title="Compte Linkedin officiel"></a>
  80.                         {% endif %}
  81.                     </div>
  82.                 </li>
  83.                 <li class="flex col top-40 {{ mobile("middle center") }}">
  84.                     <figure class="relative w100 {{ desktop("right-80-in") }} {{ mobile("flex col middle center") }}">
  85.                         <img src="{{ footerHost }}/images/veritas.png" class="block w100  " alt="{{"NSIA Banque Bénin certifié ISO 9001:2015 par BUREAU VERITAS"|trans}}" style="{{ mobile("height: 70px") }}">
  86.                     </figure>
  87.                 </li>
  88.             </ul>
  89.         </div>
  90.     </div>
  91.     <div class="relative {{ desktop("flex row middle space top-60-in")}}{{ mobile("flex col mw100 middle center vt-30-in")}} white border-top border-1x border-black-alt border-solid">
  92.         <p class="white upper {{ desktop("semibold") }}">
  93.             © {{ "now"|date("Y") }} NSIA Banque Benin
  94.         </p>
  95.         <a class="{{ mobile("underline bottom-10 top-10 p-alt light") }}" href="{{ footerHost }}/documents/textes-reglementaires/">{{ "Nos conditions de banque"|trans }}</a>
  96.         <a class="{{ mobile("underline p-alt light") }}" href="{{ footerHost }}/p/politique-confidentialite/">{{"Politique de confidentialité"|trans}}</a>
  97.     </div>
  98. </footer>