odex25_standard/odex25_base/odex_new_website/template/footer.xml

43 lines
2.7 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>