787 lines
40 KiB
XML
787 lines
40 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<openerp>
|
||
<data>
|
||
|
||
<template id="home3_layout" inherit_id="website.layout" primary="True">
|
||
<xpath expr="//head/t[@t-call-assets='website.assets_frontend']" position="attributes">
|
||
<attribute name="t-call-assets">theme_enark.home3_assets_frontend</attribute>
|
||
</xpath>
|
||
</template>
|
||
<template id="home3_assets_frontend" inherit_id="website.assets_frontend" primary="True">
|
||
<xpath expr="//t[@t-call='website.theme']" position="replace">
|
||
<link rel="stylesheet" href='/website_less/static/src/less/import_bootstrap.less'/>
|
||
<link rel="stylesheet" href='/website_less/static/src/less/colors.less' t-ignore="true"/>
|
||
<link rel="stylesheet" href='/website/static/src/css/website.css'/>
|
||
<link rel="stylesheet" href='/website_less/static/src/less/website.less' type="text/less"/>
|
||
|
||
<link href="/theme_enark/static/src/less/colors.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_enark/static/src/less/theme.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_enark/static/src/less/customize_modal.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_enark/static/src/less/padding.less" rel="stylesheet" type="text/less"/>
|
||
|
||
<!-- PRESET bgvar-5, colorvar-5, fontvar-5 -->
|
||
|
||
<link href="/theme_enark/static/src/less/options/layout_boxed.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_enark/static/src/less/options/color_preset_5.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_enark/static/src/less/options/bg_preset_5.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_enark/static/src/less/options/font_preset_5.less" rel="stylesheet" type="text/less"/>
|
||
|
||
<link href="/theme_common/static/src/less/fonts.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_discount.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_event_list.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_profile.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_icon_box.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_icon_box_circle.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_icon_box_square.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_pricing.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_process_steps.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_timeline.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_lead_bar.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_logo_bar.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_color_blocks_2.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_color_blocks_4.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_big_image.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_big_image_parallax.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_team_profiles.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_slide_banner.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_separator_shade.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_separator_color.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_text_highlight.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_testimonial_slider.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_big_icon_circle.less" rel="stylesheet" type="text/less"/>
|
||
<link href="/theme_common/static/src/less/s_big_icon_square.less" rel="stylesheet" type="text/less"/>
|
||
</xpath>
|
||
</template>
|
||
|
||
|
||
<template id="website.demo_page_home_3" page="True">
|
||
<t t-call="theme_enark.home3_layout">
|
||
<div id="wrap" class="oe_structure oe_empty">
|
||
|
||
<section class="s_testimonial_slider carousel slide mt48 mb0" data-interval="6000" data-ride="carousel" id="myCarousel9" style="height: 320px; overflow: hidden;">
|
||
<ol class="carousel-indicators">
|
||
<li class="active" data-slide-to="0" data-target="#myCarousel9"/>
|
||
<li data-slide-to="1" data-target="#myCarousel9"/>
|
||
<li data-slide-to="2" data-target="#myCarousel9"/>
|
||
</ol>
|
||
<div class="carousel-inner">
|
||
<div class="item active">
|
||
<div class="container">
|
||
<div class="row content text-center mt64 mb64">
|
||
<h3><i class="fa fa-quote-left"/> An elegant yet efficient corporate Bootstrap Theme <i class="fa fa-quote-right"/></h3>
|
||
<p class="lead">Leonard Cohen, President / Company Inc.</p>
|
||
<div class="col-md-2 col-md-offset-5">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_08" style=""/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="item">
|
||
<div class="container">
|
||
<div class="row content text-center mt64 mb64">
|
||
<h3><i class="fa fa-quote-left"/> I never thought that creating my website would be so easy! <i class="fa fa-quote-right"/></h3>
|
||
<p class="lead">Ben Johnson, Partner / Company Inc.</p>
|
||
<div class="col-md-2 col-md-offset-5">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/src/img/content/content_logo_small.png" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="item">
|
||
<div class="container">
|
||
<div class="row content text-center mt64 mb64">
|
||
<h3><i class="fa fa-quote-left"/> I needed a professional design. I found it with ENARK. <i class="fa fa-quote-right"/></h3>
|
||
<p class="lead">Yoko Tsuno, CEO / Company Inc.</p>
|
||
<div class="col-md-2 col-md-offset-5">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_08"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_lead_bar o_animation bg-epsilon mt0 o_visible o_visible_top o_visible_middle o_visible_bottom o_displayed_top o_displayed_middle o_displayed_bottom">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-8 mt16 mb32">
|
||
<h3>Responsive HTML5 theme built using Bootstrap</h3>
|
||
<h5 class="mb0 mt0 text-muted">ENARK was made with easy customization in mind.</h5>
|
||
</div>
|
||
<div class="col-md-4 mt16 mb32">
|
||
<a class="btn btn-primary btn-lg pull-right mt24" href="/page/website.contactus"><i class="fa fa-arrow-right"/> Theme Features </a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_big_image o_animation bg-img-08 o_visible o_visible_top o_displayed_top" style="height: 600px; overflow: hidden;">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="mt128 col-md-offset-2 col-md-8">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_logo" style=""/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_title_small bg-gamma">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 text-center mt64">
|
||
<h2>Tell Your Story. Catch More Visitors.</h2>
|
||
<h3 class="text-muted ">Write a Great Subtitle</h3>
|
||
<div/>
|
||
<div class="oe_share s_share">
|
||
<h3>Share <a class="oe_share_facebook" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ftheme-enark.odoo.com%2Fpage%2Fdemo_page_home_3" target="_Blank"><i class="fa fa-facebook-square"/></a> <a class="oe_share_twitter" href="https://twitter.com/intent/tweet?text=website.demo_page_home_3&url=https%3A%2F%2Ftheme-enark.odoo.com%2Fpage%2Fdemo_page_home_3" target="_Blank"><i class="fa fa-twitter"/></a> <a class="oe_share_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Ftheme-enark.odoo.com%2Fpage%2Fdemo_page_home_3&title=website.demo_page_home_3" target="_Blank"><i class="fa fa-linkedin"/></a> <a class="oe_share_google" href="https://plus.google.com/share?url=https%3A%2F%2Ftheme-enark.odoo.com%2Fpage%2Fdemo_page_home_3" target="_Blank"><i class="fa fa-google-plus-square"/></a> <a href="mailto:?body=https%3A%2F%2Ftheme-enark.odoo.com%2Fpage%2Fdemo_page_home_3&subject=website.demo_page_home_3"><i class="fa fa-envelope-o"/></a></h3>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_big_icon_circle mb0 bg-gamma mt0" style="height: 288px; overflow: hidden;">
|
||
<div class="container">
|
||
<div class="row mb64">
|
||
<div class="col-md-2 col-md-offset-1 mb32 mt48">
|
||
<div class="s_big_icon_circle_box o_fade_in_left">
|
||
<div class="s_big_icon_circle_icon col-md-4 center-block">
|
||
<span class="fa fa-desktop"/>
|
||
<h5>1000 Apps</h5>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-2 mb32 mt48">
|
||
<div class="s_big_icon_circle_box o_fade_in_left">
|
||
<div class="s_big_icon_circle_icon col-md-4">
|
||
<span class="fa fa-users"/>
|
||
<h5>20.000 Users</h5>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-2 mb32 mt48">
|
||
<div class="s_big_icon_circle_box o_fade_in">
|
||
<div class="s_big_icon_circle_icon col-md-4">
|
||
<span class="fa fa-user"/>
|
||
<h5>234 Clients</h5>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-2 mb32 mt48">
|
||
<div class="s_big_icon_circle_box o_fade_in_right">
|
||
<div class="s_big_icon_circle_icon col-md-4">
|
||
<span class="fa fa-globe"/>
|
||
<h5>30 Countries</h5>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-2 mb32 mt48">
|
||
<div class="s_big_icon_circle_box o_fade_in_right">
|
||
<div class="s_big_icon_circle_icon col-md-4">
|
||
<span class="fa fa-users"/>
|
||
<h5>75 Partners</h5>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_lead_bar o_animation mt0 bg-delta">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-8 mt16 mb32">
|
||
<h3>Responsive HTML5 theme built using Bootstrap</h3>
|
||
<h5 class="mb0 mt0 text-muted">ENARK was made with easy customization in mind.</h5>
|
||
</div>
|
||
<div class="col-md-4 mb32 mt32" style="text-align: right;">
|
||
<a class="btn btn-primary btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_team_profiles o_animation mt92">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 text-center mb32">
|
||
<h2>Business And Personal Features</h2>
|
||
<h3 class="text-muted">Update your profile</h3>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<section>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-3 s_team_profile text-center mb32">
|
||
<div class="s_team_profile_box bg-epsilon">
|
||
<img class="img-responsive img-circle center-block" src="/website/image/theme_common.image_content_15"/>
|
||
<h4 class="mt32 text-center">Bruce Willis</h4>
|
||
<h5 class="text-muted text-center">CEO - FOUNDER</h5>
|
||
<div class="s_team_profile_share">
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-facebook-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-twitter"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-linkedin"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-google-plus-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-envelope-o"/>
|
||
</a>
|
||
</div>
|
||
<p class="text-center">Write something nice about this member of your team.</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 s_team_profile text-center mb32">
|
||
<div class="s_team_profile_box">
|
||
<img class="img-responsive img-circle center-block" src="/website/image/theme_common.image_content_16"/>
|
||
<h4 class="mt32 text-center">Kate Winslet</h4>
|
||
<h5 class="text-muted text-center">cso - FOUNDER<span style="line-height: 1.1;"/></h5>
|
||
<div class="s_team_profile_share">
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-facebook-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-twitter"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-linkedin"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-google-plus-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-envelope-o"/>
|
||
</a>
|
||
</div>
|
||
<p class="text-center">Write something nice about this member of your team.</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 s_team_profile text-center mb32">
|
||
<div class="s_team_profile_box">
|
||
<img class="img-responsive img-circle center-block" src="/website/image/theme_common.image_content_17"/>
|
||
<h4 class="mt32 text-center">Ryan Gosling</h4>
|
||
<h5 class="text-muted text-center">CTO - FOUNDER</h5>
|
||
<div class="s_team_profile_share">
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-facebook-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-twitter"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-linkedin"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-google-plus-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-envelope-o"/>
|
||
</a>
|
||
</div>
|
||
<p class="text-center">Write something nice about this member of your team.</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 s_team_profile text-center mb32">
|
||
<div class="s_team_profile_box">
|
||
<img class="img-responsive img-circle center-block" src="/website/image/theme_common.image_content_18"/>
|
||
<h4 class="mt32 text-center">Kirk Douglas</h4>
|
||
<h5 class="text-muted text-center">CMO - FOUNDER</h5>
|
||
<div class="s_team_profile_share">
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-facebook-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-twitter"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-linkedin"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-google-plus-square"/>
|
||
</a>
|
||
<a href="#" target="_Blank">
|
||
<i class="fa fa-envelope-o"/>
|
||
</a>
|
||
</div>
|
||
<p class="text-center">Write something nice about this member of your team.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
</section>
|
||
<section class="s_title_small bg-white mt92">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 text-center mt48">
|
||
<h1>ENARK Theme Contributors</h1>
|
||
<h4 class="text-muted "/>
|
||
<h4 class="text-muted ">This Theme was created trough an Indiegogo Campaign.<br/>
|
||
Thanks to our bakers it was a great success. Odoo CMS reached 677% of its goal with more than 81K.</h4>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_logo_bar bg-white">
|
||
<div class="container-fluid">
|
||
<div class="row">
|
||
<div class="col-md-offset-1 col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/applicatour.jpg"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/aselcis.jpg"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/bas.png"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/bloopark.png"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/brouwland.jpg"/>
|
||
</div>
|
||
<div class="col-md-2 col-md-offset-1">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/catsdogs.png"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/huckemedia.png"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/dialognet.png"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/dynapps.jpg"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/opusvl.png"/>
|
||
</div>
|
||
<div class="col-md-2 col-md-offset-1">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/oxen.jpg"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/simplitco.jpg"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/sodexis.jpg"/>
|
||
</div>
|
||
<div class="col-md-2">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/TechReceptives.png"/>
|
||
</div>
|
||
<div class="col-md-2 mb64">
|
||
<img class="img-responsive center-block" src="/theme_enark/static/description/contributors/vauxoo.png"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_big_image o_animation mt0 bg-img-05" style="height: 592px; overflow: hidden;">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-8 col-md-offset-2 mt128">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_logo"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_icon_box_circle mt0 bg-gamma mb0">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 text-center mb48 mt92">
|
||
<h1>Impress Your Visitor !</h1>
|
||
<h3 class="text-muted ">ENARK is made for business and personal purpose</h3>
|
||
</div>
|
||
<div class="col-md-3 mt16 mb16">
|
||
<div class="s_icon_box_circle_box">
|
||
<div class="s_icon_box_circle_icon col-md-4 pull-left">
|
||
<span class="fa fa-picture-o fa-2x" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||
</div>
|
||
<div class="s_icon_box_circle_content col-md-8">
|
||
<h4>Minimalistic Flat Design</h4>
|
||
<p>Theme ENARK <br/>
|
||
<span style="line-height: 1.42857143;">provides a modern and minimalistic flat design and makes you ride the trend</span></p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 mt16 mb16">
|
||
<div class="s_icon_box_circle_box">
|
||
<div class="s_icon_box_circle_icon col-md-4 pull-left">
|
||
<span class="fa fa-pencil" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||
</div>
|
||
<div class="s_icon_box_circle_content col-md-8">
|
||
<h4>Beautiful Colors</h4>
|
||
<p>Easily adapt your branding with the six color palettes you can choose with Theme ENARK.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 mt16 mb16">
|
||
<div class="s_icon_box_circle_box">
|
||
<div class="s_icon_box_circle_icon col-md-4 pull-left">
|
||
<span class="fa fa-font" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||
</div>
|
||
<div class="s_icon_box_circle_content col-md-8">
|
||
<h4>Font Combination</h4>
|
||
<p>Find the font that suits your business and make your content more accessible.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-3 mt16 mb128">
|
||
<div class="s_icon_box_circle_box">
|
||
<div class="s_icon_box_circle_icon col-md-4 pull-left">
|
||
<span class="fa fa-desktop" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||
</div>
|
||
<div class="s_icon_box_circle_content col-md-8">
|
||
<h4>Modern Layout</h4>
|
||
<p>Changing your layout is super easy with ENARK. You can switch from full width to boxed.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<div class="s_slide_banner carousel slide o_animation mt0" data-interval="10000" id="myCarousel1" style="height: 440px; overflow: hidden;">
|
||
<ol class="carousel-indicators">
|
||
<li class="active" data-slide-to="0" data-target="#myCarousel1"/>
|
||
<li data-slide-to="1" data-target="#myCarousel1"/>
|
||
<li data-slide-to="2" data-target="#myCarousel1"/>
|
||
</ol>
|
||
<div class="carousel-inner">
|
||
<div class="item bg-blur-04 bg-img-09 active">
|
||
<div class="container">
|
||
<div class="row content">
|
||
<div class="carousel-content col-md-5 col-sm-12 mt64 mb64 text-center">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_logo_small"/>
|
||
<h3 class="mt32 text-muted" style="text-align: left;">Build your brand. easily.</h3>
|
||
<p class="mt16" style="text-align: left;"/>
|
||
<p style="text-align: left;">
|
||
<a class="btn btn-warning btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||
</p>
|
||
</div>
|
||
<div class="carousel-img col-md-6 col-md-offset-1 hidden-sm hidden-xs mt64">
|
||
<img class="img-responsive" src="/theme_enark/static/src/img/content/content_img_01.png" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none;-webkit-transform: translateX(23.4%) translateY(8.3%);-moz-transform: translateX(23.4%) translateY(8.3%);-ms-transform: translateX(23.4%) translateY(8.3%);-o-transform: translateX(23.4%) translateY(8.3%);transform: translateX(23.4%) translateY(8.3%)"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="item bg-blur-03 bg-img-10">
|
||
<div class="container">
|
||
<div class="row content">
|
||
<div class="carousel-content col-md-5 col-sm-12 mt64 mb64 text-center">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_logo_small"/>
|
||
<h3 class="mt32 text-muted" style="text-align: left;">MAKE YOUR OWN WEBSITE</h3>
|
||
<p class="mt16" style="text-align: left;"/>
|
||
<p style="text-align: left;">
|
||
<a class="btn btn-info btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||
</p>
|
||
</div>
|
||
<div class="carousel-img col-md-6 col-md-offset-1 hidden-sm hidden-xs mt64">
|
||
<img class="img-responsive" src="/theme_enark/static/src/img/content/content_img_03.png" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none; -webkit-transform: translateX(73.6%) translateY(-4.2%); transform: translateX(73.6%) translateY(-4.2%);"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="item bg-blur-06 bg-img-12">
|
||
<div class="container">
|
||
<div class="row content">
|
||
<div class="carousel-content col-sm-12 mt64 mb64 text-center col-md-5">
|
||
<h3 class="mt32 text-muted" style="text-align: left;">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_logo_small" style="line-height: 1.42857143;"/>
|
||
</h3>
|
||
<h3 class="mt32 text-muted" style="text-align: left;">YOU ARE THE DESIGNER</h3>
|
||
<p class="mt16" style="text-align: left;">
|
||
<br/>
|
||
<a class="btn btn-success btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||
</p>
|
||
</div>
|
||
<div class="carousel-img col-md-6 col-md-offset-1 hidden-sm hidden-xs mt64">
|
||
<img class="img-responsive" src="/theme_clean/static/src/img/content/image_content_01.png" style="-webkit-transform: translateX(25.9%) translateY(8.3%); transform: translateX(25.9%) translateY(8.3%); -webkit-animation-play-state: paused; -webkit-transition: none; transition: none;"/>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="carousel-control left" data-slide="prev" data-target="#myCarousel1" href="#myCarousel1" style="width: 10%">
|
||
<i class="fa fa-chevron-left" style=""/>
|
||
</div>
|
||
<div class="carousel-control right" data-slide="next" data-target="#myCarousel1" href="#myCarousel1" style="width: 10%">
|
||
<i class="fa fa-chevron-right" style=""/>
|
||
</div>
|
||
</div>
|
||
<section class="s_two_columns o_animation mt64">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 text-center mt48 mb0">
|
||
<h1>Without any Technical or Designer Skills</h1>
|
||
<h3 class="text-muted ">Build your brand identity with Enark</h3>
|
||
</div>
|
||
<div class="col-md-12 text-center mt48">
|
||
<div/>
|
||
</div>
|
||
<div class="mt128 col-md-3 mb48">
|
||
<h1>Grow Your Business with Your Website.</h1>
|
||
<div/>
|
||
<h3>
|
||
<font class="bg-delta">
|
||
<font class="text-delta">Sale Online. Make Opportunities.</font>
|
||
</font>
|
||
</h3>
|
||
<div/>
|
||
<div>
|
||
<span style="line-height: 1.42857143;"/>
|
||
</div>
|
||
<div>
|
||
<span style="line-height: 1.42857143;"/>
|
||
</div>
|
||
<div>
|
||
<span style="line-height: 1.42857143;"/>
|
||
</div>
|
||
<div>
|
||
<span style="line-height: 1.42857143;"/>
|
||
</div>
|
||
<div>
|
||
<span style="line-height: 1.42857143;">Build web pages, create your shop online our edit your first blog post with ENARK Theme for Odoo CMS.</span>
|
||
</div>
|
||
</div>
|
||
<div class="mb32 mt0 col-md-offset-1 col-md-4">
|
||
<img class="img-responsive o_fade_in" src="/website/image/theme_common.image_content_06" style=""/>
|
||
<h4 class="mt32 text-center">Universal Graphics</h4>
|
||
<h5 class="text-muted text-center">TOOLS & OPTIONS</h5>
|
||
<blockquote>
|
||
<p>You can easily change the background, the colors and the font combination of your website or you a preset.</p>
|
||
</blockquote>
|
||
</div>
|
||
<div class="mb92 mt0 col-md-4">
|
||
<img class="img-responsive o_fade_in" src="/website/image/theme_common.image_content_05" style=""/>
|
||
<h4 class="mt32 text-center">Save Time. Make Money</h4>
|
||
<h5 class="text-muted text-center">RICH FEATURES</h5>
|
||
<blockquote>
|
||
<p>Every Building Block has its own options. You can change their style by playing with images, colors and gradients.</p>
|
||
</blockquote>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_lead_bar o_animation bg-epsilon mt48">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-8 mt16 mb32">
|
||
<h3>New Odoo Bootstrap Theme: ENARK Theme</h3>
|
||
<h5 class="mb0 mt0 text-muted">Enark was made with easy customization in mind.</h5>
|
||
</div>
|
||
<div class="col-md-4 mb32 mt32" style="text-align: right;">
|
||
<a class="btn btn-danger btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_color_blocks_2 o_animation">
|
||
<div class="container-fluid">
|
||
<div class="row">
|
||
<div class="col-md-6 s_color_blocks_2_block text-center o_fade_in_left bg-img-08">
|
||
<span class="fa fa-shield fa-5x center-block" style=""/>
|
||
<h2 class="text-center">Beautiful Layout</h2>
|
||
<h3 class="text-center text-muted mb16">PLAY WITH COLORS & GRADIENTS</h3>
|
||
<p>ENARK is a uniquely designed theme. <br/>
|
||
It's super easy to modify and uses advanced LESS/CSS techniques<br/>
|
||
built on the latest Bootstrap Framework.<br/>
|
||
<br/>
|
||
</p>
|
||
<a class="btn btn-primary " href="#"><i class="fa fa-cog"/> More Details </a>
|
||
</div>
|
||
<div class="col-md-6 s_color_blocks_2_block bg-gamma text-center bg_gradient_primary_up o_fade_in_right">
|
||
<span class="fa fa-cube fa-5x center-block" style=""/>
|
||
<h2 class="text-center">Modern Structure</h2>
|
||
<h3 class="text-center text-muted mb16">HIGHLIGHT WITH ANIMATIONS</h3>
|
||
<p>ENARK is build with easy customization in mind. Out of the box,<br/>
|
||
you get 6 color schemes and multiple combinations,<br/>
|
||
from backgronds to fonts.<br/>
|
||
<br/>
|
||
</p>
|
||
<a class="btn btn-primary " href="#"><i class="fa fa-cog"/> More Details</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_event_list mt0 mb0 bg_gradient_primary_down bg-black">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 text-center mb32 mt64">
|
||
<h2>
|
||
<span class="fa fa-clock-o fa-5x" style=""/>
|
||
</h2>
|
||
<h2><br/>
|
||
Schedule Everything with ENARK Theme</h2>
|
||
<h3 class="text-muted">Your Last Activities</h3>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12">
|
||
<p class="text-center">With ENARK Theme you get a list of your events with date, time, description, etc. Select the simple or image mode and edit your content.<br/>
|
||
You can link your events to your favorite social network.</p>
|
||
</div>
|
||
<div class="col-md-6 mt32 mb128">
|
||
<ul class="s_event_list">
|
||
<li>
|
||
<time class="bg-delta" datetime="2014-07-20">
|
||
<span class="s_event_list_day">18</span>
|
||
<span class="s_event_list_month">Jul</span>
|
||
<span class="s_event_list_year">2014</span>
|
||
<span class="s_event_list_time">ALL DAY</span>
|
||
</time>
|
||
<img class="img-responsive" src="/website/image/theme_common.image_content_09"/>
|
||
<div class="s_event_list_info">
|
||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||
<ul>
|
||
<li style="width:50%;">
|
||
<a href="#"><span class="fa fa-globe"/> Link </a>
|
||
</li>
|
||
<li style="width:50%;"><span class="fa fa-info-circle"/> Info</li>
|
||
</ul>
|
||
</div>
|
||
<div class="s_event_list_social">
|
||
<ul>
|
||
<li class="s_event_list_facebook" style="width:33%;">
|
||
<a href="#">
|
||
<span class="fa fa-facebook"/>
|
||
</a>
|
||
</li>
|
||
<li class="s_event_list_twitter" style="width:34%;">
|
||
<a href="#">
|
||
<span class="fa fa-twitter"/>
|
||
</a>
|
||
</li>
|
||
<li class="s_event_list_google_plus" style="width:33%;">
|
||
<a href="#">
|
||
<span class="fa fa-google-plus"/>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="col-md-6 mt32 mb128">
|
||
<ul class="s_event_list">
|
||
<li>
|
||
<time class="bg-delta" datetime="2014-07-20">
|
||
<span class="s_event_list_day">18</span>
|
||
<span class="s_event_list_month">Jul</span>
|
||
<span class="s_event_list_year">2014</span>
|
||
<span class="s_event_list_time">ALL DAY</span>
|
||
</time>
|
||
<img class="img-responsive" src="/website/image/ir.attachment/258_013f081/datas" style="-webkit-animation-play-state: paused; -webkit-transition: none; transition: none"/>
|
||
<div class="s_event_list_info">
|
||
<h4 class="s_event_list_title">Your Event Name</h4>
|
||
<p class="s_event_list_desc">Write a description of your event here.</p>
|
||
<ul>
|
||
<li style="width:50%;">
|
||
<a href="#"><span class="fa fa-globe"/> Link </a>
|
||
</li>
|
||
<li style="width:50%;"><span class="fa fa-info-circle"/> Info</li>
|
||
</ul>
|
||
</div>
|
||
<div class="s_event_list_social">
|
||
<ul>
|
||
<li class="s_event_list_facebook" style="width:33%;">
|
||
<a href="#">
|
||
<span class="fa fa-facebook"/>
|
||
</a>
|
||
</li>
|
||
<li class="s_event_list_twitter" style="width:34%;">
|
||
<a href="#">
|
||
<span class="fa fa-twitter"/>
|
||
</a>
|
||
</li>
|
||
<li class="s_event_list_google_plus" style="width:33%;">
|
||
<a href="#">
|
||
<span class="fa fa-google-plus"/>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_column o_animation bg-epsilon bg_gradient_primary_up">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-12 mb32 mt32">
|
||
<img class="img-responsive center-block" src="/website/image/theme_common.image_content_04"/>
|
||
<h3 class="mt32 text-center">Tones of Options. Unlimited Possibilities</h3>
|
||
<h4 class="text-muted text-center">Customize your website with ease</h4>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_icon_box mb0 bg-epsilon mt0">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-4 mb128 mt64">
|
||
<div class="s_icon_box_box">
|
||
<div class="s_icon_box_icon col-md-4 pull-left">
|
||
<span class="fa fa-expand"/>
|
||
</div>
|
||
<div class="s_icon_box_content col-md-8">
|
||
<h4>Responsive</h4>
|
||
<p>Enark is designed for mobile first so it looks great and <span style="line-height: 25.7142868041992px; background-color: rgba(16, 90, 90, 0.498039);">Enark </span>on mobile devices of all sizes.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4 mb128 mt64">
|
||
<div class="s_icon_box_box">
|
||
<div class="s_icon_box_icon col-md-4 pull-left">
|
||
<span class="fa fa-html5"/>
|
||
</div>
|
||
<div class="s_icon_box_content col-md-8">
|
||
<h4>HTML5</h4>
|
||
<p>Create your pages without typing a single line of code. <span style="line-height: 25.7142868041992px; background-color: rgba(16, 90, 90, 0.498039);">Enark </span> use a clean and simple HTML structure.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4 mb128 mt64">
|
||
<div class="s_icon_box_box">
|
||
<div class="s_icon_box_icon col-md-4 pull-left">
|
||
<span class="fa fa-css3"/>
|
||
</div>
|
||
<div class="s_icon_box_content col-md-8">
|
||
<h4>LESS/CSS</h4>
|
||
<p>Enjoy the power of LESS/CSS3. Customizing your theme has never been so easy. Make it your own!</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
<section class="s_lead_bar o_animation bg-delta">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-md-8 mt16 mb32 o_fade_in_left">
|
||
<h3>ENARK - Bootstrap Theme for Odoo CMS</h3>
|
||
<h5 class="mb0 mt0 text-muted">Made with easy customization in mind.</h5>
|
||
</div>
|
||
<div class="mb32 mt32 col-md-3 col-md-offset-1 o_fade_in_right" style="text-align: right;">
|
||
<a class="btn btn-danger btn-lg" href="/page/demo_page_blocks">NEW BUILDING BLOCKS</a>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
</div>
|
||
</t>
|
||
</template>
|
||
|
||
<record id="demo_page_home_3_menu" model="website.menu">
|
||
<field name="name">Demo 3</field>
|
||
<field name="url">/page/demo_page_home_3</field>
|
||
<field name="parent_id" ref="website.main_menu"/>
|
||
<field name="sequence" type="int">20</field>
|
||
</record>
|
||
|
||
</data>
|
||
</openerp>
|