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.
37 lines
1.7 KiB
37 lines
1.7 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!--Template for banner snippet-->
|
|
<template id="banner" name="Banner">
|
|
<section class="oe_structure banner home_banner">
|
|
<div class="wrapper">
|
|
<div class="container">
|
|
<div class="banner_content">
|
|
<div class="c_wrapper">
|
|
<div class="banner_left">
|
|
<div class="row w-100">
|
|
<div class="col-lg-6 col-md-8 col-9">
|
|
<h3 class="bold_heading">
|
|
A creative
|
|
agency
|
|
specialized in
|
|
brand strategy
|
|
creation.
|
|
</h3>
|
|
<p class="p_text">
|
|
“ Pride ourselves on creating
|
|
unique,
|
|
creative and quality designs that
|
|
are
|
|
developed upon the latest modern
|
|
coding and developing techniques ”
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</template>
|
|
</odoo>
|
|
|