{"id":40,"date":"2026-05-14T08:31:47","date_gmt":"2026-05-14T08:31:47","guid":{"rendered":"https:\/\/arden.org.so\/?page_id=40"},"modified":"2026-05-14T09:53:11","modified_gmt":"2026-05-14T09:53:11","slug":"about-us","status":"publish","type":"page","link":"https:\/\/arden.org.so\/?page_id=40","title":{"rendered":"About Us"},"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 | About Us &#8211; Azania Relief &#038; Development Network Somalia<\/title>\n    <meta name=\"description\" content=\"ARDEN is a Somali-led humanitarian organization providing relief, development programs, capacity building, and advocacy across Somalia. Join us to empower communities nationwide.\">\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 - just brand banner *\/\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        .info-box {\n            background: var(--gray-bg);\n            padding: 25px;\n            border-radius: 20px;\n            margin: 20px 0;\n        }\n\n        .stats-mini {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-around;\n            gap: 20px;\n            background: linear-gradient(135deg, var(--primary-blue), var(--secondary-blue));\n            padding: 40px 30px;\n            border-radius: 30px;\n            margin: 40px 0;\n            color: white;\n            text-align: center;\n        }\n\n        .stat-item {\n            flex: 1;\n            min-width: 150px;\n        }\n\n        .stat-number {\n            font-size: 2.2rem;\n            font-weight: 800;\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: just ARDEN about banner -->\n<div class=\"hero-banner\">\n    <div class=\"container\">\n        <h1>ARDEN<\/h1>\n        <p>Azania Relief &#038; Development Network \u2014 About Our Journey, Mission &#038; Team<\/p>\n    <\/div>\n<\/div>\n\n<main class=\"container\">\n    <!-- ==================== ABOUT US PAGE ONLY ==================== -->\n    <!-- About slider showcasing history, team, community -->\n    <div class=\"slider-container\" id=\"aboutSlider\">\n        <button class=\"slider-btn prev\" onclick=\"changeSlide(-1)\">&#10094;<\/button>\n        <div class=\"slider\" id=\"aboutSliderTrack\">\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/20302812\/pexels-photo-20302812.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Our History &#038; Founding Story<\/h2><p>Founded by Mohamed Ahmed Mohamed &#8220;Adale&#8221; with a vision for a better Somalia<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/7984776\/pexels-photo-7984776.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Meet Our Dedicated Team<\/h2><p>Passionate Somalis working tirelessly to serve their communities<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/33127869\/pexels-photo-33127869.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Community-Centered Approach<\/h2><p>We listen, we learn, and we act together with local communities<\/p><\/div>\n            <\/div>\n        <\/div>\n        <button class=\"slider-btn next\" onclick=\"changeSlide(1)\">&#10095;<\/button>\n    <\/div>\n\n    <!-- Main About Description -->\n    <h2 class=\"section-title\">About Azania Relief &#038; Development Network<\/h2>\n    <p style=\"margin-bottom: 20px;\"><strong>ARDEN<\/strong> was established to address the urgent humanitarian needs and long-term development challenges facing Somali communities. Our country has endured decades of conflict, climate shocks including devastating droughts and floods, and widespread displacement. Millions of Somalis struggle daily to access basic necessities: clean water, nutritious food, healthcare, education, and economic opportunities.<\/p>\n    \n    <p style=\"margin-bottom: 20px;\">Recognizing these challenges, our founder <strong>Mohamed Ahmed Mohamed &#8220;Adale&#8221;<\/strong> brought together a team of experienced humanitarian professionals, development experts, and community leaders to create an organization that truly understands local contexts and delivers solutions that work. Unlike international NGOs that may lack local knowledge, ARDEN is <strong>Somali-led and Somali-staffed<\/strong>, ensuring cultural sensitivity, linguistic accessibility, and genuine community ownership of every project.<\/p>\n\n    <p style=\"margin-bottom: 30px;\">Since our inception, we have grown into a trusted network reaching thousands of families across multiple regions. Our approach combines immediate emergency response with long-term development programming, addressing root causes of poverty and vulnerability while building community resilience against future shocks.<\/p>\n\n    <!-- Leadership & Team Section -->\n    <h2 class=\"section-title\">Our Leadership &#038; Team<\/h2>\n    <div class=\"card-grid\">\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-user-tie\" style=\"font-size: 36px; color: var(--light-blue);\"><\/i><h3>Mohamed Ahmed Mohamed &#8220;Adale&#8221;<\/h3><p><strong>Founder &#038; Executive President<\/strong><\/p><p>A seasoned humanitarian with over 15 years of experience in relief and development across Somalia. His vision and dedication drive ARDEN&#8217;s mission forward.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-user\" style=\"font-size: 36px; color: var(--light-blue);\"><\/i><h3>Omar Muse Hassan<\/h3><p><strong>1st Vice President<\/strong><\/p><p>Expert in program management and community mobilization with extensive field experience.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-user\" style=\"font-size: 36px; color: var(--light-blue);\"><\/i><h3>Hussein Shire Jimale<\/h3><p><strong>2nd Vice President<\/strong><\/p><p>Specialist in logistics, supply chain, and emergency response coordination.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-user-graduate\" style=\"font-size: 36px; color: var(--light-blue);\"><\/i><h3>Fathi Abdullahi Mohamud<\/h3><p><strong>Youth Representative<\/strong><\/p><p>Advocate for youth empowerment, education, and leadership development.<\/p><\/div><\/div>\n    <\/div>\n\n    <!-- Core Staff & Organizational Structure -->\n    <h2 class=\"section-title\">Our Core Staff<\/h2>\n    <div class=\"info-box\">\n        <p style=\"margin-bottom: 10px;\">Behind every successful ARDEN project is a dedicated team of professionals working tirelessly on the ground. Our core staff includes:<\/p>\n        <ul style=\"margin-left: 30px; margin-top: 15px;\">\n            <li><i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> Executive President \u2014 Overall strategic leadership and stakeholder engagement<\/li>\n            <li><i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> Finance Officer \u2014 Transparent financial management and donor reporting<\/li>\n            <li><i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> Clerk \u2014 Administrative support and documentation<\/li>\n            <li><i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> Cleaners \u2014 Maintaining hygienic facilities for staff and visitors<\/li>\n            <li><i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> Driver \u2014 Logistics and safe transport of supplies and personnel<\/li>\n            <li><i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> Security Team (3 officers) \u2014 Ensuring safety of staff, assets, and operations<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- Why Choose ARDEN? Values & differentiators -->\n    <h2 class=\"section-title\">Why Choose ARDEN?<\/h2>\n    <div class=\"card-grid\">\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-map-marker-alt\" style=\"font-size: 32px; color: var(--light-blue);\"><\/i><h3>Local Expertise<\/h3><p>100% Somali-led with deep understanding of cultural, social, and political dynamics.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-hand-holding-heart\" style=\"font-size: 32px; color: var(--light-blue);\"><\/i><h3>Community Trust<\/h3><p>Long-standing relationships built on respect, transparency, and proven results.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-chart-simple\" style=\"font-size: 32px; color: var(--light-blue);\"><\/i><h3>Measurable Impact<\/h3><p>Rigorous monitoring and evaluation ensures accountability and continuous improvement.<\/p><\/div><\/div>\n    <\/div>\n\n    <!-- Key impact stats (quick facts) -->\n    <div class=\"stats-mini\">\n        <div class=\"stat-item\"><div class=\"stat-number\">50,000+<\/div><div>Lives impacted yearly<\/div><\/div>\n        <div class=\"stat-item\"><div class=\"stat-number\">12+<\/div><div>Districts served<\/div><\/div>\n        <div class=\"stat-item\"><div class=\"stat-number\">150+<\/div><div>Sustainable projects<\/div><\/div>\n        <div class=\"stat-item\"><div class=\"stat-number\">25+<\/div><div>Active partners<\/div><\/div>\n    <\/div>\n\n    <!-- Core Values Summary \/ Ethos -->\n    <h2 class=\"section-title\">Our Guiding Principles<\/h2>\n    <div class=\"card-grid\">\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-graduation-cap\" style=\"font-size: 34px; color: var(--light-blue);\"><\/i><h3>Empowerment<\/h3><p>We equip communities with education, skills and resources for self-reliance.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-seedling\" style=\"font-size: 34px; color: var(--light-blue);\"><\/i><h3>Sustainability<\/h3><p>Long-term solutions that break cycles of poverty and dependence.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-handshake\" style=\"font-size: 34px; color: var(--light-blue);\"><\/i><h3>Collaboration<\/h3><p>Working with local and international partners for maximum impact.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-chart-line\" style=\"font-size: 34px; color: var(--light-blue);\"><\/i><h3>Transparency<\/h3><p>Full accountability to communities and donors, measurable outcomes.<\/p><\/div><\/div>\n    <\/div>\n\n    <!-- Contact \/ Get in Touch with updated email info@arden.org.so -->\n    <div style=\"background: var(--white); border-radius: 25px; padding: 35px; margin: 50px 0 30px; box-shadow: var(--shadow); text-align: center;\">\n        <i class=\"fas fa-envelope-open-text\" style=\"font-size: 48px; color: var(--light-blue); margin-bottom: 15px;\"><\/i>\n        <h3 style=\"color: var(--primary-blue); margin-bottom: 10px;\">Connect With ARDEN<\/h3>\n        <p style=\"margin-bottom: 20px;\">Interested in partnership, learning more about our work, or joining our mission? Reach out to our team.<\/p>\n        <div class=\"info-box\" style=\"display: inline-block; text-align: left; width: auto; min-width: 260px; margin: 0 auto;\">\n            <p><i class=\"fas fa-map-marker-alt\"><\/i> <strong>HQ:<\/strong> Abdiaziz District, Mogadishu, Somalia<\/p>\n            <p><i class=\"fas fa-phone-alt\"><\/i> <strong>Phone\/WhatsApp:<\/strong> +252 615 916628<\/p>\n            <p><i class=\"fas fa-envelope\"><\/i> <strong>Email:<\/strong> info@arden.org.so<\/p>\n            <p><i class=\"fas fa-clock\"><\/i> <strong>Office Hours:<\/strong> Sun-Thu, 9am-5pm EAT<\/p>\n        <\/div>\n        <div style=\"margin-top: 25px;\">\n            <button class=\"btn\" onclick=\"alert('Thank you for your interest! For any inquiries, please email info@arden.org.so or call +252615916628. We will respond promptly.');\">Contact Us<\/button>\n        <\/div>\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>Explore<\/h4>\n                <ul>\n                    <li><a href=\"#\" onclick=\"alert('ARDEN is a Somali-led humanitarian organization. Our about page shares our story, team and impact.'); return false;\">Our Story<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Our leadership includes Mohamed Ahmed Mohamed, Omar Muse Hassan, Hussein Shire Jimale, and dedicated staff.'); return false;\">Leadership<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('We work in relief, development, capacity building, and advocacy across Somalia.'); return false;\">What We Do<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Contact us at info@arden.org.so or +252615916628 for partnership opportunities.'); return false;\">Partner With Us<\/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. | Built with <i class=\"fas fa-heart\" style=\"color: #ef4444;\"><\/i> for Somali communities | Email: info@arden.org.so<\/p>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ SLIDER LOGIC for About Us page (only)\n    let currentSlide = 0;\n    const track = document.getElementById('aboutSliderTrack');\n    const slides = document.querySelectorAll('#aboutSliderTrack .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 for better engagement\n    let autoInterval = setInterval(() => {\n        changeSlide(1);\n    }, 6000);\n\n    const sliderContainer = document.getElementById('aboutSlider');\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    \/\/ Any placeholder anchor clicks just to avoid page jump\n    document.querySelectorAll('a[href=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function(e) {\n            e.preventDefault();\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>ARDEN | About Us &#8211; Azania Relief &#038; Development Network Somalia ARDEN Azania Relief &#038; Development Network \u2014 About Our Journey, Mission &#038; Team &#10094; Our History &#038; Founding Story Founded by Mohamed Ahmed Mohamed &#8220;Adale&#8221; with a vision for a better Somalia Meet Our Dedicated Team Passionate Somalis working tirelessly to serve their communities &#8230; <a title=\"About Us\" class=\"read-more\" href=\"https:\/\/arden.org.so\/?page_id=40\" aria-label=\"Read more about About Us\">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-40","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/40","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=40"}],"version-history":[{"count":2,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/40\/revisions"}],"predecessor-version":[{"id":55,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/40\/revisions\/55"}],"wp:attachment":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=40"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}