File: s_features.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 (53 lines) | stat: -rw-r--r-- 2,493 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
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_features" name="Features">
    <section class="s_features pt64 pb64">
        <div class="container">
            <div class="col-lg-12">
                <h3>Everything you need</h3>
                <p class="lead">List and describe the key features of your solution or service.</p>
            </div>
            <div class="row">
                <div class="col-lg-4">
                    <div class="s_hr pt-4 pb32">
                        <hr class="w-100 mx-auto"/>
                    </div>
                    <i class="s_features_icon fa fa-paper-plane-o mb-3 rounded bg-o-color-3" role="img"/>
                    <div class="overflow-hidden">
                        <h3 class="h5-fs">Reliability</h3>
                        <p>Consistent performance and uptime ensure efficient, reliable service with minimal interruptions and quick response times.</p>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="s_hr pt-4 pb32">
                        <hr class="w-100 mx-auto"/>
                    </div>
                    <i class="s_features_icon fa fa-credit-card mb-3 rounded bg-o-color-3" role="img"/>
                    <div class="overflow-hidden">
                        <h3 class="h5-fs">Performance</h3>
                        <p>Speed and efficiency ensure tasks are completed quickly and resources are used optimally, enhancing productivity and satisfaction.</p>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="s_hr pt-4 pb32">
                        <hr class="w-100 mx-auto"/>
                    </div>
                    <i class="s_features_icon fa fa-flag-o mb-3 rounded bg-o-color-3" role="img"/>
                    <div class="overflow-hidden">
                        <h3 class="h5-fs">Scalability</h3>
                        <p>Growth capability is a system's ability to scale and adapt, meeting increasing demands and evolving needs for long-term success.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>
</template>

<!-- Assets -->
<record id="website.s_features_000_scss" model="ir.asset">
    <field name="name">Features 000 SCSS</field>
    <field name="bundle">web.assets_frontend</field>
    <field name="path">website/static/src/snippets/s_features/000.scss</field>
</record>
</odoo>