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.
 
 
 
 
 

109 lines
5.6 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="custom_message" inherit_id="website.layout"
name="Custom Header">
<!-- Customized Website Footer Template -->
<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>
<!-- Add an element after the top menu -->
<xpath expr="//div[@id='wrapwrap']/main" position="before">
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport"
content="width=device-width, initial-scale=1.0"/>
<title>Blasst</title>
<!-- bootstrap css -->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
crossorigin="anonymous"/>
<!-- google icon css -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"/>
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous"/>
<link rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin="anonymous"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"/>
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="50">
<a id="back-to-top" href="#"
class="btn btn-light btn-lg back-to-top" role="button">
<i class="fas fa-chevron-up"></i>
</a>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script>
$(document).ready(function () {
// scroll body to 0px on click
$('#back-to-top').click(function () {
$('body,html').animate({
scrollTop: 0
}, 400);
return false;
});
});
</script>
</body>
</html>
</xpath>
</template>
</odoo>