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.
 
 
 
 
 

154 lines
9.4 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for user icon-->
<template id="template_header_default_inherited"
inherit_id="portal.user_dropdown">
<xpath expr="//span" position="replace">
<span t-if="_user_name"
t-attf-class="fa fa-1x fa-fw fa-user-circle-o #{_icon_class}"/>
</xpath>
</template>
<!-- Inherited Website Layout-->
<template id="theme_default_sample" inherit_id="website.layout"
name="Theme Sample">
<!-- Add an element after the top menu -->
<xpath expr="//div[@id='wrapwrap']/main" position="after">
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>The Chef</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"/>
<!-- google font css -->
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&amp;display=swap"
rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&amp;family=Satisfy&amp;display=swap"
rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&amp;display=swap"
rel="stylesheet"/>
</head>
<body>
<section class="main_body">
</section>
</body>
</html>
</xpath>
<!-- Template for footer-->
<xpath expr="//div[@id='footer']" position="replace">
<section class="main_body">
<!-- Section footer starts here -->
<footer class="footer">
<div class="container-fluid">
<div class="footer_content">
<div class="row">
<div class="col-lg-3 offset-lg-1 col-md-4 col-sm-12 pb-5 pb-md-0 pb-lg-0 ">
<div class="wrapper">
<div class="brand">
<a class="navbar-brand"
href="index.html">The Chef
</a>
<p>Lorem ipsum dolor sit amet,
consectetur adipisicing
elit.
Et obcaecati quisquam id sit
omnis
explicabo voluptate aut
placeat, soluta,
nisi ea magni facere, itaque
incidunt modi? Magni,
et voluptatum dolorem.
</p>
<div class="footer_icon">
<a href="#">
<span class="fa fa-pinterest"/>
</a>
<a href="#">
<span class="fa fa-linkedin"/>
</a>
<a href="#">
<span class="fa fa-facebook"/>
</a>
<a href="#">
<span class="fa fa-twitter"/>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-4 col-sm-12 pb-5 pb-md-0 pb-lg-0">
<div class="wrapper">
<h4>Open Hours</h4>
<ul class="list-unstyled open-hours">
<li class="d-flex justify-content-between">
<span>Monday</span>
<span>9:00 - 24:00</span>
</li>
<li class="d-flex justify-content-between">
<span>Tuesday</span>
<span>9:00 - 24:00</span>
</li>
<li class="d-flex justify-content-between">
<span>Wednesday</span>
<span>9:00 - 24:00</span>
</li>
<li class="d-flex justify-content-between">
<span>Thursday</span>
<span>9:00 - 24:00</span>
</li>
<li class="d-flex justify-content-between">
<span>Friday</span>
<span>9:00 - 02:00</span>
</li>
<li class="d-flex justify-content-between">
<span>Saturday</span>
<span>9:00 - 02:00</span>
</li>
<li class="d-flex justify-content-between">
<span>Sunday</span>
<span>Closed</span>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 offset-lg-1 col-md-4 col-sm-12 pb-5 pb-md-0 pb-lg-0">
<div class="wrapper">
<h4>Open Hours</h4>
<p>
Lorem ipsum dolor sit amet,
consectetur adipisicing elit.
</p>
<div class="">
<div class="form-group">
<input type="text"
class="form-control"
id="usr"
placeholder="Enter Email"/>
</div>
</div>
<a href="#" class="btn btn-submit">
Submit
</a>
</div>
</div>
</div>
<div class="footer_bottom">
<p>Copy right © <a href="#">Cybrosys.com</a> All
rights reserved
</p>
</div>
</div>
</div>
</footer>
</section>
</xpath>
</template>
</odoo>