templates/areas/our-technology-partners/view.html.twig line 1

Open in your IDE?
  1. <!-- CHANNELS SECTION -->
        <div class="section channels-wrapper section-padding">
            <div class="container">
                <div class="row">
                    <div class="col-xxl-12">
                        <h2>Our Technology Partners</h2>
                    </div>
                </div>
                <div class="row">
                    <div class="col-xxl-12">
                        <div class="channels-carousel">
                            <div>
                                <div class="channelscontent-wrapper">
                                    <img src="assets/images/adobemanager.png" alt="">
                                    <div class="channelscontent">
                                        <h3>Adobe Experience Manager</h3>
                                        <p>Centric is a proud partner of Adobe, taking advantage of its Experience Cloud line of products. We offer strong multi-lingual support for AEM.
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div>
                                <div class="channelscontent-wrapper">
                                    <img src="assets/images/pimcore.png" alt="">
                                    <div class="channelscontent">
                                        <h3>PimCore</h3>
                                        <p>Centric is an official PimCore partner. It’s an open-source data and customer experience platform that provides comprehensive solutions with an integrated Digital Experience Platform (DXP) to facilitate persona-based targeting and an integrated Customer Data Platform (CDP).
                                        </p>
                                    </div>
                                </div>
                            </div>
                            <div>
                                <div class="channelscontent-wrapper">
                                    <img src="assets/images/microsoft-img.png" alt="">
                                    <div class="channelscontent">
                                        <h3>Microsoft</h3>
                                        <p>As a Microsoft partner, we at Centric utilize our knowledge and expertise regarding SharePoint to build and deploy dynamic process workflows, websites, and other collaborative digital assets.</p>
                                    </div>
                                </div>
                            </div>
                            <div>
                                <div class="channelscontent-wrapper">
                                    <img src="assets/images/microsoft-img.png" alt="">
                                    <div class="channelscontent">
                                        <h3>Microsoft</h3>
                                        <p>As a Microsoft partner, we at Centric utilize our knowledge and expertise regarding SharePoint to build and deploy dynamic process workflows, websites, and other collaborative digital assets.</p>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>