diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/website/views/snippets/s_features.xml | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/website/views/snippets/s_features.xml')
| -rw-r--r-- | addons/website/views/snippets/s_features.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/addons/website/views/snippets/s_features.xml b/addons/website/views/snippets/s_features.xml new file mode 100644 index 00000000..0fa92f6f --- /dev/null +++ b/addons/website/views/snippets/s_features.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + +<template id="s_features" name="Features"> + <section class="s_features pt32 pb32"> + <div class="container"> + <div class="row"> + <div class="col-lg-4 pt32 pb32 text-center"> + <i class="fa fa-3x fa-gear rounded bg-primary m-3"/> + <h3>First Feature</h3> + <p>Tell what's the value for the <br/>customer for this feature.</p> + </div> + <div class="col-lg-4 pt32 pb32 text-center"> + <i class="fa fa-3x fa-photo rounded bg-o-color-5 m-3"/> + <h3>Second Feature</h3> + <p>Write what the customer would like to know, <br/>not what you want to show.</p> + </div> + <div class="col-lg-4 pt32 pb32 text-center"> + <i class="fa fa-3x fa-leaf rounded bg-secondary m-3"/> + <h3>Third Feature</h3> + <p>A small explanation of this great <br/>feature, in clear words.</p> + </div> + </div> + </div> + </section> +</template> + +</odoo> |
