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.
41 lines
2.0 KiB
41 lines
2.0 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- Service snippet template -->
|
|
<template id="service" name="Autofly Service">
|
|
<section class="service oe_structure">
|
|
<div class="wrapper">
|
|
<div class="container-fluid no-gutters">
|
|
<div class="row">
|
|
<div class="col-lg-6 col-md-12 col-12">
|
|
<div class="service_left">
|
|
<div class="main_heading text-left">
|
|
<p>
|
|
HIGHLIGHTS OF SERVICES
|
|
</p>
|
|
<h3>
|
|
A creative agency
|
|
specialized in brand
|
|
strategy creation.
|
|
</h3>
|
|
</div>
|
|
<p class="s_p">
|
|
Lorem ipsum dolor sit amet consectetur adipiscing elit do eiusmod tempor incididunt
|
|
ut
|
|
labore et dolore magna ut enim ad minim veniam nostrud exercitation ullamco laboris
|
|
nisi
|
|
ut aliquip ex ea commodo consequat.
|
|
</p>
|
|
<a href="#" class="btn btn-service btn-d-service">Discover services</a>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-md-12 col-12 p-0">
|
|
<div class="service_right">
|
|
<img src="/theme_levelup/static/src/images/service/service-left.jpg" alt=""/>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|