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.
 
 
 
 
 

170 lines
8.4 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Adding thumbnail for Banner Snippet-->
<template id="index_banner" inherit_id="website.snippets"
name="Index banner">
<xpath expr="//snippets[@id='snippet_groups']"
position="inside">
<t t-snippet="theme_boec.banner"
t-thumbnail="/theme_boec/static/src/images/snippets/banner.jpg"/>
</xpath>
</template>
<!--Template for Banner snippet Snippet-->
<template id="banner" name="Banner">
<!-- Banner section starts here -->
<Section class="banner">
<div class="banner_added">
<br/>
<br/>
<br/>
<hr/>
<div class="container">
<div class="alert alert-info">
<h4>Your Banner will be displayed here. Please
save to view the Banner
</h4>
</div>
</div>
<hr/>
</div>
<div class="owl-carousel">
<div>
<section class="banner_bg1">
<div class="container h-100">
<div class="wrapper">
<div class="card ">
<h5 class="card-header afload">Summer
Collection
</h5>
<div class="card-body">
<h5 class="card-title afload">Fall -
Winter
<br/>
Collection 2030
</h5>
<p class="card-text afload">A specialist
label creating luxury essentials.
Ethically crafted with an
unwavering
commitment to exceptional quality.
</p>
<a href="/shop"
class="btn btn-banner afload">
SHOP NOW
<span class="fas fa-long-arrow-alt-right"/>
</a>
</div>
<div class="footer_icon">
<a href="#">
<span class="fab fa-pinterest"/>
</a>
<a href="#">
<span class="fab fa-instagram"/>
</a>
<a href="#">
<span class="fab fa-facebook-f"/>
</a>
<a href="#">
<span class="fab fa-twitter"/>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div>
<section class="banner_bg2">
<div class="container h-100">
<div class="wrapper">
<div class="card ">
<h5 class="card-header afload">Summer
Collection
</h5>
<div class="card-body">
<h5 class="card-title afload">Fall -
Winter
<br/>
Collection 2030
</h5>
<p class="card-text afload">A specialist
label creating luxury essentials.
Ethically crafted with an
unwavering
commitment to exceptional quality.
</p>
<a href="/shop"
class="btn btn-banner afload">
SHOP NOW
<span class="fas fa-long-arrow-alt-right"/>
</a>
</div>
<div class="footer_icon">
<a href="#">
<span class="fab fa-pinterest"/>
</a>
<a href="#">
<span class="fab fa-instagram"/>
</a>
<a href="#">
<span class="fab fa-facebook-f"/>
</a>
<a href="#">
<span class="fab fa-twitter"/>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<div>
<section class="banner_bg3">
<div class="container h-100">
<div class="wrapper">
<div class="card">
<h5 class="card-header afload">Summer
Collection
</h5>
<div class="card-body">
<h5 class="card-title afload">Fall -
Winter
<br/>
Collection 2030
</h5>
<p class="card-text afload">A specialist
label creating luxury essentials.
Ethically crafted with an
unwavering
commitment to exceptional quality.
</p>
<a href="/shop"
class="btn btn-banner afload">
SHOP NOW
<span class="fas fa-long-arrow-alt-right"/>
</a>
</div>
<div class="footer_icon">
<a href="#">
<span class="fab fa-pinterest"/>
</a>
<a href="#">
<span class="fab fa-instagram"/>
</a>
<a href="#">
<span class="fab fa-facebook-f"/>
</a>
<a href="#">
<span class="fab fa-twitter"/>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</Section>
<!-- Banner section ends here -->
</template>
</odoo>