[ADD] theme saas-6

This commit is contained in:
Design
2021-05-25 18:32:22 +02:00
committed by Jeremy Kersten
commit b2e6533276
3407 changed files with 104584 additions and 0 deletions
+67
View File
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template name="Demo" id="website.demo_page" page="True">
<t t-call="website.layout">
<div id="wrap" class="oe_structure">
<section class="s_text_block_image_fw bg-img-08" style="height: 450px; overflow: hidden;">
<div class="container">
<div class="row">
<div class="bg-white mt64 mb64 col-md-4 col-md-offset-4" style="text-align: center;">
<h1>Zap</h1>
<h5 class="text-primary mb16">A theme for OdooCMS</h5>
<p>Just drag and drop the new building blocks you need to easily build your layout. All layouts are made of sections, that you can easily combine to fit your specific project.<br/></p>
<p>
<i class="fa fa-info-circle fa-1x text-primary"></i>
<strong>- Made with Bootstrap</strong>
</p>
</div>
</div>
</div>
</section>
<div class="mb64 mt64">
<div data-oe-call="theme_common.s_three_columns_carousel"/>
</div>
<div class="mb64 mt64">
<div data-oe-call="theme_common.s_features_circle"/>
</div>
<div class="mb64 mt64">
<div data-oe-call="theme_common.s_news_carousel"/>
</div>
<div class="mb64 mt64">
<div data-oe-call="theme_common.s_team_profiles_2"/>
</div>
<section class="s_text_block_image_fw bg-img-09">
<div class="container">
<div class="row">
<div class="bg-white mt64 mb64 col-md-4 col-md-offset-4">
<h2 style="text-align: center;">Short headline</h2>
<h5 class="text-primary" style="text-align: center;">With a great subtitle</h5>
<p 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;">
<i class="fa fa-info-circle fa-1x text-primary"></i>
<strong>- An additional information</strong>
</p>
</div>
</div>
</div>
</section>
<div class="mb64 mt64">
<div data-oe-call="theme_common.s_references_2"/>
</div>
</div>
</t>
</template>
</data>
</openerp>