templates/footer.v2.html.twig line 1

Open in your IDE?
  1. {% set EN_LANGUAGE = constant('Aqarmap\\Bundle\\MainBundle\\Constant\\Locales::EN') %}
  2. {% set jobsURL = 'https://i.aqarmap.com/careers/' %}
  3. {% set aboutUsENURL = 'https://i.aqarmap.com/aboutus/' %}
  4. {% set aboutUsARURL = 'https://i.aqarmap.com/aboutus/index-ar.html' %}
  5. {% set blogENURL = 'https://blog.aqarmap.sa/en/' %}
  6. {% set blogARURL = 'https://blog.aqarmap.sa/ar/' %}
  7. <div class="mainfooterContainer">
  8.     <footer class="footer-v2">
  9.         <div class="container">
  10.             <div class="row footer-section mb-4">
  11.                 <div class="footer-section__text-area footer-section__text-area_brand-area col-md-6 col-12">
  12.                     <a href="{{ path('homepage') }}" class="footer-section__text-area_logo footer-section_mobile-margin"></a>
  13.                     <img class="footer-section__text-area_brand-area_img"
  14.                         width="30" hight="50"
  15.                         src="{{ asset('images/ic_Emblem_footer.svg') }}"
  16.                         alt="{{ 'layout.aqarmap'|trans }}" />
  17.                     <p class="footer-section__text-area_paragraph footer-section_mobile-margin footer-section_desktop-margin">
  18.                     {{ 'page_content.about_aqarmap'|trans }}
  19.                     </p>
  20.                 </div>
  21.                 <div class="col-1"></div>
  22.                 <div class="footer-section__links-area col-md-5 col-12">
  23.                     <div class="footer-section__links-area__services footer-section_mobile-margin">
  24.                         <ul class="inline-list inline-list__bullet list-inline">
  25.                             {% if not isEnabledKSAnewHome %}
  26.                                 <li class="item item_white list-inline-item">
  27.                                     <a href="{{ app.request.locale == EN_LANGUAGE ? aboutUsENURL : aboutUsARURL }}" rel="nofollow">{{ 'footer.links.about_us'|trans }}</a>
  28.                                 </li>
  29.                             {% endif %}
  30.                             {% if not isEnabledKSAnewHome %}
  31.                                 <li class="item item_white list-inline-item">
  32.                                     <a href="{{ jobsURL }}" rel="nofollow">{{ 'footer.links.jobs'|trans }}</a>
  33.                                 </li>
  34.                             {% endif %}
  35.                             <li class="item item_white list-inline-item">
  36.                                 <a href="{{ path('page_view', {'slug': 'contact-us'}) }}" rel="nofollow">{{ 'footer.links.contact'|trans }}</a>
  37.                             </li>
  38.                             {% if isEnabledKSAnewHome %}
  39.                                 <li class="item item_white list-inline-item">
  40.                                     <a href="{{ app.request.locale == EN_LANGUAGE ? blogENURL : blogARURL }}" rel="nofollow">{{ 'footer.links.blog'|trans }}</a>
  41.                                 </li>
  42.                             {% endif %}
  43.                             {% if not isEnabledKSAnewHome %}
  44.                                 <li class="item item_white list-inline-item">
  45.                                     <a href="{{ path('sitemap_flow') }}" rel="nofollow">{{ 'footer.links.site_map'|trans }}</a>
  46.                                 </li>
  47.                             {% endif %}
  48.                             {% if not isEnabledKSAnewHome %}
  49.                             <li class="item item_white list-inline-item">
  50.                                 <a href="{{ path('page_view', {'slug': 'terms'}) }}" rel="nofollow">{{ 'footer.links.terms'|trans }}</a>
  51.                             </li>
  52.                             {% endif %}
  53.                         </ul>
  54.                     </div>
  55.                     <div class="footer-section__links-area__apps footer-section_mobile-margin footer-section_desktop-margin">
  56.                         <ul class="list-inline">
  57.                             <li class="list-inline-item">
  58.                                 <a href="https://play.google.com/store/apps/details?id=com.aqarmap.android"
  59.                                     class="inline-list__app-icon" title="Android App" rel="nofollow">
  60.                                     <img
  61.                                         width="80" height="24"
  62.                                         class="inverted"
  63.                                         alt="aqarmap android app"
  64.                                         src="{{ asset('images/BrandsIcons/google.svg') }}" />
  65.                                 </a>
  66.                             </li>
  67.                             <li class="list-inline-item">
  68.                                 <a href="https://apps.apple.com/us/app/aqarmap-egypt/id642633889"
  69.                                     class="inline-list__app-icon" title="Ios App" rel="nofollow">
  70.                                     <img
  71.                                         width="80" height="24"
  72.                                         alt="aqarmap ios app"
  73.                                         src="{{ asset('images/BrandsIcons/IOS.svg') }}" />
  74.                                 </a>
  75.                             </li>
  76.                         </ul>
  77.                     </div>
  78.                     <div class="footer-section__links-area__socials footer-section_desktop-margin">
  79.                         <ul class="inline-list list-inline">
  80.                             <li class="item item_margin list-inline-item">
  81.                                 <a href="https://facebook.com/{{ get_setting('general', 'country') == 'SA' ? 'aqarmapsaudi' : 'aqarmapcom' }}"
  82.                                     title="Facebook" rel="nofollow">
  83.                                     <img
  84.                                         width="10" height="20"
  85.                                         alt="aqarmap on facebook"
  86.                                         src="{{ asset('images/BrandsIcons/socials/facebook.svg') }}" />
  87.                                 </a>
  88.                             </li>
  89.                             <li class="item item_margin list-inline-item">
  90.                                 <a href="https://instagram.com/{{ get_setting('general', 'country') == 'SA' ? 'aqarmap_saudi/' : 'aqarmap' }}" title="Instagram" rel="nofollow">
  91.                                     <img
  92.                                         width="20" height="20"
  93.                                         alt="aqarmap on instagram"
  94.                                         src="{{ asset('images/BrandsIcons/socials/instagram-logo.svg') }}" />
  95.                                 </a>
  96.                             </li>
  97.                             <li class="item item_margin list-inline-item">
  98.                                 <a href="https://www.youtube.com/{{ get_setting('general', 'country') == 'SA' ? '@AqarmapSaudi' : 'aqarmapco' }}" title="Youtube" rel="nofollow">
  99.                                     <img
  100.                                         width="30" height="20"
  101.                                         alt="aqarmap on youtube"
  102.                                         src="{{ asset('images/BrandsIcons/socials/youtube.svg') }}" />
  103.                                 </a>
  104.                             </li>
  105.                             <li class="item list-inline-item">
  106.                                 <a href="https://twitter.com/{{ get_setting('general', 'country') == 'SA' ? 'aqarmap_saudi' : 'aqarmap' }}" title="Twitter"  rel="nofollow">
  107.                                     <img
  108.                                         width="25" height="20"
  109.                                         alt="aqarmap on twitter"
  110.                                         src="{{ asset('images/BrandsIcons/socials/twitter.svg') }}" />
  111.                                 </a>
  112.                             </li>
  113.                         </ul>
  114.                     </div>
  115.                 </div>
  116.             </div>
  117.         </div>
  118.     </footer>
  119. </div>