[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
+27
View File
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" ?>
<openerp>
<data>
<template name="Page header" id="s_page_header">
<section class="s_page_header">
<div class="container">
<div class="row">
<div class="col-md-12 mt32">
<span class="label bg-alpha">
<i class="fa fa-tag"></i>
<strong>Tags</strong>
</span>
<span class="label bg-gamma">
<i class="fa fa-tag"></i>
<strong>Category</strong>
</span>
<h1>Page Title</h1>
<p class="lead">Introduce your content in few lines.</p>
</div>
</div>
</div>
</section>
</template>
</data>
</openerp>