templates/Nordinfo/Main/parts/preFooter.html.twig line 1

Open in your IDE?
  1. <div class="preFooter">
  2.   <div class="container">
  3.     <div class="preFooter__inner">
  4.       <section class="preFooter__left">
  5.         <div>
  6.             <span>
  7.               {{ source('svg/icons/Picto_bleu_Journal.svg') }}
  8.             </span>
  9.         </div>
  10.         <div>
  11.           <h1 class="mb-2 mt-0">L’infolettre du Département</h1>
  12.           <p>
  13.             Recevez toutes les deux semaines une sélection d’actualités, de services et d’idées sorties qui font le Nord
  14.           </p>
  15.         </div>
  16.       </section>
  17.       <section class="preFooter__right">
  18.         <a href="https://info.lenord.fr/infolettre" {% if prefooter_template != 'nordinfo' %}target="_blank" {% endif %}
  19.            title="Formulaire d’inscription à l'infolettre du Département" class="--icon-external">
  20.           <div class="__inner">
  21.             <span class="__icon">
  22.               <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true"
  23.                    viewBox="0 0 512 512"><path d="M497.9 142.1l-46.1 46.1c-4.7 4.7-12.3 4.7-17 0l-111-111c-4.7-4.7-4.7-12.3 0-17l46.1-46.1c18.7-18.7 49.1-18.7 67.9 0l60.1 60.1c18.8 18.7 18.8 49.1 0 67.9zM284.2 99.8L21.6 362.4.4 483.9c-2.9 16.4 11.4 30.6 27.8 27.8l121.5-21.3 262.6-262.6c4.7-4.7 4.7-12.3 0-17l-111-111c-4.8-4.7-12.4-4.7-17.1 0zM124.1 339.9c-5.5-5.5-5.5-14.3 0-19.8l154-154c5.5-5.5 14.3-5.5 19.8 0s5.5 14.3 0 19.8l-154 154c-5.5 5.5-14.3 5.5-19.8 0zM88 424h48v36.3l-64.5 11.3-31.1-31.1L51.7 376H88v48z"/></svg>
  24.             </span>
  25.             <span class="__text">
  26.                                                     <span class="__inner">S’inscrire</span>
  27.                                                     {% if prefooter_template != 'nordinfo' %}
  28.                             <span class="__icon">{{ source('svg/icons/icon-external.svg') }}</span>
  29.                           {% endif %}
  30.                                                 </span>
  31.           </div>
  32.         </a>
  33.       </section>
  34.     </div>
  35.   </div>
  36. </div>