|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<odoo> |
| 3 | + |
| 4 | +<template id="s_quotes_carousel_compact" name="Quotes Compact"> |
| 5 | + <section class="s_quotes_carousel_wrapper" data-vxml="001" data-vcss="002"> |
| 6 | + <t t-set="uniq" t-value="datetime.datetime.now().microsecond"/> |
| 7 | + <div t-attf-id="myQuoteCarouselCompact{{uniq}}" class="s_quotes_carousel s_quotes_carousel_compact s_carousel_default carousel carousel-dark slide" data-bs-ride="true" data-bs-interval="10000" data-option-name="CarouselBottomControllers"> |
| 8 | + <!-- Content --> |
| 9 | + <div class="carousel-inner"> |
| 10 | + <!-- #01 --> |
| 11 | + <div class="o_cc o_cc2 carousel-item active pt40 pb80 px-md-0" data-name="Slide"> |
| 12 | + <div class="container"> |
| 13 | + <div class="row"> |
| 14 | + <blockquote data-name="Blockquote" data-snippet="s_blockquote" class="s_blockquote s_blockquote_default o_animable position-relative d-flex flex-column gap-4 w-100 me-auto my-4 p-1 fst-normal" data-vcss="001"> |
| 15 | + <div class="s_blockquote_line_elt position-absolute top-0 start-0 bottom-0 bg-o-color-1"/> |
| 16 | + <div class="s_blockquote_wrap_icon position-absolute top-0 start-50 translate-middle w-100"> |
| 17 | + <i class="s_blockquote_icon fa fa-quote-right fa-3x d-block mx-auto" role="img"/> |
| 18 | + </div> |
| 19 | + <p class="s_blockquote_quote my-auto h2-fs">" This company transformed our business. <br/>Their solutions are innovative and reliable. "</p> |
| 20 | + <div class="s_blockquote_infos gap-2 flex-row align-items-start justify-content-start w-100 text-start"> |
| 21 | + <img src="/web/image/website.s_quotes_carousel_demo_image_3" class="s_blockquote_avatar img rounded-circle" alt=""/> |
| 22 | + <div class="s_blockquote_author"> |
| 23 | + <span class="o_small"> |
| 24 | + <strong>Jane DOE</strong><br/> |
| 25 | + <span class="text-muted">CEO of MyCompany</span> |
| 26 | + </span> |
| 27 | + </div> |
| 28 | + </div> |
| 29 | + </blockquote> |
| 30 | + </div> |
| 31 | + </div> |
| 32 | + </div> |
| 33 | + <!-- #02 --> |
| 34 | + <div class="o_cc o_cc2 carousel-item pt40 pb80 px-md-0" data-name="Slide"> |
| 35 | + <div class="container"> |
| 36 | + <div class="row"> |
| 37 | + <blockquote data-name="Blockquote" data-snippet="s_blockquote" class="s_blockquote s_blockquote_default o_animable position-relative d-flex flex-column gap-4 w-100 me-auto my-4 p-1 fst-normal" data-vcss="001"> |
| 38 | + <div class="s_blockquote_line_elt position-absolute top-0 start-0 bottom-0 bg-o-color-1"/> |
| 39 | + <div class="s_blockquote_wrap_icon position-absolute top-0 start-50 translate-middle w-100"> |
| 40 | + <i class="s_blockquote_icon fa fa-quote-right fa-3x d-block mx-auto" role="img"/> |
| 41 | + </div> |
| 42 | + <p class="s_blockquote_quote my-auto h2-fs">" A trusted partner for growth. <br/>Professional, efficient, and always ahead of the curve. "</p> |
| 43 | + <div class="s_blockquote_infos gap-2 flex-row align-items-start justify-content-start w-100 text-start"> |
| 44 | + <img src="/web/image/website.s_quotes_carousel_demo_image_4" class="s_blockquote_avatar img rounded-circle" alt=""/> |
| 45 | + <div class="s_blockquote_author"> |
| 46 | + <span class="o_small"> |
| 47 | + <strong>John DOE</strong><br/> |
| 48 | + <span class="text-muted">CCO of MyCompany</span> |
| 49 | + </span> |
| 50 | + </div> |
| 51 | + </div> |
| 52 | + </blockquote> |
| 53 | + </div> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <!-- #03 --> |
| 57 | + <div class="o_cc o_cc2 carousel-item pt40 pb80 px-md-0" data-name="Slide"> |
| 58 | + <div class="container"> |
| 59 | + <div class="row"> |
| 60 | + <blockquote data-name="Blockquote" data-snippet="s_blockquote" class="s_blockquote s_blockquote_default o_animable position-relative d-flex flex-column gap-4 w-100 me-auto my-4 p-1 fst-normal" data-vcss="001"> |
| 61 | + <div class="s_blockquote_line_elt position-absolute top-0 start-0 bottom-0 bg-o-color-1"/> |
| 62 | + <div class="s_blockquote_wrap_icon position-absolute top-0 start-50 translate-middle w-100"> |
| 63 | + <i class="s_blockquote_icon fa fa-quote-right fa-3x d-block mx-auto" role="img"/> |
| 64 | + </div> |
| 65 | + <p class="s_blockquote_quote my-auto h2-fs">" Outstanding service and results! <br/>They exceeded our expectations in every project. "</p> |
| 66 | + <div class="s_blockquote_infos gap-2 flex-row align-items-start justify-content-start w-100 text-start"> |
| 67 | + <img src="/web/image/website.s_quotes_carousel_demo_image_5" class="s_blockquote_avatar img rounded-circle" alt=""/> |
| 68 | + <div class="s_blockquote_author"> |
| 69 | + <span class="o_small"> |
| 70 | + <strong>Iris DOE</strong><br/> |
| 71 | + <span class="text-muted">Manager of MyCompany</span> |
| 72 | + </span> |
| 73 | + </div> |
| 74 | + </div> |
| 75 | + </blockquote> |
| 76 | + </div> |
| 77 | + </div> |
| 78 | + </div> |
| 79 | + </div> |
| 80 | + <div class="o_horizontal_controllers container position-absolute start-50 bottom-0 translate-middle-x w-100 mb-md-4 o_not_editable"> |
| 81 | + <div class="o_horizontal_controllers_row row gap-3 gap-lg-5 justify-content-between flex-nowrap flex-row-reverse mx-0"> |
| 82 | + <!-- Controls --> |
| 83 | + <div class="o_arrows_wrapper gap-2 w-auto p-0"> |
| 84 | + <button class="carousel-control-prev o_not_editable" contenteditable="false" t-attf-data-bs-target="#myQuoteCarouselCompact{{uniq}}" data-bs-slide="prev" aria-label="Previous" title="Previous"> |
| 85 | + <span class="carousel-control-prev-icon" aria-hidden="true"/> |
| 86 | + <span class="visually-hidden">Previous</span> |
| 87 | + </button> |
| 88 | + <button class="carousel-control-next o_not_editable" contenteditable="false" t-attf-data-bs-target="#myQuoteCarouselCompact{{uniq}}" data-bs-slide="next" aria-label="Next" title="Next"> |
| 89 | + <span class="carousel-control-next-icon" aria-hidden="true"/> |
| 90 | + <span class="visually-hidden">Next</span> |
| 91 | + </button> |
| 92 | + </div> |
| 93 | + <!-- Indicators --> |
| 94 | + <div class="s_carousel_indicators_numbers carousel-indicators align-items-center flex-shrink-1 w-auto"> |
| 95 | + <button type="button" t-attf-data-bs-target="#myQuoteCarouselCompact{{uniq}}" data-bs-slide-to="0" class="active" aria-label="Carousel indicator"/> |
| 96 | + <button type="button" t-attf-data-bs-target="#myQuoteCarouselCompact{{uniq}}" data-bs-slide-to="1" aria-label="Carousel indicator"/> |
| 97 | + <button type="button" t-attf-data-bs-target="#myQuoteCarouselCompact{{uniq}}" data-bs-slide-to="2" aria-label="Carousel indicator"/> |
| 98 | + </div> |
| 99 | + </div> |
| 100 | + </div> |
| 101 | + </div> |
| 102 | + </section> |
| 103 | +</template> |
| 104 | + |
| 105 | +</odoo> |
0 commit comments