{"id":17,"date":"2026-07-11T16:08:41","date_gmt":"2026-07-11T16:08:41","guid":{"rendered":"https:\/\/sdhosomaliland.org\/?page_id=17"},"modified":"2026-07-16T17:22:10","modified_gmt":"2026-07-16T17:22:10","slug":"about-us","status":"publish","type":"page","link":"https:\/\/sdhosomaliland.org\/?page_id=17","title":{"rendered":"About us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"so\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About &#038; Our Values &#8211; SDHO<\/title>\n    <!-- Fonts & FontAwesome Icons -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    \n    <style>\n        :root {\n            --primary: #124E3F;      \/* Deep Forest Green *\/\n            --accent: #D4AF37;       \/* Gold *\/\n            --dark: #1A2521;         \/* Dark Charcoal *\/\n            --light: #FDFBF7;        \/* Off-White Cream *\/\n            --white: #ffffff;\n            --gray: #64748B;\n            --card-shadow: 0 10px 30px rgba(18, 78, 63, 0.05);\n            --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Inter', sans-serif;\n        }\n\n        body {\n            color: var(--dark);\n            background-color: var(--light);\n            line-height: 1.7;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        .section-padding {\n            padding: 100px 0;\n        }\n\n        \/* Global Section Title *\/\n        .section-title-wrapper {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            color: var(--primary);\n            font-weight: 800;\n            text-transform: uppercase;\n            position: relative;\n            display: inline-block;\n            padding-bottom: 15px;\n            letter-spacing: 0.5px;\n        }\n\n        .section-title::after {\n            content: '';\n            position: absolute;\n            left: 50%;\n            bottom: 0;\n            transform: translateX(-50%);\n            width: 60px;\n            height: 4px;\n            background-color: var(--accent);\n            border-radius: 2px;\n        }\n\n        .section-subtitle {\n            color: var(--gray);\n            font-size: 1.1rem;\n            margin-top: 10px;\n        }\n\n        .btn {\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            padding: 12px 28px;\n            background-color: var(--primary);\n            color: var(--white);\n            border-radius: 50px;\n            font-weight: 600;\n            text-decoration: none;\n            transition: var(--transition);\n            border: 2px solid transparent;\n            cursor: pointer;\n            font-size: 0.95rem;\n        }\n\n        .btn:hover {\n            background-color: transparent;\n            border-color: var(--primary);\n            color: var(--primary);\n            transform: translateY(-3px);\n            box-shadow: 0 10px 20px rgba(18, 78, 63, 0.1);\n        }\n\n        \/* 1. ABOUT & ORGANIZATIONAL PROFILE *\/\n        .about-section {\n            background-color: var(--white);\n        }\n\n        .about-grid {\n            display: grid;\n            grid-template-columns: 1.2fr 0.8fr;\n            gap: 50px;\n            align-items: start;\n        }\n\n        .about-text h3 {\n            font-size: 1.8rem;\n            color: var(--primary);\n            margin-bottom: 20px;\n            font-weight: 700;\n        }\n\n        .about-text p {\n            color: var(--gray);\n            margin-bottom: 20px;\n            text-align: justify;\n            font-size: 1.05rem;\n        }\n\n        .mission-vision-container {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n\n        .about-box {\n            background: var(--light);\n            padding: 40px;\n            border-radius: 20px;\n            border-left: 5px solid var(--primary);\n            box-shadow: var(--card-shadow);\n            transition: var(--transition);\n        }\n\n        .about-box:hover {\n            transform: translateY(-5px);\n            border-left-color: var(--accent);\n        }\n\n        .about-box h3 {\n            font-size: 1.5rem;\n            color: var(--primary);\n            margin-bottom: 15px;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-weight: 700;\n        }\n\n        .about-box h3 i {\n            color: var(--accent);\n        }\n\n        .about-box p {\n            color: var(--gray);\n            margin-bottom: 25px;\n            font-size: 0.98rem;\n            line-height: 1.6;\n        }\n\n        \/* 2. CORE VALUES (NEW BEAUTIFUL CARDS) *\/\n        .values-section {\n            background-color: var(--light);\n        }\n\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n            gap: 25px;\n            margin-top: 20px;\n        }\n\n        .value-card {\n            background: var(--white);\n            padding: 30px 25px;\n            border-radius: 16px;\n            box-shadow: var(--card-shadow);\n            transition: var(--transition);\n            border: 1px solid rgba(18, 78, 63, 0.03);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Subtle top border on hover *\/\n        .value-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 4px;\n            background-color: var(--primary);\n            transform: scaleX(0);\n            transition: var(--transition);\n        }\n\n        .value-card:hover::before {\n            transform: scaleX(1);\n            background-color: var(--accent);\n        }\n\n        .value-card:hover {\n            transform: translateY(-8px);\n            box-shadow: 0 15px 35px rgba(18, 78, 63, 0.08);\n        }\n\n        .value-icon-wrapper {\n            width: 60px;\n            height: 60px;\n            background: rgba(18, 78, 63, 0.05);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            transition: var(--transition);\n        }\n\n        .value-card:hover .value-icon-wrapper {\n            background: var(--primary);\n            color: var(--accent);\n            transform: rotateY(180deg);\n        }\n\n        .value-icon-wrapper i {\n            font-size: 1.6rem;\n            color: var(--primary);\n            transition: var(--transition);\n        }\n\n        .value-card:hover .value-icon-wrapper i {\n            color: var(--accent);\n        }\n\n        .value-title {\n            font-size: 1.2rem;\n            font-weight: 700;\n            color: var(--primary);\n            margin-bottom: 10px;\n        }\n\n        .value-desc {\n            font-size: 0.9rem;\n            color: var(--gray);\n            line-height: 1.5;\n        }\n\n        \/* 3. BACKGROUND & HISTORY SPLIT *\/\n        .history-section {\n            background-color: var(--white);\n        }\n\n        .info-split-grid {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n        .info-card {\n            background: var(--light);\n            padding: 50px;\n            border-radius: 24px;\n            box-shadow: var(--card-shadow);\n            border: 1px solid rgba(18, 78, 63, 0.05);\n        }\n\n        .info-card h3 {\n            font-size: 1.8rem;\n            color: var(--primary);\n            margin-bottom: 25px;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .info-card h3 i {\n            color: var(--accent);\n        }\n\n        .info-card p {\n            color: var(--gray);\n            margin-bottom: 20px;\n            font-size: 1.05rem;\n            text-align: justify;\n        }\n\n        \/* Responsive Breakpoints *\/\n        @media (max-width: 992px) {\n            .about-grid {\n                grid-template-columns: 1fr;\n            }\n            .section-padding {\n                padding: 80px 0;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <!-- 1. ABOUT THE ORGANIZATION SECTION -->\n    <section class=\"section-padding about-section\">\n        <div class=\"container\">\n            <div class=\"section-title-wrapper\">\n                <h2 class=\"section-title\">Organizational Profile<\/h2>\n                <p class=\"section-subtitle\">Baro wax dhab ah oo ku saabsan SDHO iyo hadafyadeeda<\/p>\n            <\/div>\n            \n            <div class=\"about-grid\">\n                <!-- Bidix: Faahfaahinta Hay'adda -->\n                <div class=\"about-text\">\n                    <h3>Who We Are<\/h3>\n                    <p>The Somaliland Disability and Handicap Organization (SDHO) is a national, non-profit, disability-led organization established in 2018 to promote the rights, dignity, and inclusion of persons with disabilities across Somaliland. SDHO was founded in response to the growing need for stronger advocacy, equal opportunities, and inclusive development that ensures persons with disabilities are recognized as active contributors to society and are able to participate fully in all aspects of national development.<\/p>\n                    \n                    <p>Since its establishment, SDHO has become a trusted national organization working to advance disability inclusion through evidence-based advocacy, community empowerment, and strategic partnerships. The organization collaborates closely with government institutions, Organizations of Persons with Disabilities (OPDs), civil society organizations, local communities, United Nations agencies, and development partners to design and implement inclusive programmes that address the diverse needs of persons with disabilities and other vulnerable populations.<\/p>\n                    \n                    <p>SDHO&#8217;s work spans a broad range of development and humanitarian sectors, including inclusive education, disability-inclusive healthcare, sustainable livelihoods, humanitarian response, gender equality, youth empowerment, climate resilience, governance, and policy advocacy. Through these integrated programmes, SDHO seeks to remove social, economic, and environmental barriers that limit the participation and well-being of persons with disabilities.<\/p>\n                    \n                    <p>Guided by the principles of the United Nations Convention on the Rights of Persons with Disabilities (UNCRPD) and the Sustainable Development Goals (SDGs), SDHO advocates for equal rights, accessibility, and meaningful participation in decision-making at all levels.<\/p>\n                <\/div>\n\n                <!-- Midig: Mission & Vision -->\n                <div class=\"mission-vision-container\">\n                    <!-- Mission Box -->\n                    <div class=\"about-box\">\n                        <h3><i class=\"fa-solid fa-bullseye\"><\/i> Our Mission<\/h3>\n                        <p>To empower persons with disabilities through advocacy, inclusive development, capacity strengthening, and strategic partnerships that promote equal access to education, healthcare, livelihoods, humanitarian assistance, climate action, and decision-making processes.<\/p>\n                        <a href=\"#\" class=\"btn\">Read More <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n                    <\/div>\n\n                    <!-- Vision Box -->\n                    <div class=\"about-box\">\n                        <h3><i class=\"fa-solid fa-eye\"><\/i> Our Vision<\/h3>\n                        <p>An inclusive Somaliland where persons with disabilities enjoy equal rights, opportunities, dignity, and full participation in all aspects of society.<\/p>\n                        <a href=\"#\" class=\"btn\">Read More <i class=\"fa-solid fa-arrow-right\"><\/i><\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 2. NEW BEAUTIFUL CORE VALUES SECTION -->\n    <section class=\"section-padding values-section\">\n        <div class=\"container\">\n            <div class=\"section-title-wrapper\">\n                <h2 class=\"section-title\">Our Core Values<\/h2>\n                <p class=\"section-subtitle\">Mabaadi&#8217;da aasaasiga ah ee hagta shaqadeena maalin laha ah<\/p>\n            <\/div>\n            \n            <div class=\"values-grid\">\n                <!-- Value 1 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-people-group\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Inclusion<\/div>\n                    <div class=\"value-desc\">Ensuring everyone has equal access, voice, and opportunities within the community.<\/div>\n                <\/div>\n\n                <!-- Value 2 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-scale-balanced\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Equality<\/div>\n                    <div class=\"value-desc\">Promoting fair treatment and non-discrimination for all individuals.<\/div>\n                <\/div>\n\n                <!-- Value 3 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-gavel\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Human Rights<\/div>\n                    <div class=\"value-desc\">Upholding the fundamental rights and dignity of persons with disabilities.<\/div>\n                <\/div>\n\n                <!-- Value 4 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-clipboard-check\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Accountability<\/div>\n                    <div class=\"value-desc\">Taking responsibility for our actions and keeping commitments transparent.<\/div>\n                <\/div>\n\n                <!-- Value 5 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-shield-halved\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Integrity<\/div>\n                    <div class=\"value-desc\">Acting with honesty, ethics, and strong moral principles.<\/div>\n                <\/div>\n\n                <!-- Value 6 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-chart-line\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Transparency<\/div>\n                    <div class=\"value-desc\">Maintaining open communication and clear organizational standards.<\/div>\n                <\/div>\n\n                <!-- Value 7 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-handshake\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Participation<\/div>\n                    <div class=\"value-desc\">Encouraging active involvement of beneficiaries in decision-making.<\/div>\n                <\/div>\n\n                <!-- Value 8 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-user-tie\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Professionalism<\/div>\n                    <div class=\"value-desc\">Delivering high-quality service with dedication and skill.<\/div>\n                <\/div>\n\n                <!-- Value 9 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-lightbulb\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Innovation<\/div>\n                    <div class=\"value-desc\">Applying creative solutions to overcome structural barriers.<\/div>\n                <\/div>\n\n                <!-- Value 10 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-venus-mars\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Gender Equality<\/div>\n                    <div class=\"value-desc\">Ensuring fair opportunities and protection for both men and women.<\/div>\n                <\/div>\n\n                <!-- Value 11 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-heart\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Respect<\/div>\n                    <div class=\"value-desc\">Honoring the diversity, choices, and inherent dignity of everyone.<\/div>\n                <\/div>\n\n                <!-- Value 12 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-earth-africa\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Diversity<\/div>\n                    <div class=\"value-desc\">Embracing different backgrounds, skills, and perspectives.<\/div>\n                <\/div>\n\n                <!-- Value 13 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-users\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Collaboration<\/div>\n                    <div class=\"value-desc\">Working closely with communities, governments, and local partners.<\/div>\n                <\/div>\n\n                <!-- Value 14 -->\n                <div class=\"value-card\">\n                    <div class=\"value-icon-wrapper\">\n                        <i class=\"fa-solid fa-seedling\"><\/i>\n                    <\/div>\n                    <div class=\"value-title\">Sustainability<\/div>\n                    <div class=\"value-desc\">Building resilient systems that benefit generations to come.<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. BACKGROUND & HISTORY SECTION -->\n    <section class=\"section-padding history-section\">\n        <div class=\"container\">\n            <div class=\"info-split-grid\">\n                <div class=\"info-card\">\n                    <h3><i class=\"fa-solid fa-clock-rotate-left\"><\/i> Background &amp; History<\/h3>\n                    <p>SDHO was established in 2018 by a group of disability rights advocates and community leaders who recognized the need for a dedicated organization to champion the rights and inclusion of persons with disabilities in Somaliland. The organization was founded in response to the persistent barriers that limited access to education, healthcare, employment, humanitarian assistance, and participation in public life.<\/p>\n                    <p>Today, SDHO continues to expand its reach and impact across Somaliland by building resilient communities, strengthening local institutions, and empowering persons with disabilities to realize their full potential.<\/p>\n                    <p style=\"margin-top: 25px; padding-top: 20px; border-top: 1px dashed rgba(18, 78, 63, 0.15);\">\n                        <strong><i class=\"fa-solid fa-certificate\" style=\"color: var(--accent);\"><\/i> Legal Status:<\/strong> SDHO is a legally registered, national, non-profit, and disability-led non-governmental organization operating in accordance with NGO Law No. 43\/2010 and other applicable national laws.\n                    <\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About &#038; Our Values &#8211; SDHO Organizational Profile Baro wax dhab ah oo ku saabsan SDHO iyo hadafyadeeda Who We [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17"}],"version-history":[{"count":15,"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":276,"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions\/276"}],"wp:attachment":[{"href":"https:\/\/sdhosomaliland.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}