You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

71 lines
3.4 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template footer-->
<template id="theme_upshift_footer" inherit_id="website.layout"
name="Upshift Footer">
<xpath expr="//div[@id='footer']" position="replace">
<!-- Footer -->
<footer class="footer">
<div class="oe_structure"/>
<div class="info">
<img src="/theme_upshift/static/src/img/icons/footer/time-line.svg"
alt="time line"/>
<span>Working hours : 10:00 am to 10:00 pm, Open Seven
days a week
</span>
</div>
<div class="wrapper">
<div class="container">
<div class="footer_brand2 d-block d-lg-none d-md-none mb-3">
<a class="footer_logo" href="#">
<img src="/theme_upshift/static/src/img/Logo/logo-1.png"
alt="logo"/>
<span>Upshift</span>
</a>
</div>
<div class="footer-links">
<t t-call="website.navbar_nav">
<t t-set="_nav_class" t-valuef="pe-2"/>
<t t-foreach="website.menu_id.child_id" t-as="submenu">
<t t-call="website.submenu">
<t t-set="item_class" t-valuef="nav-item"/>
<t t-set="link_class" t-valuef="nav-link"/>
</t>
</t>
</t>
</div>
<div class="footer_brand d-none d-lg-block d-md-block">
<a class="footer_logo" href="#">
<img src="/theme_upshift/static/src/img/Logo/logo-1.png"
alt="logo"/>
<span>Upshift</span>
</a>
</div>
<div class="footer-social">
<a href="#">
<img src="/theme_upshift/static/src/img/icons/footer/instagram-fill.svg"
alt="Facebook"/>
</a>
<a href="#">
<img src="/theme_upshift/static/src/img/icons/footer/facebook-circle-fill.svg"
alt="Facebook"/>
</a>
<a href="#">
<img src="/theme_upshift/static/src/img/icons/footer/twitter-fill.svg"
alt="Facebook"/>
</a>
<a href="#">
<img src="/theme_upshift/static/src/img/icons/footer/youtube-fill.svg"
alt="Facebook"/>
</a>
</div>
<p class="credit">© 2024 Upshift. All rights reserved.
</p>
</div>
</div>
</footer>
</xpath>
</template>
</odoo>