[ADD] theme 8.0
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template name="Showcase" id="s_showcase">
|
||||
<section class="s_showcase">
|
||||
<div class="box">
|
||||
<div class="hidden-xs line" />
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-5 col-sm-5 text-right feature">
|
||||
<h4>
|
||||
<i class="fa fa-desktop"/>First feature</h4>
|
||||
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
|
||||
</div>
|
||||
<div class="col-md-5 col-sm-5 col-sm-offset-2 text-left feature">
|
||||
<h4>
|
||||
<i class="fa fa-heart"/>Another feature</h4>
|
||||
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-5 col-sm-5 text-right feature">
|
||||
<h4>
|
||||
<i class="fa fa-paint-brush "/>Second feature</h4>
|
||||
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
|
||||
</div>
|
||||
<div class="col-md-5 col-sm-5 col-sm-offset-2 text-left feature">
|
||||
<h4>
|
||||
<i class="fa fa-sliders "/>Last Feature</h4>
|
||||
<p>I then asked Queequeg whether he himself was ever troubled with dyspepsia; expressing the idea very plainly, so that he could take it in.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="container mt16 text-center">
|
||||
<a class="btn btn-default" href="">Discover all the features</a>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user