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

23 lines
1.3 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_image_text_box" name="Image Text Box">
<section class="s_image_text_box pt80 pb80">
<div class="container">
<div class="row o_grid_mode" data-row-count="10" style="column-gap: 24px;">
<div class="o_grid_item o_grid_item_image g-col-lg-6 g-height-10 col-lg-6" style="grid-area: 1 / 1 / 11 / 7; z-index: 1; --grid-item-padding-y: 0px; --grid-item-padding-x: 0px; order:2;">
<img src="/web/image/website.s_text_cover_default_image" class="img img-fluid rounded order-lg-0" alt=""/>
</div>
<div class="o_grid_item o_cc o_cc2 g-col-lg-6 g-height-10 col-lg-6 rounded order-lg-0" style="grid-area: 1 / 7 / 11 / 13; z-index: 2; --grid-item-padding-y: 140px; --grid-item-padding-x: 48px; order:1;">
<h3>Learn about our offerings</h3>
<p>Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.</p>
<p>Start with the customer find out what they want and give it to them.</p>
<p class="mb-0"><a href="#" class="btn btn-primary">Learn more</a></p>
</div>
</div>
</div>
</section>
</template>
</odoo>