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.
150 lines
8.5 KiB
150 lines
8.5 KiB
|
|
<odoo>
|
|
<data>
|
|
<template id="footer_default_sample" inherit_id="website.layout"
|
|
name="Footer Sample">
|
|
<xpath expr="//div[@id='footer']" position="replace">
|
|
<div id="footer">
|
|
<div class="footer-area footer-padding" style="background-color: #fff;">
|
|
<div class="container">
|
|
<div class="row d-flex justify-content-between">
|
|
<div class="col-xl-3 col-lg-3 col-md-5 col-sm-6">
|
|
<div class="single-footer-caption mb-50">
|
|
<div class="single-footer-caption mb-30">
|
|
<!-- logo -->
|
|
<div class="footer-logo">
|
|
<a href="index.html">
|
|
<img src="/cts_theme_perfume/static/src/img/logo/FRAG_LOGO.png"
|
|
alt=""/>
|
|
</a>
|
|
</div>
|
|
<div class="footer-tittle">
|
|
<div class="footer-pera">
|
|
<p>Asorem ipsum adipolor
|
|
sdit amet, consectetur
|
|
adipisicing elitcf sed
|
|
do eiusmod tem.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-2 col-lg-3 col-md-3 col-sm-5">
|
|
<div class="single-footer-caption mb-50">
|
|
<div class="footer-tittle">
|
|
<h4>Quick Links</h4>
|
|
<ul>
|
|
<li>
|
|
<a href="#">About</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Offers &
|
|
Discounts
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Get Coupon</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Contact Us</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-3 col-lg-3 col-md-4 col-sm-7">
|
|
<div class="single-footer-caption mb-50">
|
|
<div class="footer-tittle">
|
|
<h4>New Products</h4>
|
|
<ul>
|
|
<li>
|
|
<a href="#">Woman Perfume
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Fashion
|
|
Accessories
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Men Perfume</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Air Freshner</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-3 col-lg-3 col-md-5 col-sm-7">
|
|
<div class="single-footer-caption mb-50">
|
|
<div class="footer-tittle">
|
|
<h4>Support</h4>
|
|
<ul>
|
|
<li>
|
|
<a href="#">Frequently Asked
|
|
Questions
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Terms &
|
|
Conditions
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Privacy Policy
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="#">Report a Payment
|
|
Issue
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- Footer bottom -->
|
|
<div class="row align-items-center">
|
|
<div class="col-xl-7 col-lg-8 col-md-7">
|
|
<div class="footer-copy-right">
|
|
<p>
|
|
Copyright ©<script></script>
|
|
All rights reserved | This template
|
|
is made with <i class="fa fa-heart"
|
|
></i> by
|
|
<a href="https://cybrosys.com"
|
|
target="_blank">Cybrosys
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="col-xl-5 col-lg-4 col-md-5">
|
|
<div class="footer-copy-right f-right">
|
|
<!-- social -->
|
|
<div class="footer-social">
|
|
<a href="#">
|
|
<i class="fab fa-twitter"></i>
|
|
</a>
|
|
<a href="https://www.facebook.com">
|
|
<i class="fab fa-facebook-f"></i>
|
|
</a>
|
|
<a href="#">
|
|
<i class="fab fa-behance"></i>
|
|
</a>
|
|
<a href="#">
|
|
<i class="fas fa-globe"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</xpath>
|
|
</template>
|
|
</data>
|
|
</odoo>
|