File: s_features_wave.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 (54 lines) | stat: -rw-r--r-- 3,693 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
54
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_features_wave" name="Features Wave">
    <section class="s_features_wave o_cc o_cc5 pt64 pb64" data-oe-shape-data="{'shape':'web_editor/Wavy/11', 'showOnMobile':true}">
        <div class="o_we_shape o_web_editor_Wavy_11 o_shape_show_mobile"/>
        <div class="container">
            <div class="row s_nb_column_fixed">
                <div class="col-lg-12 pb24">
                    <h3 style="text-align: center;">Everything you need</h3>
                    <p class="lead" style="text-align: center;">List and describe the key features of your solution or service.</p>
                </div>
                <div class="col-lg-4 pt24 pb24">
                    <i class="fa fa-thumbs-o-up d-block mx-auto border rounded fa-2x" style="background-color: rgba(0, 0, 0, 0);" role="presentation"/>
                    <br/>
                    <h4 style="text-align: center;">Reliability</h4>
                    <p style="text-align: center;">Consistent performance and uptime ensure efficient, reliable service with minimal interruptions and quick response times.</p>
                </div>
                <div class="col-lg-4 pt24 pb24">
                    <i class="fa fa-star-o d-block mx-auto border rounded fa-2x" style="background-color: rgba(0, 0, 0, 0);" role="presentation"/>
                    <br/>
                    <h4 style="text-align: center;">Performance</h4>
                    <p style="text-align: center;">Speed and efficiency ensure tasks are completed quickly and resources are used optimally, enhancing productivity and satisfaction.</p>
                </div>
                <div class="col-lg-4 pt24 pb24">
                    <i class="fa fa-flag-o d-block mx-auto border rounded fa-2x" style="background-color: rgba(0, 0, 0, 0);" role="presentation"/>
                    <br/>
                    <h4 style="text-align: center;">Scalability</h4>
                    <p style="text-align: center;">Growth capability is a system's ability to scale and adapt, meeting increasing demands and evolving needs for long-term success.</p>
                </div>
                <div class="col-lg-4 pt24 pb24">
                    <i class="fa fa-edit d-block mx-auto border rounded fa-2x" style="background-color: rgba(0, 0, 0, 0);" role="presentation"/>
                    <br/>
                    <h4 style="text-align: center;">Customizable Settings</h4>
                    <p style="text-align: center;">Tailor the platform to your needs, offering flexibility and control over your user experience.</p>
                </div>
                <div class="col-lg-4 pt24 pb24">
                    <i class="fa fa-user-o d-block mx-auto border rounded fa-2x" style="background-color: rgba(0, 0, 0, 0);" role="presentation"/>
                    <br/>
                    <h4 style="text-align: center;">User-Friendly Interface</h4>
                    <p style="text-align: center;">The intuitive design ensures smooth navigation, enhancing user experience without needing technical expertise.</p>
                </div>
                <div class="col-lg-4 pt24 pb24">
                    <i class="fa fa-smile-o d-block mx-auto border rounded fa-2x" style="background-color: rgba(0, 0, 0, 0);" role="presentation"/>
                    <br/>
                    <h4 style="text-align: center;">24/7 Customer Support</h4>
                    <p style="text-align: center;">Round-the-clock assistance is available, ensuring issues are resolved quickly, keeping your operations running smoothly.</p>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>