File: s_cards_soft.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-- 2,907 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_cards_soft" name="Cards Soft">
    <section class="s_cards_soft o_cc o_cc1 pt48 pb32">
        <div class="container">
            <div class="row s_nb_column_fixed">
                <div class="col-lg-12">
                    <h2 style="text-align: center;">Your Journey Begins Here</h2>
                    <p class="lead" style="text-align: center;">We make every moment count with solutions designed just for you.</p>
                </div>
                <div data-name="Card" class="col-lg-4 pt16 pb16">
                    <div class="s_card card o_cc o_cc2" data-vxml="001" data-snippet="s_card" data-name="Card" style="border-width: 0px !important;">
                        <div class="card-body">
                            <h5 class="card-title">Innovative Ideas</h5>
                            <p class="card-text">Our creativity is at the forefront of everything we do, delivering innovative solutions that make your project stand out while maintaining a balance between originality and functionality.</p>
                            <img class="img img-fluid rounded" src="/web/image/website.s_three_columns_default_image_1" alt=""/>
                        </div>
                    </div>
                </div>
                <div data-name="Card" class="col-lg-4 pt16 pb16">
                    <div class="s_card card o_cc o_cc2" data-vxml="001" data-snippet="s_card" data-name="Card" style="border-width: 0px !important;">
                        <div class="card-body">
                            <h5 class="card-title">Comprehensive Support</h5>
                            <p class="card-text">From the initial stages to completion, we offer support every step of the way, ensuring you feel confident in your choices and that your project is a success.</p>
                            <img class="img img-fluid rounded" src="/web/image/website.s_three_columns_default_image_2" alt=""/>
                        </div>
                    </div>
                </div>
                <div data-name="Card" class="col-lg-4 pt16 pb16">
                    <div class="s_card card o_cc o_cc2" data-vxml="001" data-snippet="s_card" data-name="Card" style="border-width: 0px !important;">
                        <div class="card-body">
                            <h5 class="card-title">Timeless Quality</h5>
                            <p class="card-text">Our services are built to last, ensuring that every solution we provide is of the highest quality, bringing lasting value to your investment and ultimate customer satisfaction.</p>
                            <img class="img img-fluid rounded" src="/web/image/website.s_three_columns_default_image_3" alt=""/>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>