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.
24 lines
1.1 KiB
24 lines
1.1 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="index_highlight_banner" name="Highlight Banner Snippet">
|
|
<!-- Creates a banner section on a webpage with a card that promotes commercial or -->
|
|
<!-- residential sanitizing services, including a call-to-action button and contact option.-->
|
|
<section class="commercial_service commercial_service_section 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="/contactus" class="btn btn-primary">Contact Us</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|