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.
 
 
 
 
 

27 lines
1.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for subscribe section snippet-->
<template id="subscribe_section" name="Subscribe Section">
<section class="subscribe">
<div class="wrapper">
<div class="container">
<div class="sub_content"
t-att-style="'background-image: url(/theme_upshift/static/src/img/banner/sub.png)'">
<h2>Enough talk, let’s get to work</h2>
<a href="#" class="btn btn-primary">
Learn more
<i style="padding:10px;background:#d5bc93;border-radius: 14px;height:35px;width:50px;color:black;margin-right:5px;" class="oi oi-arrow-right"/>
</a>
</div>
</div>
</div>
</section>
</template>
<template id="subscribe_section_snippet" inherit_id="website.snippets"
priority="8">
<xpath expr="//snippets[@id='snippet_groups']" position="inside">
<t t-snippet="theme_upshift.subscribe_section"
t-thumbnail="/theme_upshift/static/description/images/icons/subscribe-section.png"/>
</xpath>
</template>
</odoo>