{"id":44,"date":"2026-05-14T08:32:40","date_gmt":"2026-05-14T08:32:40","guid":{"rendered":"https:\/\/arden.org.so\/?page_id=44"},"modified":"2026-05-14T09:57:58","modified_gmt":"2026-05-14T09:57:58","slug":"get-involved","status":"publish","type":"page","link":"https:\/\/arden.org.so\/?page_id=44","title":{"rendered":"Get Involved"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, user-scalable=yes\">\n    <title>ARDEN | Get Involved &#8211; Donate, Volunteer, Partner with Azania Relief &#038; Development Network Somalia<\/title>\n    <meta name=\"description\" content=\"Join ARDEN to empower Somali communities. Donate, volunteer, partner, or advocate for sustainable relief and development across Somalia. Your support changes lives.\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.7;\n            color: #1e2a3e;\n            background-color: #f8fafc;\n        }\n\n        :root {\n            --primary-blue: #1e3a8a;\n            --secondary-blue: #2563eb;\n            --light-blue: #3b82f6;\n            --accent-blue: #0ea5e9;\n            --dark-blue: #0f172a;\n            --gray-bg: #f1f5f9;\n            --white: #ffffff;\n            --shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);\n            --shadow-lg: 0 20px 40px -12px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* Simple header without menu toggle and logo *\/\n        .hero-banner {\n            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));\n            padding: 30px 0 20px;\n            text-align: center;\n            color: white;\n            margin-bottom: 20px;\n        }\n\n        .hero-banner h1 {\n            font-size: 2.5rem;\n            letter-spacing: 1px;\n            font-weight: 700;\n        }\n\n        .hero-banner p {\n            font-size: 1rem;\n            opacity: 0.9;\n            margin-top: 5px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .slider-container {\n            position: relative;\n            max-width: 100%;\n            height: 550px;\n            overflow: hidden;\n            border-radius: 20px;\n            margin: 30px 0;\n            box-shadow: var(--shadow-lg);\n        }\n\n        .slider {\n            display: flex;\n            transition: transform 0.5s ease-in-out;\n            height: 100%;\n        }\n\n        .slide {\n            min-width: 100%;\n            height: 550px;\n            background-size: cover;\n            background-position: center;\n            position: relative;\n        }\n\n        .slide-overlay {\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);\n            color: white;\n            padding: 50px;\n            text-align: center;\n        }\n\n        .slide-overlay h2 {\n            font-size: 2.2rem;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .slide-overlay p {\n            font-size: 1.1rem;\n            opacity: 0.9;\n        }\n\n        .slider-btn {\n            position: absolute;\n            top: 50%;\n            transform: translateY(-50%);\n            background: rgba(30,58,138,0.8);\n            color: white;\n            border: none;\n            padding: 14px 20px;\n            cursor: pointer;\n            font-size: 24px;\n            border-radius: 50%;\n            transition: 0.3s;\n            z-index: 10;\n        }\n\n        .slider-btn:hover {\n            background: var(--primary-blue);\n            transform: translateY(-50%) scale(1.05);\n        }\n\n        .prev { left: 20px; }\n        .next { right: 20px; }\n\n        .section-title {\n            text-align: center;\n            color: var(--primary-blue);\n            margin: 50px 0 25px;\n            font-size: 2.2rem;\n            font-weight: 700;\n            position: relative;\n        }\n\n        .section-title::after {\n            content: '';\n            width: 80px;\n            height: 4px;\n            background: var(--light-blue);\n            display: block;\n            margin: 15px auto;\n            border-radius: 2px;\n        }\n\n        .section-subtitle {\n            text-align: center;\n            color: var(--secondary-blue);\n            margin-bottom: 40px;\n            font-size: 1.1rem;\n            max-width: 700px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .card-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 35px;\n            margin: 40px 0;\n        }\n\n        .card {\n            background: var(--white);\n            border-radius: 20px;\n            overflow: hidden;\n            box-shadow: var(--shadow);\n            transition: transform 0.3s, box-shadow 0.3s;\n        }\n\n        .card:hover {\n            transform: translateY(-8px);\n            box-shadow: var(--shadow-lg);\n        }\n\n        .card-content {\n            padding: 25px;\n        }\n\n        .card-content h3 {\n            color: var(--primary-blue);\n            margin-bottom: 15px;\n            font-size: 1.4rem;\n        }\n\n        .card-content p {\n            color: #475569;\n            margin-bottom: 15px;\n        }\n\n        .btn {\n            display: inline-block;\n            background: var(--light-blue);\n            color: white;\n            padding: 12px 30px;\n            border-radius: 40px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: 0.3s;\n            border: none;\n            cursor: pointer;\n            font-size: 1rem;\n        }\n\n        .btn:hover {\n            background: var(--primary-blue);\n            transform: translateY(-2px);\n        }\n\n        .btn-outline {\n            background: transparent;\n            border: 2px solid var(--light-blue);\n            color: var(--light-blue);\n        }\n\n        .btn-outline:hover {\n            background: var(--light-blue);\n            color: white;\n        }\n\n        .info-box {\n            background: var(--gray-bg);\n            padding: 25px;\n            border-radius: 20px;\n            margin: 20px 0;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));\n            padding: 50px 30px;\n            border-radius: 30px;\n            margin: 50px 0;\n            color: white;\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 2.5rem;\n            font-weight: 800;\n        }\n\n        .volunteer-form {\n            background: var(--white);\n            padding: 35px;\n            border-radius: 25px;\n            box-shadow: var(--shadow);\n            margin: 30px 0;\n        }\n\n        .form-group {\n            margin-bottom: 20px;\n        }\n\n        input, textarea, select {\n            width: 100%;\n            padding: 14px;\n            border: 1px solid #cbd5e1;\n            border-radius: 12px;\n            font-size: 1rem;\n            transition: 0.3s;\n        }\n\n        input:focus, textarea:focus {\n            outline: none;\n            border-color: var(--light-blue);\n            box-shadow: 0 0 0 3px rgba(59,130,246,0.2);\n        }\n\n        footer {\n            background: var(--dark-blue);\n            color: white;\n            padding: 50px 0 25px;\n            margin-top: 70px;\n        }\n\n        .footer-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n        }\n\n        .footer-grid h4 {\n            margin-bottom: 20px;\n            color: var(--light-blue);\n            font-size: 1.2rem;\n        }\n\n        .footer-grid ul {\n            list-style: none;\n        }\n\n        .footer-grid ul li {\n            margin-bottom: 10px;\n        }\n\n        .footer-grid ul li a {\n            color: #cbd5e1;\n            text-decoration: none;\n            transition: 0.3s;\n        }\n\n        .footer-grid ul li a:hover {\n            color: var(--light-blue);\n            padding-left: 5px;\n        }\n\n        .social-icons a {\n            color: white;\n            margin-right: 18px;\n            font-size: 22px;\n            transition: 0.3s;\n            display: inline-block;\n        }\n\n        .social-icons a:hover {\n            color: var(--light-blue);\n            transform: translateY(-3px);\n        }\n\n        .copyright {\n            text-align: center;\n            padding-top: 35px;\n            margin-top: 35px;\n            border-top: 1px solid #334155;\n            color: #94a3b8;\n        }\n\n        @media (max-width: 768px) {\n            .slider-container, .slide {\n                height: 350px;\n            }\n            .slide-overlay h2 {\n                font-size: 1.2rem;\n            }\n            .section-title {\n                font-size: 1.6rem;\n            }\n            .hero-banner h1 {\n                font-size: 1.8rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- Simple header without menu toggle and logo -->\n<div class=\"hero-banner\">\n    <div class=\"container\">\n        <h1>ARDEN<\/h1>\n        <p>Azania Relief &#038; Development Network \u2014 Join the Movement for a Resilient Somalia<\/p>\n    <\/div>\n<\/div>\n\n<main class=\"container\">\n    <!-- ==================== GET INVOLVED PAGE ONLY ==================== -->\n    <div class=\"slider-container\" id=\"involvedSlider\">\n        <button class=\"slider-btn prev\" onclick=\"changeSlide(-1)\">&#10094;<\/button>\n        <div class=\"slider\" id=\"involvedSliderTrack\">\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/12823580\/pexels-photo-12823580.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Your Support Changes Lives<\/h2><p>Every contribution, big or small, helps us reach more families in need<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/32852915\/pexels-photo-32852915.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Volunteer With Us<\/h2><p>Join our dedicated team and experience the joy of serving your community<\/p><\/div>\n            <\/div>\n        <\/div>\n        <button class=\"slider-btn next\" onclick=\"changeSlide(1)\">&#10095;<\/button>\n    <\/div>\n\n    <h2 class=\"section-title\">Join the ARDEN Family<\/h2>\n    <p style=\"text-align:center; max-width:800px; margin:0 auto 30px;\">ARDEN&#8217;s work is powered by the generosity and commitment of people like you. Whether you donate, partner, volunteer, or advocate, you become part of a movement to build a more resilient and prosperous Somalia.<\/p>\n\n    <!-- Three main involvement options as cards -->\n    <div class=\"card-grid\">\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-donate\" style=\"font-size: 50px; color: var(--light-blue);\"><\/i>\n                <h3>Make a Donation<\/h3>\n                <p>Your financial support directly funds emergency relief supplies, development projects, and capacity-building initiatives. No amount is too small.<\/p>\n                <p><strong>$50<\/strong> feeds a family for one month<br>\n                <strong>$150<\/strong> provides emergency shelter for a displaced family<br>\n                <strong>$500<\/strong> supports a community well rehabilitation<\/p>\n                <button class=\"btn\" onclick=\"alert('Thank you for your generosity! To make a donation, please contact us directly at +252615916628 or email info@arden.org.so. Official secure payment portal coming soon. Your support saves lives.')\">Donate Now<\/button>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-handshake\" style=\"font-size: 50px; color: var(--light-blue);\"><\/i>\n                <h3>Partner With Us<\/h3>\n                <p>If you represent an NGO, government agency, foundation, or corporation, we welcome collaboration opportunities. Partnership benefits include:<\/p>\n                <ul style=\"margin: 15px 0 15px 20px;\">\n                    <li>Joint programming and resource mobilization<\/li>\n                    <li>Technical exchange and capacity sharing<\/li>\n                    <li>Co-branded visibility and reporting<\/li>\n                <\/ul>\n                <button class=\"btn btn-outline\" onclick=\"alert('Thank you for your interest in partnering with ARDEN! Please email info@arden.org.so with your organization details and partnership ideas. Our team will respond within 2 business days.')\">Become a Partner<\/button>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-users\" style=\"font-size: 50px; color: var(--light-blue);\"><\/i>\n                <h3>Volunteer Your Time<\/h3>\n                <p>Volunteers are the backbone of ARDEN. Opportunities include:<\/p>\n                <ul style=\"margin: 15px 0 15px 20px;\">\n                    <li>Field distribution assistance<\/li>\n                    <li>Community awareness campaigns<\/li>\n                    <li>Administrative and logistical support<\/li>\n                    <li>Skills-based volunteering (teaching, healthcare, IT, etc.)<\/li>\n                <\/ul>\n                <button class=\"btn btn-outline\" onclick=\"document.getElementById('volunteerSection').scrollIntoView({ behavior: 'smooth' });\">Apply to Volunteer<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Transparency & Impact Guarantee -->\n    <div class=\"stats-grid\" style=\"margin-top: 20px;\">\n        <div><div class=\"stat-number\">100%<\/div><div>of donations go to programs (overhead covered separately)<\/div><\/div>\n        <div><div class=\"stat-number\">24\/7<\/div><div>Transparency \u2014 ask us anything<\/div><\/div>\n        <div><div class=\"stat-number\">Tax-Receipts<\/div><div>Available for qualifying donations<\/div><\/div>\n    <\/div>\n\n    <!-- Volunteer Application Form Section (with updated email) -->\n    <div id=\"volunteerSection\" style=\"scroll-margin-top: 20px;\">\n        <h2 class=\"section-title\">Volunteer Application Form<\/h2>\n        <p class=\"section-subtitle\">Join our passionate team and make a tangible difference in Somali communities. Fill out the form below, and our volunteer coordinator will reach out to you.<\/p>\n        \n        <div class=\"volunteer-form\">\n            <form id=\"volunteerForm\">\n                <div class=\"form-group\">\n                    <input type=\"text\" placeholder=\"Full Name *\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <input type=\"email\" placeholder=\"Email Address *\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <input type=\"tel\" placeholder=\"Phone Number (WhatsApp preferred) *\" required>\n                <\/div>\n                <div class=\"form-group\">\n                    <select required>\n                        <option value=\"\">Select Your Area of Interest *<\/option>\n                        <option>Field Distribution &#038; Logistics<\/option>\n                        <option>Community Mobilization &#038; Awareness<\/option>\n                        <option>Teaching &#038; Education Support<\/option>\n                        <option>Healthcare\/Medical Assistance<\/option>\n                        <option>Administration &#038; Data Entry<\/option>\n                        <option>Fundraising &#038; Communications<\/option>\n                        <option>IT &#038; Digital Support<\/option>\n                        <option>Other (specify in message)<\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"form-group\">\n                    <select>\n                        <option>Availability<\/option>\n                        <option>Full-time (40+ hours\/week)<\/option>\n                        <option>Part-time (20-30 hours\/week)<\/option>\n                        <option>Weekends only<\/option>\n                        <option>Flexible \/ Occasional<\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"form-group\">\n                    <textarea rows=\"5\" placeholder=\"Tell us about your skills, experience, and why you'd like to volunteer with ARDEN *\" required><\/textarea>\n                <\/div>\n                <button type=\"submit\" class=\"btn\">Submit Application <i class=\"fas fa-paper-plane\"><\/i><\/button>\n            <\/form>\n            <p style=\"margin-top: 20px; font-size: 0.85rem; color: #64748b;\"><i class=\"fas fa-lock\"><\/i> Your information is confidential and will only be used for volunteer coordination.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Spread the Word \/ Advocacy Section -->\n    <div style=\"background: var(--gray-bg); padding: 40px; border-radius: 25px; margin: 40px 0; text-align: center;\">\n        <i class=\"fas fa-bullhorn\" style=\"font-size: 48px; color: var(--light-blue); margin-bottom: 15px;\"><\/i>\n        <h3 style=\"color: var(--primary-blue); margin-bottom: 15px;\">Spread the Word<\/h3>\n        <p style=\"margin-bottom: 20px;\">Even if you cannot donate or volunteer, you can still make a difference by sharing our mission with your network. Follow us on social media, share our posts, and talk about ARDEN with friends and family.<\/p>\n        <div class=\"social-icons\" style=\"justify-content: center; display: flex; gap: 20px;\">\n            <a href=\"#\" style=\"background: #1877f2; padding: 12px 18px; border-radius: 30px; color: white; text-decoration: none;\"><i class=\"fab fa-facebook\"><\/i> Facebook<\/a>\n            <a href=\"#\" style=\"background: #1da1f2; padding: 12px 18px; border-radius: 30px; color: white; text-decoration: none;\"><i class=\"fab fa-twitter\"><\/i> Twitter<\/a>\n            <a href=\"#\" style=\"background: #e4405f; padding: 12px 18px; border-radius: 30px; color: white; text-decoration: none;\"><i class=\"fab fa-instagram\"><\/i> Instagram<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Contact \/ Ways to give with updated email -->\n    <div class=\"info-box\" style=\"text-align: center; background: white; border: 1px solid #e2e8f0;\">\n        <i class=\"fas fa-envelope-open-text\" style=\"font-size: 42px; color: var(--light-blue); margin-bottom: 10px;\"><\/i>\n        <h3 style=\"color: var(--primary-blue);\">Other Ways to Support<\/h3>\n        <p>Direct bank transfer, in-kind donations (food, medicine, school supplies), or corporate sponsorships.<\/p>\n        <p style=\"margin-top: 15px;\"><strong>Contact our fundraising team:<\/strong><br>\n        <i class=\"fas fa-envelope\"><\/i> info@arden.org.so<br>\n        <i class=\"fas fa-phone-alt\"><\/i> +252 615 916628<\/p>\n        <button class=\"btn-outline btn\" style=\"margin-top: 10px;\" onclick=\"alert('For in-kind donations or wire transfer details, please email info@arden.org.so. Our team will provide all necessary information and receipts.')\">Request Donation Details<\/button>\n    <\/div>\n<\/main>\n\n<footer>\n    <div class=\"container\">\n        <div class=\"footer-grid\">\n            <div>\n                <div style=\"display: flex; align-items: center; gap: 10px; margin-bottom: 15px;\">\n                    <i class=\"fas fa-hands-helping\" style=\"font-size: 30px; color: var(--light-blue);\"><\/i>\n                    <h4 style=\"margin: 0;\">ARDEN<\/h4>\n                <\/div>\n                <p>Azania Relief &#038; Development Network \u2014 Empowering Somali communities through sustainable relief, development, and advocacy since our founding.<\/p>\n            <\/div>\n            <div>\n                <h4>Get Involved<\/h4>\n                <ul>\n                    <li><a href=\"#\" onclick=\"alert('To donate, please contact info@arden.org.so'); return false;\">Donate<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Partner with us: email info@arden.org.so'); return false;\">Partner<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"document.getElementById('volunteerSection').scrollIntoView({ behavior: 'smooth' }); return false;\">Volunteer<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Share ARDEN on social media!'); return false;\">Advocate<\/a><\/li>\n                <\/ul>\n            <\/div>\n            <div>\n                <h4>Contact<\/h4>\n                <p><i class=\"fas fa-map-marker-alt\"><\/i> Abdiaziz District, Mogadishu, Somalia<\/p>\n                <p><i class=\"fas fa-phone\"><\/i> +252 615916628<\/p>\n                <p><i class=\"fas fa-envelope\"><\/i> info@arden.org.so<\/p>\n            <\/div>\n            <div>\n                <h4>Stay Connected<\/h4>\n                <div class=\"social-icons\">\n                    <a href=\"#\" aria-label=\"Facebook\"><i class=\"fab fa-facebook\"><\/i><\/a>\n                    <a href=\"#\" aria-label=\"Twitter\"><i class=\"fab fa-twitter\"><\/i><\/a>\n                    <a href=\"#\" aria-label=\"Instagram\"><i class=\"fab fa-instagram\"><\/i><\/a>\n                    <a href=\"#\" aria-label=\"LinkedIn\"><i class=\"fab fa-linkedin\"><\/i><\/a>\n                <\/div>\n                <p style=\"margin-top: 15px;\">Subscribe to our newsletter for updates.<\/p>\n            <\/div>\n        <\/div>\n        <div class=\"copyright\">\n            <p>&copy; 2025 Azania Relief and Development Network (ARDEN). All rights reserved. | Email: info@arden.org.so | Your involvement transforms lives<\/p>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ SLIDER LOGIC for Get Involved page\n    let currentSlide = 0;\n    const track = document.getElementById('involvedSliderTrack');\n    const slides = document.querySelectorAll('#involvedSliderTrack .slide');\n    const totalSlides = slides.length;\n\n    function updateSlider() {\n        if (!track) return;\n        track.style.transform = `translateX(-${currentSlide * 100}%)`;\n    }\n\n    window.changeSlide = function(direction) {\n        let newIndex = currentSlide + direction;\n        if (newIndex < 0) newIndex = totalSlides - 1;\n        if (newIndex >= totalSlides) newIndex = 0;\n        currentSlide = newIndex;\n        updateSlider();\n    };\n\n    \/\/ Auto-slide with pause on hover\n    let autoInterval = setInterval(() => {\n        changeSlide(1);\n    }, 6000);\n\n    const sliderContainer = document.getElementById('involvedSlider');\n    if (sliderContainer) {\n        sliderContainer.addEventListener('mouseenter', () => clearInterval(autoInterval));\n        sliderContainer.addEventListener('mouseleave', () => {\n            autoInterval = setInterval(() => changeSlide(1), 6000);\n        });\n    }\n\n    updateSlider();\n\n    \/\/ Volunteer form submission (demo alert)\n    document.getElementById('volunteerForm')?.addEventListener('submit', (e) => {\n        e.preventDefault();\n        alert('Thank you for your interest in volunteering with ARDEN! Your application has been received. Our volunteer coordinator will contact you within 5-7 business days at the email\/phone provided. For urgent inquiries, please email info@arden.org.so.');\n        e.target.reset();\n    });\n\n    \/\/ Smooth scroll for any anchor links\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function(e) {\n            const targetId = this.getAttribute('href');\n            if (targetId === '#') {\n                e.preventDefault();\n                return;\n            }\n            if (targetId && targetId !== '#') {\n                const targetElement = document.querySelector(targetId);\n                if (targetElement) {\n                    e.preventDefault();\n                    targetElement.scrollIntoView({ behavior: 'smooth' });\n                }\n            }\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>ARDEN | Get Involved &#8211; Donate, Volunteer, Partner with Azania Relief &#038; Development Network Somalia ARDEN Azania Relief &#038; Development Network \u2014 Join the Movement for a Resilient Somalia &#10094; Your Support Changes Lives Every contribution, big or small, helps us reach more families in need Volunteer With Us Join our dedicated team and experience &#8230; <a title=\"Get Involved\" class=\"read-more\" href=\"https:\/\/arden.org.so\/?page_id=44\" aria-label=\"Read more about Get Involved\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-44","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arden.org.so\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=44"}],"version-history":[{"count":2,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/44\/revisions"}],"predecessor-version":[{"id":58,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/44\/revisions\/58"}],"wp:attachment":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}