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.
 
 
 
 
 

72 lines
3.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!--Inherited website snippet and added fuge shop with us snippet-->
<template id="shop_with_us_banner" inherit_id="website.snippets" name="Shop with us banner">
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
<t t-snippet="theme_fuge.shop_with_us" t-thumbnail="/theme_fuge/static/src/images/snippets/banner/shop-with-us.jpg"/>
</xpath>
</template>
<!--Corresponding template for snippet fuge shop with us-->
<template id="shop_with_us" name="Fuge Shop With Us">
<!-- Shop with us section starts here -->
<section class="shop_with_us text-center">
<h1>
SHOP WITH <span>US</span>
</h1>
<P>Handpicked Favourite Just For You</P>
<div class="container pt-5 pb-5">
<div class="row">
<div class=" col-lg-2 col-md-4 col-6">
<div class="favourites">
<img src="/theme_fuge/static/src/images/favourite/grid1.jpg"/>
<h5>
Sun Glasses
</h5>
</div>
</div>
<div class=" col-lg-2 col-md-4 col-6">
<div class="favourites">
<img src="/theme_fuge/static/src/images/favourite/grid2.jpg"/>
<h5>
Shirts
</h5>
</div>
</div>
<div class="col-lg-2 col-md-4 col-6">
<div class="favourites">
<img src="/theme_fuge/static/src/images/favourite/grid4.jpg"/>
<h5>
Shoes
</h5>
</div>
</div>
<div class="col-lg-2 col-md-4 col-6">
<div class="favourites">
<img src="/theme_fuge/static/src/images/favourite/grid3.jpg"/>
<h5>
Hand Bags
</h5>
</div>
</div>
<div class="col-lg-2 col-md-4 col-6">
<div class="favourites">
<img src="/theme_fuge/static/src/images/favourite/grid5.jpg"/>
<h5>
Accessories
</h5>
</div>
</div>
<div class="col-lg-2 col-md-4 col-6">
<div class="favourites">
<img src="/theme_fuge/static/src/images/favourite/grid6.jpg"/>
<h5>
Fragrances
</h5>
</div>
</div>
</div>
</div>
</section>
<div class="oe_structure"/>
</template>
</odoo>