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

22 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_card_offset" name="Card Offset">
<section class="s_card_offset o_cc o_cc1 pt64 pb64">
<div class="container">
<div class="row o_grid_mode" data-row-count="9">
<div class="o_grid_item o_grid_item_image g-height-8 g-col-lg-12 col-lg-12 o_colored_level" style="z-index: 1; grid-area: 2 / 1 / 10 / 13; --grid-item-padding-x: 0px; --grid-item-padding-y: 0px;">
<img src="/web/image/website.s_card_offset_default_image" class="img img-fluid mx-auto rounded" alt=""/>
</div>
<div class="o_grid_item g-height-7 g-col-lg-5 col-lg-5 offset-1 offset-lg-0 col-10 rounded o_colored_level o_cc o_cc1 shadow" style="z-index: 2; grid-area: 1 / 7 / 8 / 12; --grid-item-padding-y: 40px; --grid-item-padding-x: 32px; box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 10px !important;">
<h3>Why Our Product is the Future of Innovation</h3>
<p class="lead">Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.</p>
<p class="lead">Start with the customer find out what they want and give it to them.</p>
</div>
</div>
</div>
</section>
</template>
</odoo>