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.
 
 
 
 
 

92 lines
5.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="new_arrivals_demo_banner" inherit_id="website.snippets" name="New Arrivals Demo banner">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
<t t-snippet="theme_xtream.arrivals_demo" t-thumbnail="/theme_xtream/static/src/img/snippets/new_arrivals.jpg"/>
</xpath>
</template>
<template id="arrivals_demo" name="New Arrivals Demo">
<section class="body_section">
<section class="product">
<div class="container">
<div class="main">
<h2>New Arrivals</h2>
<center>
<divc class="categories" id="myBtnContainer"/>
<button class="btn active" onclick="filterSelection('all')"> ALL</button>
<button class="btn" onclick="filterSelection('nature')"> WOMEN</button>
<button class="btn" onclick="filterSelection('cars')"> MAN</button>
<button class="btn" onclick="filterSelection('ACCESORIES')"> ACCESORIES</button>
<button class="btn" onclick="filterSelection('shoes')"> SHOES</button>
<button class="btn" onclick="filterSelection('kids')"> KIDS</button>
</center>
</div>
<!-- Portfolio Gallery Grid -->
<div class="row">
<div class=" col-12 col-sm-6 col-md-4 column all">
<div class="content">
<div class="img_zoom">
<img class="wrapper" id="zoomIn" src="/theme_xtream/static/src/img/product-img/product-1.jpg"/>
</div>
<p>$39.25</p>
<h6>Jeans midi cocktail dress</h6>
<a href="#" class="">ADD TO CART</a>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 column nature">
<div class="content">
<div class="img_zoom">
<img class="wrapper" id="zoomIn" src="/theme_xtream/static/src/img/product-img/product-2.jpg"/>
</div>
<p>$39.25</p>
<h6>Jeans midi cocktail dress</h6>
<a href="#" class="">ADD TO CART</a>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 column shoes">
<div class="content">
<div class="img_zoom">
<img class="wrapper" id="zoomIn" src="/theme_xtream/static/src/img/product-img/product-3.jpg"/>
</div>
<p>$39.25</p>
<h6>Jeans midi cocktail dress</h6>
<a href="#" class="">ADD TO CART</a>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 column ACCESORIES">
<div class="content">
<div class="img_zoom">
<img class="wrapper" id="zoomIn" src="/theme_xtream/static/src/img/product-img/product-4.jpg"/>
</div>
<p>$39.25</p>
<h6>Jeans midi cocktail dress</h6>
<a href="#" class="">ADD TO CART</a>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 column cars">
<div class="content">
<div class="img_zoom">
<img class="wrapper" id="zoomIn" src="/theme_xtream/static/src/img/product-img/product-5.jpg"/>
</div>
<p>$39.25</p>
<h6>Jeans midi cocktail dress</h6>
<a href="#" class="">ADD TO CART</a>
</div>
</div>
<div class="col-12 col-sm-6 col-md-4 column kids">
<div class="content">
<div class="img_zoom">
<img class="wrapper" id="zoomIn" src="/theme_xtream/static/src/img/product-img/product-6.jpg"/>
</div>
<p>$39.25</p>
<h6>Jeans midi cocktail dress</h6>
<a href="#" class="">ADD TO CART</a>
</div>
</div>
</div>
</div>
</section>
</section>
</template>
</odoo>