File: s_cta_box.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 (21 lines) | stat: -rw-r--r-- 1,053 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
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_cta_box" name="Box Call to Action">
    <section class="s_cta_box pt80 pb80">
        <div class="container">
            <div class="s_card o_card_img_horizontal flex-lg-row-reverse card o_cc o_cc4" data-snippet="s_card" data-vxml="001" data-name="Card" style="--card-spacer-x: 64px; --card-spacer-y: 64px; border-width: 0px !important;">
                <figure class="o_card_img_wrapper ratio ratio-1x1 mb-0">
                    <img class="o_card_img rounded-end" src="/web/image/website.s_cta_box_default_image" alt=""/>
                </figure>
                <div class="card-body">
                    <h2 class="card-title">50,000+ companies run Odoo<br/>to grow their businesses.</h2>
                    <p class="card-text">Join us and make your company a better place.<br/><br/></p>
                    <a t-att-href="cta_btn_href" class="btn btn-lg btn-secondary">Contact Us</a>
                </div>
             </div>
        </div>
    </section>
</template>

</odoo>