File: s_card_offset.xml

package info (click to toggle)
odoo 18.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 878,716 kB
  • sloc: javascript: 927,937; python: 685,670; xml: 388,524; sh: 1,033; sql: 415; makefile: 26
file content (21 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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>