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.
21 lines
884 B
21 lines
884 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<template id="services_banner" name="Services Banner">
|
|
<section class="sub-page-banner float-left w-100">
|
|
<div class="container text-center position-relative h-100 d-flex flex-column flex-grow-1 justify-content-around">
|
|
<div class="row">
|
|
<div class="col-lg-12">
|
|
<div class="abouts-banner-content">
|
|
<h3 class="text-white">Services</h3>
|
|
<p class="text-white">
|
|
<a href="/" class="text-white">Home</a>
|
|
> Services
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- closed sub-page-banner -->
|
|
</template>
|
|
</odoo>
|
|
|