templates_common/footer.html.twig line 1

  1. <footer class="bg-[#081F4F] mt-12 dark:bg-black">
  2.     <div class="relative">
  3.         <div class="container px-4 text-center text-white align-center py-12">
  4.             {% include current_request.domain ~'/footerlogo.html.twig' %}
  5.         </div>
  6.         <button id="scrollToTopButton" class="block text-white rounded-[50%] w-[50px] h-[50px] border-2 border-[#ebecee] absolute top-[50%] right-[2vw] hover:bg-[rgba(254,197,12,.16)]">
  7.             <img class="h-[50px] rotate-[270deg] mx-auto" src="/img/arrow.svg" alt="">
  8.         </button>
  9.     </div>
  10. </footer>
  11. <script defer src="/tiny-slider.js"></script>
  12. <script defer src="/scripts.js"></script>
  13. {% if current_request.domain != 'qr-pib.kz' and current_request.domain != 'moseso.qr-pib.kz' %}
  14.     <div class="" style="position: fixed;
  15.     height: 1px;
  16.     width: 1px;">
  17.         <a href="https://studbook.umto.kz" target="_blank">
  18.             <img style="position: fixed;
  19.     right: 0;
  20.     bottom: 0;" src="/img/sb-link-animated.gif" alt="">
  21.         </a>
  22.     </div>
  23. {% endif %}