Files
design-themes/theme_nano/demo/home_02.xml
T
2021-05-11 16:02:06 +02:00

107 lines
5.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<template id="demo_page_02" inherit_id="website.layout" primary="True">
<xpath expr="//head/t[@t-call-assets='web.assets_frontend'][@t-js='false']" position="attributes">
<attribute name="t-call-assets">theme_nano.demo_page_02_assets_frontend</attribute>
</xpath>
<xpath expr="//head/t[@t-call-assets='web.assets_frontend'][@t-css='false']" position="attributes">
<attribute name="t-call-assets">theme_nano.demo_page_02_assets_frontend</attribute>
</xpath>
</template>
<template id="demo_page_02_assets_frontend" inherit_id="website.assets_frontend" primary="True">
<xpath expr="." position="inside">
<link href="/theme_nano/static/src/less/options/layouts/header_light.less" rel="stylesheet" type="text/less"/>
<link href="/theme_nano/static/src/less/options/layouts/footer_light.less" rel="stylesheet" type="text/less"/>
<link href="/theme_nano/static/src/less/options/layouts/icons_sidebar_right.less" rel="stylesheet" type="text/less"/>
<link href="/theme_nano/static/src/less/options/colors/colors_environment.less" rel="stylesheet" type="text/less"/>
<link href="/theme_nano/static/src/less/options/fonts/font_dosis_open_sans.less" rel="stylesheet" type="text/less"/>
</xpath>
</template>
<template name="Nano // Demo 02" id="website.demo_page_02" page="True">
<t t-call="theme_nano.demo_page_02">
<div id="wrap" class="oe_structure">
<section class="s_text_block_image_fw bg-img-16">
<div class="container">
<div class="row">
<div class="bg-white col-md-5 col-md-offset-6 mt64 mb64">
<h2>Short headline</h2>
<h4 class="text-primary">With a great subtitle</h4>
<p>Write one or two paragraphs describing your product, services or a specific feature. To be successful your content needs to be useful to your readers.</p>
<p>
<i class="fa fa-info-circle fa-1x text-primary"/> <strong>- An additional information</strong>
</p>
</div>
</div>
</div>
</section>
<section class="s_text_image_fw bg-white mt48 mb48">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 mt16 mb16">
<div class="col-text">
<h2>Short Paragraph</h2>
<h4 class="text-primary">With a nice image</h4>
<p>A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story. Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers. Start with the customer. Find out what they want and give it to them.</p>
</div>
</div>
<div class="col-md-6 col-img">
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_04"/>
</div>
</div>
</div>
</section>
<section class="s_images_captions_fw">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 bg-img-05" style="height:250px;">
<p class="bg-white">
<i class="fa fa-shopping-cart fa-1x text-primary"/> <strong>- Ecommerce</strong>
</p>
</div>
<div class="col-md-6 bg-img-15" style="height:250px;">
<p class="bg-white">
<i class="fa fa-stars fa-star text-primary"/> <strong>- Analysis</strong>
</p>
</div>
</div>
</div>
</section>
<section class="s_image_text_fw bg-white mt48 mb48">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 mt16 mb16">
<div class="col-text">
<h2>Great headline</h2>
<h4 class="text-primary">With a good subtitle</h4>
<p>Write <strong>one or two paragraphs</strong> describing your product, services or a specific feature. To be successful your content needs to be useful to your readers.</p>
<p>Start with the <strong>customer</strong> find out what they want and give it to them.</p>
<p>
<a class="btn btn-default btn-sm" href="#">Get in touch</a>
</p>
</div>
</div>
<div class="col-md-6 col-img">
<img alt="" class="img img-responsive" src="/web/image/theme_common.image_content_06"/>
</div>
</div>
</div>
</section>
<div data-oe-call="theme_common.s_medias_list"/>
</div>
</t>
</template>
</data>
</openerp>