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.
32 lines
1.4 KiB
32 lines
1.4 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Custom template to include the Banner Section in Index -->
|
|
<template id="index_banner" inherit_id="website.snippets"
|
|
name="Index_Banner">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_diva.diva_index_banner"
|
|
t-thumbnail="/theme_diva/static/src/images/snippets/index-1/banner.jpg"/>
|
|
</xpath>
|
|
</template>
|
|
<!-- Custom template for the Banner Section in Index -->
|
|
<template id="diva_index_banner" name="Index Banner">
|
|
<section class="banner">
|
|
<div class="container h-100">
|
|
<div class="wrapper">
|
|
<div class="banner_content">
|
|
<div class="ss" data-aos="reveal-bottom"
|
|
style="background-color:transparent;">
|
|
</div>
|
|
<h3 class="banner_heading">Beautiful, natural skin
|
|
</h3>
|
|
<p class="sub_heading">Lorem ipsum dolor sit amet,
|
|
consectetur
|
|
</p>
|
|
<a href="" class="btn btn-primary">SHOP NOW</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|