43 lines
2.7 KiB
XML
43 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<odoo>
|
||
<template id="my_footer" inherit_id="website.layout" name="Footer">
|
||
<xpath expr="//footer" position="replace">
|
||
<footer>
|
||
<div class="top_section">
|
||
<div class="about">
|
||
<a href="/"><img src="/odex_new_website/static/img/logo-footer.png" alt="" title=""/></a>
|
||
<h3>An expert limited liability company with distinguished cadres, working in several fields serving information and communications technology.<br/>
|
||
With a steady and renewed step, it continues to draw its vision within high standards and values to raise the level of services, with distinguished global experience to meet the desires and needs of customers.
|
||
</h3>
|
||
<div class="social">
|
||
<a href="#"><img src="/odex_new_website/static/img/youtube.png" alt="" title=""/></a>
|
||
<a href="#"><img src="/odex_new_website/static/img/facebook.png" alt="" title=""/></a>
|
||
<a href="#"><img src="/odex_new_website/static/img/x.png" alt="" title=""/></a>
|
||
<a href="#"><img src="/odex_new_website/static/img/linkedin.png" alt="" title=""/></a>
|
||
</div>
|
||
</div>
|
||
<span class="footer_divider"></span>
|
||
<div class="contact_container">
|
||
<div class="contact_us">
|
||
<a href="mailto:info@exp-sa.com"><img src="/odex_new_website/static/img/email.png" alt="" title="" />info@exp-sa.com</a>
|
||
<a id="call-link"><img src="/odex_new_website/static/img/call.png" alt="" title="" /><span>+966 (054) 5941651</span></a>
|
||
<a href="https://maps.app.goo.gl/ZEop57KebT3n8Pwz9" target="_blank"><img src="/odex_new_website/static/img/location.png" alt="" title="" />King Khalid Branch Rd, Ar Rihab</a>
|
||
</div>
|
||
</div>
|
||
<span class="footer_divider"></span>
|
||
<div class="important_links_container">
|
||
<ul>
|
||
<li><a href="/">Home</a></li>
|
||
<li><a href="/courses">Training courses</a></li>
|
||
<li><a href="#">Privacy and usage policy</a></li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
<div class="copyrights">
|
||
<span>©2024 - Expert Co. Ltd. All Rights Reserved</span>
|
||
</div>
|
||
</footer>
|
||
</xpath>
|
||
</template>
|
||
</odoo>
|