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.
49 lines
2.3 KiB
49 lines
2.3 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- service snippet -->
|
|
<template id="service" name="Service">
|
|
<section class="awards p_top p_bottom">
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="row p_top oe_structure">
|
|
<div class="col-lg-3 col-md-3 col-12 img_flex">
|
|
<h5 class="u_sub_heading_dark">
|
|
Services
|
|
</h5>
|
|
<img src="/theme_levelup/static/src/images/about_home/Place Your Image Here (Double Click to Edit) 2.png"
|
|
alt=""
|
|
style="margin-top: 100px;" width="200px"/>
|
|
</div>
|
|
<div class="col-lg-9 col-md-9 col-12">
|
|
<div class="about_right">
|
|
<h3 class="bold_heading">
|
|
A creative agency
|
|
specialized in brand
|
|
strategy creation.
|
|
</h3>
|
|
<p class="p_text">
|
|
“ 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>
|
|
<div class="desc_img">
|
|
</div>
|
|
</div>
|
|
<div class="">
|
|
<div class="left_link p_top">
|
|
<a href="#">
|
|
View all rewards
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|