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.
 
 
 
 
 

116 lines
5.9 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="eco_food_ad" name="EcoFood Ad">
<section class="ad">
<div class="container-fluid">
<div class="wrapper">
<div class="row">
<div class="col-lg-3 col-md-6 col-12">
<div class="zoom">
<div class="ad_wrapper1">
<a class="xx" href="#">
<div class="ad_content">
<span>
Fast Food
</span>
<p>
Snack Nuts
</p>
</div>
</a>
<a href="#" class="btn btn-ad_button">SHOP
NOW
<i class="fa fa-play-circle"/>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 col-12">
<div class="zoom">
<div class="ad_wrapper2">
<a class="xx" href="#">
<div class="ad_content">
<span>
100% Natural
</span>
<p>
Fruite Juice
</p>
</div>
<div class="new_ad">
<span>
New
</span>
<p>
Here Comes
<br/>
the freshest juice
</p>
</div>
</a>
<a href="#" class="btn btn-ad_button ml-5">
SHOP NOW
<i
class="fa fa-play-circle"/>
</a>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-12">
<div class="zoom">
<div class="ad_wrapper3">
<a class="xx" href="#">
<div class="ad_content">
<span>
Fast Food
</span>
<p>
Snack Nuts
</p>
</div>
</a>
<a href="#" class="btn btn-ad_button">SHOP
NOW
<i class="fa fa-play-circle"/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
<template id="theme_eco_food_snippets" inherit_id="website.snippets"
name="theme eco food">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_eco_food.eco_food_ad"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood_ad.jpg"/>
<t t-snippet="theme_eco_food.ecofood_banner"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-banner.jpg"/>
<t t-snippet="theme_eco_food.eco_food_best_seller"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-bestseller.jpg"/>
<t t-snippet="theme_eco_food.eco_food_client"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-clients.jpg"/>
<t t-snippet="theme_eco_food.eco_food_featured_products"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-featured-products.jpg"/>
<t t-snippet="theme_eco_food.eco_food_new_arrivals"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-new_arrivals.jpg"/>
<t t-snippet="theme_eco_food.eco_food_recently_added_products"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood_recently_added.jpg"/>
<t t-snippet="theme_eco_food.eco_food_service"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-service.jpg"/>
<t t-snippet="theme_eco_food.eco_food_testimoinial"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-testimoinial.jpg"/>
<t t-snippet="theme_eco_food.eco_food_website_ad"
t-thumbnail="/theme_eco_food/static/src/images/images/ecofood-banner.jpg"/>
</xpath>
</template>
<template id="eco_food_best_seller" name="EcoFood Best Seller">
<section class="best_seller">
</section>
</template>
</odoo>