templates/frontend/Default/Layout/footer.html.twig line 1

Open in your IDE?
  1. <footer>
  2.     <div class="d-block mb2">
  3.         <svg width="32px" height="32px" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 1024 1024" style="display: block;margin: auto;">
  4.             <path fill="#94c120" fill-rule="nonzero" d="M111 512c0-300.8 100.2-401 401-401s401 100.2 401 401-100.3 401-401 401c-300.8 0-401-100.3-401-401Zm358.6 46.5.4 150.2c0 30.6 35.5 49 59.7 30.2l1.9-1.6c83-73.3 146-127.5 228.4-200 2.6-2.4 4.1-5.8 4.1-9.3V307.9c0-3.2-3.6-4.9-6-2.8L469.6 558.5Zm81-108.9-.4-150.2c0-30.6-35.4-49-59.6-30.2l-2 1.6c-83 73.2-146 127.4-228.3 200a12.3 12.3 0 0 0-4.2 9.3v220.1c0 3.2 3.7 4.8 6 2.7l288.6-253.3Z" />
  5.         </svg>
  6.     </div>
  7.     <div class="basicFooter">
  8.         <a class="item1" href="{{ path('portada') }}">{{ "now"|date("Y") }}&nbsp;©NextCaddy</a>
  9.         <a class="item1" href="{{ path('integracion') }}">Añade tu Widget NextCaddy</a>
  10.         <a class="item1" href="{{ path('cookies') }}">Política de Cookies</a>
  11.         <a class="item1" href="{{ path('privacidad') }}">Política de Privacidad</a>
  12.         <a class="item1" href="{{ path('terminos_condiciones') }}">Términos y Condiciones</a>
  13.         <a class="item1" target="_blank" href="http://www.aemet.es">Meteo ©AEMET</a>
  14.         {#<a class="item1" target="_blank" href="https://darksky.net">Meteo ©DarkSky</a>#}
  15.     </div>
  16. </footer>