diff options
Diffstat (limited to 'addons/website/views/snippets/s_text_image.xml')
| -rw-r--r-- | addons/website/views/snippets/s_text_image.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/addons/website/views/snippets/s_text_image.xml b/addons/website/views/snippets/s_text_image.xml new file mode 100644 index 00000000..779a747d --- /dev/null +++ b/addons/website/views/snippets/s_text_image.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + +<template id="s_text_image" name="Text - Image"> + <section class="s_text_image pt32 pb32"> + <div class="container"> + <div class="row align-items-center"> + <div class="col-lg-6 pt16 pb16"> + <h2>A Section Subtitle</h2> + <p>Write one or two paragraphs describing your product or services. To be successful your content needs to be useful to your readers.</p> + <p>Start with the customer – find out what they want and give it to them.</p> + <p><a href="#" class="btn btn-primary mb-2">Learn more</a></p> + </div> + <div class="col-lg-6 pt16 pb16"> + <img src="/web/image/website.s_text_image_default_image" class="img img-fluid mx-auto" alt=""/> + </div> + </div> + </div> + </section> +</template> + +</odoo> |
