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.1 KiB
29 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="shop_button" name="Shop Button">
|
|
<!-- Section shop-button starts here -->
|
|
<section class="shop_button">
|
|
<div class="container">
|
|
<div class="wrapper">
|
|
<div class="row">
|
|
<div class="col-8 m-auto">
|
|
<p>
|
|
Crafted from our exclusive “vegan” leather, this
|
|
cruelty-free collection is both chic and
|
|
sustainable.
|
|
Available in very limited quantities from select
|
|
<br/>
|
|
stockists.
|
|
</p>
|
|
<div class="shop_b">
|
|
<a href="/shop" class="btn btn-shop">Shop Now
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- Section shop-button starts here -->
|
|
</template>
|
|
</odoo>
|