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.
 
 
 
 
 

148 lines
7.2 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- Template for section goal snippet-->
<template id="section_goal" name="Section Goal">
<!-- section goals starts here -->
<section class="goals">
<div class="wrapper">
<div class="container">
<div class="row">
<div class="col-lg-6 col-12 mr-lg-4 mr-0">
<div class="goals_text">
<h4>
Our Commitment
</h4>
<div class="content">
<h6>
Quality
</h6>
<p>
ConsultUs is committed to
ensuring that our advice and
recommendations are based on
the best
combination of methods,
information research,
creativity and internal
quality assurance.
</p>
<h6>
Continuity
</h6>
<p>
ConsultUs considers that the
continuity of relations on
the long term with its
clients is the
guarantee of the
satisfaction of these and
the quality of the services
provided.
</p>
<h6>
Ethics
</h6>
<p>
Ethics for ConsultUs means
ensuring our customers the
confidentiality and
uniqueness of the service
they are provided. A client
must be reassured by the
fact that the service
provided to them is
made-to-measure and will not
be recycled for their
competitors.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="goals_img">
<img src="/theme_upshift/static/src/img/about/goals1.png"
alt=""/>
</div>
</div>
</div>
<div class="row pt-5 mt-5">
<div class="col-lg-6 col-12 d-none d-lg-block">
<div class="goals_img">
<img src="/theme_upshift/static/src/img/about/goals1.png"
alt=""/>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="goals_text">
<h4>
Our Commitment
</h4>
<div class="content">
<h6>
Quality
</h6>
<p>
ConsultUs is committed to
ensuring that our advice and
recommendations are based on
the best
combination of methods,
information research,
creativity and internal
quality assurance.
</p>
<h6>
Continuity
</h6>
<p>
ConsultUs considers that the
continuity of relations on
the long term with its
clients is the
guarantee of the
satisfaction of these and
the quality of the services
provided.
</p>
<h6>
Ethics
</h6>
<p>
Ethics for ConsultUs means
ensuring our customers the
confidentiality and
uniqueness of the service
they are provided. A client
must be reassured by the
fact that the service
provided to them is
made-to-measure and will not
be recycled for their
competitors.
</p>
</div>
</div>
</div>
<div class="col-lg-6 col-12 d-block d-lg-none">
<div class="goals_img">
<img src="/theme_upshift/static/src/img/about/goals1.png"
alt=""/>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
<template id="section_goal_snippet" inherit_id="website.snippets"
priority="8">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="theme_upshift.section_goal"
t-thumbnail="/theme_upshift/static/description/images/icons/section-goal.png"/>
</xpath>
</template>
</odoo>