Browse Source

[UPDT] Index Updated 'theme_the_chef'

pull/164/head
Ajmal Cybro 4 years ago
parent
commit
e5b389b0cb
  1. 3
      theme_the_chef/__init__.py
  2. 14
      theme_the_chef/__manifest__.py
  3. BIN
      theme_the_chef/static/description/images/1.jpg
  4. BIN
      theme_the_chef/static/description/images/2.jpg
  5. BIN
      theme_the_chef/static/description/images/3.jpg
  6. BIN
      theme_the_chef/static/description/images/4.jpg
  7. BIN
      theme_the_chef/static/description/images/5.jpg
  8. BIN
      theme_the_chef/static/description/images/6.jpg
  9. 375
      theme_the_chef/static/description/index.html
  10. 33
      theme_the_chef/static/src/css/style.css
  11. BIN
      theme_the_chef/static/src/img/about/abt2.jpg
  12. BIN
      theme_the_chef/static/src/img/about/abt3.jpg
  13. 46
      theme_the_chef/views/assets.xml
  14. 2
      theme_the_chef/views/layout.xml
  15. 2
      theme_the_chef/views/snippets/banner.xml
  16. 2
      theme_the_chef/views/snippets/reservation.xml
  17. 2
      theme_the_chef/views/snippets/team.xml
  18. 1
      theme_the_chef/views/templates.xml

3
theme_the_chef/__init__.py

@ -3,7 +3,7 @@
# #
# Cybrosys Technologies Pvt. Ltd. # Cybrosys Technologies Pvt. Ltd.
# #
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) # Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) # Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
# #
# You can modify it under the terms of the GNU LESSER # You can modify it under the terms of the GNU LESSER
@ -19,3 +19,4 @@
# If not, see <http://www.gnu.org/licenses/>. # If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################# #############################################################################

14
theme_the_chef/__manifest__.py

@ -3,7 +3,7 @@
# #
# Cybrosys Technologies Pvt. Ltd. # Cybrosys Technologies Pvt. Ltd.
# #
# Copyright (C) 2020-TODAY Cybrosys Technologies(<https://www.cybrosys.com>) # Copyright (C) 2021-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>) # Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
# #
# You can modify it under the terms of the GNU LESSER # You can modify it under the terms of the GNU LESSER
@ -19,15 +19,16 @@
# If not, see <http://www.gnu.org/licenses/>. # If not, see <http://www.gnu.org/licenses/>.
# #
############################################################################# #############################################################################
{ {
'name': 'The Chef Theme', 'name': 'Theme The Chef',
'description': 'The Chef Theme', 'description': 'Theme The Chef is a popular attractive and unique front end theme for your restaurant website.',
'summary': 'Theme The Chef is a popular attractive and unique front end theme for your restaurant website',
'category': 'Theme/Creative',
'version': '14.0.1.0.0', 'version': '14.0.1.0.0',
'author': 'Cybrosys Techno Solutions', 'author': 'Cybrosys Techno Solutions',
'company': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions',
'maintainer': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions',
'category': 'Theme/Corporate', 'website': "https://www.cybrosys.com",
'depends': ['website'], 'depends': ['website'],
'data': [ 'data': [
'views/assets.xml', 'views/assets.xml',
@ -43,11 +44,12 @@
'views/snippets/special_left.xml', 'views/snippets/special_left.xml',
'views/snippets/team.xml', 'views/snippets/team.xml',
], ],
'license': 'LGPL-3',
'images': [ 'images': [
'static/description/banner.jpg', 'static/description/banner.jpg',
'static/description/theme_screenshot.jpg', 'static/description/theme_screenshot.jpg',
], ],
'license': 'LGPL-3',
'installable': True, 'installable': True,
'application': True, 'application': True,
'auto_install': False,
} }

BIN
theme_the_chef/static/description/images/1.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

BIN
theme_the_chef/static/description/images/2.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 287 KiB

BIN
theme_the_chef/static/description/images/3.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 551 KiB

BIN
theme_the_chef/static/description/images/4.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 KiB

BIN
theme_the_chef/static/description/images/5.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

BIN
theme_the_chef/static/description/images/6.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

375
theme_the_chef/static/description/index.html

@ -1,154 +1,221 @@
<!-- Hero Section --> <!-- Hero Section -->
<div class="container pt-4 mt-4 rounded" style="background-color: #f0f2f4; font-family: Montserrat, 'sans-serif';"> <div class="container pt-4 mt-4 rounded" style="background-color: #f0f2f4; font-family: Montserrat, 'sans-serif';">
<div class="row"> <div class="row">
<div class="col-lg-12 mb-4"> <div class="col-lg-12 mb-4">
<img src="images/Cybrosys.png" alt="Cybrosys Logo" style="width: 120px; height: auto;"> <img src="images/Cybrosys.png" alt="Cybrosys Logo" style="width: 120px; height: auto;">
<hr style="border-color: #e1e5e9;" /> <hr style="border-color: #e1e5e9;" />
</div> </div>
</div> </div>
<div class="row"> <div class="row">
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
<img src="images/hero.png" width=60% height="auto" class="mb-4" alt="Theme Screenshot"> <img src="images/hero.png" width=60% height="auto" class="mb-4" alt="Theme Screenshot">
</div> </div>
<div class="col-lg-12 text-center"> <div class="col-lg-12 text-center">
<h1 class="mt-4">The Chef Theme</h1> <h1 class="mt-4">Theme The Chef</h1>
<p class="lead" style="max-width: 700px; margin: 0 auto;"> <p class="lead mb-4" style="max-width: 700px; margin: 0 auto;">
The Chef is a popular attractive and unique front end theme for your restaurent website. Theme The Chef is a popular attractive and unique front end theme for your restaurent website.
Many custom designed snippets facilitates to add better user experience. Many custom designed snippets facilitates to add better user experience.
Just drag & drop the building blocks you need to easily build your layout. Just drag & drop the building blocks you need to easily build your layout.
All layouts are made of sections, that you can easily combine to fit your specific project. All layouts are made of sections, that you can easily combine to fit your specific project.It have simple and more attractive snippets.
</p> </p>
</div> </div>
</div> </div>
<div class="row">
<div class="col-lg-12 text-center p-4"> <!-- End of Hero Section -->
<a href="#" class="btn btn-primary m-2 px-4 py-3 shadow-sm" style="
background-color: #b22126; <!-- Alternate Section -->
border-style: none; <div class="row p-4">
border-radius: 4em; <div class="col-lg-6 px-4" style="margin-top: 100px;">
font-weight: bold; <h2>Desktop View</h2>
"><i class="fa fa-desktop mr-2"></i>Live Demo</a> <p class="lead">
<a href="#" class="btn btn-primary m-2 px-4 py-3 shadow-sm" style=" It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages.
background-color: #576574; </p>
border-style: none; </div>
border-radius: 4em; <div class="col-lg-6 px-4">
font-weight: bold; <img style="border-radius: 0.5em;" src="images/laptop-screenshots.jpg" width="90%" height="auto"
"><i class="fa fa-download mr-2"></i>Download</a> class="mb-4 shadow-sm" alt="Theme Screenshot">
</div> </div>
</div> </div>
<!-- End of Hero Section --> <div class="row p-4">
<!-- Second Section --> <div class="col-lg-6 px-4">
<div class="row p-4"> <img style="border-radius: 0.5em;" src="images/phone-screenshots.jpg" width="90%" height="auto"
<div class="col-lg-6 px-4" style="margin-top: 100px;"> class="mb-4 shadow-sm" alt="Theme Screenshot">
<h2>Desktop View</h2> </div>
<p class="lead"> <div class="col-lg-6 px-4" style="margin-top: 100px;">
It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages. <h2>Mobile View</h2>
</p> <p class="lead">
</div> User friendly and modern looking makes your page more Stylist And Beautiful.
<div class="col-lg-6 px-4"> </p>
<img style="border-radius: 0.5em;" src="images/laptop-screenshots.jpg" width="90%" height="auto" </div>
class="mb-4 shadow-sm" alt="Theme Screenshot"> </div>
</div> <!-- End of Alternate Section -->
</div>
<!-- End of Second Section -->
<!-- Third Section --> <!-- Two Columns Section -->
<div class="row p-4"> <div class="row p-4">
<div class="col-lg-6 px-4"> <!-- Column 1 -->
<img style="border-radius: 0.5em;" src="images/phone-screenshots.jpg" width="90%" height="auto" <div class="col-lg-6">
class="mb-4 shadow-sm" alt="Theme Screenshot"> <div class="row">
</div> <div class="col-lg-12">
<div class="col-lg-6 px-4" style="margin-top: 100px;"> <img style="border-radius: 0.5em;" src="images/1.jpg" width="100%" height="auto"
<h2>Mobile View</h2> class="mb-4 shadow-sm" alt="Theme Screenshot">
<p class="lead"> </div>
User friendly and modern looking makes your page more Stylist And Beautiful. <div class="col-lg-12 mt-4">
</p> <h2 class="text-center">Main Banner with Slider</h2>
</div> <p class="lead text-center">
</div> It is easy to customize and use. Just drag and drop the building blocks to make attractive
<!-- End of Third Section --> webpages.
</p>
<!-- Feature Tiles --> </div>
<div class="row mt-4"> </div>
<div class="col-lg-12 text-center"> </div>
<h2>Features</h2> <!-- End of Column 1 -->
<hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px">
</div> <!-- Column 2 -->
</div> <div class="col-lg-6">
<div class="row p-4" style="margin: 0 6%;"> <div class="row">
<div class="col-lg-3 bg-white shadow-sm p-4 mb-4 mr-4" <div class="col-lg-12">
style="border-radius: 0.5em; min-width: 200px; max-width: 200px;"> <img style="border-radius: 0.5em;" src="images/2.jpg" width="100%" height="auto"
<i class="fa fa-tablet mb-2" style="font-size: 2em; margin: 0 40%;"></i> class="mb-4 shadow-sm" alt="Theme Screenshot">
<h5 class="text-center" style="margin: 0 5%;">Responsive</h5> </div>
</div> <div class="col-lg-12 mt-4">
<h2 class="text-center">Reservation Form</h2>
<div class="col-lg-3 bg-white shadow-sm p-4 mb-4 mr-4" <p class="lead text-center">
style="border-radius: 0.5em; min-width: 200px; max-width: 200px;"> It is easy to customize and use. Just drag and drop the building blocks to make attractive
<i class="fa fa-magic mb-2" style="font-size: 2em; margin: 0 40%;"></i> webpages.
<h5 class="text-center" style="margin: 0 5%;">Modern</h5> </p>
</div> </div>
</div>
<div class="col-lg-3 bg-white mb-4 mr-4 shadow-sm p-4" </div>
style="border-radius: 0.5em; min-width: 200px; max-width: 200px;"> <!-- End of Column 2 -->
<i class="fa fa-arrow-circle-o-right mb-2" style="font-size: 2em; margin: 0 40%;"></i> </div>
<h5 class="text-center" style="margin: 0 4%;">Built-in Slider</h5> <!-- End of Two Columns Section -->
</div>
<div class="col-lg-3 bg-white shadow-sm p-4 mb-4 mr-4" <!-- One Column Section -->
style="border-radius: 0.5em; min-width: 200px; max-width: 200px;"> <div class="row p-4">
<i class="fa fa-shopping-cart mb-2" style="font-size: 2em; margin: 0 40%;"></i> <div class="col-lg-6">
<h5 class="text-center" style="margin: 0 5%;">Attractive Sections</h5> <img style="border-radius: 0.5em;" src="images/3.jpg" width="90%" height="auto" class="mb-4 shadow-sm"
</div> alt="Theme Screenshot">
</div>
</div> <div class="col-lg-6" style="padding-top: 100px;">
<!-- End of Feature Tiles --> <h2>Overview</h2>
<p class="lead">
<!-- Footer --> It is easy to customize and use. Just drag and drop the building blocks to make attractive webpages.
<div class="row mt-4"> </p>
<div class="col-lg-12 text-center"> </div>
<h2>Get Help</h2> </div>
<hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px"> <!-- End of Two Columns Section -->
<p class="text-center" style="max-width: 650px; margin: 0 auto;">If you have anything to share with us based on
your use of this module, please let us know. We are ready to offer our support.</p> <!-- Two Columns Section -->
</div> <div class="row p-4">
</div> <!-- Column 1 -->
<div class="row"> <div class="col-lg-4">
<div class="col px-4 pt-3 pb-2 shadow-sm" <div class="row">
style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> <div class="col-lg-12">
<div class="row"> <img style="border-radius: 0.5em;" src="images/4.jpg" width="100%" height="auto"
<div class="col-lg-8"> class="mb-4 shadow-sm" alt="Theme Screenshot">
<h6><a href="mailto:info@cybrosys.com" target="_blank" style="color: #050505; text-decoration: none;"><i </div>
class="fa fa-envelope mr-2"></i>info@cybrosys.com</a></h6> <div class="col-lg-12 mt-4">
</div> <h2 class="text-center">Testimonial Snippet</h2>
<div class="col-lg-4" style="position: relative;"> <p class="lead text-center">
<h6><a href="mailto:info@cybrosys.com" target="_blank" It is easy to customize and use. Just drag and drop the building blocks to make attractive
style="color: #050505; text-decoration: none; position: absolute; right: 10px;"><i webpages.
class="fa fa-chevron-right"></i></a></h6> </p>
</div> </div>
</div> </div>
</div> </div>
</div> <!-- End of Column 1 -->
<div class="row">
<div class="col px-4 pt-3 pb-2 shadow-sm" <!-- Column 2 -->
style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;"> <div class="col-lg-4">
<div class="row"> <div class="row">
<div class="col-lg-8"> <div class="col-lg-12">
<h6><a href="https://www.cybrosys.com" target="_blank" style="color: #050505; text-decoration: none;"><i <img style="border-radius: 0.5em;" src="images/5.jpg" width="100%" height="auto"
class="fa fa-globe mr-2"></i>www.cybrosys.com</a></h6> class="mb-4 shadow-sm" alt="Theme Screenshot">
</div> </div>
<div class="col-lg-4" style="position: relative;"> <div class="col-lg-12 mt-4">
<h6><a href="https://www.cybrosys.com" target="_blank" <h2 class="text-center">Main Dishes Snippet</h2>
style="color: #050505; text-decoration: none; position: absolute; right: 10px;"><i <p class="lead text-center">
class="fa fa-chevron-right"></i></a></h6> It is easy to customize and use. Just drag and drop the building blocks to make attractive
</div> webpages.
</div> </p>
</div> </div>
</div> </div>
<div class="row"> </div>
<div class="col-lg-12 mt-4 mb-2 text-center"> <!-- End of Column 2 -->
<p style="font-weight: bold">A Quality Theme From</p>
</div>
<div class="col-lg-12 text-center"> <!-- Column 4 -->
<img src="images/cybro-logo-oca.png" width="80px" height="auto"> <div class="col-lg-4">
</div> <div class="row">
</div> <div class="col-lg-12">
<!-- End of Footer --> <img style="border-radius: 0.5em;" src="images/6.jpg" width="100%" height="auto"
</div> class="mb-4 shadow-sm" alt="Theme Screenshot">
</div>
<div class="col-lg-12 mt-4">
<h2 class="text-center">Menu Snippet</h2>
<p class="lead text-center">
It is easy to customize and use. Just drag and drop the building blocks to make attractive
webpages.
</p>
</div>
</div>
</div>
<!-- End of Column 4 -->
</div>
<!-- End of Two Columns Section -->
<!-- Footer -->
<div class="row" style="margin-top: 4rem;">
<div class="col-lg-12 text-center">
<h2>Get Help</h2>
<hr style=" border: 2px solid #b22126; margin-top: 2px;" width="40px">
<p class="text-center" style="max-width: 650px; margin: 0 auto;">If you have anything to share with us based
on
your use of this module, please let us know. We are ready to offer our support.</p>
</div>
</div>
<div class="row">
<div class="col px-4 pt-3 pb-2 shadow-sm"
style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;">
<div class="row">
<div class="col-lg-8">
<h6><a href="mailto:info@cybrosys.com" target="_blank"
style="color: #050505; text-decoration: none;"><i
class="fa fa-envelope mr-2"></i>info@cybrosys.com</a></h6>
</div>
<div class="col-lg-4 d-flex justify-content-end" style="position: relative;">
<h6><a href="mailto:info@cybrosys.com" target="_blank"
style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a></h6>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col px-4 pt-3 pb-2 shadow-sm"
style="background-color: #fff; max-width: 450px; border-radius: 0.5em; margin: 1em auto;">
<div class="row">
<div class="col-lg-8">
<h6><a href="https://www.cybrosys.com" target="_blank"
style="color: #050505; text-decoration: none;"><i
class="fa fa-globe mr-2"></i>www.cybrosys.com</a></h6>
</div>
<div class="col-lg-4 d-flex justify-content-end" style="position: relative;">
<h6><a href="https://www.cybrosys.com" target="_blank"
style="color: #050505; text-decoration: none;"><i class="fa fa-chevron-right"></i></a></h6>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12 mt-4 mb-2 text-center">
<p style="font-weight: bold">A Quality Theme From</p>
</div>
<div class="col-lg-12 text-center">
<img src="images/cybro-logo-oca.png" width="80px" height="auto">
</div>
</div>
<!-- End of Footer -->
</div>

33
theme_the_chef/static/src/css/style.css

@ -468,6 +468,12 @@ body {
/*color: #70e000;*/; /*color: #70e000;*/;
} }
.about .about_details .wrapper .recipe .s_c a p {
margin-top: 10px;
max-width: 150px;
text-align: center;
}
.location { .location {
margin-top: 0px; margin-top: 0px;
} }
@ -1115,23 +1121,30 @@ h3 {
color: #57ad00; color: #57ad00;
} }
#oe_main_menu_navbar + #wrapwrap .o_header_affixed {
background-color: transparent !important;
}
.navbar { .navbar {
box-shadow: 0px 10px 8px 0px rgba(49, 49, 50, 0.15); box-shadow: 0px 10px 8px 0px rgba(49, 49, 50, 0.15) !important;
margin-left: 20px !important;
margin-right: 20px !important;
margin-top: 20px !important;
} }
.navbar .navbar-collapse { .navbar .navbar-collapse {
transition: all 0.35s ease-out; transition: all 0.35s ease-out !important;
transform-origin: center left; transform-origin: center left !important;
} }
.navbar .navbar-nav { .navbar .navbar-nav {
width: 100%; width: 100% !important;
background: #ffffff; background: #ffffff !important;
display: contents; display: contents !important;
} }
.navbar .navbar-nav .nav-item { .navbar .navbar-nav .nav-item {
padding: 0 15px; padding: 0 15px !important;
text-align: center; text-align: center;
} }
@ -1140,7 +1153,7 @@ h3 {
} }
.navbar .navbar-nav .nav-link { .navbar .navbar-nav .nav-link {
color: #006d77; color: #006d77 !important;
/*color: #70e000;*/ /*color: #70e000;*/
padding-left: 15px; padding-left: 15px;
transition: all 0.35s ease-out; transition: all 0.35s ease-out;
@ -1298,11 +1311,10 @@ h3 {
} }
.banner .banner_contents .banner_left h1 { .banner .banner_contents .banner_left h1 {
font-weight: 300;
font-size: 3.5em; font-size: 3.5em;
padding: 40px 0; padding: 40px 0;
padding-bottom: 10px; padding-bottom: 10px;
font-weight: 650; font-weight: bold;
} }
.banner .banner_contents .banner_left .service { .banner .banner_contents .banner_left .service {
@ -1323,6 +1335,7 @@ h3 {
.banner .banner_contents .banner_left .service .s_c p { .banner .banner_contents .banner_left .service .s_c p {
font-size: 20px; font-size: 20px;
padding-top: 15px; padding-top: 15px;
font-weight: bold;
} }
.banner .banner_contents .banner_right .owl-carousel { .banner .banner_contents .banner_right .owl-carousel {

BIN
theme_the_chef/static/src/img/about/abt2.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 49 KiB

BIN
theme_the_chef/static/src/img/about/abt3.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 43 KiB

46
theme_the_chef/views/assets.xml

@ -6,28 +6,28 @@
<link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/animate.min.css"/> <link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/animate.min.css"/>
<link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/owl.carousel.min.css"/> <link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/owl.carousel.min.css"/>
<link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/owl.theme.default.min.css"/> <link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/owl.theme.default.min.css"/>
<!-- <link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/style.css"/>--> <link rel="stylesheet" type="text/css" href="/theme_the_chef/static/src/css/style.css"/>
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/_common.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/_common.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/_normalize.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/_normalize.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/_variables.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/_variables.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/style.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/style.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_banner.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_banner.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_buttons.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_buttons.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_components.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_components.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_products.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/components/_products.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_footer.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_footer.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_header.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_header.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_layouts.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_layouts.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_navigation.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_navigation.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_sidebar.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/layout/_sidebar.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/_pages.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/_pages.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_about.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_about.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_booking.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_booking.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_dishe.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_dishe.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_happy.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_happy.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_home.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_home.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_menu.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_menu.scss"/> -->
<!--<link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_team.scss"/>--> <!-- <link rel="stylesheet" type="text/scss" href="/theme_the_chef/static/src/scss/pages/home/_team.scss"/> -->
</xpath> </xpath>
<xpath expr="//script[last()]" position="after"> <xpath expr="//script[last()]" position="after">
<script type="text/javascript" src="/theme_the_chef/static/src/js/custom.js"/> <script type="text/javascript" src="/theme_the_chef/static/src/js/custom.js"/>
@ -37,7 +37,7 @@
<xpath expr="." position="inside"> <xpath expr="." position="inside">
<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;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=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&amp;display=swap" rel="stylesheet"/> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&amp;display=swap" rel="stylesheet"/>
</xpath> </xpath>
</template> </template>
</data> </data>

2
theme_the_chef/views/layout.xml

@ -18,7 +18,7 @@
<!-- google font css --> <!-- 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;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=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&amp;display=swap" rel="stylesheet"/> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&amp;display=swap" rel="stylesheet"/>
<!-- Owl css --> <!-- Owl css -->
<link rel="stylesheet" href="/theme_the_chef/static/src/css/owl.carousel.min.css"/> <link rel="stylesheet" href="/theme_the_chef/static/src/css/owl.carousel.min.css"/>
<link rel="stylesheet" href="/theme_the_chef/static/src/css/owl.theme.default.min.css"/> <link rel="stylesheet" href="/theme_the_chef/static/src/css/owl.theme.default.min.css"/>

2
theme_the_chef/views/snippets/banner.xml

@ -9,7 +9,7 @@
<template id="banner" name="Banner"> <template id="banner" name="Banner">
<section class="main_body"> <section class="main_body">
<!-- Banner section starts here --> <!-- Banner section starts here -->
<section class="banner"> <section class="banner" style="padding-top: 20px;">
<div class="container"> <div class="container">
<div class="banner_contents"> <div class="banner_contents">
<div class="row"> <div class="row">

2
theme_the_chef/views/snippets/reservation.xml

@ -18,7 +18,7 @@
<div class="section_heading"> <div class="section_heading">
<p class="sub">Specialities</p> <p class="sub">Specialities</p>
<h3> <h3>
Our Menus Booking
</h3> </h3>
</div> </div>
<form> <form>

2
theme_the_chef/views/snippets/team.xml

@ -15,7 +15,7 @@
<div class="section_heading"> <div class="section_heading">
<p class="sub">Specialities</p> <p class="sub">Specialities</p>
<h3> <h3>
Our Menu Our Team
</h3> </h3>
</div> </div>
<div class="row"> <div class="row">

1
theme_the_chef/views/templates.xml

@ -4,6 +4,7 @@
<xpath expr="//div[@id='top_menu_container']" position="replace"> <xpath expr="//div[@id='top_menu_container']" position="replace">
<div id="top_menu_container" class="container justify-content-start justify-content-lg-between"> <div id="top_menu_container" class="container justify-content-start justify-content-lg-between">
<!-- Brand --> <!-- Brand -->
<!--<a class="navbar-brand d-none d-lg-block d-xl-block " href="/">The Chef</a>-->
<t t-call="website.placeholder_header_brand"> <t t-call="website.placeholder_header_brand">
<t t-set="_link_class" t-value="'mr-4'"/> <t t-set="_link_class" t-value="'mr-4'"/>
</t> </t>

Loading…
Cancel
Save