templates/siteBase/footer.html.twig line 1

Open in your IDE?
  1. <!-- Footer Start -->
  2. <footer class="main-footer">
  3.     <div class="container">
  4.         <div class="row">
  5.             <div class="col-lg-12">
  6.                 <!-- Footer Header Start -->
  7.                 <div class="footer-header">
  8.                     <div class="row align-items-center">
  9.                         <div class="col-lg-6 col-md-8">
  10.                             <div class="footer-header-title">
  11.                                 <!-- Section Title Start -->
  12.                                 <div class="section-title dark-section">
  13.                                     <h2 class="text-anime-style-3" data-cursor="-opaque">Kendinize Önem Verin!</h2>
  14.                                 </div>
  15.                                 <!-- Section Title End -->
  16.                             </div>
  17.                         </div>
  18.                         <div class="col-lg-6 col-md-4">
  19.                             <!-- Footer Contact Button Start -->
  20.                             <div class="footer-contact-btn">
  21.                                 <a href="{{ iletisimLink }}" class="btn-default btn-highlighted">Mesaj Gönder</a>
  22.                             </div>
  23.                             <!-- Footer Contact Button End -->
  24.                         </div>
  25.                     </div>
  26.                 </div>
  27.                 <!-- Footer Header End -->
  28.             </div>
  29.             <div class="col-lg-3 col-md-6">
  30.                 <!-- About Footer Start -->
  31.                 <div class="about-footer">
  32.                     <!-- Footer Logo Start -->
  33.                     <div class="footer-logo">
  34.                         <img src="{{ path('panel_storage',{'file':'beyazLogo.webp'}) }}" alt="Footer Logo" style="width:140px;">
  35.                     </div>
  36.                     <!-- Footer Logo End -->
  37.                     <!-- About Footer Content Start -->
  38.                     <div class="about-footer-content">
  39.                         <p>{{ footerMetin|raw }}</p>
  40.                     </div>
  41.                     <!-- About Footer Content End -->
  42.                     <!-- Footer Social Link Start -->
  43.                     <div class="footer-social-links">
  44.                         <ul>
  45.                             {% for social in sosyalAglar %}
  46.                                 <li><a href="{{ social.link }}"><i class="{{ social.ikon }}"></i></a></li>
  47.                             {% endfor %}
  48.                         </ul>
  49.                     </div>
  50.                     <!-- Footer Social Link End -->
  51.                 </div>
  52.                 <!-- About Footer End -->
  53.             </div>
  54.             <div class="col-lg-3 col-md-6">
  55.                 <!-- Footer Links Start -->
  56.                 <div class="footer-links">
  57.                     <h3>Hızlı Menü</h3>
  58.                     <ul>
  59.                         {% for menu in menuler %}
  60.                             <li><a href="{{ menu.link }}">{{ menu.adi }}</a></li>
  61.                         {% endfor %}
  62.                     </ul>
  63.                 </div>
  64.                 <!-- Footer Links End -->
  65.             </div>
  66.           
  67.             <div class="col-lg-3 col-md-6">
  68.                 <!-- Footer Links Start -->
  69.                 <div class="footer-links">
  70.                     <h3>{{ veriler[4][0].adi }}</h3>
  71.                     <ul>
  72.                         {% for data in veriler[4][1] %}
  73.                             <li><a href="{{ data.link }}">{{ data.adi|html_entity_decode|raw }}</a></li>
  74.                         {% endfor %}
  75.                     </ul>
  76.                 </div>
  77.                 <!-- Footer Links End -->
  78.             </div>
  79.             <div class="col-lg-3 col-md-6">
  80.                 <!-- Footer Contact Box Start -->
  81.                 <div class="footer-contact-box footer-links">
  82.                     <h3>İletişim</h3>
  83.                     <!-- Footer Contact Item Start -->
  84.                     <div class="footer-contact-item">
  85.                         <div class="icon-box">
  86.                             <img src="/dist/images/icon-mail.svg" alt="">
  87.                         </div>
  88.                         <div class="footer-contact-content">
  89.                             <p>{{ 'eposta'|site_iletisimBilgileri|raw }}</p>
  90.                         </div>
  91.                     </div>
  92.                     <!-- Footer Contact Item End -->
  93.                     <!-- Footer Contact Item Start -->
  94.                     <div class="footer-contact-item">
  95.                         <div class="icon-box">
  96.                             <img src="/dist/images/icon-phone.svg" alt="">
  97.                         </div>
  98.                         <div class="footer-contact-content">
  99.                             <p>{{ 'telefon'|site_iletisimBilgileri|raw }}</p>
  100.                         </div>
  101.                     </div>
  102.                     <!-- Footer Contact Item End -->
  103.                     <!-- Footer Contact Item Start -->
  104.                     <div class="footer-contact-item">
  105.                         <div class="icon-box">
  106.                             <img src="/dist/images/icon-location.svg" alt="">
  107.                         </div>
  108.                         <div class="footer-contact-content">
  109.                             <p>{{ 'adres'|site_iletisimBilgileri|raw }}</p>
  110.                         </div>
  111.                     </div>
  112.                     <!-- Footer Contact Item End -->
  113.                 </div>
  114.                 <!-- Footer Contact Box End -->
  115.             </div>
  116.             </div>
  117.         </div>
  118.         <!-- Footer Copyright Section Start -->
  119.         <div class="footer-copyright">
  120.             <div class="row align-items-center">
  121.                 <div class="col-lg-12">
  122.                     <!-- Footer Copyright Start -->
  123.                     <div class="footer-copyright-text">
  124.                       <p>Copyright © {{ 'now'|date('Y') }} Tüm hakları saklıdır. Powered By <a href="https://www.rvyazilim.com" target="_blank" rel="nofollow">RV Software</a></p>
  125.                         
  126.                     </div>
  127.                     <!-- Footer Copyright End -->
  128.                 </div>
  129.             </div>
  130.         </div>
  131.         <!-- Footer Copyright Section End -->
  132.     </div>
  133. </footer>
  134. <!-- Footer End -->