{"id":46,"date":"2026-05-14T08:33:05","date_gmt":"2026-05-14T08:33:05","guid":{"rendered":"https:\/\/arden.org.so\/?page_id=46"},"modified":"2026-05-14T10:01:37","modified_gmt":"2026-05-14T10:01:37","slug":"contact","status":"publish","type":"page","link":"https:\/\/arden.org.so\/?page_id=46","title":{"rendered":"Contact"},"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 | Contact Us &#8211; Azania Relief &#038; Development Network Somalia<\/title>\n    <meta name=\"description\" content=\"Contact ARDEN in Mogadishu, Somalia. Reach us for partnerships, donations, volunteering, or inquiries. Email info@arden.org.so or call +252 615 916628.\">\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        .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        .contact-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        .info-card {\n            background: white;\n            padding: 30px;\n            border-radius: 25px;\n            box-shadow: var(--shadow);\n            margin-bottom: 25px;\n            height: 100%;\n        }\n\n        .info-card h3 {\n            color: var(--primary-blue);\n            margin-bottom: 20px;\n            font-size: 1.4rem;\n        }\n\n        .info-card hr {\n            margin: 20px 0;\n            border-color: #e2e8f0;\n        }\n\n        .social-icons a {\n            color: var(--dark-blue);\n            margin-right: 18px;\n            font-size: 24px;\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        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        .footer-social a {\n            color: white;\n            margin-right: 18px;\n            font-size: 22px;\n            transition: 0.3s;\n            display: inline-block;\n        }\n\n        .footer-social 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            .card-grid {\n                grid-template-columns: 1fr;\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 Reach Out to Us<\/p>\n    <\/div>\n<\/div>\n\n<main class=\"container\">\n    <!-- ==================== CONTACT PAGE ONLY ==================== -->\n    <div class=\"slider-container\" id=\"contactSlider\">\n        <button class=\"slider-btn prev\" onclick=\"changeSlide(-1)\">&#10094;<\/button>\n        <div class=\"slider\" id=\"contactSliderTrack\">\n            <div class=\"slide\" style=\"background-image: url('https:\/\/images.pexels.com\/photos\/4672717\/pexels-photo-4672717.jpeg');\">\n                <div class=\"slide-overlay\"><h2>Reach Out to ARDEN<\/h2><p>We&#8217;re here to answer your questions, hear your ideas, and partner with you for a better Somalia<\/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\">Get in Touch<\/h2>\n    <p style=\"text-align:center; max-width:700px; margin:0 auto 40px;\">Have questions about our work? Interested in collaboration? Want to share feedback? We would love to hear from you. Reach out through any of the channels below, and our team will respond promptly.<\/p>\n\n    <!-- Two column layout: Contact Form + Contact Details -->\n    <div class=\"card-grid\" style=\"grid-template-columns: 1fr 1fr;\">\n        <!-- Contact Form -->\n        <div class=\"contact-form\">\n            <h3 style=\"margin-bottom: 20px; color: var(--primary-blue);\"><i class=\"fas fa-envelope\"><\/i> Send Us a Message<\/h3>\n            <form id=\"contactForm\">\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 (optional)\">\n                <\/div>\n                <div class=\"form-group\">\n                    <select>\n                        <option value=\"\">Inquiry Type<\/option>\n                        <option>General Question<\/option>\n                        <option>Partnership Opportunity<\/option>\n                        <option>Donation Support<\/option>\n                        <option>Volunteering<\/option>\n                        <option>Media\/Press<\/option>\n                        <option>Feedback \/ Suggestion<\/option>\n                    <\/select>\n                <\/div>\n                <div class=\"form-group\">\n                    <textarea rows=\"6\" placeholder=\"Your Message *\" required><\/textarea>\n                <\/div>\n                <button type=\"submit\" class=\"btn\">Send Message <i class=\"fas fa-paper-plane\"><\/i><\/button>\n            <\/form>\n        <\/div>\n\n        <!-- Contact Details Column -->\n        <div>\n            <div class=\"info-card\">\n                <h3><i class=\"fas fa-map-marker-alt\" style=\"color: var(--light-blue);\"><\/i> Our Address<\/h3>\n                <p><strong>Headquarters:<\/strong><br>Abdiaziz District,<br>Mogadishu, Somalia<\/p>\n                <hr>\n                <h3><i class=\"fas fa-phone-alt\"><\/i> Phone &#038; WhatsApp<\/h3>\n                <p><strong>+252 615 916628<\/strong><br>Available Sunday-Thursday, 9am-5pm EAT<\/p>\n                <hr>\n                <h3><i class=\"fas fa-envelope\"><\/i> Email<\/h3>\n                <p><strong>info@arden.org.so<\/strong><br>For general inquiries, partnership proposals, and media requests.<\/p>\n                <hr>\n                <h3><i class=\"fas fa-clock\"><\/i> Office Hours<\/h3>\n                <p>Sunday &#8211; Thursday: 9:00 AM &#8211; 5:00 PM (EAT)<br>Friday &#8211; Saturday: Closed (emergency line open 24\/7)<\/p>\n            <\/div>\n\n            <!-- Emergency Contact Box -->\n            <div style=\"background: linear-gradient(135deg, #e0f2fe, white); padding: 25px; border-radius: 20px; margin-top: 20px; text-align: center;\">\n                <i class=\"fas fa-hand-holding-heart\" style=\"font-size: 42px; color: var(--light-blue); margin-bottom: 10px;\"><\/i>\n                <h4 style=\"color: var(--primary-blue);\">Emergency &#038; Urgent Inquiries<\/h4>\n                <p>For time-sensitive matters related to disaster response or urgent operational coordination, please call our emergency hotline:<\/p>\n                <p style=\"font-size: 1.3rem; font-weight: bold; margin: 10px 0;\">+252 615 916628<\/p>\n                <small>(24\/7 for emergencies)<\/small>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Map \/ Location Section (visual placeholder with address and directions) -->\n    <div style=\"margin: 50px 0 30px;\">\n        <h2 class=\"section-title\">Find Us in Mogadishu<\/h2>\n        <div style=\"background: var(--gray-bg); border-radius: 20px; overflow: hidden; padding: 20px; text-align: center;\">\n            <div style=\"background: #cbd5e1; border-radius: 16px; height: 280px; display: flex; align-items: center; justify-content: center; flex-direction: column; background-image: url('https:\/\/images.pexels.com\/photos\/2290896\/pexels-photo-2290896.jpeg?auto=compress&#038;cs=tinysrgb&#038;w=1200'); background-size: cover; background-position: center; border-radius: 16px; position: relative;\">\n                <div style=\"background: rgba(0,0,0,0.6); padding: 25px; border-radius: 16px; color: white; text-align: center;\">\n                    <i class=\"fas fa-map-pin\" style=\"font-size: 32px; margin-bottom: 10px;\"><\/i>\n                    <p><strong>ARDEN Headquarters<\/strong><br>Abdiaziz District, Near KM4 Junction<br>Mogadishu, Somalia<\/p>\n                    <p style=\"margin-top: 10px;\"><i class=\"fas fa-directions\"><\/i> Landmark: Behind Ministry of Health<\/p>\n                <\/div>\n            <\/div>\n            <p style=\"margin-top: 15px;\"><i class=\"fas fa-location-dot\"><\/i> For exact directions, please contact our office or ask for our local team upon arrival.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- Social & Newsletter Section -->\n    <div class=\"card-grid\" style=\"grid-template-columns: 1fr 1fr; margin: 40px 0;\">\n        <div class=\"info-card\" style=\"text-align: center;\">\n            <i class=\"fas fa-share-alt\" style=\"font-size: 48px; color: var(--light-blue); margin-bottom: 15px;\"><\/i>\n            <h3>Follow Our Work<\/h3>\n            <p>Stay updated on our latest projects, emergency appeals, and success stories.<\/p>\n            <div class=\"social-icons\" style=\"margin-top: 20px;\">\n                <a href=\"#\" style=\"background: #1877f2; padding: 10px 16px; border-radius: 30px; color: white; text-decoration: none; margin: 5px;\"><i class=\"fab fa-facebook\"><\/i> Facebook<\/a>\n                <a href=\"#\" style=\"background: #1da1f2; padding: 10px 16px; border-radius: 30px; color: white; text-decoration: none; margin: 5px;\"><i class=\"fab fa-twitter\"><\/i> Twitter<\/a>\n                <a href=\"#\" style=\"background: #e4405f; padding: 10px 16px; border-radius: 30px; color: white; text-decoration: none; margin: 5px;\"><i class=\"fab fa-instagram\"><\/i> Instagram<\/a>\n                <a href=\"#\" style=\"background: #0077b5; padding: 10px 16px; border-radius: 30px; color: white; text-decoration: none; margin: 5px;\"><i class=\"fab fa-linkedin\"><\/i> LinkedIn<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"info-card\" style=\"text-align: center;\">\n            <i class=\"fas fa-newspaper\" style=\"font-size: 48px; color: var(--light-blue); margin-bottom: 15px;\"><\/i>\n            <h3>Subscribe to Our Newsletter<\/h3>\n            <p>Get quarterly updates on ARDEN&#8217;s impact, stories from the field, and opportunities to support.<\/p>\n            <div style=\"display: flex; gap: 10px; margin-top: 15px; flex-wrap: wrap; justify-content: center;\">\n                <input type=\"email\" placeholder=\"Your email address\" style=\"flex: 1; min-width: 180px;\" id=\"newsletterEmail\">\n                <button class=\"btn\" onclick=\"alert('Thank you for subscribing! You will receive news from ARDEN at info@arden.org.so domain.')\">Subscribe<\/button>\n            <\/div>\n            <p style=\"font-size: 0.8rem; margin-top: 15px; color: #64748b;\">We respect your privacy. Unsubscribe anytime.<\/p>\n        <\/div>\n    <\/div>\n\n    <!-- FAQ \/ Common Questions -->\n    <div style=\"background: white; border-radius: 25px; padding: 30px; box-shadow: var(--shadow); margin: 20px 0 40px;\">\n        <h3 style=\"text-align: center; color: var(--primary-blue); margin-bottom: 25px;\"><i class=\"fas fa-question-circle\"><\/i> Frequently Asked Questions<\/h3>\n        <div style=\"display: grid; gap: 20px;\">\n            <div><strong><i class=\"fas fa-envelope\"><\/i> How quickly do you respond to emails?<\/strong><br>We reply within 2-3 business days. For urgent matters, please call our phone number.<\/div>\n            <div><strong><i class=\"fas fa-handshake\"><\/i> Can I propose a partnership?<\/strong><br>Absolutely. Please email info@arden.org.so with your organization details and proposed collaboration.<\/div>\n            <div><strong><i class=\"fas fa-donate\"><\/i> How can I donate to ARDEN?<\/strong><br>Contact us directly for bank transfer details or support options. We provide receipts for all contributions.<\/div>\n            <div><strong><i class=\"fas fa-language\"><\/i> Do you have staff who speak English and Somali?<\/strong><br>Yes, our team is bilingual in Somali and English, and we can communicate in Arabic as needed.<\/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=\"#\" onclick=\"alert('ARDEN homepage: Somali-led humanitarian action'); return false;\">Home<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('About ARDEN: Somali-led relief &#038; development'); return false;\">About Us<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Our work includes emergency relief, education, health, water, and economic empowerment.'); return false;\">What We Do<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Get involved by donating, volunteering, or partnering.'); return false;\">Get Involved<\/a><\/li>\n                    <li><a href=\"#\" onclick=\"alert('Contact info@arden.org.so'); 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=\"footer-social\">\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;\">Email: info@arden.org.so<\/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 | Contact: info@arden.org.so<\/p>\n        <\/div>\n    <\/div>\n<\/footer>\n\n<script>\n    \/\/ SLIDER LOGIC for Contact page (single slide, but functional)\n    let currentSlide = 0;\n    const track = document.getElementById('contactSliderTrack');\n    const slides = document.querySelectorAll('#contactSliderTrack .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        if (totalSlides <= 1) return;\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 only if more than 1 slide\n    if (totalSlides > 1) {\n        let autoInterval = setInterval(() => {\n            changeSlide(1);\n        }, 6000);\n        const sliderContainer = document.getElementById('contactSlider');\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    \/\/ Contact form submission handler\n    document.getElementById('contactForm')?.addEventListener('submit', (e) => {\n        e.preventDefault();\n        alert('Thank you for reaching out to ARDEN! Your message has been received. We will respond within 2-3 business days at info@arden.org.so domain. For urgent matters, please call +252615916628.');\n        e.target.reset();\n    });\n\n    \/\/ Prevent any 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 | Contact Us &#8211; Azania Relief &#038; Development Network Somalia ARDEN Azania Relief &#038; Development Network \u2014 Reach Out to Us &#10094; Reach Out to ARDEN We&#8217;re here to answer your questions, hear your ideas, and partner with you for a better Somalia &#10095; Get in Touch Have questions about our work? Interested in &#8230; <a title=\"Contact\" class=\"read-more\" href=\"https:\/\/arden.org.so\/?page_id=46\" aria-label=\"Read more about Contact\">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-46","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/46","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=46"}],"version-history":[{"count":2,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":60,"href":"https:\/\/arden.org.so\/index.php?rest_route=\/wp\/v2\/pages\/46\/revisions\/60"}],"wp:attachment":[{"href":"https:\/\/arden.org.so\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}