Odoo18-Base/addons/website/views/snippets/s_key_images.xml
2025-01-06 10:57:38 +07:00

38 lines
1.8 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. 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 id="s_key_images" name="Key Images">
<section class="s_key_images pt72 pb72">
<div class="container">
<div class="row s_nb_column_fixed">
<div class="col-lg-12 pb32">
<h2>What we propose to our customers</h2>
<p class="lead">Dive deeper into our companys abilities.</p>
</div>
<div class="col-6 col-lg-3">
<p class="h1-fs">01</p>
<p><img src="/web/image/website.s_key_images_default_image_1" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
<p>This is a small title related to the current image</p>
</div>
<div class="col-6 col-lg-3">
<p class="h1-fs">02</p>
<p><img src="/web/image/website.s_key_images_default_image_2" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
<p>This is a small title related to the current image</p>
</div>
<div class="col-6 col-lg-3">
<p class="h1-fs">03</p>
<p><img src="/web/image/website.s_key_images_default_image_3" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
<p>This is a small title related to the current image</p>
</div>
<div class="col-6 col-lg-3">
<p class="h1-fs">04</p>
<p><img src="/web/image/website.s_key_images_default_image_4" class="img img-fluid rounded" alt="" style="width: 100% !important;"/></p>
<p>This is a small title related to the current image</p>
</div>
</div>
</div>
</section>
</template>
</odoo>