summaryrefslogtreecommitdiff
path: root/addons/website/views/snippets/s_three_columns.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 21:51:50 +0700
commit3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch)
treea44932296ef4a9b71d5f010906253d8c53727726 /addons/website/views/snippets/s_three_columns.xml
parent0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff)
initial commit 2
Diffstat (limited to 'addons/website/views/snippets/s_three_columns.xml')
-rw-r--r--addons/website/views/snippets/s_three_columns.xml46
1 files changed, 46 insertions, 0 deletions
diff --git a/addons/website/views/snippets/s_three_columns.xml b/addons/website/views/snippets/s_three_columns.xml
new file mode 100644
index 00000000..01988d25
--- /dev/null
+++ b/addons/website/views/snippets/s_three_columns.xml
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="utf-8"?>
+<odoo>
+
+<template id="s_three_columns" name="Columns">
+ <section class="s_three_columns bg-200 pt32 pb32" data-vcss="001">
+ <div class="container">
+ <div class="row d-flex align-items-stretch">
+ <div class="col-lg-4 s_col_no_bgcolor pt16 pb16">
+ <div class="card bg-white h-100">
+ <img class="card-img-top" src="/web/image/website.s_three_columns_default_image_1" alt=""/>
+ <div class="card-body">
+ <h3 class="card-title">Feature One</h3>
+ <p class="card-text">Adapt these three columns to fit your design need. To duplicate, delete or move columns, select the column and use the top icons to perform your action.</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-lg-4 s_col_no_bgcolor pt16 pb16">
+ <div class="card bg-white h-100">
+ <img class="card-img-top" src="/web/image/website.s_three_columns_default_image_2" alt=""/>
+ <div class="card-body">
+ <h3 class="card-title">Feature Two</h3>
+ <p class="card-text">To add a fourth column, reduce the size of these three columns using the right icon of each block. Then, duplicate one of the columns to create a new one as a copy.</p>
+ </div>
+ </div>
+ </div>
+ <div class="col-lg-4 s_col_no_bgcolor pt16 pb16">
+ <div class="card bg-white h-100">
+ <img class="card-img-top" src="/web/image/website.s_three_columns_default_image_3" alt=""/>
+ <div class="card-body">
+ <h3 class="card-title">Feature Three</h3>
+ <p class="card-text">Delete the above image or replace it with a picture that illustrates your message. Click on the picture to change its <em>rounded corner</em> style.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </section>
+</template>
+
+<template id="assets_snippet_s_three_columns_css_000" inherit_id="website.assets_frontend" active="False">
+ <xpath expr="//link[last()]" position="after">
+ <link rel="stylesheet" type="text/scss" href="/website/static/src/snippets/s_three_columns/000.scss"/>
+ </xpath>
+</template>
+
+</odoo>