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.
 
 
 
 
 

46 lines
2.5 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<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_content">
<section class="footer gap">
<div class="container">
<div class="footer_content">
<div class="col-12">
<div class="wrapper">
<div class="footer_logo">
<a href="#">
<img src="/theme_blast/static/src/img/Logo/Logo.png"/>
</a>
</div>
<p>A wonderful serenity has taken possession of my entire soul, like these<br/> sweet mornings of spring
which I
enjoy with </p>
<div class="footer_icon">
<a href="#"><span class="fab fa-facebook-f"></span></a>
<a href="#"> <span class="fab fa-pinterest"></span></a>
<a href="#"><span class="fab fa-instagram"></span></a>
<a href="#"> <span class="fab fa-twitter"></span></a>
<a href="#"> <span class="fab fa-linkedin-in"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="footer_bottom ">
<div class="container">
<span>
Copyright © 2021. All right reserved by
</span>
<a href="#">Cybrosys</a>
</div>
</div>
</section>
</div>
</div>
</xpath>
</template>
</data>
</odoo>