{"id":42,"date":"2026-05-14T08:32:13","date_gmt":"2026-05-14T08:32:13","guid":{"rendered":"https:\/\/arden.org.so\/?page_id=42"},"modified":"2026-05-14T09:50:50","modified_gmt":"2026-05-14T09:50:50","slug":"what-we-do","status":"publish","type":"page","link":"https:\/\/arden.org.so\/?page_id=42","title":{"rendered":"What We Do"},"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 | What We Do &#8211; Relief, Development &#038; Capacity Building in Somalia<\/title>\n    <meta name=\"description\" content=\"ARDEN delivers emergency relief, sustainable development, capacity building, advocacy, and networking across Somalia. Somali-led humanitarian action for lasting impact.\">\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, logo: just 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        .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        .service-block {\n            margin-bottom: 45px;\n        }\n\n        .service-icon-large {\n            font-size: 48px;\n            color: var(--light-blue);\n            margin-bottom: 15px;\n            display: inline-block;\n        }\n\n        .list-styled {\n            margin: 20px 0 20px 40px;\n        }\n\n        .list-styled li {\n            margin-bottom: 8px;\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 Our Comprehensive Scope of Work<\/p>\n    <\/div>\n<\/div>\n\n<main class=\"container\">\n    <!-- ==================== WHAT WE DO \/ SERVICES PAGE ONLY ==================== -->\n    <div class=\"slider-container\" id=\"servicesSlider\">\n        <button class=\"slider-btn prev\" onclick=\"changeSlide(-1)\">&#10094;<\/button>\n        <div class=\"slider\" id=\"servicesSliderTrack\">\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/20369382\/pexels-photo-20369382.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Relief Operations<\/h2><p>Emergency food, clean water, shelter, and medicine for disaster-affected families<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/33662800\/pexels-photo-33662800.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Development Programs<\/h2><p>Education, healthcare, agriculture, infrastructure, and economic empowerment<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/9301155\/pexels-photo-9301155.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Capacity Building<\/h2><p>Training local organizations and community groups for lasting self-reliance<\/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\">Our Comprehensive Scope of Work<\/h2>\n    <p class=\"section-subtitle\">ARDEN delivers integrated solutions across six core areas, addressing both immediate needs and long-term development challenges.<\/p>\n\n    <!-- 1. Relief Operations -->\n    <div class=\"service-block\">\n        <div style=\"text-align: center;\">\n            <i class=\"fas fa-hand-holding-heart service-icon-large\"><\/i>\n            <h2 class=\"section-title\" style=\"font-size: 1.8rem; margin-top: 10px;\">\ud83c\udd98 1. Relief Operations<\/h2>\n        <\/div>\n        <p>When disaster strikes \u2014 whether drought, flood, conflict, or disease outbreak \u2014 ARDEN mobilizes rapidly. Our emergency response teams are trained to assess needs, coordinate with local authorities, and deliver life-saving assistance within hours. We distribute:<\/p>\n        <ul class=\"list-styled\">\n            <li><strong>Food supplies:<\/strong> Monthly rations including rice, flour, oil, sugar, and fortified cereals<\/li>\n            <li><strong>Nutrition support:<\/strong> Ready-to-use therapeutic foods for malnourished children and pregnant women<\/li>\n            <li><strong>Clean water:<\/strong> Emergency water trucking, purification tablets, and water storage containers<\/li>\n            <li><strong>Emergency shelter:<\/strong> Tents, tarpaulins, blankets, and essential household items<\/li>\n            <li><strong>Medical assistance:<\/strong> First aid kits, essential medicines, and referrals to health facilities<\/li>\n        <\/ul>\n        <div class=\"info-box\">\n            <i class=\"fas fa-chart-line\" style=\"color: var(--light-blue); margin-right: 8px;\"><\/i> <strong>2024 impact:<\/strong> Over 12,000 households received emergency food packages; 8,500 families accessed clean water during drought emergencies.\n        <\/div>\n    <\/div>\n\n    <!-- 2. Development Programs -->\n    <div class=\"service-block\">\n        <div style=\"text-align: center;\">\n            <i class=\"fas fa-seedling service-icon-large\"><\/i>\n            <h2 class=\"section-title\" style=\"font-size: 1.8rem; margin-top: 10px;\">\ud83c\udf31 2. Development Programs<\/h2>\n        <\/div>\n        <div class=\"card-grid\">\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-school\"><\/i><h3>Education<\/h3><p>Building and rehabilitating schools, training teachers, providing learning materials, and supporting accelerated learning programs for out-of-school children.<\/p><\/div><\/div>\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-hospital\"><\/i><h3>Healthcare<\/h3><p>Supporting maternal and child health, vaccination campaigns, nutrition screening, and health awareness education.<\/p><\/div><\/div>\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-road\"><\/i><h3>Infrastructure<\/h3><p>Rehabilitating wells, boreholes, irrigation systems, and community roads to improve access to basic services.<\/p><\/div><\/div>\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-tractor\"><\/i><h3>Agriculture &#038; Livestock<\/h3><p>Providing seeds, tools, farming training, livestock vaccinations, and drought-resistant techniques to pastoral and farming communities.<\/p><\/div><\/div>\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-chart-line\"><\/i><h3>Economic Empowerment<\/h3><p>Cash-for-work programs, small business grants, vocational training, and savings groups to build household income.<\/p><\/div><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- 3. Capacity Building -->\n    <div class=\"service-block\">\n        <div style=\"text-align: center;\">\n            <i class=\"fas fa-chalkboard-user service-icon-large\"><\/i>\n            <h2 class=\"section-title\" style=\"font-size: 1.8rem; margin-top: 10px;\">\ud83d\udcda 3. Capacity Building<\/h2>\n        <\/div>\n        <p>We believe lasting change comes from within. ARDEN strengthens local organizations, public agencies, and community groups through tailored training and technical assistance. Our capacity-building modules include:<\/p>\n        <ul class=\"list-styled\">\n            <li>Project management and financial reporting<\/li>\n            <li>Emergency preparedness and response planning<\/li>\n            <li>Monitoring, evaluation, and data collection<\/li>\n            <li>Advocacy and community mobilization<\/li>\n            <li>Leadership and governance for community-based organizations<\/li>\n        <\/ul>\n        <div style=\"background: linear-gradient(90deg, #e0f2fe, white); padding: 15px; border-radius: 16px; margin-top: 15px;\">\n            <i class=\"fas fa-users\" style=\"color: var(--light-blue);\"><\/i> <strong>Since 2022:<\/strong> Over 30 local CSOs and 200+ community leaders trained.\n        <\/div>\n    <\/div>\n\n    <!-- 4. Monitoring & Evaluation -->\n    <div class=\"service-block\">\n        <div style=\"text-align: center;\">\n            <i class=\"fas fa-chart-simple service-icon-large\"><\/i>\n            <h2 class=\"section-title\" style=\"font-size: 1.8rem; margin-top: 10px;\">\ud83d\udcca 4. Monitoring &#038; Evaluation<\/h2>\n        <\/div>\n        <p>ARDEN is committed to accountability and evidence-based programming. We conduct baseline assessments, ongoing monitoring, mid-term reviews, and final evaluations to measure our impact, identify challenges, and continuously improve. All findings are shared transparently with communities and donors.<\/p>\n        <div class=\"info-box\">\n            <i class=\"fas fa-check-circle\" style=\"color: var(--light-blue);\"><\/i> <strong>Transparency promise:<\/strong> Quarterly impact reports available to all stakeholders. Our M&#038;E framework aligns with Core Humanitarian Standard (CHS).\n        <\/div>\n    <\/div>\n\n    <!-- 5. Advocacy & Policy Engagement -->\n    <div class=\"service-block\">\n        <div style=\"text-align: center;\">\n            <i class=\"fas fa-microphone-alt service-icon-large\"><\/i>\n            <h2 class=\"section-title\" style=\"font-size: 1.8rem; margin-top: 10px;\">\ud83d\udde3\ufe0f 5. Advocacy &#038; Policy Engagement<\/h2>\n        <\/div>\n        <p>We amplify the voices of marginalized communities, advocating for policies that protect human rights, promote social justice, and enable sustainable development. ARDEN engages with policymakers, civil society, and international bodies to influence positive change at local and national levels.<\/p>\n        <ul class=\"list-styled\">\n            <li>Advocacy for climate-resilient agriculture policies<\/li>\n            <li>Campaigns for women and girls\u2019 access to education<\/li>\n            <li>Inclusive humanitarian access for hard-to-reach areas<\/li>\n        <\/ul>\n    <\/div>\n\n    <!-- 6. Networking & Collaboration -->\n    <div class=\"service-block\">\n        <div style=\"text-align: center;\">\n            <i class=\"fas fa-handshake service-icon-large\"><\/i>\n            <h2 class=\"section-title\" style=\"font-size: 1.8rem; margin-top: 10px;\">\ud83e\udd1d 6. Networking &#038; Collaboration<\/h2>\n        <\/div>\n        <p>No single organization can solve Somalia&#8217;s challenges alone. ARDEN actively builds partnerships with NGOs, UN agencies, government ministries, academic institutions, research organizations, and private sector actors to leverage resources, share knowledge, and maximize collective impact.<\/p>\n        <div class=\"card-grid\" style=\"margin-top: 20px;\">\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-building\"><\/i><h3>Government Partners<\/h3><p>Working with local and federal authorities to align programs with national development plans.<\/p><\/div><\/div>\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-globe\"><\/i><h3>International NGOs<\/h3><p>Joint funding proposals, technical working groups, and coordinated emergency responses.<\/p><\/div><\/div>\n            <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-university\"><\/i><h3>Academic Institutions<\/h3><p>Research partnerships to generate evidence for effective interventions.<\/p><\/div><\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Join our mission section with updated email -->\n    <div style=\"background: var(--white); border-radius: 25px; padding: 40px; margin: 50px 0 30px; box-shadow: var(--shadow); 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;\">Partner With ARDEN to Scale Impact<\/h3>\n        <p style=\"max-width: 700px; margin: 0 auto 20px;\">We invite donors, humanitarian agencies, and social enterprises to collaborate on relief and development initiatives. Together we can reach more families with sustainable solutions.<\/p>\n        <div class=\"info-box\" style=\"display: inline-block; text-align: left; width: auto; min-width: 260px; margin: 15px auto;\">\n            <p><i class=\"fas fa-envelope\"><\/i> <strong>Email:<\/strong> info@arden.org.so<\/p>\n            <p><i class=\"fas fa-phone-alt\"><\/i> <strong>Phone\/WhatsApp:<\/strong> +252 615 916628<\/p>\n            <p><i class=\"fas fa-map-marker-alt\"><\/i> <strong>HQ:<\/strong> Abdiaziz District, Mogadishu, Somalia<\/p>\n        <\/div>\n        <button class=\"btn\" onclick=\"alert('Thank you for your interest! For partnership inquiries, please email info@arden.org.so or call +252615916628. Our team will respond within 2 business days.')\">Explore Collaboration \u2192<\/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 Somali-led humanitarian action: relief, development, capacity building, advocacy.<\/p>\n            <\/div>\n            <div>\n                <h4>Our Work<\/h4>\n                <ul>\n                    <li><a href=\"#\" onclick=\"alert('Emergency food, water, shelter, and medical aid for crisis-affected communities.'); return false;\">Relief Operations<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Education, health, agriculture, infrastructure, economic empowerment.'); return false;\">Development Programs<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Training local organizations and community groups for sustainability.'); return false;\">Capacity Building<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Advocacy for human rights, policy change, and social justice.'); return false;\">Advocacy<\/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 | Empowering communities nationwide<\/p>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ SLIDER LOGIC for services\/what we do page\n    let currentSlide = 0;\n    const track = document.getElementById('servicesSliderTrack');\n    const slides = document.querySelectorAll('#servicesSliderTrack .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('servicesSlider');\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    \/\/ prevent empty anchor jumps\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 | What We Do &#8211; Relief, Development &#038; Capacity Building in Somalia ARDEN Azania Relief &#038; Development Network \u2014 Our Comprehensive Scope of Work &#10094; Relief Operations Emergency food, clean water, shelter, and medicine for disaster-affected families Development Programs Education, healthcare, agriculture, infrastructure, and economic empowerment Capacity Building Training local organizations and community groups &#8230; <a title=\"What We Do\" class=\"read-more\" href=\"https:\/\/arden.org.so\/?page_id=42\" aria-label=\"Read more about What We Do\">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-42","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/42","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=42"}],"version-history":[{"count":2,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":56,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/42\/revisions\/56"}],"wp:attachment":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}