Files
design-themes/theme_kiddo/views/snippets/s_banner.xml
T
Arthur Detroux (ard) 07b9d2f5ed [FIX] theme_kiddo: remove vimeo video that no longer exists
The video used in theme_kiddo for the banner snippet no longer works.
Either because it was requested too many times too quickly, or because
the video was removed from Vimeo.

This commit removes the video. It does not replace it because pulling
informations from external ressources which aren't guaranteed or handled
by Odoo tend to randomly crash the Runbot.

This is actually the reason for this fix in the first place. Staging is
crashing for 15.0.

runbot-71672

closes odoo/design-themes#837

Signed-off-by: Xavier Dollé (xdo) <xdo@odoo.com>
2024-07-19 12:48:38 +00:00

30 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_banner" inherit_id="website.s_banner">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="s_parallax_no_overflow_hidden oe_img_bg o_bg_img_center" remove="parallax s_parallax_is_fixed" separator=" "/>
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/17"}</attribute>
<attribute name="style">position: relative; background-image: url("/web/image/website.s_banner_default_image");</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//div[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_17"/>
</xpath>
<!-- Paragraph -->
<xpath expr="//div[hasclass('col-lg-6')]" position="replace">
<div class="col-lg-6 pt48 pb48 m-3 m-md-0 p-4 p-md-5 o_colored_level o_cc o_cc3 rounded shadow border" style="border-radius: 35px !important; box-shadow: rgb(104, 70, 114) 0px 0px 35px 0px !important; border-color: rgb(104, 70, 114) !important; border-width: 4px !important; border-style: dotted !important;">
<h1><font style="font-size: 62px; line-height: 48px;">A little place of paradise.</font></h1>
<p><br/></p>
<p class="lead">Because your children deserve the best, we welcome children from 0 to 3 years in a warm and specific environment for the needs of small children</p>
<p><br/></p>
<a t-att-href="cta_btn_href" class="btn btn-primary mb-2"><t t-esc="cta_btn_text">About us</t></a>
</div>
</xpath>
</template>
</odoo>