{"id":94,"date":"2025-06-30T11:10:04","date_gmt":"2025-06-30T11:10:04","guid":{"rendered":"https:\/\/lwegatech.net\/aliyahorphanage\/?page_id=94"},"modified":"2025-07-04T11:21:56","modified_gmt":"2025-07-04T11:21:56","slug":"our-team","status":"publish","type":"page","link":"https:\/\/lwegatech.net\/aliyahorphanage\/our-team\/","title":{"rendered":"Our Team"},"content":{"rendered":"\r\n    <style>\r\n\r\n\r\n    \r\n   .modal-overlay {\r\n    display: none;\r\n    position: fixed;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 100%;\r\n    background: rgba(0, 0, 0, 0.7);\r\n    z-index: 9999;\r\n    justify-content: center;\r\n    align-items: center;\r\n    padding: 20px;\r\n}\r\n\r\n.modal-content {\r\n    background: #fff;\r\n    max-width: 800px;\r\n    width: 90%;\r\n    padding: 20px;\r\n    display: flex;\r\n    flex-wrap: wrap;\r\n    gap: 20px;\r\n    position: relative;\r\n}\r\n\r\n.modal-content img {\r\n    width: 300px;\r\n    max-width: 100%;\r\n    border-radius: 10px;\r\n    object-fit: cover;\r\n}\r\n\r\n.modal-text {\r\n    flex: 1;\r\n    max-width: 300px; \/* Prevent flex overflow *\/\r\n    overflow-wrap: break-word;\r\n    word-break: break-word;\r\n    white-space: normal;\r\n}\r\n\r\n\r\n.modal-close {\r\n    position: absolute;\r\n    top: 10px;\r\n    right: 15px;\r\n    font-size: 24px;\r\n    cursor: pointer;\r\n}\r\n\r\n\/* Mobile responsive styling *\/\r\n@media (max-width: 600px) {\r\n    .modal-overlay {\r\n        align-items: flex-start;\r\n        overflow-y: auto;\r\n        -ms-overflow-style: none; \/* IE\/Edge *\/\r\n        scrollbar-width: none;     \/* Firefox *\/\r\n    }\r\n\r\n    .modal-overlay::-webkit-scrollbar {\r\n        display: none; \/* Chrome, Safari, Opera *\/\r\n    }\r\n\r\n    .modal-content {\r\n        flex-direction: column;\r\n        padding: 15px;\r\n        text-align: left;\r\n        max-height: none;\r\n        margin: 40px auto;\r\n    }\r\n\r\n    .modal-content img {\r\n        width: 100%;\r\n        height: auto;\r\n        margin-bottom: 15px;\r\n    }\r\n\r\n    .modal-text {\r\n        width: 100%;\r\n    }\r\n}\r\n\r\n    \/* Team Heading Styles *\/\r\n    .team-heading-section {\r\n        text-align: center;\r\n        margin: 50px auto;\r\n        font-family: 'Inter', sans-serif;\r\n        font-weight: 700;\r\n        font-size: 60px;\r\n    }\r\n    \r\n    .subtitle {\r\n        display: inline-flex;\r\n        align-items: center;\r\n        gap: 6px;\r\n        margin-bottom: 10px;\r\n        font-size: 0.85rem;\r\n        font-weight: 600;\r\n        color: #16855b;\r\n        text-transform: uppercase;\r\n        letter-spacing: 1px;\r\n    }\r\n    \r\n    .dot {\r\n        width: 6px;\r\n        height: 6px;\r\n        border-radius: 50%;\r\n        display: inline-block;\r\n    }\r\n    \r\n    .dot.red {\r\n        background-color: #f04e30;\r\n    }\r\n    \r\n    .dot.green {\r\n        background-color: #16855b;\r\n    }\r\n    \r\n    .text {\r\n        margin-left: 4px;\r\n        font-size: 1.6rem;\r\n    }\r\n    \r\n    .main-title {\r\n        font-size: 2.4rem;\r\n        font-weight: 700;\r\n        color: #0b3a42;\r\n    }\r\n\r\n    \/* Card Container *\/\r\n    .custom-card-container {\r\n        display: flex;\r\n        justify-content: center;\r\n        gap: 20px;\r\n        flex-wrap: wrap;\r\n        margin: 10px auto;\r\n        max-width: 1200px;\r\n        padding: 0 10px;\r\n    }\r\n\r\n    \/* Individual Cards *\/\r\n    .custom-card {\r\n        width: 380px;\r\n        height: 550px;\r\n        background-color: #fff;\r\n        text-align: center;\r\n        position: relative;\r\n        padding-bottom: 10px;\r\n        overflow: hidden;\r\n        transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n    }\r\n\r\n    .custom-card:hover {\r\n        transform: translateY(-5px);\r\n\r\n    }\r\n\r\n    .custom-card::before,\r\n    .custom-card::after {\r\n        content: '';\r\n        position: absolute;\r\n        top: 200px;\r\n        width: 70%;\r\n        height: 380px;\r\n        z-index: 1; \/* Background shapes behind image *\/\r\n        transform: skewY(-10deg);\r\n    }\r\n\r\n    .image-container {\r\n        position: relative;\r\n        padding: 20px 20px 0;\r\n        width: 100%;\r\n        height: 420px;\r\n        overflow: hidden;\r\n        z-index: 2; \r\n    }\r\n\r\n    .image-container img {\r\n        width: 90%;\r\n        height: 380px;\r\n        object-fit: cover;\r\n        border-radius: 80px;\r\n        border: 8px solid white;\r\n        transition: transform 0.4s ease;\r\n        position: relative;\r\n        z-index: 3; \r\n    }\r\n    .custom-card::before {\r\n        left: 0;\r\n        transform-origin: top left;\r\n    }\r\n\r\n    .custom-card::after {\r\n        right: 0;\r\n        transform-origin: top right;\r\n    }\r\n\r\n  \r\n\r\n    .image-container img:hover {\r\n        transform: scale(1.0);\r\n    }\r\n\r\n    \/* Info Section *\/\r\n    .info {\r\n        padding: 15px 10px 10px;\r\n        position: relative;\r\n        z-index: 2;\r\n    }\r\n\r\n    .custom-card h3 {\r\n        margin: 20px 0 10px;\r\n        font-size: 22px;\r\n        font-family: inter, sans-serif;\r\n        font-weight: bold;\r\n        color: #fff;\r\n    }\r\n\r\n    .custom-card p {\r\n        margin: 0;\r\n        font-size: 16px;\r\n        font-family: Rubik, sans-serif;\r\n        color: #fff;\r\n    }\r\n\r\n    \/* Background Color Classes *\/\r\n    .red-bg::before, .red-bg::after { background-color: #ef3b3a; }\r\n    .teal-bg::before, .teal-bg::after { background-color: #0b7d8c; }\r\n    .purple-bg::before, .purple-bg::after { background-color: #8735d3; }\r\n    .orange-bg::before, .orange-bg::after { background-color: #f57c00; }\r\n    .green-bg::before, .green-bg::after { background-color: #388e3c; }\r\n    .blue-bg::before, .blue-bg::after { background-color: #1976d2; }\r\n    .yellow-bg::before, .yellow-bg::after { background-color: #fbc02d; }\r\n    .gray-bg::before, .gray-bg::after { background-color: #757575; }\r\n\r\n    \/* Get Involved Section *\/\r\n    .get-involved-section {\r\n        background: url('https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/mid-img.png') no-repeat center center;\r\n        background-size: cover;\r\n        border-radius: 100px;\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: space-between;\r\n        padding: 20px 50px;\r\n        color: white;\r\n        max-width: 1200px;\r\n        margin: 60px auto;\r\n        position: relative;\r\n        overflow: hidden;\r\n    }\r\n\r\n    .get-involved-section::before {\r\n        content: \"\";\r\n        position: absolute;\r\n        top: 0;\r\n        left: 0;\r\n        width: 100%;\r\n        height: 100%;\r\n        background: rgba(0, 0, 0, 0.5);\r\n        z-index: 0;\r\n        border-radius: 100px;\r\n    }\r\n\r\n    .get-involved-section > * {\r\n        position: relative; \r\n        z-index: 1;\r\n    }\r\n\r\n    .get-involved-text {\r\n        max-width: 50%;\r\n    }\r\n\r\n    .get-involved-text h3 {\r\n        font-size: 1.8em;\r\n        font-weight: bold;\r\n        margin-bottom: 10px;\r\n    }\r\n\r\n    .get-involved-text p {\r\n        font-size: 0.9em;\r\n        margin: 0;\r\n    }\r\n\r\n    .get-involved-image {\r\n        flex-shrink: 0;\r\n        margin: 0 20px;\r\n    }\r\n\r\n    .get-involved-image img {\r\n        width: 190px;\r\n        height: 120px;\r\n        border-radius: 50%;\r\n        object-fit: cover;\r\n        border: 6px solid #fff;\r\n    }\r\n\r\n    .get-involved-button {\r\n        background-color: #fff;\r\n        color: #000;\r\n        padding: 15px 30px;\r\n        text-decoration: none;\r\n        font-weight: bold;\r\n        font-size: 1.1em;\r\n        border-radius: 12px;\r\n        transition: background-color 0.3s, color 0.3s;\r\n    }\r\n\r\n    .get-involved-button:hover {\r\n        background-color: #000;\r\n        color: #fff;\r\n    }\r\n\r\n    \/* Responsive Styles *\/\r\n    @media screen and (max-width: 768px) {\r\n        .get-involved-section {\r\n            flex-direction: column;\r\n            text-align: center;\r\n            padding: 30px 20px;\r\n        }\r\n\r\n        .get-involved-text,\r\n        .get-involved-image {\r\n            max-width: 100%;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .get-involved-button {\r\n            padding: 12px 25px;\r\n        }\r\n        \r\n    }\r\n    \r\n    @media (max-width: 768px) {\r\n    .custom-card-container {\r\n        justify-content: center;\r\n        padding: 0 15px;\r\n    }\r\n\r\n    .custom-card {\r\n        width: 100%;\r\n        height: auto;\r\n        padding-bottom: 20px;\r\n    }\r\n\r\n    .image-container {\r\n        height: auto;\r\n        padding: 15px 15px 0;\r\n    }\r\n\r\n    .image-container img {\r\n        width: 100%;\r\n        height: auto;\r\n        border-radius: 50px;\r\n        border: 6px solid white;\r\n    }\r\n\r\n    .custom-card h3 {\r\n        font-size: 20px;\r\n    }\r\n\r\n    .custom-card p {\r\n        font-size: 14px;\r\n    }\r\n\r\n    .info {\r\n        padding: 10px;\r\n    }\r\n    .custom-card::before,\r\n    .custom-card::after {\r\n        content: '';\r\n        position: absolute;\r\n        top: 200px;\r\n        width: 70%;\r\n        height: 390px;\r\n       \r\n    }\r\n\r\n}\r\n\r\n    <\/style>\r\n\r\n    <!-- Team Heading -->\r\n    <div class=\"team-heading-section\">\r\n        <div class=\"subtitle\">\r\n            <span class=\"dot red\"><\/span>\r\n            <span class=\"dot green\"><\/span>\r\n            <span class=\"text\">OUR DEDICATED TEAM<\/span>\r\n        <\/div>\r\n        <h2 class=\"main-title\">Committed to Making a Difference Every Day.<\/h2>\r\n    <\/div>\r\n\r\n    <!-- Team Member Cards -->\r\n  <div class=\"custom-card-container\">\r\n    \r\n            <div class=\"custom-card red-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Jones.webp', \r\n                    'Patricia Grooms-Jones', \r\n                    `\\n&lt;p&gt;Professor | San Diego City College&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with this NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Jones.webp\" alt=\"Patricia Grooms-Jones\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Patricia Grooms-Jones<\/h3>\r\n                    <p>Professor | San Diego City College<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card teal-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Gabriela.webp', \r\n                    'Gabriela Gardner', \r\n                    `\\n&lt;p&gt;Case Manager&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Gabriela.webp\" alt=\"Gabriela Gardner\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Gabriela Gardner<\/h3>\r\n                    <p>Case Manager<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card purple-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Kofi.webp', \r\n                    'Akotia Kofi', \r\n                    `\\n&lt;p&gt;Plumber&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Kofi.webp\" alt=\"Akotia Kofi\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Akotia Kofi<\/h3>\r\n                    <p>Plumber<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card orange-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Kamangou.webp', \r\n                    'Kamangou B. Yendoutie', \r\n                    `\\n&lt;p&gt;Professor&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Kamangou.webp\" alt=\"Kamangou B. Yendoutie\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Kamangou B. Yendoutie<\/h3>\r\n                    <p>Professor<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card green-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Anna.webp', \r\n                    'Anna K Pollard', \r\n                    `\\n&lt;p&gt;Enterprenuer&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Anna.webp\" alt=\"Anna K Pollard\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Anna K Pollard<\/h3>\r\n                    <p>Enterprenuer<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card blue-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Lare.webp', \r\n                    'Esther Lare', \r\n                    `\\n&lt;p&gt;Police Officer&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Lare.webp\" alt=\"Esther Lare\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Esther Lare<\/h3>\r\n                    <p>Police Officer<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card yellow-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Bagba.webp', \r\n                    'Bagbah Lebeyendame', \r\n                    `\\n&lt;p&gt;Construction&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Bagba.webp\" alt=\"Bagbah Lebeyendame\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Bagbah Lebeyendame<\/h3>\r\n                    <p>Construction<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            \r\n            <div class=\"custom-card gray-bg\" \r\n                onclick=\"openModal(\r\n                    'https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Denisk.webp', \r\n                    'Denisk Katatcha', \r\n                    `\\n&lt;p&gt;Electrician&lt;\/p&gt;\\n\\n\\n\\n&lt;p&gt;Working with the NGO in Togo has been one of the most meaningful experiences of my life. Being part of a team that supports education and health initiatives in rural communities allowed me to not only contribute directly to people\u2019s lives but also to grow in empathy and understanding. The warmth and resilience of the local people continue to inspire me every day.&lt;\/p&gt;\\n`)\" \r\n                style=\"cursor: pointer;\">\r\n                \r\n                <div class=\"image-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/Denisk.webp\" alt=\"Denisk Katatcha\">\r\n                <\/div>\r\n                <div class=\"info\">\r\n                    <h3>Denisk Katatcha<\/h3>\r\n                    <p>Electrician<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <\/div>\r\n\r\n<div class=\"modal-overlay\" id=\"teamModal\">\r\n    <div class=\"modal-content\">\r\n        <span class=\"modal-close\" onclick=\"closeModal()\">&times;<\/span>\r\n        <img decoding=\"async\" id=\"modalImage\" src=\"\" alt=\"Team Member\">\r\n        <div class=\"modal-text\">\r\n            <h3 id=\"modalTitle\"><\/h3>\r\n            <div id=\"modalDescription\">\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n   \r\n    \r\n   \r\n\r\n    <!-- CTA Section -->\r\n    <section>\r\n        <div class=\"get-involved-section\">\r\n            <div class=\"get-involved-text\">\r\n                <h3>Work Together With Us<\/h3>\r\n                <p>Make an impact from anywhere in the world.<\/p>\r\n            <\/div>\r\n            <div class=\"get-involved-image\">\r\n                <img decoding=\"async\" src=\"https:\/\/lwegatech.net\/aliyahorphanage\/wp-content\/uploads\/2025\/07\/orphans.webp\" alt=\"Get Involved\">\r\n            <\/div>\r\n            <a href=\"\/get-involved\/\" class=\"get-involved-button\">Get Involved<\/a>\r\n        <\/div>\r\n    <\/section>\r\n    \r\n    <script>\r\n    function openModal(image, title, description) {\r\n        document.getElementById('modalImage').src = image;\r\n        document.getElementById('modalTitle').textContent = title;\r\n        document.getElementById('modalDescription').innerHTML = description;\r\n        document.getElementById('teamModal').style.display = 'flex';\r\n    }\r\n\r\n    function closeModal() {\r\n        document.getElementById('teamModal').style.display = 'none';\r\n    }\r\n\r\n    window.addEventListener('click', function(e) {\r\n        if (e.target.id === 'teamModal') {\r\n            closeModal();\r\n        }\r\n    });\r\n    <\/script>\r\n\r\n    \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":25,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"give_campaign_id":0,"footnotes":""},"categories":[],"class_list":["post-94","page","type-page","status-publish","has-post-thumbnail","hentry"],"campaignId":"","_links":{"self":[{"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/pages\/94","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/comments?post=94"}],"version-history":[{"count":6,"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/pages\/94\/revisions"}],"predecessor-version":[{"id":139,"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/pages\/94\/revisions\/139"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/media\/25"}],"wp:attachment":[{"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/media?parent=94"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lwegatech.net\/aliyahorphanage\/wp-json\/wp\/v2\/categories?post=94"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}