File: s_company_team_basic.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 (44 lines) | stat: -rw-r--r-- 3,561 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
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_company_team_basic" name="Team Basic">
    <section class="s_company_team_basic o_cc o_cc1 pt64 pb64">
        <div class="container">
            <div class="row o_grid_mode" data-row-count="10">
                <div class="o_grid_item g-col-lg-12 g-height-2 col-lg-12" style="grid-area: 1 / 1 / 3 / 13; --grid-item-padding-y: 32px; --grid-item-padding-x: 32px; z-index: 1;">
                    <h3 class="o_default_snippet_text" style="text-align: center;">Discover our executive team</h3>
                </div>
                <div class="o_grid_item g-col-6 g-col-lg-3 g-height-8 col-6 col-lg-3" data-name="Team Member" style="grid-area: 3 / 1 / 11 / 4; --grid-item-padding-y: 16px; --grid-item-padding-x: 32px; z-index: 2;">
                    <p class="o_not_editable" contenteditable="false" style="text-align: center;">
                        <img alt="" class="o_editable_media img-fluid rounded-circle" src="/web/image/website.s_company_team_image_1" style="width: 100% !important;"/>
                    </p>
                    <h4 class="h5-fs" style="text-align: center;">Tony Fred, CEO</h4>
                    <p class="o_small-fs text-muted" style="text-align: center;">Chief Executive Officer</p>
                </div>
                <div class="o_grid_item g-col-6 g-col-lg-3 g-height-8 col-6 col-lg-3" data-name="Team Member" style="grid-area: 3 / 4 / 11 / 7; --grid-item-padding-y: 16px; --grid-item-padding-x: 32px; z-index: 3;">
                    <p class="o_not_editable" contenteditable="false" style="text-align: center;">
                        <img alt="" class="o_editable_media img-fluid rounded-circle" src="/web/image/website.s_company_team_image_2" style="width: 100% !important;"/>
                    </p>
                    <h4 class="h5-fs" style="text-align: center;">Mich Stark, COO</h4>
                    <p class="o_small-fs text-muted" style="text-align: center;">Chief Operational Officer</p>
                </div>
                <div class="o_grid_item g-col-6 g-col-lg-3 g-height-8 col-6 col-lg-3" data-name="Team Member" style="grid-area: 3 / 7 / 11 / 10; --grid-item-padding-y: 16px; --grid-item-padding-x: 32px; z-index: 4;">
                    <p class="o_not_editable" contenteditable="false" style="text-align: center;">
                        <img alt="" class="o_editable_media img-fluid rounded-circle" src="/web/image/website.s_company_team_image_3" style="width: 100% !important;"/>
                    </p>
                    <h4 class="h5-fs" style="text-align: center;">Aline Turner, CTO</h4>
                    <p class="o_small-fs text-muted" style="text-align: center;">Chief Technical Officer</p>
                </div>
                <div class="o_grid_item g-col-6 g-col-lg-3 g-height-8 col-6 col-lg-3" data-name="Team Member" style="grid-area: 3 / 10 / 11 / 13; --grid-item-padding-y: 16px; --grid-item-padding-x: 32px; z-index: 5;">
                    <p class="o_not_editable" contenteditable="false" style="text-align: center;">
                        <img alt="" class="o_editable_media img-fluid rounded-circle" src="/web/image/website.s_company_team_image_4" style="width: 100% !important;"/>
                    </p>
                    <h4 class="h5-fs" style="text-align: center;">Iris Joe, CFO</h4>
                    <p class="o_small-fs text-muted" style="text-align: center;">Chief Financial Officer</p>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>