{"id":105,"date":"2025-07-07T00:21:48","date_gmt":"2025-07-06T21:21:48","guid":{"rendered":"https:\/\/alaoun.org\/en\/?page_id=105"},"modified":"2025-11-15T20:48:41","modified_gmt":"2025-11-15T17:48:41","slug":"about-us","status":"publish","type":"page","link":"https:\/\/alaoun.org\/en\/about-us\/","title":{"rendered":"about us"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>About Us &#8211; Al-Aoun Wal-Ighatha Association<\/title>\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Tajawal:wght@300;400;500;700&display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Tajawal', sans-serif;\n        }\n\n        body {\n            background-color: #f9f9f9;\n        }\n\n        .about-section {\n            padding: 80px 0;\n            background-color: #f9f9f9;\n        }\n\n        .about-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 0 20px;\n            vertical-align: center;\n        }\n\n        .about-title {\n            text-align: center;\n            margin: 30px;\n            padding: 10px;\n            color: #2f537d !important;\n            font-size: 40px;\n            font-weight: 800;\n        }\n\n        .about-intro {\n            text-align: left; \/* Changed to left for English text flow *\/\n            max-width: 800px;\n            margin: 0 auto 30px;\n            color: #555;\n            line-height: 1.6;\n            font-size: 20px;\n        }\n\n        .about-content {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            margin-bottom: 40px;\n        }\n\n        .about-text {\n            flex: 1;\n            min-width: 300px;\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            text-align: center;\n        }\n\n\t\t.white-heading {\n            color: #fff;\n        }\n\t\t\n        .about-text h3 {\n            color: #209269;\n            margin-bottom: 15px;\n            font-size: 22px;\n        }\n\n        .about-text p {\n            margin-bottom: 20px;\n            color: #555;\n            line-height: 1.6;\n        }\n\n        .about-image {\n            flex: 1;\n            min-width: 300px;\n\t\t\tmax-height: 400px;\n            background: white;\n            padding: 10px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            overflow: hidden;\n        }\n\n        .about-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 10px;\n        }\n\n        .cta-box {\n            background-color: #2f537d;\n            color: white;\n            padding: 40px;\n            border-radius: 15px;\n            text-align: center;\n            margin: 30px 0 50px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .cta-box h3 {\n            font-size: 24px;\n            margin-bottom: 20px;\n        }\n\n        .cta-box p {\n            margin-bottom: 20px;\n            font-size: 16px;\n        }\n\n        .cta-botona,\n\t\t.cta-button {\n            background-color: #209269;\n            color: white;\n            border: none;\n            padding: 14px 30px;\n            font-size: 19px;\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: all 0.3s;\n            display: inline-block;\n            text-decoration: none;\n        }\n\n        .cta-botona:hover,\n\t\t.cta-button:hover {\n            background-color: #efae28;\n\t\t\tcolor: white;\n            transform: translateY(-3px);\n            box-shadow: 0 5px 15px rgba(32, 146, 105, 0.2);\n        }\n\n        .values-section {\n            padding: 40px 0;\n        }\n\n        .values-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            justify-content: center;\n        }\n\n        .value-card {\n            display: flex;\n            align-items: flex-start;\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            min-width: 300px;\n            max-width: 350px;\n            flex: 1;\n            transition: all 0.3s ease;\n        }\n\n        .value-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .value-icon {\n            width: 50px;\n            height: 50px;\n            background: rgba(32, 146, 105, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 20px;\n            color: #209269;\n            font-size: 22px;\n            flex-shrink: 0;\n        }\n\n        .value-text {\n            color: #555;\n            flex-grow: 1;\n        }\n\n        .value-text strong {\n            display: block;\n            color: #2f537d;\n            font-size: 18px;\n            margin-bottom: 8px;\n        }\n\n        .value-text p {\n            margin: 0;\n            line-height: 1.6;\n        }\n\n        .testimonials-section {\n            padding: 80px 0;\n        }\n\n        .testimonials-container {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 30px;\n            justify-content: center;\n        }\n\n        .testimonial-card {\n            background: white;\n            padding: 25px;\n            border-radius: 15px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);\n            min-width: 300px;\n            max-width: 350px;\n            flex: 1;\n            transition: all 0.3s ease;\n            position: relative;\n            text-align: center;\n        }\n\n        .testimonial-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);\n        }\n\n        .testimonial-card:before {\n            content: '\"';\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            font-size: 60px;\n            color: rgba(32, 146, 105, 0.1);\n            font-family: serif;\n            line-height: 1;\n        }\n\n        .testimonial-text {\n            color: #555;\n            margin-bottom: 15px;\n            font-style: italic;\n            padding-left: 20px;\n\t\t\tfont-size: 18px;\n        }\n\n        .testimonial-author {\n            color: #2f537d;\n            font-weight: 600;\n        }\n\n        .testimonial-title {\n            color: #209269;\n            font-size: 14px;\n        }\n\n        @media (max-width: 768px) {\n            .about-content {\n                flex-direction: column;\n            }\n\n            .values-container {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .value-card {\n                width: 100%;\n                max-width: 500px;\n            }\n\n            .testimonials-container {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .testimonial-card {\n                width: 100%;\n                max-width: 500px;\n            }\n\n            .about-title {\n                font-size: 30px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .about-title {\n                font-size: 26px;\n            }\n\n            .about-text {\n                padding: 20px;\n            }\n\n            .value-card {\n                padding: 20px;\n            }\n\n            .value-icon {\n                width: 40px;\n                height: 40px;\n                font-size: 18px;\n                margin-right: 15px;\n            }\n\n            .value-text strong {\n                font-size: 16px;\n            }\n\n            .cta-box {\n                padding: 30px 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"about-section\">\n        <div class=\"about-container\">\n            <h2 class=\"about-title\">About Us<\/h2>\n            \n            <p class=\"about-intro\">\n                The Aid and Relief Association is a Moroccan social and development charity association of public utility, in accordance with Decree No. 2.11.617. It obtained ISO 9001:2015 quality management system certification in 2017. It specializes in the design, engineering, and implementation of integrated care services provided to orphan and widow families.\n            <\/p>\n            \n            <div class=\"about-content\">\n                <div class=\"about-text\">\n                    <h3>Our Mission<\/h3>\n                    <p>Contribute to the cohesion and stability of orphan families through comprehensive care based on activating the orphan&#8217;s family and community environment, and on providing education, training, rehabilitation, awareness, and social assistance services with integrity, transparency, and excellence.<\/p>\n                    \n                    <h3>Our Vision<\/h3>\n                    <p>Achieve the dignity of orphan families in a supportive society.<\/p>\n\t\t\t\t\t<button class=\"cta-button\">Sponsor an orphan now<\/button>\n                <\/div>\n                <div class=\"about-image\">\n                    <img decoding=\"async\" src=\"\/wp-content\/uploads\/2025\/11\/Design-sans-titre-e1763226866617.png\" alt=\"Aid and relief\">\n                <\/div>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <section class=\"values-section\">\n        <div class=\"about-container\">\n            <h2 class=\"about-title\">Our Values<\/h2>\n            \n            <div class=\"values-container\">\n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\u2728<\/div>\n                    <div class=\"value-text\">\n                        <strong>Excellence<\/strong>\n                        <p>Demonstrating benevolence and creativity in work with quality and efficiency, respecting commitments and promises with discipline and rationalization.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83e\udd1d<\/div>\n                    <div class=\"value-text\">\n                        <strong>Solidarity<\/strong>\n                        <p>Cooperation, sharing, mutual support, generosity, family and social cohesion, and social responsibility.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83d\udc51<\/div>\n                    <div class=\"value-text\">\n                        <strong>Dignity<\/strong>\n                        <p>Honesty, appreciation, compassion, and gentleness in human interaction. Inclusion, participation, transparency, and the right to express and criticize for every interested party.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83d\ude4f<\/div>\n                    <div class=\"value-text\">\n\t\t\t\t\t\t<strong>Trustworthiness<\/strong>\n                        <p>Bearing responsibilities with patience, sincerity, and commitment, as well as belonging and loyalty to the association&#8217;s culture and values. Protecting and preserving the honor, resources, assets, and information of the association.<\/p>\n                    <\/div>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\ud83d\udd12<\/div>\n                    <div class=\"value-text\">\n                        <strong>Volunteerism<\/strong>\n                        <p>Giving and sacrificing for divine reward.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\t <div class=\"cta-box\">\n        <h3>Contribute to changing the life of an orphan child and their family through the sponsorship program.<\/h3>\n        <a href=\"\/fr\/ikram-pay\/\" class=\"cta-botona\">Donate now<\/a>\n    <\/div>\n\t\n    <section class=\"testimonials-section\">\n        <div class=\"about-container\">\n            <h2 class=\"about-title\">Messages from Sponsored Orphans<\/h2>\n            <p class=\"about-intro\">Here is a collection of messages sent by sponsored orphans to their sponsors in the annual report.<\/p>\n            \n            <div class=\"testimonials-container\">\n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">Thank you, dear sponsor, for loving me and taking care of me as your own child. Thank you very much for being my sponsor, whom God gave me after my father.<\/p>\n                    <div class=\"testimonial-author\">Mohammed<\/div>\n                    <div class=\"testimonial-title\">Your dear son<\/div>\n                <\/div>\n                \n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">My mother works all day, without your help, she would have to work day and night for my little sister and me to live happily.<\/p>\n                    <div class=\"testimonial-author\">Nihad<\/div>\n                    <div class=\"testimonial-title\">Your beloved little one<\/div>\n                <\/div>\n                \n                <div class=\"testimonial-card\">\n                    <p class=\"testimonial-text\">I cannot describe the happiness I see in my mother&#8217;s eyes when she receives the money you send us. My little brothers and sisters talk about you all the time.<\/p>\n\t\t\t\t\t\n                    <div class=\"testimonial-author\">Kamal<\/div>\n                    <div class=\"testimonial-title\">Brother of young orphans<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n\t<script>\n\ndocument.querySelector('.cta-button').onclick = function(e) {\n  e.preventDefault();\n  document.getElementById('form-popup').style.display = 'block';\n};\n\n        document.addEventListener('DOMContentLoaded', function() {\n            const form = document.querySelector('form');\n            if (form) {\n                form.addEventListener('submit', function(e) {\n                    e.preventDefault();\n                    alert('Thank you for your message! We will get back to you soon.');\n                    this.reset();\n                });\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us &#8211; Al-Aoun Wal-Ighatha Association About Us The Aid and Relief Association is a Moroccan social and development charity [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","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":"disabled","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-105","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>about us - The official website of Aid and Relief<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/alaoun.org\/en\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"about us - The official website of Aid and Relief\" \/>\n<meta property=\"og:description\" content=\"About Us &#8211; Al-Aoun Wal-Ighatha Association About Us The Aid and Relief Association is a Moroccan social and development charity [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/alaoun.org\/en\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"The official website of Aid and Relief\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-15T17:48:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/alaoun.org\/en\/about-us\/\",\"url\":\"https:\/\/alaoun.org\/en\/about-us\/\",\"name\":\"about us - The official website of Aid and Relief\",\"isPartOf\":{\"@id\":\"https:\/\/alaoun.org\/en\/#website\"},\"datePublished\":\"2025-07-06T21:21:48+00:00\",\"dateModified\":\"2025-11-15T17:48:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/alaoun.org\/en\/about-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/alaoun.org\/en\/about-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/alaoun.org\/en\/about-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\",\"item\":\"https:\/\/alaoun.org\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"about us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/alaoun.org\/en\/#website\",\"url\":\"https:\/\/alaoun.org\/en\/\",\"name\":\"The official website of Aid and Relief\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/alaoun.org\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"about us - The official website of Aid and Relief","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/alaoun.org\/en\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"about us - The official website of Aid and Relief","og_description":"About Us &#8211; Al-Aoun Wal-Ighatha Association About Us The Aid and Relief Association is a Moroccan social and development charity [&hellip;]","og_url":"https:\/\/alaoun.org\/en\/about-us\/","og_site_name":"The official website of Aid and Relief","article_modified_time":"2025-11-15T17:48:41+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/alaoun.org\/en\/about-us\/","url":"https:\/\/alaoun.org\/en\/about-us\/","name":"about us - The official website of Aid and Relief","isPartOf":{"@id":"https:\/\/alaoun.org\/en\/#website"},"datePublished":"2025-07-06T21:21:48+00:00","dateModified":"2025-11-15T17:48:41+00:00","breadcrumb":{"@id":"https:\/\/alaoun.org\/en\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/alaoun.org\/en\/about-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/alaoun.org\/en\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629","item":"https:\/\/alaoun.org\/en\/"},{"@type":"ListItem","position":2,"name":"about us"}]},{"@type":"WebSite","@id":"https:\/\/alaoun.org\/en\/#website","url":"https:\/\/alaoun.org\/en\/","name":"The official website of Aid and Relief","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/alaoun.org\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"featured_image_url":[],"post_author":"adminmk","assigned_categories":"","_links":{"self":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages\/105","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/comments?post=105"}],"version-history":[{"count":1,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages\/105\/revisions"}],"predecessor-version":[{"id":158,"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/pages\/105\/revisions\/158"}],"wp:attachment":[{"href":"https:\/\/alaoun.org\/en\/wp-json\/wp\/v2\/media?parent=105"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}