File: s_image_title.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 (20 lines) | stat: -rw-r--r-- 1,154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_image_title" name="Image Title">
    <section class="s_image_title o_cc o_cc5 oe_img_bg pt32 pb32" style="background-image: url('/web/image/website.s_image_title_default_image'); background-position: 50% 70%;">
        <div class="o_we_bg_filter bg-black-50"/>
        <div class="container">
            <div class="row o_grid_mode" data-row-count="9">
                <div class="o_grid_item g-height-9 g-col-lg-8 col-lg-8" style="--grid-item-padding-y: 32px; grid-area: 1 / 1 / 10 / 9; z-index: 1;">
                    <h1 class="display-3">A Deep Dive into Innovation and Excellence</h1>
                </div>
                <div class="o_grid_item g-height-3 g-col-lg-7 col-lg-7" style="--grid-item-padding-y: 24px; grid-area: 7 / 6 / 10 / 13; z-index: 2;">
                    <p class="lead" style="text-align: end;">Transform your environment with our new design collection, where elegance meets functionality. Elevate your space with pieces that blend style and comfort seamlessly.</p>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>