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.
46 lines
2.4 KiB
46 lines
2.4 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="perfume_show" inherit_id="website.snippets" name="Banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="cts_theme_perfume.s_perfume_show"
|
|
t-thumbnail="/cts_theme_perfume/static/src/img/snippets/perfume-items-block.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="s_perfume_show" name="Perfume Items">
|
|
<section>
|
|
<div class="watch-area section-padding30">
|
|
<div class="container">
|
|
<div class="row align-items-center justify-content-between padding-130">
|
|
<div class="col-lg-5 col-md-6">
|
|
<div class="watch-details mb-40">
|
|
<h2>Perfume of Choice</h2>
|
|
<p>Enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse.</p>
|
|
<a href="/shop" class="btn">Show Perfume</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-md-6 col-sm-10">
|
|
<div class="choice-watch-img mb-40">
|
|
<img src="/cts_theme_perfume/static/src/img/gallery/choice-perfume1.png" alt=""/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row align-items-center justify-content-between">
|
|
<div class="col-lg-6 col-md-6 col-sm-10">
|
|
<div class="choice-watch-img mb-40">
|
|
<img src="/cts_theme_perfume/static/src/img/gallery/choice-perfume2.jpg" alt=""/>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-5 col-md-6">
|
|
<div class="watch-details mb-40">
|
|
<h2>Perfume of Choice</h2>
|
|
<p>Enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse.</p>
|
|
<a href="/shop" class="btn">Show Perfume</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|