File: s_unveil.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 (32 lines) | stat: -rw-r--r-- 2,259 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
22
23
24
25
26
27
28
29
30
31
32
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_unveil" name="Unveil">
    <section class="s_unveil pt64 pb64">
        <div class="container">
            <div class="row o_grid_mode" data-row-count="13">
                <div class="o_grid_item g-height-3 g-col-lg-12 col-lg-12" style="grid-area: 1 / 1 / 4 / 13; z-index: 1;">
                    <h2 style="text-align: center;">Unveiling our newest products</h2>
                    <p class="lead" style="text-align: center;">Illustrate your services or your product’s main features.</p>
                </div>
                <div class="o_grid_item o_grid_item_image g-col-lg-4 g-height-5 col-lg-4 d-lg-block d-none o_snippet_mobile_invisible" style="z-index: 2; grid-area: 6 / 1 / 11 / 5;">
                    <img class="img img-fluid mx-auto rounded" src="/web/image/website.s_carousel_default_image_3" alt=""/>
                </div>
                <div class="o_grid_item o_grid_item_image g-col-lg-4 g-height-5 col-lg-4 d-lg-block d-none o_snippet_mobile_invisible" style="z-index: 3; grid-area: 4 / 3 / 9 / 7;">
                    <img class="img img-fluid mx-auto rounded" src="/web/image/website.s_masonry_block_default_image_1" alt=""/>
                </div>
                <div class="o_grid_item o_grid_item_image g-col-lg-4 g-height-6 col-lg-4" style="z-index: 4; grid-area: 7 / 4 / 13 / 8;">
                    <img class="img img-fluid mx-auto rounded" src="/web/image/website.s_picture_default_image" alt=""/>
                </div>
                <div class="o_grid_item o_grid_item_image g-col-lg-4 g-height-7 col-lg-4 d-lg-block d-none o_snippet_mobile_invisible" style="z-index: 5; grid-area: 5 / 8 / 12 / 12;">
                    <img class="img img-fluid mx-auto rounded" src="/web/image/website.s_carousel_default_image_2" alt=""/>
                </div>
                <div class="o_grid_item o_grid_item_image g-col-lg-4 g-height-5 col-lg-4 d-lg-block d-none o_snippet_mobile_invisible" style="z-index: 6; grid-area: 9 / 9 / 14 / 13;">
                    <img class="img img-fluid mx-auto rounded" src="/web/image/website.s_carousel_default_image_1" alt=""/>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>