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.
35 lines
1.8 KiB
35 lines
1.8 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="main_product_banner" inherit_id="website.snippets" name="Main Product banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_xtream.main_product" t-thumbnail="/theme_xtream/static/src/img/snippets/main_product.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="main_product" name="Main Product">
|
|
<section class="body_section">
|
|
<section class="main_product">
|
|
<div class="wrapper">
|
|
<section class="main_left" style="background-image: url(/theme_xtream/static/src/img/bg-img/bg-2.jpg);">
|
|
<div class="card ">
|
|
<div class="card-body">
|
|
<p class="card-text">ON ACCESORIES</p>
|
|
<h5 class="card-title">Sale<br/> 30% </h5>
|
|
<a href="#" class="btn btn-primary" id="special">SHOP NOW</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="main_right" style="background-image: url(/theme_xtream/static/src/img/bg-img/bg-3.jpg);">
|
|
<div class="card">
|
|
<div class="card-body">
|
|
<p class="card-text">in Bags excepting the new collection</p>
|
|
<h5 class="card-title">DESIGNER<br/> BAGS</h5>
|
|
<a href="#" class="btn btn-primary" id="special">SHOP NOW</a>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|