Odoo18-Base/addons/website/views/snippets/s_motto.xml

18 lines
642 B
XML
Raw Permalink Normal View History

2025-01-06 10:57:38 +07:00
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_motto" name="Motto">
<section class="s_motto pt160 pb160 o_cc o_cc1" data-oe-shape-data="{'shape':'web_editor/Floats/07', 'showOnMobile':false, 'animated': true}">
<div class="o_we_shape o_web_editor_Floats_07 o_we_animated"/>
<div class="container">
<div class="row">
<div class="col-lg-8">
<h1 class="display-4">Design is the intermediary between <strong>information</strong> and <strong>understanding</strong></h1>
</div>
</div>
</div>
</section>
</template>
</odoo>