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.
29 lines
1.2 KiB
29 lines
1.2 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Template for banner snippet -->
|
|
<template id="s_amazing" name="Amazing Banner">
|
|
<section class="body_section">
|
|
<section class="amazing">
|
|
<section class="amazing_bg" style="background-image: url(/theme_xtream/static/src/img/bg-img/bg-5.jpg);">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="amazing_content">
|
|
<h2>BLACK BOOTS</h2>
|
|
<p>
|
|
* Free shipping until 25 Dec 2017
|
|
</p>
|
|
<div class="rate">
|
|
<span>$25.90</span>
|
|
<span>
|
|
$15.90
|
|
</span>
|
|
</div>
|
|
<a href="/shop" class="btn btn-primary" id="special">SHOP NOW</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|