[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_call_to_action" inherit_id="website.s_call_to_action">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt64 pb48" remove="pt48 pb24 bg-200" separator=" "/>
</xpath>
<!-- Column #01 -->
<xpath expr="//div[hasclass('row')]/div[1]" position="attributes">
<attribute name="class" add="col-lg-12 text-center" remove="col-lg-9" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[1]//h3" position="replace">
<h3><b>Help us protect and preserve</b> for future generations</h3>
</xpath>
<xpath expr="//div[hasclass('row')]/div[1]//p" position="replace">
<p>Join us and make the planet a better place.</p>
</xpath>
<!-- Column #02 -->
<xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
<attribute name="class" add="col-lg-12" remove="col-lg-3" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]//p" position="attributes">
<attribute name="style">text-align: center;</attribute>
</xpath>
</template>
</odoo>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_carousel" inherit_id="website.s_carousel">
<!-- Carousel -->
<xpath expr="//div[hasclass('s_carousel')]" position="attributes">
<attribute name="class" add="s_carousel_rounded" remove="s_carousel_default" separator=" "/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_color_blocks_2" inherit_id="website.s_color_blocks_2">
<!-- Column #01 -->
<xpath expr="//div[hasclass('row')]/div[1]//i" position="replace">
<i class="fa fa-4x fa-cloud bg-white text-secondary rounded-circle shadow mb-3"/>
</xpath>
<xpath expr="//h2" position="replace">
<h2>Sky is the limit</h2>
</xpath>
<!-- Column #02 -->
<xpath expr="//div[hasclass('row')]/div[2]" position="replace">
<div class="col-lg-6 p-0">
<img src="/theme_treehouse/static/src/img/backgrounds/01.jpg" class="w-100 h-100" style="object-fit: cover;" alt=""/>
</div>
</xpath>
</template>
</odoo>
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_cover" inherit_id="website.s_cover">
<!-- Section -->
<xpath expr="section" position="attributes">
<attribute name="class" add="pt128 pb128" remove="pt96 pb96" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace">
<h1 style="text-align: center;">
<font style="font-size: 62px;"><b>Life on Earth</b></font>
</h1>
</xpath>
<!-- Paragraphs -->
<xpath expr="//p" position="replace">
<p class="lead" style="text-align: center;">Our mission is to create a shared plan for saving the planets most exceptional wild places.</p>
<p class="lead" style="text-align: center;"><br/></p>
</xpath>
<!-- Button -->
<xpath expr="//a" position="replace">
<a href="/contactus" class="btn btn-primary btn-lg mb-2">Get involved</a>
</xpath>
</template>
</odoo>
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_features" inherit_id="website.s_features">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt48 pb48" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Icons -->
<xpath expr="//div[hasclass('row')]/div[1]/i" position="attributes">
<attribute name="class" add="rounded-circle" remove="rounded" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]/i" position="attributes">
<attribute name="class" add="rounded-circle" remove="rounded" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]/i" position="attributes">
<attribute name="class" add="rounded-circle" remove="rounded" separator=" "/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_image_text" inherit_id="website.s_image_text">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt64 pb64 bg-200" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Image -->
<xpath expr="//img" position="attributes">
<attribute name="class" add="p-3 img-thumbnail" separator=" "/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_quotes_carousel" inherit_id="website.s_quotes_carousel">
<!-- Carousel -->
<xpath expr="//div[hasclass('s_quotes_carousel')]" position="attributes">
<attribute name="class" add="s_carousel_rounded" remove="s_carousel_default" separator=" "/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_share" inherit_id="website.s_share">
<!-- Title -->
<xpath expr="//*[hasclass('s_share_title')]" position="attributes">
<attribute name="class" add="d-none" separator=" "/>
</xpath>
<!-- Disk -->
<xpath expr="//a[1]/i" position="attributes">
<attribute name="class" add="rounded-circle shadow-sm" separator=" "/>
</xpath>
<xpath expr="//a[2]/i" position="attributes">
<attribute name="class" add="rounded-circle shadow-sm" separator=" "/>
</xpath>
<xpath expr="//a[3]/i" position="attributes">
<attribute name="class" add="rounded-circle shadow-sm" separator=" "/>
</xpath>
<xpath expr="//a[4]/i" position="attributes">
<attribute name="class" add="rounded-circle shadow-sm" separator=" "/>
</xpath>
<xpath expr="//a[5]/i" position="attributes">
<attribute name="class" add="rounded-circle shadow-sm" separator=" "/>
</xpath>
<xpath expr="//a[6]/i" position="attributes">
<attribute name="class" add="rounded-circle shadow-sm" separator=" "/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_block" inherit_id="website.s_text_block">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt96 pb96" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Content -->
<xpath expr="//div[hasclass('container')]" position="attributes">
<attribute name="class" add="o_container_small" remove="container" separator=" "/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_text_image" inherit_id="website.s_text_image">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt64 pb64" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Title -->
<xpath expr="//h2" position="replace">
<h2>Shaping our future</h2>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[1]" position="replace">
<p>With all the global problems our planet faces today,<br/> communities of people concerned with them are growing<br/> to prevent the negative impact.</p>
</xpath>
<!-- Paragraph -->
<xpath expr="//p[2]" position="replace">
<p><br/></p>
</xpath>
</template>
</odoo>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_three_columns" inherit_id="website.s_three_columns">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt80 pb80" remove="pt32 pb32" separator=" "/>
</xpath>
<!-- Column #01 -->
<xpath expr="//div[hasclass('row')]/div[1]//*[hasclass('card-title')]" position="replace">
<h4 class="card-title">Recycling water</h4>
</xpath>
<xpath expr="//div[hasclass('row')]/div[1]//*[hasclass('card-text')]" position="replace">
<p class="card-text">Recycling water for reuse applications instead of using freshwater supplies can be a water-saving measure.</p>
</xpath>
<!-- Column #02 -->
<xpath expr="//div[hasclass('row')]/div[2]//*[hasclass('card-title')]" position="replace">
<h4 class="card-title">Habitat Model</h4>
</xpath>
<xpath expr="//div[hasclass('row')]/div[2]//*[hasclass('card-text')]" position="replace">
<p class="card-text">Habitats with a minimum footprint on the planet and a maximum positive impact on the local community.</p>
</xpath>
<!-- Column #03 -->
<xpath expr="//div[hasclass('row')]/div[3]//*[hasclass('card-title')]" position="replace">
<h4 class="card-title">Organic Garden</h4>
</xpath>
<xpath expr="//div[hasclass('row')]/div[3]//*[hasclass('card-text')]" position="replace">
<p class="card-text">Learn how to use organic gardening methods to grow the freshest food in your fruit and vegetable garden.</p>
</xpath>
</template>
</odoo>
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_title" inherit_id="website.s_title">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt64 pb64 o_half_screen_height parallax s_parallax_is_fixed o_cc5" remove="pt32 pb32" separator=" "/>
<attribute name="data-scroll-background-ratio">1</attribute>
</xpath>
<xpath expr="//section/*" position="before">
<span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_parallax_default_image'); background-position: 50% 50%;"></span>
<div class="o_we_bg_filter bg-black-50"/>
</xpath>
<!-- Title -->
<xpath expr="//h1" position="replace">
<h2 style="text-align: center;">Changing the world is possible.<br/> Weve done it before.</h2>
</xpath>
</template>
</odoo>