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.
 
 
 
 
 

64 lines
2.9 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Custom snippet template-->
<template id="subscribe" name="Subscribe">
<section class="sub gap" id="sub">
<div class="container oe_structure">
<div class="section_heading">
<h3>
<b>Subscribe To Get Updates</b>
</h3>
<hr/>
<p>A wonderful serenity has taken possession of my entire
soul, like these
<br/>
sweet mornings of spring which I
enjoy with
</p>
</div>
<div class="subcribe_contents">
<div class="subscribe">
<div class="s_newsletter_subscribe_form s_newsletter_list js_subscribe"
data-vxml="001" data-list-id="0"
data-name="Newsletter Form">
<div class="input-group">
<input type="email" name="email"
class="js_subscribe_value form-control"
placeholder="your email..."/>
<div class="input-group-append">
<a role="button" href="#"
class="input-group-text btn js_subscribe_btn o_submit">
SUBSCRIBE
</a>
<a role="button" href="#"
class="input-group-text btn js_subscribed_btn d-none o_submit"
disabled="disabled">Thanks
</a>
</div>
</div>
</div>
</div>
<p>
Download Our App from
</p>
<div class="buttons">
<a href="#" class="btn btn-playstore d-flex">
<div class="app">
<img src="/theme_blast/static/src/img/icons/subscribe/android-logo.svg"
alt="Subscribe"/>
</div>
<span>Play Store</span>
</a>
<a href="#" class="btn btn-playstore d-flex">
<div class="app">
<img src="/theme_blast/static/src/img/icons/subscribe/apple-logo.svg"
alt="Subscribe"/>
</div>
<span>App Store</span>
</a>
</div>
</div>
</div>
</section>
</template>
</odoo>