templates/footer/index.html.twig line 1

Open in your IDE?
  1. {% block stylesheets %}
  2.     {{ encore_entry_link_tags('app') }}
  3. {% endblock %}
  4. {% block footer %}
  5. <div class="footer">
  6.     <div class= "signature">
  7.         <img class="img_footer" src="{{ asset('build/images/BLOC_SIGNATURE_DRANE.png') }}"/>
  8.     </div>
  9.     <div class="separation">
  10.     </div>
  11.     <div class="rubrique">
  12.         <h5>Qu'est-ce que le portail LUNE ?</h5>
  13.         <p>Le portaiL des Usages du Numérique 
  14.         Educatif (LUNE) est une plateforme 
  15.         numérique qui intègre de l'intelligence
  16.         artificielle pour faciliter l'accès du 
  17.         personnel éducatif à des ressources 
  18.         pédagogiques.</p>
  19.         <h5>Nous suivre</h5>
  20.         <div style="display: flex; flex-direction: row; gap: 20px;">
  21.             <a href="#" target="_blank" class="instagram"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#54f2f2" d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg></a>
  22.             <a href="#" target="_blank" class="twitter"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#54f2f2" d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"/></svg></a>
  23.             <a href="#" target="_blank" class="youtube"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#54f2f2" d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z"/></svg></a>
  24.         </div>    
  25.     </div>
  26.     <div class="separation">
  27.     </div>
  28.     <div class="rubrique">
  29.         <h5>Notre Galaxie</h5>
  30.         <a href="{{ path('FAQ') }}">FAQ</a>
  31.         <a href="{{path('ticket')}}">Aide</a>
  32.         <a href="{{ path('Contributeurs') }}">Nos partenaires</a>
  33.         <a href="{{path('Equipe')}}">L'équipe</a>
  34.     </div>
  35.     <div class="separation">
  36.     </div>
  37.     <div class="rubrique">
  38.         <h5>Le LEM</h5>
  39.         <a href="#">Langue</a>
  40.         <a href="{{ path('Contact') }}">Contact</a>
  41.         <a href="{{ path('mentionLegal') }}">Mentions légales</a>
  42.         <a href="{{ path('PolitiqueConf') }}">Politique de confidentialité</a>
  43.        
  44.     </div>
  45. </div>
  46. {% endblock %}