templates/frontend/layouts/footer.html.twig line 1

Open in your IDE?
  1. <!-- =======================
  2. Footer START -->
  3. <footer class="bg-dark pt-5">
  4.     <div class="container">
  5.         <!-- Row START -->
  6.         <div class="row g-4">
  7.             <!-- Widget 1 START -->
  8.             <div class="col-lg-3">
  9.                 <a href="{{path('home_app')}}" style="position: relative">
  10.                     <div style="display: inline-block;">
  11.                         <img style="border-radius: 5px" id="logo-footer-img" src="{{ asset('build/images/logo1.jpeg') }}" alt="logo">
  12.                     </div>
  13.                     {#                <img class="dark-mode-item navbar-brand-item" src="{{ asset('build/images/logo-light.svg') }}" alt="logo">
  14.                     <div id="logo-footer-text">
  15.                         Sunscape
  16.                     </div>
  17.                     #}
  18.                 </a>
  19.                 <!-- logo -->
  20. {#                <a href="index.html">#}
  21. {#                    <img class="h-40px" src="{{ asset('build/images/logo-light.svg') }}" alt="logo">#}
  22. {#                </a>#}
  23.                {# <p class="my-3 text-muted">Departure defective arranging rapturous did believe him all had supported.</p>#}
  24.                 <br><br>
  25.                 <p class="mb-2"><a href="#" class="text-muted"><i class="bi bi-telephone me-2"></i>+7 495 991 77 79</a> </p>
  26.                 <p class="mb-0"><a href="#" class="text-muted"><i class="bi bi-envelope me-2"></i>info@terra-it.ru</a></p>
  27.             </div>
  28.             <!-- Widget 1 END -->
  29.             <!-- Widget 2 START -->
  30.             <div class="col-lg-8 ms-auto">
  31.                 <div class="row g-4">
  32.                     <!-- Link block -->
  33.                     <div class="col-6 col-md-3">
  34.                         <h5 class="text-white mb-2 mb-md-4">{% trans %}Page{% endtrans %}</h5>
  35.                         <ul class="nav flex-column">
  36.                             <li class="nav-item"><a class="nav-link text-muted" href="#">{% trans %}About us{% endtrans %}</a></li>
  37. {#                            <li class="nav-item"><a class="nav-link text-muted" href="#">{% trans %}Contact us{% endtrans %}</a></li>#}
  38.                         </ul>
  39.                     </div>
  40.                     <!-- Link block -->
  41.                     <div class="col-6 col-md-3">
  42.                         <h5 class="text-white mb-2 mb-md-4">{% trans %}Link{% endtrans %}</h5>
  43.                         <ul class="nav flex-column">
  44.                             {% if app.user %}
  45.                             {% else%}
  46.                                 <li class="nav-item"><a class="nav-link text-muted" href="{{ path('app_register', {'_locale': currentLocale.key}) }}">{% trans %}Sign up{% endtrans %}</a></li>
  47.                                 <li class="nav-item"><a class="nav-link text-muted" href="{{ path('app_login', {'_locale': currentLocale.key}) }}">{% trans %}Sign in{% endtrans %}</a></li>
  48.                             {% endif %}
  49.                             <li class="nav-item"><a class="nav-link text-muted" href="#">{% trans %}Privacy policy{% endtrans %}</a></li>
  50.                         </ul>
  51.                     </div>
  52.                     <!-- Link block -->
  53.                     {#<div class="col-6 col-md-3">
  54.                         <h5 class="text-white mb-2 mb-md-4">{% trans %}Booking{% endtrans %}</h5>
  55.                         <ul class="nav flex-column text-primary-hover">
  56.                             <li class="nav-item"><a class="nav-link text-muted" href="{{ path('hotel_list') }}"><i class="fa-solid fa-hotel me-2"></i>{% trans %}Hotels{% endtrans %}</a></li>
  57.                         </ul>
  58.                     </div>#}
  59.                 </div>
  60.             </div>
  61.             <!-- Widget 2 END -->
  62.         </div><!-- Row END -->
  63.        {# <!-- Tops Links -->
  64.         <div class="row mt-5">
  65.             <h5 class="mb-2 text-white">Top Links</h5>
  66.             <ul class="list-inline text-primary-hover lh-lg">
  67.                 <li class="list-inline-item"><a href="#" class="text-muted">Flights</a></li>
  68.                 <li class="list-inline-item"><a href="#" class="text-muted">Hotels</a></li>
  69.                 <li class="list-inline-item"><a href="#" class="text-muted">Tours</a></li>
  70.                 <li class="list-inline-item"><a href="#" class="text-muted">Cabs</a></li>
  71.                 <li class="list-inline-item"><a href="#" class="text-muted">About</a></li>
  72.                 <li class="list-inline-item"><a href="#" class="text-muted">Contact us</a></li>
  73.                 <li class="list-inline-item"><a href="#" class="text-muted">Blogs</a></li>
  74.                 <li class="list-inline-item"><a href="#" class="text-muted">Services</a></li>
  75.                 <li class="list-inline-item"><a href="#" class="text-muted">Detail page</a></li>
  76.                 <li class="list-inline-item"><a href="#" class="text-muted">Services</a></li>
  77.                 <li class="list-inline-item"><a href="#" class="text-muted">Policy</a></li>
  78.                 <li class="list-inline-item"><a href="#" class="text-muted">Testimonials</a></li>
  79.                 <li class="list-inline-item"><a href="#" class="text-muted">Newsletters</a></li>
  80.                 <li class="list-inline-item"><a href="#" class="text-muted">Podcasts</a></li>
  81.                 <li class="list-inline-item"><a href="#" class="text-muted">Protests</a></li>
  82.                 <li class="list-inline-item"><a href="#" class="text-muted">NewsCyber</a></li>
  83.                 <li class="list-inline-item"><a href="#" class="text-muted">Education</a></li>
  84.                 <li class="list-inline-item"><a href="#" class="text-muted">Sports</a></li>
  85.                 <li class="list-inline-item"><a href="#" class="text-muted">Tech and Auto</a></li>
  86.                 <li class="list-inline-item"><a href="#" class="text-muted">Opinion</a></li>
  87.                 <li class="list-inline-item"><a href="#" class="text-muted">Share Market</a></li>
  88.             </ul>
  89.         </div>#}
  90.         <!-- Payment and card -->
  91.         <div class="row g-4 justify-content-between mt-0 mt-md-2">
  92.             <!-- Payment card -->
  93.             <!-- Social media icon -->
  94.         </div>
  95.         <!-- Divider -->
  96.         <hr class="mt-4 mb-0">
  97.         <!-- Bottom footer -->
  98.         {#<div class="row">
  99.             <div class="container">
  100.                 <div class="d-lg-flex justify-content-between align-items-center py-3 text-center text-lg-start">
  101.                     <!-- copyright text -->
  102.                     <div class="text-muted text-primary-hover"> Copyrights <a href="#" class="text-muted">©2022 Booking</a>. All rights reserved. </div>
  103.                     <!-- copyright links-->
  104.                     <div class="nav mt-2 mt-lg-0">
  105.                         <ul class="list-inline text-primary-hover mx-auto mb-0">
  106.                             <li class="list-inline-item me-0"><a class="nav-link py-1 text-muted" href="#">Privacy policy</a></li>
  107.                             <li class="list-inline-item me-0"><a class="nav-link py-1 text-muted" href="#">Terms and conditions</a></li>
  108.                             <li class="list-inline-item me-0"><a class="nav-link py-1 text-muted pe-0" href="#">Refund policy</a></li>
  109.                         </ul>
  110.                     </div>
  111.                 </div>
  112.             </div>
  113.         </div>#}
  114.     </div>
  115. </footer>
  116. <!-- =======================
  117. Footer END -->