[IMP] theme_yes: update the theme

This commit updates the theme to improve the design with new colors, new
pictures and new snippet customizations.

task-2555035

X-original-commit: 2a2da47270
Part-of: odoo/design-themes#501
This commit is contained in:
Elisabeth Dickinson
2021-07-01 14:16:13 +00:00
committed by qsm-odoo
parent e3e8f6796d
commit 299d504df3
68 changed files with 925 additions and 437 deletions
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_company_team" inherit_id="website.s_company_team">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Origins/14_001"}</attribute>
</xpath>
<!-- Shape -->
<xpath expr="//*[hasclass('container')]" position="before">
<div class="o_we_shape o_web_editor_Origins_14_001 o_second_extra_shape_mapping bg-o-color-3"/>
</xpath>
<!-- Row #1 - Col #1 -->
<xpath expr="//h4" position="replace" mode="inner">
Livia Sailor
</xpath>
<xpath expr="//p" position="replace">
<p><font style="font-weight: bolder;" class="text-o-color-1">The Founder &amp; Planner</font></p>
<p>Livia is our head wedding coordinator and stylist, she'll turn any of your ideas into reality, making sure your wedding day is smooth and looks better than anything you have ever seen on Pinterest.</p>
</xpath>
<!-- Row #1 - Col #2 -->
<xpath expr="(//h4)[2]" position="replace" mode="inner">
Clair Stark
</xpath>
<xpath expr="(//p)[3]" position="replace">
<p><font style="font-weight: bolder;" class="text-o-color-1">The Designer</font></p>
<p>As a passionate wedding designer with a romantic soul, Clair adores celebrating the special moments in life in magical places and creating an authentic experience for couples. </p>
</xpath>
<!-- Row -->
<xpath expr="//*[hasclass('col-lg-6')][4]" position="replace"/>
<xpath expr="//*[hasclass('col-lg-6')][3]" position="replace"/>
</template>
</odoo>