File: s_text_image.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 (22 lines) | stat: -rw-r--r-- 994 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
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_text_image" name="Text - Image">
    <section class="s_text_image pt80 pb80">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-5 pt16 pb16">
                    <h2 class="h3-fs">Enhance Your <strong>Experience</strong></h2>
                    <p>Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.</p>
                    <p>Start with the customer – find out what they want and give it to them.</p>
                    <p><a href="#" class="btn btn-secondary">Learn more</a></p>
                </div>
                <div class="col-lg-6 offset-lg-1 pt16 pb16">
                    <img src="/web/image/website.s_text_image_default_image" class="img img-fluid mx-auto rounded" alt=""/>
                </div>
            </div>
        </div>
    </section>
</template>

</odoo>