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.
 
 
 
 
 

64 lines
3.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="s_fasion_product_blog" name="Fashion Blog">
<section class="blog">
<div class="container">
<div class="wrapper_heading">
<h1 class="m-Product-heading">Blog</h1>
<hr class="new4"/>
<p class="sub_product">Best Seller ProductsBest Seller
Products Best Seller ProductsBest Seller Products
</p>
</div>
</div>
<div class="m-product">
<div class="container">
<div class="row">
<div class="col-12 col-sm-12 col-lg-4 ">
<div class="product ">
<a href="preview.html">
<div class="product__image "
style="background-image: url(/theme_fasion/static/src/images/product/1.png);">
</div>
</a>
<div class="product-words ">
Best Seller ProductsBest Seller Products
Seller ProductsBest Seller Products
Seller ProductsBest Seller Product
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-lg-4 ">
<div class="product">
<a href="preview.html">
<div class="product__image "
style="background-image: url(/theme_fasion/static/src/images/product/2.png);">
</div>
</a>
<div class="product-words ">
Best Seller ProductsBest Seller Products
Seller ProductsBest Seller Products
Seller ProductsBest Seller Product
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-lg-4 ">
<div class="product">
<a href="preview.html">
<div class="product__image "
style="background-image: url(/theme_fasion/static/src/images/product/3.png);">
</div>
</a>
<div class="product-words ">
Best Seller ProductsBest Seller Products
Seller ProductsBest Seller Products
Seller ProductsBest Seller Product
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>