{"id":11344,"date":"2024-09-05T22:01:33","date_gmt":"2024-09-06T03:01:33","guid":{"rendered":"https:\/\/gocoaching.ca\/?page_id=11344"},"modified":"2024-09-06T14:49:25","modified_gmt":"2024-09-06T19:49:25","slug":"matriceresonance","status":"publish","type":"page","link":"https:\/\/gocoaching.ca\/en\/matriceresonance\/","title":{"rendered":"matriceresonance"},"content":{"rendered":"<div class=\"vc_row wpb_row vc_row-fluid\"><div class=\"wpb_column vc_column_container vc_col-sm-12\"><div class=\"vc_column-inner\"><div class=\"wpb_wrapper\">\n\t<div class=\"wpb_raw_code wpb_content_element wpb_raw_html\" >\n\t\t<div class=\"wpb_wrapper\">\n\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Matrice de R\u00e9sonance avec Capture d'\u00e9cran et PDF<\/title>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html2canvas\/1.3.2\/html2canvas.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jspdf\/2.5.1\/jspdf.umd.min.js\"><\/script>\n    <style>\n        .resonance-matrix-container {\n            font-family: Arial, sans-serif;\n            max-width: 600px;\n            margin: 20px auto;\n            padding: 20px;\n            background-color: #ffffff;\n            border-radius: 8px;\n            box-shadow: 0 0 10px rgba(0,0,0,0.1);\n        }\n        .matrix-container {\n            position: relative;\n            width: 100%;\n            height: 400px;\n            margin: 20px 0;\n        }\n        .matrix {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            grid-template-rows: 1fr 1fr;\n            width: 100%;\n            height: 100%;\n            position: relative;\n        }\n        .quadrant {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-weight: bold;\n            color: #333;\n            text-align: center;\n            padding: 10px;\n        }\n        .quadrant:nth-child(1) { background-color: #ffd700; }\n        .quadrant:nth-child(2) { background-color: #90ee90; }\n        .quadrant:nth-child(3) { background-color: #ff6347; }\n        .quadrant:nth-child(4) { background-color: #87cefa; }\n        .axis {\n            position: absolute;\n            display: flex;\n            justify-content: space-between;\n            font-weight: bold;\n        }\n        .vertical {\n            writing-mode: vertical-rl;\n            transform: rotate(180deg);\n            height: 100%;\n            left: -30px;\n        }\n        .horizontal {\n            width: 100%;\n            bottom: -30px;\n        }\n        .coaching-info {\n            margin: 20px 0;\n            padding: 10px;\n            background-color: #f0f0f0;\n            border-radius: 4px;\n            display: flex;\n            justify-content: space-between;\n        }\n        .coaching-info .input-group {\n            display: flex;\n            flex-direction: column;\n        }\n        .coaching-info label {\n            margin-bottom: 5px;\n            font-weight: bold;\n        }\n        .coaching-info input {\n            margin: 5px 0;\n            padding: 5px 10px;\n        }\n        .point {\n            position: absolute;\n            width: 20px;\n            height: 20px;\n            background-color: red;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            color: white;\n            font-size: 12px;\n            font-weight: bold;\n        }\n        #path {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            pointer-events: none;\n        }\n        .instructions {\n            margin-top: 40px;\n            padding: 10px;\n            background-color: #f0f0f0;\n            border-radius: 4px;\n        }\n        .copyright {\n            margin-top: 20px;\n            text-align: center;\n            font-style: italic;\n            color: #666;\n        }\n        .modal {\n            display: none;\n            position: fixed;\n            z-index: 1;\n            left: 0;\n            top: 0;\n            width: 100%;\n            height: 100%;\n            overflow: auto;\n            background-color: rgba(0,0,0,0.4);\n        }\n        .modal-content {\n            background-color: #fefefe;\n            margin: 15% auto;\n            padding: 20px;\n            border: 1px solid #888;\n            width: 80%;\n            max-width: 500px;\n        }\n        .close {\n            color: #aaa;\n            float: right;\n            font-size: 28px;\n            font-weight: bold;\n            cursor: pointer;\n        }\n        .close:hover,\n        .close:focus {\n            color: black;\n            text-decoration: none;\n            cursor: pointer;\n        }\n        #key-elements {\n            margin-top: 20px;\n        }\n        #key-elements h3 {\n            font-size: 16px;\n            font-weight: bold;\n            margin-bottom: 10px;\n        }\n        #screenshot-btn {\n            display: block;\n            margin: 10px auto;\n            padding: 5px 10px;\n            font-size: 14px;\n            background-color: #4CAF50;\n            color: white;\n            border: none;\n            border-radius: 4px;\n            cursor: pointer;\n        }\n        #screenshot-btn:hover {\n            background-color: #45a049;\n        }\n    <\/style>\n<\/head>\n<body>\n    <div id=\"resonance-matrix-root\" class=\"resonance-matrix-container\">\n        <div id=\"capture-area\">\n            <h2>Matrice de R\u00e9sonance interactive<\/h2>\n            \n            <div class=\"coaching-info\">\n                <div class=\"input-group\">\n                    <label for=\"date-input\">Date du coaching<\/label>\n                    <input type=\"date\" id=\"date-input\">\n                <\/div>\n                <div class=\"input-group\">\n                    <label for=\"start-time-input\">Heure de d\u00e9but<\/label>\n                    <input type=\"time\" id=\"start-time-input\">\n                <\/div>\n                <div class=\"input-group\">\n                    <label for=\"end-time-input\">Heure de fin<\/label>\n                    <input type=\"time\" id=\"end-time-input\">\n                <\/div>\n            <\/div>\n            \n            <div class=\"matrix-container\">\n                <div class=\"axis vertical\">\n                    <span>-<\/span>\n                    <span>Rapport<\/span>\n                    <span>+<\/span>\n                <\/div>\n                <div class=\"matrix\" id=\"matrix\">\n                    <div class=\"quadrant\" data-name=\"R\u00e9sonance Amicale\">R\u00e9sonance Amicale<\/div>\n                    <div class=\"quadrant\" data-name=\"R\u00e9sonance Efficace\">R\u00e9sonance Efficace<\/div>\n                    <div class=\"quadrant\" data-name=\"R\u00e9sonance Limitante\">R\u00e9sonance Limitante<\/div>\n                    <div class=\"quadrant\" data-name=\"R\u00e9sonance Technique\">R\u00e9sonance Technique<\/div>\n                    <svg id=\"path\"><\/svg>\n                <\/div>\n                <div class=\"axis horizontal\">\n                    <span>-<\/span>\n                    <span>Processus<\/span>\n                    <span>+<\/span>\n                <\/div>\n            <\/div>\n            \n            <div id=\"key-elements\">\n                <h3>\u00c9l\u00e9ments cl\u00e9s observ\u00e9s :<\/h3>\n                <ul id=\"key-elements-list\"><\/ul>\n            <\/div>\n\n            <div class=\"copyright\">\n                \u00a92024 Olivier Gu\u00e9rin\n            <\/div>\n        <\/div>\n\n        <button id=\"screenshot-btn\">Impression \u00e9cran !<\/button>\n        \n        <div class=\"instructions\">\n            <p>Instructions :<\/p>\n            <ol>\n                <li>Cliquez dans le cadran appropri\u00e9 de la matrice en fonction de la qualit\u00e9 du Rapport (axe vertical) et de l'efficacit\u00e9 du Processus (axe horizontal).<\/li>\n                <li>Un pointeur de R\u00e9sonance num\u00e9rot\u00e9 appara\u00eetra \u00e0 l'endroit o\u00f9 vous avez cliqu\u00e9.<\/li>\n                <li>Saisissez l'\u00e9l\u00e9ment cl\u00e9 observ\u00e9 pour chaque point dans la fen\u00eatre qui appara\u00eet.<\/li>\n                <li>Vous pouvez r\u00e9p\u00e9ter cette action plusieurs fois tout au long du coaching pour tracer l'\u00e9volution de la R\u00e9sonance.<\/li>\n                <li>Les pointeurs seront reli\u00e9s par une ligne bleue pour montrer la progression.<\/li>\n                <li>Cliquez sur \"Impression \u00e9cran !\" pour capturer la matrice et g\u00e9n\u00e9rer un PDF.<\/li>\n                <li>Pour commencer une nouvelle matrice, rafra\u00eechissez simplement la page de votre navigateur.<\/li>\n            <\/ol>\n        <\/div>\n    <\/div>\n\n    <div id=\"elementModal\" class=\"modal\">\n        <div class=\"modal-content\">\n            <span class=\"close\">&times;<\/span>\n            <h3>\u00c9l\u00e9ment cl\u00e9 observ\u00e9<\/h3>\n            <p>Veuillez saisir l'\u00e9l\u00e9ment cl\u00e9 observ\u00e9 pour le point <span id=\"pointNumber\"><\/span> :<\/p>\n            <textarea id=\"keyElementInput\" rows=\"3\" style=\"width: 100%;\"><\/textarea>\n            <button id=\"saveKeyElement\" style=\"margin-top: 10px;\">Enregistrer<\/button>\n        <\/div>\n    <\/div>\n\n    <script>\n    document.addEventListener('DOMContentLoaded', function() {\n        const matrix = document.getElementById('matrix');\n        const path = document.getElementById('path');\n        const dateInput = document.getElementById('date-input');\n        const startTimeInput = document.getElementById('start-time-input');\n        const endTimeInput = document.getElementById('end-time-input');\n        const modal = document.getElementById('elementModal');\n        const closeModal = document.getElementsByClassName('close')[0];\n        const saveKeyElement = document.getElementById('saveKeyElement');\n        const keyElementInput = document.getElementById('keyElementInput');\n        const pointNumber = document.getElementById('pointNumber');\n        const keyElementsList = document.getElementById('key-elements-list');\n        const screenshotBtn = document.getElementById('screenshot-btn');\n\n        let points = [];\n        let tempPoint = null;\n\n        matrix.addEventListener('click', function(e) {\n            const rect = matrix.getBoundingClientRect();\n            const x = e.clientX - rect.left;\n            const y = e.clientY - rect.top;\n\n            tempPoint = { x, y };\n            pointNumber.textContent = points.length + 1;\n            modal.style.display = \"block\";\n        });\n\n        closeModal.onclick = function() {\n            modal.style.display = \"none\";\n            tempPoint = null;\n        }\n\n        window.onclick = function(event) {\n            if (event.target == modal) {\n                modal.style.display = \"none\";\n                tempPoint = null;\n            }\n        }\n\n        saveKeyElement.onclick = function() {\n            const keyElement = keyElementInput.value.trim();\n            if (keyElement && tempPoint) {\n                const point = document.createElement('div');\n                point.className = 'point';\n                point.style.left = tempPoint.x + 'px';\n                point.style.top = tempPoint.y + 'px';\n                point.textContent = points.length + 1;\n                matrix.appendChild(point);\n\n                points.push({ ...tempPoint, keyElement });\n                updatePath();\n                updateKeyElementsList();\n\n                modal.style.display = \"none\";\n                keyElementInput.value = '';\n                tempPoint = null;\n            }\n        }\n\n        function updatePath() {\n            let pathD = '';\n            points.forEach((point, index) => {\n                if (index === 0) {\n                    pathD += `M ${point.x} ${point.y}`;\n                } else {\n                    pathD += ` L ${point.x} ${point.y}`;\n                }\n            });\n            const pathElement = document.createElementNS('http:\/\/www.w3.org\/2000\/svg', 'path');\n            pathElement.setAttribute('d', pathD);\n            pathElement.setAttribute('fill', 'none');\n            pathElement.setAttribute('stroke', 'blue');\n            pathElement.setAttribute('stroke-width', '2');\n            path.innerHTML = '';\n            path.appendChild(pathElement);\n        }\n\n        function updateKeyElementsList() {\n            keyElementsList.innerHTML = '';\n            points.forEach((point, index) => {\n                const li = document.createElement('li');\n                li.textContent = `Point ${index + 1}: ${point.keyElement}`;\n                keyElementsList.appendChild(li);\n            });\n        }\n\n        \/\/ Set default date to today\n        const today = new Date().toISOString().split('T')[0];\n        dateInput.value = today;\n\n        screenshotBtn.addEventListener('click', function() {\n            html2canvas(document.querySelector(\"#capture-area\")).then(canvas => {\n                \/\/ Put the canvas in the clipboard\n                canvas.toBlob(function(blob) {\n                    const item = new ClipboardItem({ \"image\/png\": blob });\n                    navigator.clipboard.write([item]);\n                });\n\n                \/\/ Generate PDF\n                const { jsPDF } = window.jspdf;\n                const pdf = new jsPDF();\n\n                pdf.addImage(canvas.toDataURL('image\/png'), 'PNG', 10, 10, 190, 0);\n\n                pdf.save(\"matrice_resonance.pdf\");\n            });\n        });\n    });\n    <\/script>\n<\/body>\n<\/html>\n\t\t<\/div>\n\t<\/div>\n<\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"Matrice de R\u00e9sonance avec Capture d'\u00e9cran et PDF Matrice de R\u00e9sonance interactive Date du coaching Heure de d\u00e9but Heure de","protected":false},"author":3,"featured_media":10929,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-11344","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>matriceresonance - GO COACHING<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gocoaching.ca\/en\/matriceresonance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"matriceresonance - GO COACHING\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gocoaching.ca\/en\/matriceresonance\/\" \/>\n<meta property=\"og:site_name\" content=\"GO COACHING\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pages\/Olivier-Gu%c3%a9rin-coach-conf%c3%a9rencier-auteur\/1597565597123876?ref=hl\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-06T19:49:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gocoaching.ca\/wp-content\/uploads\/2020\/07\/La-r\u00e9sonanceFB.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/\",\"url\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/\",\"name\":\"matriceresonance - GO COACHING\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gocoaching.ca\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/La-r\u00e9sonanceFB.jpg\",\"datePublished\":\"2024-09-06T03:01:33+00:00\",\"dateModified\":\"2024-09-06T19:49:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gocoaching.ca\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/La-r\u00e9sonanceFB.jpg\",\"contentUrl\":\"https:\\\/\\\/gocoaching.ca\\\/wp-content\\\/uploads\\\/2020\\\/07\\\/La-r\u00e9sonanceFB.jpg\",\"width\":1200,\"height\":628,\"caption\":\"La r\u00e9sonance\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/matriceresonance\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/gocoaching.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"matriceresonance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/#website\",\"url\":\"https:\\\/\\\/gocoaching.ca\\\/\",\"name\":\"Olivier Gu\u00e9rin Coaching\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gocoaching.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/#organization\",\"name\":\"Olivier Gu\u00e9rin Coaching\",\"url\":\"https:\\\/\\\/gocoaching.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gocoaching.ca\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/OGC-Logo4.gif\",\"contentUrl\":\"https:\\\/\\\/gocoaching.ca\\\/wp-content\\\/uploads\\\/2019\\\/08\\\/OGC-Logo4.gif\",\"width\":540,\"height\":180,\"caption\":\"Olivier Gu\u00e9rin Coaching\"},\"image\":{\"@id\":\"https:\\\/\\\/gocoaching.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/pages\\\/Olivier-Gu\u00e9rin-coach-conf\u00e9rencier-auteur\\\/1597565597123876?ref=hl\",\"https:\\\/\\\/x.com\\\/VifOrange\",\"https:\\\/\\\/www.linkedin.com\\\/profile\\\/view?id=15036118&amp;amp;amp;trk=nav_responsive_tab_profile\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCJpshVSibk6eNTjcp_7xcsQ\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"matriceresonance - GO COACHING","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gocoaching.ca\/en\/matriceresonance\/","og_locale":"en_US","og_type":"article","og_title":"matriceresonance - GO COACHING","og_url":"https:\/\/gocoaching.ca\/en\/matriceresonance\/","og_site_name":"GO COACHING","article_publisher":"https:\/\/www.facebook.com\/pages\/Olivier-Gu%c3%a9rin-coach-conf%c3%a9rencier-auteur\/1597565597123876?ref=hl","article_modified_time":"2024-09-06T19:49:25+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/gocoaching.ca\/wp-content\/uploads\/2020\/07\/La-r\u00e9sonanceFB.jpg","type":"image\/jpeg"}],"twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gocoaching.ca\/matriceresonance\/","url":"https:\/\/gocoaching.ca\/matriceresonance\/","name":"matriceresonance - GO COACHING","isPartOf":{"@id":"https:\/\/gocoaching.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gocoaching.ca\/matriceresonance\/#primaryimage"},"image":{"@id":"https:\/\/gocoaching.ca\/matriceresonance\/#primaryimage"},"thumbnailUrl":"https:\/\/gocoaching.ca\/wp-content\/uploads\/2020\/07\/La-r\u00e9sonanceFB.jpg","datePublished":"2024-09-06T03:01:33+00:00","dateModified":"2024-09-06T19:49:25+00:00","breadcrumb":{"@id":"https:\/\/gocoaching.ca\/matriceresonance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gocoaching.ca\/matriceresonance\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gocoaching.ca\/matriceresonance\/#primaryimage","url":"https:\/\/gocoaching.ca\/wp-content\/uploads\/2020\/07\/La-r\u00e9sonanceFB.jpg","contentUrl":"https:\/\/gocoaching.ca\/wp-content\/uploads\/2020\/07\/La-r\u00e9sonanceFB.jpg","width":1200,"height":628,"caption":"La r\u00e9sonance"},{"@type":"BreadcrumbList","@id":"https:\/\/gocoaching.ca\/matriceresonance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/gocoaching.ca\/"},{"@type":"ListItem","position":2,"name":"matriceresonance"}]},{"@type":"WebSite","@id":"https:\/\/gocoaching.ca\/#website","url":"https:\/\/gocoaching.ca\/","name":"Olivier Gu\u00e9rin Coaching","description":"","publisher":{"@id":"https:\/\/gocoaching.ca\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gocoaching.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gocoaching.ca\/#organization","name":"Olivier Gu\u00e9rin Coaching","url":"https:\/\/gocoaching.ca\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gocoaching.ca\/#\/schema\/logo\/image\/","url":"https:\/\/gocoaching.ca\/wp-content\/uploads\/2019\/08\/OGC-Logo4.gif","contentUrl":"https:\/\/gocoaching.ca\/wp-content\/uploads\/2019\/08\/OGC-Logo4.gif","width":540,"height":180,"caption":"Olivier Gu\u00e9rin Coaching"},"image":{"@id":"https:\/\/gocoaching.ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pages\/Olivier-Gu\u00e9rin-coach-conf\u00e9rencier-auteur\/1597565597123876?ref=hl","https:\/\/x.com\/VifOrange","https:\/\/www.linkedin.com\/profile\/view?id=15036118&amp;amp;amp;trk=nav_responsive_tab_profile","https:\/\/www.youtube.com\/channel\/UCJpshVSibk6eNTjcp_7xcsQ"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/pages\/11344","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/comments?post=11344"}],"version-history":[{"count":1,"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/pages\/11344\/revisions"}],"predecessor-version":[{"id":11427,"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/pages\/11344\/revisions\/11427"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/media\/10929"}],"wp:attachment":[{"href":"https:\/\/gocoaching.ca\/en\/wp-json\/wp\/v2\/media?parent=11344"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}