[ADD] theme 8.0

This commit is contained in:
Design
2021-05-11 15:41:12 +02:00
committed by Jeremy Kersten
commit 51c615247e
3583 changed files with 121845 additions and 0 deletions
@@ -0,0 +1,55 @@
<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<template name="Full-width - Images with Captions" id="s_images_captions_fw">
<section class="s_images_captions_fw">
<div class="container-fluid">
<div class="row">
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-14" style="height:250px;">
<p class="bg-white">
<i class="fa fa-desktop fa-1x text-primary"></i> <strong>- Desk</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-03" style="height:250px;">
<p class="bg-white">
<i class="fa fa-bookmark fa-1x text-primary"></i> <strong>- Bookmarks</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-05" style="height:250px;">
<p class="bg-white">
<i class="fa fa-pencil fa-1x text-primary"></i> <strong>- Pencil</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-15" style="height:250px;">
<p class="bg-white">
<i class="fa fa-stars fa-star text-primary"></i> <strong>- Stars</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-13" style="height:250px;">
<p class="bg-white">
<i class="fa fa-image fa-1x text-primary"></i> <strong>- Polaroid</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-12" style="height:250px;">
<p class="bg-white">
<i class="fa fa-file-o fa-1x text-primary"></i> <strong>- Notes</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-10" style="height:250px;">
<p class="bg-white">
<i class="fa fa-newspaper-o fa-1x text-primary"></i> <strong>- Newspaper</strong>
</p>
</div>
<div class="col-md-3 col-sm-4 col-xs-6 bg-img-16" style="height:250px;">
<p class="bg-white">
<i class="fa fa-pencil-square-o fa-1x text-primary"></i> <strong>- Work</strong>
</p>
</div>
</div>
</div>
</section>
</template>
</data>
</openerp>