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.
31 lines
1.3 KiB
31 lines
1.3 KiB
<odoo>
|
|
<template id="index_banner2_snippet"
|
|
inherit_id="website.snippets"
|
|
name="index_banner2_service">
|
|
<xpath expr="//div[@id='snippet_feature']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_splash.index_highlight_banner"
|
|
t-thumbnail="/theme_splash/static/src/images/snippets/highlight-banner-block.png"
|
|
/>
|
|
</xpath>
|
|
</template>
|
|
<template id="index_highlight_banner" name="Index Highlight Banner snippet">
|
|
<section class="commercial_service pb-5">
|
|
<div class="card text-center">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Need Commercial or Residential
|
|
<br/>
|
|
<span>Sanitizing Service?</span>
|
|
</h5>
|
|
<p class="card-text">We’re here to bring you the sanitizing
|
|
services you need.
|
|
</p>
|
|
<div class="button_wrapper">
|
|
<a href="#" class="btn btn-get">Get Started</a>
|
|
<a href="#" class="btn btn-primary">Contact US</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|