{"id":7,"date":"2026-05-14T08:01:47","date_gmt":"2026-05-14T08:01:47","guid":{"rendered":"https:\/\/arden.org.so\/?page_id=7"},"modified":"2026-05-14T09:52:34","modified_gmt":"2026-05-14T09:52:34","slug":"home","status":"publish","type":"page","link":"https:\/\/arden.org.so\/","title":{"rendered":"Home"},"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 | Azania Relief &#038; Development Network &#8211; Somalia Homepage<\/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        \/* Removed sticky header logic, simplified header 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 img {\n            width: 100%;\n            height: 220px;\n            object-fit: cover;\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        .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        .contact-preview {\n            background: var(--white);\n            padding: 35px;\n            border-radius: 25px;\n            box-shadow: var(--shadow);\n            margin: 40px 0;\n            text-align: center;\n        }\n\n        .info-box {\n            background: var(--gray-bg);\n            padding: 25px;\n            border-radius: 20px;\n            margin: 20px 0;\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 or logo: just ARDEN branding banner -->\n<div class=\"hero-banner\">\n    <div class=\"container\">\n        <h1>ARDEN<\/h1>\n        <p>Azania Relief &#038; Development Network \u2014 Somali-led, community-focused humanitarian action<\/p>\n    <\/div>\n<\/div>\n\n<main class=\"container\">\n    <!-- ==================== HOMEPAGE CONTENT ONLY ==================== -->\n    <!-- Full-width slider \/ carousel -->\n    <div class=\"slider-container\" id=\"homeSlider\">\n        <button class=\"slider-btn prev\" onclick=\"changeSlide(-1)\">&#10094;<\/button>\n        <div class=\"slider\" id=\"homeSliderTrack\">\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/35691542\/pexels-photo-35691542.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Emergency Relief in Somalia<\/h2><p>Providing life-saving food, clean water, and shelter to families in crisis<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/36594467\/pexels-photo-36594467.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Empowering Women &#038; Children<\/h2><p>Building sustainable futures through education, healthcare, and economic opportunities<\/p><\/div>\n            <\/div>\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/20988109\/pexels-photo-20988109.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Education for All<\/h2><p>Investing in tomorrow&#8217;s leaders through quality education and vocational training<\/p><\/div>\n            <\/div>\n        <\/div>\n        <button class=\"slider-btn next\" onclick=\"changeSlide(1)\">&#10095;<\/button>\n    <\/div>\n\n    <!-- Welcome Section -->\n    <h2 class=\"section-title\">Welcome to ARDEN<\/h2>\n    <p style=\"text-align:center; max-width:850px; margin:0 auto 30px; font-size:1.1rem;\">Azania Relief and Development Network (ARDEN) is a Somali-led, community-focused humanitarian organization dedicated to empowering vulnerable communities across Somalia. Since our founding, we have been at the forefront of providing emergency relief and sustainable development solutions to those who need them most.<\/p>\n\n    <!-- Mission & Vision -->\n    <div class=\"card-grid\" style=\"grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\">\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-bullseye\" style=\"font-size: 45px; color: var(--light-blue); margin-bottom: 15px; display: inline-block;\"><\/i>\n                <h3>Our Mission<\/h3>\n                <p>Empower communities nationwide by employing sustainable relief and development initiatives. We offer tailored solutions addressing distinctive challenges, promoting resilience, dignity, and long-term positive impactful change. Through collaboration, innovation, and benevolence, we endeavor to fashion a nation where all people have the opportunity to bloom and fulfill their prospects.<\/p>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-eye\" style=\"font-size: 45px; color: var(--light-blue); margin-bottom: 15px; display: inline-block;\"><\/i>\n                <h3>Our Vision<\/h3>\n                <p>To establish a vigorous network that catalyzes positive, effective change and sustainable development nationwide. We envisage a Somalia where know-how, resources, and sympathy unite to address the most pressing challenges faced by communities nationwide \u2014 a nation that is resilient, prosperous, and full of opportunity for every citizen.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Core Values Section -->\n    <h2 class=\"section-title\">Our Core Values<\/h2>\n    <div class=\"card-grid\">\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-graduation-cap\" style=\"font-size: 38px; color: var(--light-blue);\"><\/i><h3>Empowerment Through Know-How<\/h3><p>We believe knowledge is power. We equip communities with skills, education, and resources to take control of their own development journey.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-heart\" style=\"font-size: 38px; color: var(--light-blue);\"><\/i><h3>Sympathetic Relief<\/h3><p>We respond to crises with compassion, dignity, and respect for every individual, ensuring that aid reaches the most vulnerable first.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-seedling\" style=\"font-size: 38px; color: var(--light-blue);\"><\/i><h3>Sustainable Development<\/h3><p>We don&#8217;t just provide temporary fixes. We build lasting solutions that create self-sufficiency for generations to come.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-handshake\" style=\"font-size: 38px; color: var(--light-blue);\"><\/i><h3>Collaboration &#038; Partnerships<\/h3><p>We work hand-in-hand with local authorities, NGOs, community groups, and international partners to maximize our collective impact.<\/p><\/div><\/div>\n        <div class=\"card\"><div class=\"card-content\"><i class=\"fas fa-chart-line\" style=\"font-size: 38px; color: var(--light-blue);\"><\/i><h3>Accountability &#038; Transparency<\/h3><p>We are fully accountable to the communities we serve and to our donors. Every penny is tracked, and every outcome is measured.<\/p><\/div><\/div>\n    <\/div>\n\n    <!-- Impact Stats -->\n    <div class=\"stats-grid\">\n        <div><div class=\"stat-number\">50,000+<\/div><div>People Served Annually<\/div><\/div>\n        <div><div class=\"stat-number\">12+<\/div><div>Districts Reached<\/div><\/div>\n        <div><div class=\"stat-number\">150+<\/div><div>Community Projects<\/div><\/div>\n        <div><div class=\"stat-number\">25+<\/div><div>Partner Organizations<\/div><\/div>\n    <\/div>\n\n    <!-- Get Involved Teaser \/ Donation section (Homepage engagement) -->\n    <h2 class=\"section-title\">Be Part of the Change<\/h2>\n    <p class=\"section-subtitle\">Your support fuels life-saving relief and long-term development across Somalia. Join hands with ARDEN to create lasting impact.<\/p>\n    <div class=\"card-grid\">\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-donate\" style=\"font-size: 48px; color: var(--light-blue);\"><\/i>\n                <h3>Support Our Mission<\/h3>\n                <p>Every contribution, big or small, directly helps families in crisis. $50 can feed a family for one month, $150 provides emergency shelter.<\/p>\n                <button class=\"btn\" onclick=\"alert('Thank you for your generosity! For donations, please contact us directly at +252615916628 or email info@arden.org.so. Official donation portal coming soon.')\">Donate Now<\/button>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-users\" style=\"font-size: 48px; color: var(--light-blue);\"><\/i>\n                <h3>Volunteer With Us<\/h3>\n                <p>Join our passionate team on the ground. From field distribution to community training, your skills can transform lives.<\/p>\n                <button class=\"btn btn-outline\" onclick=\"alert('Thank you for volunteering interest! Please send your details to info@arden.org.so and we will connect shortly.')\">Get Involved<\/button>\n            <\/div>\n        <\/div>\n        <div class=\"card\">\n            <div class=\"card-content\">\n                <i class=\"fas fa-building\" style=\"font-size: 48px; color: var(--light-blue);\"><\/i>\n                <h3>Partner With ARDEN<\/h3>\n                <p>NGOs, foundations, corporations \u2014 collaborate with us for joint programming, advocacy, and resource mobilization.<\/p>\n                <button class=\"btn btn-outline\" onclick=\"alert('Partner with ARDEN: Reach out to our partnerships team via info@arden.org.so.')\">Become a Partner<\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Contact Preview & Updated Email -->\n    <div class=\"contact-preview\">\n        <i class=\"fas fa-envelope-open-text\" style=\"font-size: 48px; color: var(--light-blue); margin-bottom: 15px; display: inline-block;\"><\/i>\n        <h3 style=\"color: var(--primary-blue); margin-bottom: 10px;\">Reach Out to ARDEN<\/h3>\n        <p style=\"margin-bottom: 20px;\">Have questions, partnership ideas, or want to share feedback? Our team is ready to connect with you.<\/p>\n        <div class=\"info-box\" style=\"display: inline-block; text-align: left; width: auto; min-width: 280px; margin: 0 auto;\">\n            <p><strong><i class=\"fas fa-map-marker-alt\"><\/i> Headquarters:<\/strong> Abdiaziz District, Mogadishu, Somalia<\/p>\n            <p><strong><i class=\"fas fa-phone-alt\"><\/i> Phone\/WhatsApp:<\/strong> +252 615 916628<\/p>\n            <p><strong><i class=\"fas fa-envelope\"><\/i> Email:<\/strong> info@arden.org.so<\/p>\n            <p><strong><i class=\"fas fa-clock\"><\/i> Office Hours:<\/strong> Sunday-Thursday, 9am-5pm EAT<\/p>\n        <\/div>\n        <div style=\"margin-top: 25px;\">\n            <a href=\"#\" class=\"btn\" onclick=\"alert('For general inquiries, please email info@arden.org.so or call +252615916628. We look forward to hearing from you!'); return false;\">Contact Us<\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Additional Somalia-focused story: quick facts -->\n    <div style=\"background: var(--gray-bg); border-radius: 25px; padding: 30px; margin: 40px 0;\">\n        <h3 style=\"text-align: center; color: var(--primary-blue); margin-bottom: 20px;\">Why Somalia Needs ARDEN<\/h3>\n        <div style=\"display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between;\">\n            <div style=\"flex:1; min-width: 200px;\"><i class=\"fas fa-tint\" style=\"color: var(--light-blue); font-size: 32px;\"><\/i><p><strong>Water Scarcity:<\/strong> Over 60% of rural communities lack clean water access. ARDEN drills wells and provides purification.<\/p><\/div>\n            <div style=\"flex:1; min-width: 200px;\"><i class=\"fas fa-utensils\" style=\"color: var(--light-blue); font-size: 32px;\"><\/i><p><strong>Food Insecurity:<\/strong> Millions face acute hunger. Our food distributions and farming support save lives.<\/p><\/div>\n            <div style=\"flex:1; min-width: 200px;\"><i class=\"fas fa-book-open\" style=\"color: var(--light-blue); font-size: 32px;\"><\/i><p><strong>Education Gap:<\/strong> 3 million children out of school. We build learning centers and train teachers.<\/p><\/div>\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>Quick Links<\/h4>\n                <ul>\n                    <li><a href=\"#\">Home<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('ARDEN mission: Somali-led relief &#038; development. For more info contact info@arden.org.so'); return false;\">About Us<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Our work includes emergency relief, education, health, water, and economic empowerment. Inquire at info@arden.org.so'); return false;\">What We Do<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Get involved by donating, volunteering, or partnering. Email info@arden.org.so'); return false;\">Get Involved<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Contact us at info@arden.org.so or call +252615916628'); return false;\">Contact<\/a><\/li>\n                <\/ul>\n            <\/div>\n            <div>\n                <h4>Contact Info<\/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 HOMEPAGE (only homepage) ---\n    let currentSlide = 0;\n    const track = document.getElementById('homeSliderTrack');\n    const slides = document.querySelectorAll('#homeSliderTrack .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 optional (unobtrusive)\n    let autoInterval = setInterval(() => {\n        changeSlide(1);\n    }, 6000);\n\n    \/\/ Pause auto-slide on hover (better UX)\n    const sliderContainer = document.getElementById('homeSlider');\n    if (sliderContainer) {\n        sliderContainer.addEventListener('mouseenter', () => clearInterval(autoInterval));\n        sliderContainer.addEventListener('mouseleave', () => {\n            autoInterval = setInterval(() => changeSlide(1), 6000);\n        });\n    }\n\n    \/\/ initial position\n    updateSlider();\n\n    \/\/ Any potential footer links or interactive elements use updated email\n    \/\/ Also modify any inline alert email as per requirement already done.\n    \/\/ Smooth scroll for any anchor placeholder\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function(e) {\n            if (this.getAttribute('href') !== '#') return;\n            e.preventDefault();\n        });\n    });\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>ARDEN | Azania Relief &#038; Development Network &#8211; Somalia Homepage ARDEN Azania Relief &#038; Development Network \u2014 Somali-led, community-focused humanitarian action &#10094; Emergency Relief in Somalia Providing life-saving food, clean water, and shelter to families in crisis Empowering Women &#038; Children Building sustainable futures through education, healthcare, and economic opportunities Education for All Investing in &#8230; <a title=\"Home\" class=\"read-more\" href=\"https:\/\/arden.org.so\/\" aria-label=\"Read more about Home\">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-7","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/7","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=7"}],"version-history":[{"count":4,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":54,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/54"}],"wp:attachment":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}