{% set EN_LANGUAGE = constant('Aqarmap\\Bundle\\MainBundle\\Constant\\Locales::EN') %}
{% set jobsURL = 'https://i.aqarmap.com/careers/' %}
{% set aboutUsENURL = 'https://i.aqarmap.com/aboutus/' %}
{% set aboutUsARURL = 'https://i.aqarmap.com/aboutus/index-ar.html' %}
{% set blogENURL = 'https://blog.aqarmap.sa/en/' %}
{% set blogARURL = 'https://blog.aqarmap.sa/ar/' %}
<div class="mainfooterContainer">
<footer class="footer-v2">
<div class="container">
<div class="row footer-section mb-4">
<div class="footer-section__text-area footer-section__text-area_brand-area col-md-6 col-12">
<a href="{{ path('homepage') }}" class="footer-section__text-area_logo footer-section_mobile-margin"></a>
<img class="footer-section__text-area_brand-area_img"
width="30" hight="50"
src="{{ asset('images/ic_Emblem_footer.svg') }}"
alt="{{ 'layout.aqarmap'|trans }}" />
<p class="footer-section__text-area_paragraph footer-section_mobile-margin footer-section_desktop-margin">
{{ 'page_content.about_aqarmap'|trans }}
</p>
</div>
<div class="col-1"></div>
<div class="footer-section__links-area col-md-5 col-12">
<div class="footer-section__links-area__services footer-section_mobile-margin">
<ul class="inline-list inline-list__bullet list-inline">
{% if not isEnabledKSAnewHome %}
<li class="item item_white list-inline-item">
<a href="{{ app.request.locale == EN_LANGUAGE ? aboutUsENURL : aboutUsARURL }}" rel="nofollow">{{ 'footer.links.about_us'|trans }}</a>
</li>
{% endif %}
{% if not isEnabledKSAnewHome %}
<li class="item item_white list-inline-item">
<a href="{{ jobsURL }}" rel="nofollow">{{ 'footer.links.jobs'|trans }}</a>
</li>
{% endif %}
<li class="item item_white list-inline-item">
<a href="{{ path('page_view', {'slug': 'contact-us'}) }}" rel="nofollow">{{ 'footer.links.contact'|trans }}</a>
</li>
{% if isEnabledKSAnewHome %}
<li class="item item_white list-inline-item">
<a href="{{ app.request.locale == EN_LANGUAGE ? blogENURL : blogARURL }}" rel="nofollow">{{ 'footer.links.blog'|trans }}</a>
</li>
{% endif %}
{% if not isEnabledKSAnewHome %}
<li class="item item_white list-inline-item">
<a href="{{ path('sitemap_flow') }}" rel="nofollow">{{ 'footer.links.site_map'|trans }}</a>
</li>
{% endif %}
{% if not isEnabledKSAnewHome %}
<li class="item item_white list-inline-item">
<a href="{{ path('page_view', {'slug': 'terms'}) }}" rel="nofollow">{{ 'footer.links.terms'|trans }}</a>
</li>
{% endif %}
</ul>
</div>
<div class="footer-section__links-area__apps footer-section_mobile-margin footer-section_desktop-margin">
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://play.google.com/store/apps/details?id=com.aqarmap.android"
class="inline-list__app-icon" title="Android App" rel="nofollow">
<img
width="80" height="24"
class="inverted"
alt="aqarmap android app"
src="{{ asset('images/BrandsIcons/google.svg') }}" />
</a>
</li>
<li class="list-inline-item">
<a href="https://apps.apple.com/us/app/aqarmap-egypt/id642633889"
class="inline-list__app-icon" title="Ios App" rel="nofollow">
<img
width="80" height="24"
alt="aqarmap ios app"
src="{{ asset('images/BrandsIcons/IOS.svg') }}" />
</a>
</li>
</ul>
</div>
<div class="footer-section__links-area__socials footer-section_desktop-margin">
<ul class="inline-list list-inline">
<li class="item item_margin list-inline-item">
<a href="https://facebook.com/{{ get_setting('general', 'country') == 'SA' ? 'aqarmapsaudi' : 'aqarmapcom' }}"
title="Facebook" rel="nofollow">
<img
width="10" height="20"
alt="aqarmap on facebook"
src="{{ asset('images/BrandsIcons/socials/facebook.svg') }}" />
</a>
</li>
<li class="item item_margin list-inline-item">
<a href="https://instagram.com/{{ get_setting('general', 'country') == 'SA' ? 'aqarmap_saudi/' : 'aqarmap' }}" title="Instagram" rel="nofollow">
<img
width="20" height="20"
alt="aqarmap on instagram"
src="{{ asset('images/BrandsIcons/socials/instagram-logo.svg') }}" />
</a>
</li>
<li class="item item_margin list-inline-item">
<a href="https://www.youtube.com/{{ get_setting('general', 'country') == 'SA' ? '@AqarmapSaudi' : 'aqarmapco' }}" title="Youtube" rel="nofollow">
<img
width="30" height="20"
alt="aqarmap on youtube"
src="{{ asset('images/BrandsIcons/socials/youtube.svg') }}" />
</a>
</li>
<li class="item list-inline-item">
<a href="https://twitter.com/{{ get_setting('general', 'country') == 'SA' ? 'aqarmap_saudi' : 'aqarmap' }}" title="Twitter" rel="nofollow">
<img
width="25" height="20"
alt="aqarmap on twitter"
src="{{ asset('images/BrandsIcons/socials/twitter.svg') }}" />
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
</div>