Files
design-themes/theme_common/views/s_big_image_parallax.xml
T
2021-05-11 15:59:09 +02:00

18 lines
795 B
XML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Big Image Parallax" id="s_big_image_parallax">
<section class="s_big_image_parallax parallax bg-img-04 o_animation" data-scroll-background-ratio="0.3">
<div class="container">
<div class="row">
<div class="col-lg-12 mt32 s_big_image_parallax_content" data-name="Content Block">
<img src="/web/image/theme_common.image_content_03" class="img-fluid d-block mx-auto"/>
</div>
<div class="col-lg-12 text-center" data-name="Title Block">
<h3>A Business Theme For Odoo CMS</h3>
</div>
</div>
</div>
</section>
</template>
</odoo>