File: s_cover.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 (19 lines) | stat: -rw-r--r-- 1,119 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="s_cover" name="Cover">
    <section class="s_cover parallax s_parallax_is_fixed o_cc o_cc5 pt232 pb232" data-scroll-background-ratio="1">
        <span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_cover_default_image'); background-position: 50% 75%;"/>
        <div class="o_we_bg_filter bg-black-50"/>
        <div class="container s_allow_columns">
            <h1 class="display-3" style="text-align: center;">Your journey starts here</h1>
            <p class="lead" style="text-align: center;">Write one or two paragraphs describing your product, services or a specific feature.<br/> To be successful your content needs to be useful to your readers.</p>
            <p style="text-align: center;">
                <a t-att-href="cta_btn_href" class="btn btn-secondary mb-2"><t t-esc="cta_btn_text">Discover more</t></a>
                <a t-att-href="cta_btn_href" class="btn btn-outline-secondary mb-2"><t t-esc="cta_btn_text">Contact us</t></a>
            </p>
        </div>
    </section>
</template>

</odoo>