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.
49 lines
2.3 KiB
49 lines
2.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="subscribe_snippet" inherit_id="website.snippets" name="Subscribe">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
|
|
<t t-snippet="theme_blast.subscribe"
|
|
t-thumbnail="/theme_blast/static/src/img/snippets/s_newsletter_subscribe_form.svg"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="subscribe" name="Subscribe Snippet">
|
|
<section class="sub gap" id="sub">
|
|
<div class="container">
|
|
<div class="section_heading">
|
|
<h3>Subscribe To Get Updates</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="input-group md-form form-sm form-2 ">
|
|
<input class="form-control red-border" type="text" placeholder="Your email here" aria-label="Your_email_here"/>
|
|
<div class="input-group-append">
|
|
<span class="input-group-text btn" id="basic-text1">SUBSCRIBE</span>
|
|
</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=""/>
|
|
</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=""/>
|
|
</div>
|
|
<span> App Store</span>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|