{"id":8923,"date":"2021-05-10T01:13:04","date_gmt":"2021-05-10T01:13:04","guid":{"rendered":"https:\/\/codewatz.org\/?page_id=8923"},"modified":"2026-01-05T06:36:37","modified_gmt":"2026-01-05T06:36:37","slug":"about-us2","status":"publish","type":"page","link":"https:\/\/codewatz.org\/fr\/about-us2\/","title":{"rendered":"About Us2"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"8923\" class=\"elementor elementor-8923\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-fad8509 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"fad8509\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53c4beb\" data-id=\"53c4beb\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2f07b14 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2f07b14\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b7457a8\" data-id=\"b7457a8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-2cb4eab\" data-id=\"2cb4eab\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-db9f087 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"db9f087\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0bc2963\" data-id=\"0bc2963\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e5f73c7 elementor-widget elementor-widget-html\" data-id=\"e5f73c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 40px;\n        padding: 60px 20px;\n        max-width: 1300px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        perspective: 1500px;\n    }\n\n    .ngo-card {\n        background: #ffffff;\n        display: block; \/* Changed to block for natural flow *\/\n        text-decoration: none;\n        position: relative;\n        border: 1px solid #e8e8e8;\n        transform-style: preserve-3d;\n        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);\n        box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    }\n\n    \/* FIX: Standard block display allows image to set its own height *\/\n    .ngo-card-image {\n        width: 100%;\n        line-height: 0; \/* Removes tiny gap at bottom of image *\/\n        overflow: hidden;\n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: auto !important; \/* Forces natural proportions *\/\n        display: block;\n        transition: transform 0.8s ease;\n    }\n\n    .card-accent {\n        width: 100%;\n        height: 8px;\n        background: #0B3C5D;\n        transition: background 0.3s ease;\n    }\n\n    .ngo-card-body {\n        padding: 35px 30px;\n        background: #fff;\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 12px 0;\n        font-size: 1.6rem;\n        font-weight: 800;\n        color: #0B3C5D;\n    }\n\n    .ngo-card-body p {\n        font-size: 1.05rem;\n        color: #444;\n        line-height: 1.6;\n        margin-bottom: 25px;\n    }\n\n    .ngo-action-btn {\n        font-weight: 800;\n        font-size: 0.85rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1.2px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n\n    \/* 3D HOVER EFFECT *\/\n    .ngo-card:hover {\n        transform: rotateX(4deg) translateY(-15px);\n        box-shadow: 0 40px 80px rgba(11, 60, 93, 0.2);\n        border-color: #F18F01;\n    }\n\n    .ngo-card:hover .card-accent {\n        background: #F18F01;\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.05);\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>From primary school kits to classroom renovations, we remove the material and systemic barriers that stand between a child and their future.<\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More <span>\u2192<\/span>\n            <\/div>\n        <\/div>\n    <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e080b19 elementor-widget elementor-widget-html\" data-id=\"e080b19\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    \/* 3D Perspective Container *\/\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 40px;\n        padding: 60px 20px;\n        max-width: 1300px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        perspective: 1000px; \/* Essential for 3D depth *\/\n    }\n\n    .ngo-card {\n        background: #ffffff;\n        display: flex;\n        flex-direction: column;\n        text-decoration: none;\n        position: relative;\n        border: 1px solid #e1e1e1;\n        \n        \/* 3D Initialization *\/\n        transform-style: preserve-3d;\n        transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n\n    \/* Save the Children Style Image Container *\/\n    .ngo-card-image {\n        position: relative;\n        height: 220px;\n        overflow: hidden;\n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 1s ease;\n    }\n\n    \/* The UNICEF Bold Accent Bar *\/\n    .card-accent {\n        width: 100%;\n        height: 8px;\n        background: #0B3C5D; \/* CODEWA Blue *\/\n    }\n\n    \/* Typography & Content Body *\/\n    .ngo-card-body {\n        padding: 40px 30px;\n        background: #fff;\n        flex-grow: 1;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 15px 0;\n        font-size: 1.7rem;\n        font-weight: 800;\n        color: #0B3C5D;\n        line-height: 1.1;\n    }\n\n    .ngo-card-body p {\n        font-size: 1.05rem;\n        color: #444;\n        line-height: 1.7;\n        margin-bottom: 30px;\n    }\n\n    \/* The Modern Action Button *\/\n    .ngo-action-btn {\n        margin-top: auto;\n        font-weight: 800;\n        font-size: 0.9rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        transition: all 0.3s ease;\n    }\n\n    \/* 3D HOVER EFFECTS (The Premium Factor) *\/\n    .ngo-card:hover {\n        \/* This creates the 3D 'tilt' lift *\/\n        transform: rotateX(2deg) translateY(-15px);\n        box-shadow: 0 30px 60px rgba(11, 60, 93, 0.2);\n        border-color: #F18F01;\n    }\n\n    .ngo-card:hover .card-accent {\n        background: #F18F01;\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.1) rotate(1deg);\n    }\n\n    .ngo-card:hover .ngo-action-btn {\n        color: #0B3C5D;\n        gap: 20px; \/* Arrow pushes out *\/\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>From primary kits to digital skills, we provide the tools and safe environments necessary for every child to dream, learn, and succeed.<\/p>\n            <div class=\"ngo-action-btn\">\n                Discover More <span style=\"font-size: 1.4rem;\">\u2192<\/span>\n            <\/div>\n        <\/div>\n    <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dacd0de elementor-widget elementor-widget-html\" data-id=\"dacd0de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 50px;\n        padding: 60px 20px;\n        max-width: 1300px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        perspective: 2000px;\n    }\n\n    .ngo-card {\n        background: #ffffff;\n        display: block;\n        text-decoration: none;\n        position: relative;\n        border: 1px solid #e8e8e8;\n        \n        \/* 1. PERMANENT 3D STATE (Before Hover) *\/\n        transform-style: preserve-3d;\n        transform: rotateX(3deg) rotateY(-1.5deg);\n        box-shadow: \n            -5px 5px 15px rgba(0,0,0,0.02),\n            10px 15px 35px rgba(11, 60, 93, 0.1);\n        \n        transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);\n    }\n\n    .ngo-card-image {\n        width: 100%;\n        line-height: 0;\n        overflow: hidden;\n        transform: translateZ(20px); \/* Lifts image in 3D space *\/\n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: auto !important; \/* Ensure 100% visibility, no crop *\/\n        display: block;\n        transition: transform 0.8s ease;\n    }\n\n    \/* 2. BORDER ACCENT (The Blue\/Orange Bar) *\/\n    .card-accent {\n        width: 100%;\n        height: 7px;\n        background: #0B3C5D; \/* Default CODEWA Blue *\/\n        transition: background 0.4s ease, transform 0.4s ease;\n        transform: translateZ(30px);\n    }\n\n    .ngo-card-body {\n        padding: 35px 30px;\n        background: #fff;\n        transform: translateZ(10px);\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 12px 0;\n        font-size: 1.6rem;\n        font-weight: 800;\n        color: #0B3C5D;\n    }\n\n    .ngo-card-body p {\n        font-size: 1.05rem;\n        color: #444;\n        line-height: 1.6;\n        margin-bottom: 25px;\n    }\n\n    \/* 3. HOVER LINK ANIMATION (Arrow movement) *\/\n    .ngo-action-btn {\n        font-weight: 800;\n        font-size: 0.9rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1.2px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        transition: all 0.3s ease;\n    }\n\n    .ngo-action-btn span {\n        transition: transform 0.3s ease;\n        display: inline-block;\n    }\n\n    \/* 4. THE INTERACTIVE HOVER STATE *\/\n    .ngo-card:hover {\n        \/* Flattens and lifts higher *\/\n        transform: rotateX(0deg) rotateY(0deg) translateY(-15px) scale(1.01);\n        box-shadow: 0 40px 80px rgba(11, 60, 93, 0.22);\n        border-color: #F18F01;\n    }\n\n    \/* Turn bar orange on hover *\/\n    .ngo-card:hover .card-accent {\n        background: #F18F01;\n        transform: translateZ(40px);\n    }\n\n    \/* Move arrow on hover *\/\n    .ngo-card:hover .ngo-action-btn {\n        color: #0B3C5D; \/* Change text color for extra flair *\/\n    }\n\n    .ngo-card:hover .ngo-action-btn span {\n        transform: translateX(10px); \/* Pushes arrow right *\/\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.05);\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>We remove material and systemic barriers through school kits and scholarships, ensuring every child in Tanzania can learn with dignity and hope.<\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More <span>\u2192<\/span>\n            <\/div>\n        <\/div>\n    <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-90b2f7e elementor-widget elementor-widget-html\" data-id=\"90b2f7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 40px;\n        padding: 60px 20px;\n        max-width: 1300px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        perspective: 1500px; \/* Enhanced depth *\/\n    }\n\n    .ngo-card {\n        background: #ffffff;\n        display: flex;\n        flex-direction: column;\n        text-decoration: none;\n        position: relative;\n        border: 1px solid #e8e8e8;\n        transform-style: preserve-3d;\n        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);\n        box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    }\n\n    \/* FIX: Aspect Ratio Container ensures 100% of the image shows *\/\n    .ngo-card-image {\n        position: relative;\n        width: 100%;\n        aspect-ratio: 1200 \/ 800; \/* Matches your 3:2 image exactly *\/\n        overflow: hidden;\n        background: #f0f0f0;\n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: contain; \/* Shows the WHOLE image, no cropping *\/\n        transition: transform 0.8s ease;\n    }\n\n    .card-accent {\n        width: 100%;\n        height: 6px;\n        background: #0B3C5D;\n        transition: background 0.3s ease;\n    }\n\n    .ngo-card-body {\n        padding: 30px;\n        background: #fff;\n        flex-grow: 1;\n        display: flex;\n        flex-direction: column;\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 12px 0;\n        font-size: 1.6rem;\n        font-weight: 800;\n        color: #0B3C5D;\n        line-height: 1.2;\n    }\n\n    .ngo-card-body p {\n        font-size: 1rem;\n        color: #444;\n        line-height: 1.6;\n        margin-bottom: 25px;\n    }\n\n    .ngo-action-btn {\n        margin-top: auto;\n        font-weight: 800;\n        font-size: 0.85rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n\n    \/* 3D HOVER (Institutional Quality) *\/\n    .ngo-card:hover {\n        transform: rotateX(3deg) rotateY(-1deg) translateY(-15px);\n        box-shadow: 0 40px 70px rgba(11, 60, 93, 0.18);\n        border-color: #F18F01;\n    }\n\n    .ngo-card:hover .card-accent {\n        background: #F18F01;\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.05);\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>We provide the essential tools, school kits, and mentorship needed to ensure every child in Tanzania can access quality education and dream without limits.<\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More <span>\u2192<\/span>\n            <\/div>\n        <\/div>\n    <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-670824a elementor-widget elementor-widget-html\" data-id=\"670824a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n\/* GRID WRAPPER *\/\n.pillar-wrapper {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n  gap: 40px;\n  max-width: 1300px;\n  margin: 0 auto;\n  font-family: 'Plus Jakarta Sans', sans-serif;\n}\n\n\/* CARD *\/\n.codewa-card {\n  background: #ffffff;\n  border-radius: 12px;\n  overflow: hidden;\n  text-decoration: none;\n  display: flex;\n  flex-direction: column;\n\n  \/* DEPTH BEFORE HOVER (KEY) *\/\n  box-shadow:\n    0 1px 2px rgba(0,0,0,0.08),\n    0 10px 24px rgba(0,0,0,0.14);\n\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n}\n\n\/* IMAGE *\/\n.codewa-card img {\n  width: 100%;\n  display: block;\n  transition: transform 0.6s ease;\n}\n\n\/* ACCENT BAR *\/\n.card-accent {\n  height: 6px;\n  background: #0B3C5D;\n  transition: background 0.25s ease;\n}\n\n\/* BODY *\/\n.codewa-card-body {\n  padding: 26px;\n  display: flex;\n  flex-direction: column;\n  flex-grow: 1;\n}\n\n.codewa-card h3 {\n  font-size: 1.45rem;\n  font-weight: 800;\n  color: #0B3C5D;\n  margin-bottom: 10px;\n}\n\n.codewa-card p {\n  font-size: 1rem;\n  color: #444;\n  line-height: 1.6;\n  margin-bottom: 24px;\n}\n\n\/* ACTION LINK *\/\n.codewa-action {\n  margin-top: auto;\n  font-weight: 800;\n  font-size: 0.85rem;\n  color: #F18F01;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: color 0.25s ease, gap 0.25s ease;\n}\n\n\/* HOVER STATE *\/\n.codewa-card:hover {\n  transform: translateY(-8px);\n  box-shadow:\n    0 6px 16px rgba(0,0,0,0.16),\n    0 28px 60px rgba(0,0,0,0.24);\n}\n\n.codewa-card:hover img {\n  transform: scale(1.05);\n}\n\n.codewa-card:hover .card-accent {\n  background: #F18F01;\n}\n\n.codewa-card:hover .codewa-action {\n  color: #0B3C5D;\n  gap: 14px;\n}\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n  <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"codewa-card\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n\n    <div class=\"card-accent\"><\/div>\n\n    <div class=\"codewa-card-body\">\n      <h3>Holistic Education<\/h3>\n      <p>\n        We remove material and systemic barriers through school kits, mentorship,\n        and inspiration\u2014ensuring every child can learn with dignity and hope.\n      <\/p>\n      <span class=\"codewa-action\">\n        Learn more <span>\u2192<\/span>\n      <\/span>\n    <\/div>\n  <\/a>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ddbfda elementor-widget elementor-widget-html\" data-id=\"1ddbfda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 30px;\n        padding: 50px 20px;\n        max-width: 1200px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n    }\n\n    .ngo-card {\n        background: #ffffff;\n        border-radius: 0px; \/* Modern flat-edge look like UNICEF *\/\n        overflow: hidden;\n        display: flex;\n        flex-direction: column;\n        transition: all 0.4s ease;\n        text-decoration: none;\n        position: relative;\n        border: 1px solid #eee;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n    }\n\n    \/* Save the Children Style Image Container *\/\n    .ngo-card-image {\n        position: relative;\n        height: 240px;\n        overflow: hidden;\n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.8s ease;\n    }\n\n    \/* The \"Accent Bar\" - A 2026 Design Trend *\/\n    .card-accent {\n        width: 100%;\n        height: 6px;\n        background: #0B3C5D; \/* CODEWA Blue *\/\n        transition: background 0.4s ease;\n    }\n\n    .ngo-card:hover .card-accent {\n        background: #F18F01; \/* Turns Orange on Hover *\/\n    }\n\n    \/* UNICEF Style Typography Content *\/\n    .ngo-card-body {\n        padding: 30px;\n        display: flex;\n        flex-direction: column;\n        flex-grow: 1;\n        background: #fff;\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 15px 0;\n        font-size: 1.6rem;\n        font-weight: 800;\n        color: #0B3C5D;\n        line-height: 1.2;\n        text-transform: none; \/* Professional look *\/\n    }\n\n    .ngo-card-body p {\n        font-size: 1.05rem;\n        color: #555;\n        line-height: 1.6;\n        margin-bottom: 25px;\n        flex-grow: 1;\n    }\n\n    \/* Modern 2026 \"Action Link\" *\/\n    .ngo-action-link {\n        font-weight: 700;\n        font-size: 0.95rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        transition: gap 0.3s ease;\n    }\n\n    .ngo-action-link::after {\n        content: '\u2192';\n        font-size: 1.2rem;\n    }\n\n    \/* Hover States *\/\n    .ngo-card:hover {\n        transform: translateY(-10px);\n        box-shadow: 0 25px 50px rgba(11, 60, 93, 0.15);\n        border-color: #F18F01;\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.08);\n    }\n\n    .ngo-card:hover .ngo-action-link {\n        gap: 15px; \/* Arrow moves outward *\/\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>We remove systemic barriers by providing school kits, scholarships, and child-friendly classrooms to ensure every child in Tanzania can learn with dignity.<\/p>\n            <div class=\"ngo-action-link\">Learn More<\/div>\n        <\/div>\n    <\/a>\n\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5d3516d elementor-widget elementor-widget-html\" data-id=\"5d3516d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 50px;\n        padding: 80px 20px;\n        max-width: 1300px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        \/* Creates the 3D room *\/\n        perspective: 2000px; \n    }\n\n    .ngo-card {\n        background: #ffffff;\n        display: block;\n        text-decoration: none;\n        position: relative;\n        border: 1px solid rgba(0,0,0,0.05);\n        \n        \/* PERMANENT 3D STATE: Slight tilt and lift even before hover *\/\n        transform-style: preserve-3d;\n        transform: rotateX(2deg) rotateY(-1deg);\n        box-shadow: \n            -5px 5px 20px rgba(0,0,0,0.02),\n            10px 10px 30px rgba(11, 60, 93, 0.08); \/* Deep soft shadow *\/\n        \n        transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);\n    }\n\n    .ngo-card-image {\n        width: 100%;\n        line-height: 0;\n        overflow: hidden;\n        \/* Pushes the image slightly forward in 3D space *\/\n        transform: translateZ(20px); \n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: auto !important;\n        display: block;\n        transition: transform 1s ease;\n    }\n\n    .card-accent {\n        width: 100%;\n        height: 8px;\n        background: #0B3C5D;\n        \/* Floating bar effect *\/\n        transform: translateZ(30px);\n    }\n\n    .ngo-card-body {\n        padding: 40px 30px;\n        background: #fff;\n        \/* Text sits on a different Z-level than the image *\/\n        transform: translateZ(10px);\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 12px 0;\n        font-size: 1.7rem;\n        font-weight: 800;\n        color: #0B3C5D;\n        letter-spacing: -0.5px;\n    }\n\n    .ngo-card-body p {\n        font-size: 1.05rem;\n        color: #444;\n        line-height: 1.7;\n        margin-bottom: 25px;\n    }\n\n    .ngo-action-btn {\n        font-weight: 800;\n        font-size: 0.9rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n\n    \/* THE ULTRA-REACTIVE HOVER (3D Easing) *\/\n    .ngo-card:hover {\n        \/* Flattens slightly and lifts higher on hover like a real button *\/\n        transform: rotateX(0deg) rotateY(0deg) translateY(-20px) scale(1.02);\n        box-shadow: 0 45px 90px rgba(11, 60, 93, 0.25);\n        border-color: #F18F01;\n    }\n\n    .ngo-card:hover .card-accent {\n        background: #F18F01;\n        transform: translateZ(50px); \/* Bar pops out more on hover *\/\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.08);\n    }\n\n    .ngo-card:hover .ngo-action-btn {\n        color: #0B3C5D;\n        gap: 15px;\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>We remove material and systemic barriers through school kits and scholarships, ensuring every child in Tanzania can learn with dignity and hope.<\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More <span>\u2192<\/span>\n            <\/div>\n        <\/div>\n    <\/a>\n\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47aae31 elementor-widget elementor-widget-html\" data-id=\"47aae31\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n\/* GRID CONTAINER *\/\n.pillar-wrapper {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 40px;\n    padding: 80px 20px;\n    max-width: 1300px;\n    margin: 0 auto;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n}\n\n\/* CARD BASE *\/\n.ngo-card {\n    background: #ffffff;\n    border-radius: 6px;\n    overflow: hidden;\n    text-decoration: none;\n    position: relative;\n    display: block;\n\n    \/* Permanent depth (UNICEF-style) *\/\n    transform: translateY(0);\n    box-shadow:\n        0 6px 18px rgba(0, 0, 0, 0.06),\n        0 12px 30px rgba(11, 60, 93, 0.08);\n\n    transition: \n        transform 0.4s ease,\n        box-shadow 0.4s ease;\n}\n\n\/* IMAGE *\/\n.ngo-card-image {\n    position: relative;\n    overflow: hidden;\n}\n\n.ngo-card-image img {\n    width: 100%;\n    display: block;\n    transition: transform 0.6s ease;\n}\n\n\/* ACCENT BAR *\/\n.card-accent {\n    height: 6px;\n    background: #0B3C5D;\n    transition: background 0.3s ease;\n}\n\n\/* BODY *\/\n.ngo-card-body {\n    padding: 36px 32px;\n    background: #fff;\n}\n\n.ngo-card-body h3 {\n    margin: 0 0 12px 0;\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: #0B3C5D;\n}\n\n.ngo-card-body p {\n    font-size: 1.05rem;\n    color: #444;\n    line-height: 1.7;\n    margin-bottom: 24px;\n}\n\n\/* CTA *\/\n.ngo-action-btn {\n    font-weight: 800;\n    font-size: 0.9rem;\n    color: #F18F01;\n    text-transform: uppercase;\n    letter-spacing: 1.4px;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    transition: gap 0.3s ease, color 0.3s ease;\n}\n\n\/* HOVER EFFECT (SUBTLE & PREMIUM) *\/\n.ngo-card:hover {\n    transform: translateY(-10px);\n    box-shadow:\n        0 14px 30px rgba(0, 0, 0, 0.10),\n        0 30px 60px rgba(11, 60, 93, 0.18);\n}\n\n.ngo-card:hover img {\n    transform: scale(1.05);\n}\n\n.ngo-card:hover .card-accent {\n    background: #F18F01;\n}\n\n.ngo-card:hover .ngo-action-btn {\n    color: #0B3C5D;\n    gap: 14px;\n}\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n<a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n    <div class=\"ngo-card-image\">\n        <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n    <\/div>\n    <div class=\"card-accent\"><\/div>\n    <div class=\"ngo-card-body\">\n        <h3>Holistic Education<\/h3>\n        <p>\n            We remove material and systemic barriers through school kits, mentorship, and scholarships\u2014ensuring every child learns with dignity and hope.\n        <\/p>\n        <div class=\"ngo-action-btn\">\n            Learn More <span>\u2192<\/span>\n        <\/div>\n    <\/div>\n<\/a>\n\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d95370b elementor-widget elementor-widget-html\" data-id=\"d95370b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n.pillar-wrapper {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 40px;\n    padding: 80px 20px;\n    max-width: 1300px;\n    margin: 0 auto;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n}\n\n\/* CARD *\/\n.ngo-card {\n    position: relative;\n    background: #ffffff;\n    border-radius: 6px;\n    overflow: hidden;\n    text-decoration: none;\n    display: block;\n\n    \/* PERMANENT LIFT *\/\n    transform: translateY(-4px);\n\n    \/* MATERIAL DEPTH *\/\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,0.6),\n        0 8px 20px rgba(0,0,0,0.08);\n\n    transition:\n        transform 0.4s ease,\n        box-shadow 0.4s ease;\n}\n\n\/* SHADOW PLATE (THIS IS THE KEY) *\/\n.ngo-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: transparent;\n    border-radius: 6px;\n    z-index: -1;\n\n    \/* ALWAYS VISIBLE DEPTH *\/\n    box-shadow:\n        0 18px 40px rgba(11,60,93,0.15);\n\n    transform: translateY(14px);\n    transition: all 0.4s ease;\n}\n\n\/* IMAGE *\/\n.ngo-card-image img {\n    width: 100%;\n    display: block;\n    transition: transform 0.6s ease;\n}\n\n\/* ACCENT *\/\n.card-accent {\n    height: 6px;\n    background: #0B3C5D;\n    transition: background 0.3s ease;\n}\n\n\/* BODY *\/\n.ngo-card-body {\n    padding: 36px 32px;\n}\n\n.ngo-card-body h3 {\n    margin: 0 0 12px;\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: #0B3C5D;\n}\n\n.ngo-card-body p {\n    font-size: 1.05rem;\n    color: #444;\n    line-height: 1.7;\n    margin-bottom: 24px;\n}\n\n.ngo-action-btn {\n    font-weight: 800;\n    font-size: 0.9rem;\n    color: #F18F01;\n    text-transform: uppercase;\n    letter-spacing: 1.4px;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    transition: all 0.3s ease;\n}\n\n\/* HOVER (ENHANCES DEPTH) *\/\n.ngo-card:hover {\n    transform: translateY(-12px);\n    box-shadow:\n        inset 0 1px 0 rgba(255,255,255,0.6),\n        0 14px 30px rgba(0,0,0,0.12);\n}\n\n.ngo-card:hover::before {\n    box-shadow:\n        0 32px 70px rgba(11,60,93,0.28);\n    transform: translateY(22px);\n}\n\n.ngo-card:hover img {\n    transform: scale(1.05);\n}\n\n.ngo-card:hover .card-accent {\n    background: #F18F01;\n}\n\n.ngo-card:hover .ngo-action-btn {\n    color: #0B3C5D;\n    gap: 14px;\n}\n<\/style>\n\n<div class=\"pillar-wrapper\">\n<a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n    <div class=\"ngo-card-image\">\n        <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n    <\/div>\n    <div class=\"card-accent\"><\/div>\n    <div class=\"ngo-card-body\">\n        <h3>Holistic Education<\/h3>\n        <p>\n            Removing barriers through school support, mentorship, and care\u2014so every child learns with dignity.\n        <\/p>\n        <div class=\"ngo-action-btn\">\n            Learn More \u2192\n        <\/div>\n    <\/div>\n<\/a>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-81c7f0a elementor-widget elementor-widget-html\" data-id=\"81c7f0a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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\n<title>UNICEF-Style 3D NGO Card<\/title>\n\n<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n\/* ===========================\n   GLOBAL BACKGROUND (CRITICAL)\n=========================== *\/\nbody {\n    margin: 0;\n    background: #f6f8fa; \/* UNICEF-style surface *\/\n    font-family: 'Plus Jakarta Sans', sans-serif;\n}\n\n\/* ===========================\n   CARD GRID\n=========================== *\/\n.pillar-wrapper {\n    max-width: 1300px;\n    margin: 0 auto;\n    padding: 100px 24px;\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 56px;\n}\n\n\/* ===========================\n   CARD BASE\n=========================== *\/\n.ngo-card {\n    position: relative;\n    background: #ffffff;\n    border-radius: 6px;\n    overflow: hidden;\n    text-decoration: none;\n    display: block;\n\n    \/* PERMANENT FLOAT *\/\n    transform: translateY(-8px);\n\n    \/* MATERIAL DEPTH *\/\n    box-shadow:\n        0 2px 4px rgba(0,0,0,0.04),\n        0 14px 30px rgba(0,0,0,0.14);\n\n    transition: \n        transform 0.4s ease,\n        box-shadow 0.4s ease;\n}\n\n\/* ===========================\n   AMBIENT HALO (KEY TO DEPTH)\n=========================== *\/\n.ngo-card::after {\n    content: \"\";\n    position: absolute;\n    inset: -24px;\n    background: radial-gradient(\n        ellipse at center,\n        rgba(11,60,93,0.16) 0%,\n        rgba(11,60,93,0.06) 45%,\n        transparent 75%\n    );\n    z-index: -1;\n    pointer-events: none;\n}\n\n\/* ===========================\n   IMAGE\n=========================== *\/\n.ngo-card-image img {\n    width: 100%;\n    display: block;\n}\n\n\/* ===========================\n   ACCENT BAR\n=========================== *\/\n.card-accent {\n    height: 6px;\n    background: #0B3C5D;\n}\n\n\/* ===========================\n   BODY\n=========================== *\/\n.ngo-card-body {\n    padding: 36px 32px;\n}\n\n.ngo-card-body h3 {\n    margin: 0 0 12px;\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: #0B3C5D;\n}\n\n.ngo-card-body p {\n    margin: 0 0 24px;\n    font-size: 1.05rem;\n    line-height: 1.7;\n    color: #444;\n}\n\n\/* ===========================\n   CTA\n=========================== *\/\n.ngo-action-btn {\n    font-size: 0.85rem;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    color: #F18F01;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n}\n\n\/* ===========================\n   HOVER POLISH (OPTIONAL)\n=========================== *\/\n.ngo-card:hover {\n    transform: translateY(-18px);\n    box-shadow:\n        0 6px 12px rgba(0,0,0,0.08),\n        0 36px 72px rgba(11,60,93,0.35);\n}\n\n.ngo-card:hover .ngo-action-btn {\n    gap: 14px;\n    color: #0B3C5D;\n}\n<\/style>\n<\/head>\n\n<body>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n\n        <div class=\"card-accent\"><\/div>\n\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>\n                We remove material and systemic barriers through school kits and scholarships, ensuring every child in Tanzania can learn with dignity and hope.\n            <\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More \u2192\n            <\/div>\n        <\/div>\n    <\/a>\n\n<\/div>\n\n<\/body>\n<\/html>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-df34a5d elementor-widget elementor-widget-html\" data-id=\"df34a5d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n.pillar-wrapper {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n    gap: 40px;\n    padding: 80px 20px;\n    max-width: 1300px;\n    margin: 0 auto;\n    font-family: 'Plus Jakarta Sans', sans-serif;\n}\n\n\/* THE CARD *\/\n.ngo-card {\n    position: relative;\n    background: #ffffff;\n    border-radius: 12px; \/* Smoother 2026 edges *\/\n    overflow: visible; \/* Changed to visible to allow shadow plate to show *\/\n    text-decoration: none;\n    display: block;\n    transform: translateY(-4px);\n    transition: transform 0.4s ease, box-shadow 0.4s ease;\n    \n    \/* Internal Shadow for depth *\/\n    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 8px 20px rgba(0,0,0,0.08);\n}\n\n\n\/* THE SHADOW PLATE (UNICEF 3D EFFECT) *\/\n.ngo-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: transparent;\n    border-radius: 12px;\n    z-index: -1;\n    box-shadow: 0 18px 40px rgba(11,60,93,0.15);\n    transform: translateY(14px);\n    transition: all 0.4s ease;\n}\n\n\/* IMAGE SECTION - THE NO-CROP FIX *\/\n.ngo-card-image {\n    width: 100%;\n    overflow: hidden;\n    border-radius: 12px 12px 0 0;\n    line-height: 0; \/* Removes white space at bottom of image *\/\n}\n\n.ngo-card-image img {\n    width: 100%;\n    height: auto !important; \/* FORCES FULL IMAGE DISPLAY *\/\n    display: block;\n    transition: transform 0.8s ease;\n}\n\n\/* ACCENT BAR *\/\n.card-accent {\n    height: 6px;\n    background: #0B3C5D;\n    transition: background 0.3s ease;\n}\n\n\/* CARD CONTENT *\/\n.ngo-card-body {\n    padding: 36px 32px;\n    background: #fff;\n    border-radius: 0 0 12px 12px;\n}\n\n.ngo-card-body h3 {\n    margin: 0 0 12px;\n    font-size: 1.6rem;\n    font-weight: 800;\n    color: #0B3C5D;\n}\n\n.ngo-card-body p {\n    font-size: 1.05rem;\n    color: #444;\n    line-height: 1.7;\n    margin-bottom: 24px;\n}\n\n.ngo-action-btn {\n    font-weight: 800;\n    font-size: 0.9rem;\n    color: #F18F01;\n    text-transform: uppercase;\n    letter-spacing: 1.4px;\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    transition: all 0.3s ease;\n}\n\n\/* HOVER INTERACTIONS *\/\n.ngo-card:hover {\n    transform: translateY(-12px);\n    box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 14px 30px rgba(0,0,0,0.12);\n}\n\n.ngo-card:hover::before {\n    box-shadow: 0 32px 70px rgba(11,60,93,0.28);\n    transform: translateY(22px);\n}\n\n.ngo-card:hover img {\n    transform: scale(1.05); \/* Soft zoom without cropping *\/\n}\n\n.ngo-card:hover .card-accent {\n    background: #F18F01;\n}\n\n.ngo-card:hover .ngo-action-btn {\n    color: #0B3C5D;\n    gap: 14px;\n}\n<\/style>\n\n\n<div class=\"pillar-wrapper\">\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" style=\"width: 100% !important; \n                height: auto !important; \n                max-height: none !important; \n                object-fit: scale-down !important; \n                display: block !important;\"\n            alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>Removing barriers through school support, mentorship, and care\u2014so every child learns with dignity.<\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More \u2192\n            <\/div>\n        <\/div>\n    <\/a>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f2e55e7 elementor-widget elementor-widget-html\" data-id=\"f2e55e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n\/* =========================\n   BASE CARD\n========================= *\/\n.codewa-card {\n  background: #ffffff;\n  border-radius: 12px;\n  overflow: hidden;\n  position: relative; \/* needed for absolute image zoom *\/\n  box-shadow:\n    0 1px 2px rgba(0,0,0,0.08),\n    0 8px 20px rgba(0,0,0,0.12);\n  transition: box-shadow 0.25s ease, transform 0.25s ease;\n  cursor: pointer; \/* shows it's clickable *\/\n  text-decoration: none; \/* remove underline if wrapping in <a> *\/\n}\n\n\/* =========================\n   IMAGE CONTAINER\n========================= *\/\n.codewa-card-image {\n  aspect-ratio: 1200 \/ 800;\n  overflow: hidden;\n  position: relative;\n}\n\n.codewa-card-image img {\n  width: 100%;\n  height: 100%;\n  display: block;\n  object-fit: cover;\n  position: absolute;\n  top: 0;\n  left: 0;\n  transition: transform 0.5s ease;\n  z-index: 0;\n}\n\n\/* =========================\n   IMAGE ZOOM ON HOVER\n========================= *\/\n.codewa-card:hover .codewa-card-image img {\n  transform: scale(1.1);\n}\n\n\/* =========================\n   ACCENT BAR\n========================= *\/\n.card-accent {\n  width: 100%;\n  height: 6px;\n  background: #0B3C5D;\n  transition: background 0.3s ease;\n  z-index: 1;\n  position: relative;\n}\n\n\/* =========================\n   CARD BODY\n========================= *\/\n.codewa-card-body {\n  padding: 24px;\n  position: relative;\n  z-index: 1;\n}\n\n.codewa-card h3 {\n  font-size: 1.4rem;\n  font-weight: 800;\n  color: #0B3C5D;\n  margin-bottom: 10px;\n}\n\n.codewa-card p {\n  font-size: 1rem;\n  color: #444;\n  line-height: 1.6;\n  margin-bottom: 20px;\n}\n\n\/* =========================\n   CTA LINK\n========================= *\/\n.codewa-card a.ngo-action-btn {\n  font-weight: 700;\n  color: #F18F01;\n  text-decoration: none;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: color 0.3s ease, gap 0.25s ease, transform 0.25s ease;\n}\n\n\/* Link hover effect *\/\n.codewa-card a.ngo-action-btn:hover {\n  color: #0B3C5D;          \/* changes color on hover *\/\n  gap: 15px;               \/* moves arrow slightly *\/\n  transform: translateX(3px); \/* subtle right movement *\/\n}\n\n\/* =========================\n   HOVER STATE CARD\n========================= *\/\n.codewa-card:hover {\n  transform: translateY(-6px);\n  box-shadow:\n    0 4px 10px rgba(0,0,0,0.14),\n    0 18px 40px rgba(0,0,0,0.22);\n}\n\n\/* Accent color change *\/\n.codewa-card:hover .card-accent {\n  background: #F18F01;\n}\n<\/style>\n\n<!-- =========================\n     CLICKABLE CARD\n========================= -->\n<a href=\"#\" class=\"codewa-card\">\n\n  <div class=\"codewa-card-image\">\n    <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n  <\/div>\n\n  <div class=\"card-accent\"><\/div>\n\n  <div class=\"codewa-card-body\">\n    <h3>Holistic Education<\/h3>\n    <p>\n      We remove material and systemic barriers through school kits and scholarships,\n      ensuring every child in Tanzania can learn with dignity and hope.\n    <\/p>\n    <span class=\"ngo-action-btn\">\n      Learn more <span>\u2192<\/span>\n    <\/span>\n  <\/div>\n\n<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e67ba97\" data-id=\"e67ba97\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-500c5e9 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"500c5e9\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-40e4d85\" data-id=\"40e4d85\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4da608e elementor-widget elementor-widget-heading\" data-id=\"4da608e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">About Our Organization<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c60959 elementor-align-center elementor-widget__width-auto elementor-absolute e-transform elementor-widget elementor-widget-breadcrumbs\" data-id=\"3c60959\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;_transform_translateX_effect&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:-50,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateX_effect_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_transform_translateY_effect_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<nav id=\"breadcrumbs\"><span><span><a href=\"https:\/\/codewatz.org\/\">Home<\/a><\/span><\/span><\/nav>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-48c7d00 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"48c7d00\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1189f50\" data-id=\"1189f50\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7e556e4 elementor-widget elementor-widget-heading\" data-id=\"7e556e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\ud83c\udf0d What We Do<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ae2cadf elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible\" data-id=\"ae2cadf\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-ef51ccd\" data-id=\"ef51ccd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f70e9b6 elementor-tabs-view-horizontal elementor-widget elementor-widget-tabs\" data-id=\"f70e9b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-tabs\">\n\t\t\t<div class=\"elementor-tabs-wrapper\" role=\"tablist\" >\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2591\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2591\" aria-expanded=\"false\">Education Support<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2592\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2592\" aria-expanded=\"false\">Early Childhood Education (ECE)<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2593\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2593\" aria-expanded=\"false\">Mentorship & Inspiration Seminars<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2594\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2594\" aria-expanded=\"false\">Life Skills & Youth Empowerment<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2595\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2595\" aria-expanded=\"false\">Livelihoods<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2596\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2596\" aria-expanded=\"false\">Climate Action<\/div>\n\t\t\t\t\t\t\t\t\t<div id=\"elementor-tab-title-2597\" class=\"elementor-tab-title elementor-tab-desktop-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2597\" aria-expanded=\"false\">Health and Nutrition<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"elementor-tabs-content-wrapper\" role=\"tablist\" aria-orientation=\"vertical\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"true\" data-tab=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"elementor-tab-content-2591\" aria-expanded=\"false\">Education Support<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2591\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2591\" tabindex=\"0\" hidden=\"false\"><h3>\ud83d\udcda Education Support<\/h3><p data-start=\"230\" data-end=\"640\">In many Tanzanian communities, the simple act of going to school is a daily struggle.<br data-start=\"315\" data-end=\"318\" \/>Children are forced to stay home because they lack basic items like uniforms, exercise books, or even a pair of shoes. Others walk extremely long distances, arrive exhausted, and fall behind academically. Many learners face emotional stress at home, receive little encouragement, or have no one to guide them academically.<\/p><p data-start=\"642\" data-end=\"864\">These challenges may seem small to the world \u2014 but to a child, they are the difference between dropping out and discovering their potential.<br data-start=\"782\" data-end=\"785\" \/><strong data-start=\"785\" data-end=\"864\">Poverty becomes a barrier long before a child&#8217;s dreams are allowed to grow.<\/strong><\/p><p data-start=\"866\" data-end=\"1079\">Without support, bright and ambitious children lose confidence, miss lessons, perform poorly, and eventually give up on school altogether. This creates a cycle of generational poverty for families and communities.<\/p><h3 data-start=\"1086\" data-end=\"1104\"><strong data-start=\"1090\" data-end=\"1104\">What We Do<\/strong><\/h3><p data-start=\"1106\" data-end=\"1392\">CODEWA works to ensure that no child\u2019s education is cut short because of poverty or circumstance.<br data-start=\"1203\" data-end=\"1206\" \/>We restore <strong data-start=\"1217\" data-end=\"1228\">dignity<\/strong>, <strong data-start=\"1230\" data-end=\"1238\">hope<\/strong>, and <strong data-start=\"1244\" data-end=\"1259\">opportunity<\/strong> by removing the material, emotional, and academic barriers that prevent vulnerable children from accessing and succeeding in school.<\/p><p data-start=\"1394\" data-end=\"1571\">Our education support is holistic, child-centered, and designed to equip learners with everything they need to stay in school, thrive academically, and envision a better future.<\/p><h3 data-start=\"1578\" data-end=\"1598\"><strong data-start=\"1582\" data-end=\"1598\">How We Do It<\/strong><\/h3><p data-start=\"1600\" data-end=\"1702\">We support learners through a combination of practical assistance, mentorship, and long-term guidance:<\/p><h4 data-start=\"1704\" data-end=\"1742\"><strong data-start=\"1709\" data-end=\"1742\">\ud83c\udf92 Scholarships &amp; Fee Support<\/strong><\/h4><p data-start=\"1743\" data-end=\"1924\">We provide financial assistance for school fees, exam fees, and essential contributions \u2014 ensuring children from low-income families can continue their studies without interruption.<\/p><h4 data-start=\"1926\" data-end=\"1970\"><strong data-start=\"1931\" data-end=\"1970\">\ud83d\udce6 School Kits &amp; Learning Materials<\/strong><\/h4><p data-start=\"1971\" data-end=\"2057\">We supply complete school kits that restore dignity and improve attendance, including:<\/p><ul data-start=\"2059\" data-end=\"2221\"><li data-start=\"2059\" data-end=\"2081\"><p data-start=\"2061\" data-end=\"2081\">Uniforms and shoes<\/p><\/li><li data-start=\"2082\" data-end=\"2109\"><p data-start=\"2084\" data-end=\"2109\">Bags and exercise books<\/p><\/li><li data-start=\"2110\" data-end=\"2150\"><p data-start=\"2112\" data-end=\"2150\">Pens, pencils, rulers, and math sets<\/p><\/li><li data-start=\"2151\" data-end=\"2177\"><p data-start=\"2153\" data-end=\"2177\">Personal hygiene items<\/p><\/li><li data-start=\"2178\" data-end=\"2221\"><p data-start=\"2180\" data-end=\"2221\">Teaching and learning aids where needed<\/p><\/li><\/ul><p data-start=\"2223\" data-end=\"2278\">A child who feels prepared is a child who is confident.<\/p><h4 data-start=\"2280\" data-end=\"2314\"><strong data-start=\"2285\" data-end=\"2314\">\ud83d\udeb2 Transportation Support<\/strong><\/h4><p data-start=\"2315\" data-end=\"2443\">For children walking long distances, we provide bicycles to reduce fatigue, improve punctuality, and increase school attendance.<\/p><h4 data-start=\"2445\" data-end=\"2496\"><strong data-start=\"2450\" data-end=\"2496\">\ud83c\udf31 Mentorship, Tutoring &amp; Academic Support<\/strong><\/h4><p data-start=\"2497\" data-end=\"2542\">We pair learners with mentors and tutors who:<\/p><ul data-start=\"2544\" data-end=\"2707\"><li data-start=\"2544\" data-end=\"2573\"><p data-start=\"2546\" data-end=\"2573\">Provide academic guidance<\/p><\/li><li data-start=\"2574\" data-end=\"2613\"><p data-start=\"2576\" data-end=\"2613\">Encourage discipline and resilience<\/p><\/li><li data-start=\"2614\" data-end=\"2664\"><p data-start=\"2616\" data-end=\"2664\">Help learners build confidence and clear goals<\/p><\/li><li data-start=\"2665\" data-end=\"2707\"><p data-start=\"2667\" data-end=\"2707\">Offer emotional support and motivation<\/p><\/li><\/ul><p data-start=\"2709\" data-end=\"2798\">This support strengthens both their performance and their belief in what they can become.<\/p><h3 data-start=\"2805\" data-end=\"2837\"><strong data-start=\"2809\" data-end=\"2837\">The Difference We Create<\/strong><\/h3><p data-start=\"2839\" data-end=\"2885\">Through this combination of support, children:<\/p><ul data-start=\"2887\" data-end=\"3055\"><li data-start=\"2887\" data-end=\"2917\"><p data-start=\"2889\" data-end=\"2917\">Attend school consistently<\/p><\/li><li data-start=\"2918\" data-end=\"2949\"><p data-start=\"2920\" data-end=\"2949\">Perform better academically<\/p><\/li><li data-start=\"2950\" data-end=\"2993\"><p data-start=\"2952\" data-end=\"2993\">Build confidence and a sense of purpose<\/p><\/li><li data-start=\"2994\" data-end=\"3023\"><p data-start=\"2996\" data-end=\"3023\">Feel valued and supported<\/p><\/li><li data-start=\"3024\" data-end=\"3055\"><p data-start=\"3026\" data-end=\"3055\">Dream bigger and aim higher<\/p><\/li><\/ul><p data-start=\"3057\" data-end=\"3204\"><strong data-start=\"3057\" data-end=\"3148\">When children are equipped with the tools they need, their potential becomes limitless.<\/strong><br data-start=\"3148\" data-end=\"3151\" \/>CODEWA stands alongside them \u2014 every step of the way.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2592\" aria-expanded=\"false\">Early Childhood Education (ECE)<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2592\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2592\" tabindex=\"0\" hidden=\"hidden\"><h3>\ud83e\uddf8 Early Childhood Education (ECE)<\/h3><p data-start=\"285\" data-end=\"512\">The early years of a child\u2019s life \u2014 from birth to age five \u2014 are the most critical period for brain development, shaping everything from language and motor skills to confidence, emotional stability, and future academic success.<\/p><p data-start=\"514\" data-end=\"572\">But in many rural and underserved communities in Tanzania:<\/p><ul data-start=\"574\" data-end=\"884\"><li data-start=\"574\" data-end=\"634\"><p data-start=\"576\" data-end=\"634\">Classrooms are unsafe, overcrowded, or poorly ventilated<\/p><\/li><li data-start=\"635\" data-end=\"694\"><p data-start=\"637\" data-end=\"694\">Children sit on bare floors, with no learning materials<\/p><\/li><li data-start=\"695\" data-end=\"738\"><p data-start=\"697\" data-end=\"738\">Play-based learning is rarely practiced<\/p><\/li><li data-start=\"739\" data-end=\"808\"><p data-start=\"741\" data-end=\"808\">Teachers lack training in early stimulation and child development<\/p><\/li><li data-start=\"809\" data-end=\"884\"><p data-start=\"811\" data-end=\"884\">Parents have limited understanding of early learning and nurturing care<\/p><\/li><\/ul><p data-start=\"886\" data-end=\"996\">These gaps place young children at a disadvantage <strong data-start=\"936\" data-end=\"995\">before they ever set foot in a primary school classroom<\/strong>.<\/p><p data-start=\"998\" data-end=\"1198\">A child who misses quality early childhood education often struggles for the rest of their school years.<br data-start=\"1102\" data-end=\"1105\" \/>A child who receives it gains a powerful head start \u2014 one that shapes the rest of their life.<\/p><h3 data-start=\"1205\" data-end=\"1223\"><strong data-start=\"1209\" data-end=\"1223\">What We Do<\/strong><\/h3><p data-start=\"1225\" data-end=\"1359\">CODEWA works to transform early learning environments so that <strong data-start=\"1287\" data-end=\"1358\">every child begins life with confidence, joy, and equal opportunity<\/strong>.<\/p><p data-start=\"1361\" data-end=\"1645\">We focus on creating safe, stimulating, and child-friendly spaces where young learners can explore, play, create, and grow. Our approach is holistic \u2014 supporting children, teachers, caregivers, and the surrounding community to understand the importance of early childhood development.<\/p><h3 data-start=\"1652\" data-end=\"1672\"><strong data-start=\"1656\" data-end=\"1672\">How We Do It<\/strong><\/h3><p data-start=\"1674\" data-end=\"1750\">We strengthen early childhood education through the following interventions:<\/p><h4 data-start=\"1752\" data-end=\"1816\"><strong data-start=\"1757\" data-end=\"1816\">\ud83c\udfeb Classroom Renovation &amp; Child-Friendly Infrastructure<\/strong><\/h4><p data-start=\"1817\" data-end=\"1875\">We renovate dilapidated ECD classrooms, ensuring they are:<\/p><ul data-start=\"1877\" data-end=\"2064\"><li data-start=\"1877\" data-end=\"1905\"><p data-start=\"1879\" data-end=\"1905\">Safe and well-ventilated<\/p><\/li><li data-start=\"1906\" data-end=\"1944\"><p data-start=\"1908\" data-end=\"1944\">Painted with child-friendly themes<\/p><\/li><li data-start=\"1945\" data-end=\"2011\"><p data-start=\"1947\" data-end=\"2011\">Equipped with proper furniture (tables, chairs, shelves, mats)<\/p><\/li><li data-start=\"2012\" data-end=\"2064\"><p data-start=\"2014\" data-end=\"2064\">Designed to encourage exploration and creativity<\/p><\/li><\/ul><p data-start=\"2066\" data-end=\"2124\">A safe space communicates to a child: <em data-start=\"2104\" data-end=\"2124\">\u201cYou belong here.\u201d<\/em><\/p><h4 data-start=\"2126\" data-end=\"2183\"><strong data-start=\"2131\" data-end=\"2183\">\ud83e\udde9 Play-Based Learning Kits &amp; Teaching Materials<\/strong><\/h4><p data-start=\"2184\" data-end=\"2211\">We supply ECD centers with:<\/p><ul data-start=\"2213\" data-end=\"2383\"><li data-start=\"2213\" data-end=\"2259\"><p data-start=\"2215\" data-end=\"2259\">Puzzles, blocks, shapes, and manipulatives<\/p><\/li><li data-start=\"2260\" data-end=\"2292\"><p data-start=\"2262\" data-end=\"2292\">Storybooks and picture cards<\/p><\/li><li data-start=\"2293\" data-end=\"2320\"><p data-start=\"2295\" data-end=\"2320\">Art and craft materials<\/p><\/li><li data-start=\"2321\" data-end=\"2347\"><p data-start=\"2323\" data-end=\"2347\">Outdoor play equipment<\/p><\/li><li data-start=\"2348\" data-end=\"2383\"><p data-start=\"2350\" data-end=\"2383\">Teacher-made instructional aids<\/p><\/li><\/ul><p data-start=\"2385\" data-end=\"2489\">These tools introduce early literacy, numeracy, communication, and problem-solving in fun, playful ways.<\/p><h4 data-start=\"2491\" data-end=\"2542\"><strong data-start=\"2496\" data-end=\"2542\">\ud83d\udc69\u200d\ud83c\udfeb Teacher Training &amp; Capacity Building<\/strong><\/h4><p data-start=\"2543\" data-end=\"2568\">We train ECD teachers on:<\/p><ul data-start=\"2570\" data-end=\"2777\"><li data-start=\"2570\" data-end=\"2602\"><p data-start=\"2572\" data-end=\"2602\">Early stimulation techniques<\/p><\/li><li data-start=\"2603\" data-end=\"2645\"><p data-start=\"2605\" data-end=\"2645\">Play-based and child-centered learning<\/p><\/li><li data-start=\"2646\" data-end=\"2691\"><p data-start=\"2648\" data-end=\"2691\">Positive discipline and emotional support<\/p><\/li><li data-start=\"2692\" data-end=\"2716\"><p data-start=\"2694\" data-end=\"2716\">Classroom management<\/p><\/li><li data-start=\"2717\" data-end=\"2777\"><p data-start=\"2719\" data-end=\"2777\">Using low-cost, locally available materials for teaching<\/p><\/li><\/ul><p data-start=\"2779\" data-end=\"2844\">Well-trained teachers are the backbone of quality early learning.<\/p><h4 data-start=\"2846\" data-end=\"2896\"><strong data-start=\"2851\" data-end=\"2896\">\ud83d\udc68\u200d\ud83d\udc69\u200d\ud83d\udc67 Parent Engagement &amp; Home Support<\/strong><\/h4><p data-start=\"2897\" data-end=\"2944\">We conduct parent workshops to help caregivers:<\/p><ul data-start=\"2946\" data-end=\"3122\"><li data-start=\"2946\" data-end=\"2994\"><p data-start=\"2948\" data-end=\"2994\">Understand their child\u2019s developmental needs<\/p><\/li><li data-start=\"2995\" data-end=\"3036\"><p data-start=\"2997\" data-end=\"3036\">Support learning at home through play<\/p><\/li><li data-start=\"3037\" data-end=\"3068\"><p data-start=\"3039\" data-end=\"3068\">Practice positive parenting<\/p><\/li><li data-start=\"3069\" data-end=\"3122\"><p data-start=\"3071\" data-end=\"3122\">Ensure proper nutrition, hygiene, and stimulation<\/p><\/li><\/ul><p data-start=\"3124\" data-end=\"3185\">Because learning doesn\u2019t start at school \u2014 it starts at home.<\/p><h3 data-start=\"3192\" data-end=\"3224\"><strong data-start=\"3196\" data-end=\"3224\">The Difference We Create<\/strong><\/h3><p data-start=\"3226\" data-end=\"3256\">Through our ECE interventions:<\/p><ul data-start=\"3258\" data-end=\"3525\"><li data-start=\"3258\" data-end=\"3310\"><p data-start=\"3260\" data-end=\"3310\">Children enter primary school <strong data-start=\"3290\" data-end=\"3308\">ready to learn<\/strong><\/p><\/li><li data-start=\"3311\" data-end=\"3362\"><p data-start=\"3313\" data-end=\"3362\">They develop early literacy and numeracy skills<\/p><\/li><li data-start=\"3363\" data-end=\"3415\"><p data-start=\"3365\" data-end=\"3415\">Their curiosity, creativity, and confidence grow<\/p><\/li><li data-start=\"3416\" data-end=\"3464\"><p data-start=\"3418\" data-end=\"3464\">Teachers become more effective and motivated<\/p><\/li><li data-start=\"3465\" data-end=\"3525\"><p data-start=\"3467\" data-end=\"3525\">Parents become active partners in their child\u2019s learning<\/p><\/li><\/ul><p data-start=\"3527\" data-end=\"3674\"><strong data-start=\"3527\" data-end=\"3629\">When we strengthen early childhood foundations, we change the entire trajectory of a child\u2019s life.<\/strong><br data-start=\"3629\" data-end=\"3632\" \/>This is where transformation truly begins.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2593\" aria-expanded=\"false\">Mentorship & Inspiration Seminars<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2593\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2593\" tabindex=\"0\" hidden=\"hidden\"><h3>\ud83c\udf1f Mentorship &amp; Inspiration Seminars<\/h3><p data-start=\"367\" data-end=\"673\">Many children and youth in Tanzania grow up without anyone to guide them, encourage them, or show them what is possible beyond their immediate environment.<br data-start=\"522\" data-end=\"525\" \/>In families struggling with poverty, survival becomes the priority \u2014 leaving little room for conversations about dreams, talents, or future careers.<\/p><p data-start=\"675\" data-end=\"687\">As a result:<\/p><ul data-start=\"689\" data-end=\"989\"><li data-start=\"689\" data-end=\"729\"><p data-start=\"691\" data-end=\"729\">Children grow up without role models<\/p><\/li><li data-start=\"730\" data-end=\"787\"><p data-start=\"732\" data-end=\"787\">Girls often internalize limiting beliefs about gender<\/p><\/li><li data-start=\"788\" data-end=\"841\"><p data-start=\"790\" data-end=\"841\">Boys face pressure to engage in harmful behaviors<\/p><\/li><li data-start=\"842\" data-end=\"917\"><p data-start=\"844\" data-end=\"917\">Youth lose motivation because they don\u2019t see what education can lead to<\/p><\/li><li data-start=\"918\" data-end=\"989\"><p data-start=\"920\" data-end=\"989\">Many learners simply have no one to listen, advise, or inspire them<\/p><\/li><\/ul><p data-start=\"991\" data-end=\"1133\">Without support, even brilliant and hardworking students fall into self-doubt. They stop imagining a future bigger than their circumstances.<\/p><p data-start=\"1135\" data-end=\"1246\"><strong data-start=\"1135\" data-end=\"1246\">A single voice of encouragement can change a child\u2019s entire direction \u2014 but too many never hear that voice.<\/strong><\/p><h3 data-start=\"1248\" data-end=\"1266\"><strong data-start=\"1252\" data-end=\"1266\">What We Do<\/strong><\/h3><p data-start=\"1268\" data-end=\"1564\">CODEWA creates opportunities for children and youth to connect with mentors, leaders, and positive role models who ignite confidence, character, and ambition.<br data-start=\"1426\" data-end=\"1429\" \/>We provide spaces where learners can ask questions, express their fears, discover their talents, and learn that their dreams are valid.<\/p><p data-start=\"1566\" data-end=\"1691\">Our mentorship approach is built on <strong data-start=\"1602\" data-end=\"1670\">inspiration, guidance, emotional support, and real-life exposure<\/strong> to what is possible.<\/p><h3 data-start=\"1693\" data-end=\"1713\"><strong data-start=\"1697\" data-end=\"1713\">How We Do It<\/strong><\/h3><p data-start=\"1715\" data-end=\"1912\">We empower children and youth through structured mentorship programs, youth leadership clubs, and inspiration seminars designed to build character and vision. Through these programs, learners gain:<\/p><hr data-start=\"1914\" data-end=\"1917\" \/><p data-start=\"1919\" data-end=\"1997\">\ud83c\udf1f <strong data-start=\"1922\" data-end=\"1968\">\u2728 Personal Growth &amp; Mindset Transformation<\/strong><br data-start=\"1968\" data-end=\"1971\" \/>Mentors help young people:<\/p><ul data-start=\"1999\" data-end=\"2134\"><li data-start=\"1999\" data-end=\"2035\"><p data-start=\"2001\" data-end=\"2035\">Build self-belief and resilience<\/p><\/li><li data-start=\"2036\" data-end=\"2084\"><p data-start=\"2038\" data-end=\"2084\">Overcome fear, bullying, and low self-esteem<\/p><\/li><li data-start=\"2085\" data-end=\"2134\"><p data-start=\"2087\" data-end=\"2134\">Develop a positive mindset and healthy habits<\/p><\/li><\/ul><p data-start=\"2136\" data-end=\"2206\"><strong data-start=\"2136\" data-end=\"2206\">When a child believes in themselves, they stop giving up too soon.<\/strong><\/p><hr data-start=\"2208\" data-end=\"2211\" \/><p data-start=\"2213\" data-end=\"2281\">\ud83c\udf1f <strong data-start=\"2216\" data-end=\"2248\">\u2728 Leadership Skills &amp; Values<\/strong><br data-start=\"2248\" data-end=\"2251\" \/>We nurture leadership through:<\/p><ul data-start=\"2283\" data-end=\"2420\"><li data-start=\"2283\" data-end=\"2324\"><p data-start=\"2285\" data-end=\"2324\">Teamwork and communication activities<\/p><\/li><li data-start=\"2325\" data-end=\"2376\"><p data-start=\"2327\" data-end=\"2376\">Values of integrity, confidence, and discipline<\/p><\/li><li data-start=\"2377\" data-end=\"2420\"><p data-start=\"2379\" data-end=\"2420\">Community engagement and responsibility<\/p><\/li><\/ul><p data-start=\"2422\" data-end=\"2481\">Children learn to lead themselves \u2014 and eventually, others.<\/p><hr data-start=\"2483\" data-end=\"2486\" \/><p data-start=\"2488\" data-end=\"2585\">\ud83c\udf1f <strong data-start=\"2491\" data-end=\"2531\">\u2728 Career Exposure &amp; Talent Discovery<\/strong><br data-start=\"2531\" data-end=\"2534\" \/>Through workshops, visits, and storytelling, youth:<\/p><ul data-start=\"2587\" data-end=\"2742\"><li data-start=\"2587\" data-end=\"2624\"><p data-start=\"2589\" data-end=\"2624\">Learn about different professions<\/p><\/li><li data-start=\"2625\" data-end=\"2660\"><p data-start=\"2627\" data-end=\"2660\">Understand educational pathways<\/p><\/li><li data-start=\"2661\" data-end=\"2701\"><p data-start=\"2663\" data-end=\"2701\">Discover their talents and interests<\/p><\/li><li data-start=\"2702\" data-end=\"2742\"><p data-start=\"2704\" data-end=\"2742\">Meet role models from various fields<\/p><\/li><\/ul><p data-start=\"2744\" data-end=\"2850\">Many children meet their <em data-start=\"2769\" data-end=\"2776\">first<\/em> real-life lawyer, doctor, engineer, or entrepreneur through our programs.<\/p><hr data-start=\"2852\" data-end=\"2855\" \/><p data-start=\"2857\" data-end=\"2930\">\ud83c\udf1f <strong data-start=\"2860\" data-end=\"2891\">\u2728 Breaking Limiting Beliefs<\/strong><br data-start=\"2891\" data-end=\"2894\" \/>We challenge stereotypes related to:<\/p><ul data-start=\"2932\" data-end=\"3022\"><li data-start=\"2932\" data-end=\"2948\"><p data-start=\"2934\" data-end=\"2948\">Gender roles<\/p><\/li><li data-start=\"2949\" data-end=\"2960\"><p data-start=\"2951\" data-end=\"2960\">Poverty<\/p><\/li><li data-start=\"2961\" data-end=\"2975\"><p data-start=\"2963\" data-end=\"2975\">Disability<\/p><\/li><li data-start=\"2976\" data-end=\"3000\"><p data-start=\"2978\" data-end=\"3000\">Academic performance<\/p><\/li><li data-start=\"3001\" data-end=\"3022\"><p data-start=\"3003\" data-end=\"3022\">Social background<\/p><\/li><\/ul><p data-start=\"3024\" data-end=\"3101\">Children learn that <strong data-start=\"3044\" data-end=\"3101\">\u201cwhere I come from does not decide where I am going.\u201d<\/strong><\/p><hr data-start=\"3103\" data-end=\"3106\" \/><h3 data-start=\"3108\" data-end=\"3140\"><strong data-start=\"3112\" data-end=\"3140\">The Difference We Create<\/strong><\/h3><p data-start=\"3142\" data-end=\"3191\">Through mentorship and inspiration, young people:<\/p><ul data-start=\"3193\" data-end=\"3431\"><li data-start=\"3193\" data-end=\"3238\"><p data-start=\"3195\" data-end=\"3238\">Build confidence and emotional resilience<\/p><\/li><li data-start=\"3239\" data-end=\"3278\"><p data-start=\"3241\" data-end=\"3278\">Become more focused and disciplined<\/p><\/li><li data-start=\"3279\" data-end=\"3327\"><p data-start=\"3281\" data-end=\"3327\">Set goals and take ownership of their future<\/p><\/li><li data-start=\"3328\" data-end=\"3372\"><p data-start=\"3330\" data-end=\"3372\">Improve behavior and academic motivation<\/p><\/li><li data-start=\"3373\" data-end=\"3431\"><p data-start=\"3375\" data-end=\"3431\">Dream bigger, aim higher, and believe they can succeed<\/p><\/li><\/ul><p data-start=\"3433\" data-end=\"3563\">Mentorship doesn\u2019t just inspire children \u2014<br data-start=\"3475\" data-end=\"3478\" \/><strong data-start=\"3478\" data-end=\"3563\">it rewrites their path, transforms their mindset, and unlocks lifelong potential.<\/strong><\/p><p data-start=\"3565\" data-end=\"3644\">CODEWA walks beside them as they discover who they are and who they can become.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2594\" aria-expanded=\"false\">Life Skills & Youth Empowerment<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2594\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2594\" tabindex=\"0\" hidden=\"hidden\"><h3>\ud83d\udca1 Life Skills &amp; Youth Empowerment<\/h3><p data-start=\"277\" data-end=\"429\">Across Tanzania, thousands of young people are completing school with certificates \u2014 but without the <strong data-start=\"378\" data-end=\"398\">practical skills<\/strong> needed for real-world success.<\/p><p data-start=\"431\" data-end=\"459\">Many youth struggle because:<\/p><ul data-start=\"461\" data-end=\"929\"><li data-start=\"461\" data-end=\"528\"><p data-start=\"463\" data-end=\"528\">They lack confidence, decision-making, and communication skills<\/p><\/li><li data-start=\"529\" data-end=\"593\"><p data-start=\"531\" data-end=\"593\">They are unfamiliar with digital tools and modern technology<\/p><\/li><li data-start=\"594\" data-end=\"676\"><p data-start=\"596\" data-end=\"676\">They do not know how to search for jobs, write a CV, or prepare for interviews<\/p><\/li><li data-start=\"677\" data-end=\"754\"><p data-start=\"679\" data-end=\"754\">They have limited exposure to career options or professional environments<\/p><\/li><li data-start=\"755\" data-end=\"850\"><p data-start=\"757\" data-end=\"850\">They face pressures related to adolescence, identity, peer influence, and mental well-being<\/p><\/li><li data-start=\"851\" data-end=\"929\"><p data-start=\"853\" data-end=\"929\">They lack mentors who can guide them through life and opportunity pathways<\/p><\/li><\/ul><p data-start=\"931\" data-end=\"1118\">As a result, many remain unemployed, underemployed, or unable to seize opportunities \u2014 not because they lack potential, but because no one prepared them for life <strong data-start=\"1093\" data-end=\"1117\">beyond the classroom<\/strong>.<\/p><p data-start=\"1120\" data-end=\"1239\">Without life skills and empowerment, youth struggle to transition into adulthood with clarity, purpose, and resilience.<\/p><p data-start=\"1241\" data-end=\"1291\">But when young people gain the right skills, they:<\/p><ul data-start=\"1293\" data-end=\"1441\"><li data-start=\"1293\" data-end=\"1324\"><p data-start=\"1295\" data-end=\"1324\">Stand out in the job market<\/p><\/li><li data-start=\"1325\" data-end=\"1352\"><p data-start=\"1327\" data-end=\"1352\">Make informed decisions<\/p><\/li><li data-start=\"1353\" data-end=\"1381\"><p data-start=\"1355\" data-end=\"1381\">Build meaningful careers<\/p><\/li><li data-start=\"1382\" data-end=\"1441\"><p data-start=\"1384\" data-end=\"1441\">Become role models and leaders within their communities<\/p><\/li><\/ul><p data-start=\"1443\" data-end=\"1510\">Equipping youth with life skills is not optional \u2014 it is essential.<\/p><h3 data-start=\"1517\" data-end=\"1535\"><strong data-start=\"1521\" data-end=\"1535\">What We Do<\/strong><\/h3><p data-start=\"1537\" data-end=\"1634\">CODEWA prepares young people to navigate the real world with confidence, competence, and purpose.<\/p><p data-start=\"1636\" data-end=\"1854\">We empower children, adolescents, and young adults with <strong data-start=\"1692\" data-end=\"1715\">21st-century skills<\/strong>, <strong data-start=\"1717\" data-end=\"1737\">digital literacy<\/strong>, <strong data-start=\"1739\" data-end=\"1763\">personal development<\/strong>, and <strong data-start=\"1769\" data-end=\"1789\">career readiness<\/strong> \u2014 ensuring they are ready not only for employment, but for life.<\/p><p data-start=\"1856\" data-end=\"1956\">Our programs are designed to build strong values, practical abilities, and a mindset of possibility.<\/p><h3 data-start=\"1963\" data-end=\"1983\"><strong data-start=\"1967\" data-end=\"1983\">How We Do It<\/strong><\/h3><p data-start=\"1985\" data-end=\"2169\">We deliver transformative skills-building programs tailored to different age groups. Our approach includes interactive training, mentorship, digital learning, and youth-led activities.<\/p><p data-start=\"2176\" data-end=\"2284\">\ud83d\udde3\ufe0f <strong data-start=\"2180\" data-end=\"2236\">\u2728 Communication, Problem-Solving &amp; Leadership Skills<\/strong><br data-start=\"2236\" data-end=\"2239\" \/>Youth participate in sessions that help them:<\/p><ul data-start=\"2286\" data-end=\"2482\"><li data-start=\"2286\" data-end=\"2329\"><p data-start=\"2288\" data-end=\"2329\">Build confidence and express themselves<\/p><\/li><li data-start=\"2330\" data-end=\"2359\"><p data-start=\"2332\" data-end=\"2359\">Work effectively in teams<\/p><\/li><li data-start=\"2360\" data-end=\"2390\"><p data-start=\"2362\" data-end=\"2390\">Make responsible decisions<\/p><\/li><li data-start=\"2391\" data-end=\"2430\"><p data-start=\"2393\" data-end=\"2430\">Think critically and solve problems<\/p><\/li><li data-start=\"2431\" data-end=\"2482\"><p data-start=\"2433\" data-end=\"2482\">Develop leadership qualities and responsibility<\/p><\/li><\/ul><p data-start=\"2484\" data-end=\"2548\">These foundational skills shape capable, empowered young adults.<\/p><p data-start=\"2555\" data-end=\"2654\">\ud83d\udcbb <strong data-start=\"2558\" data-end=\"2595\">\u2728 ICT &amp; Digital Literacy Training<\/strong><br data-start=\"2595\" data-end=\"2598\" \/>We equip youth with essential digital skills, including:<\/p><ul data-start=\"2656\" data-end=\"2863\"><li data-start=\"2656\" data-end=\"2678\"><p data-start=\"2658\" data-end=\"2678\">Basic computer use<\/p><\/li><li data-start=\"2679\" data-end=\"2720\"><p data-start=\"2681\" data-end=\"2720\">Internet navigation and online safety<\/p><\/li><li data-start=\"2721\" data-end=\"2754\"><p data-start=\"2723\" data-end=\"2754\">Microsoft Office applications<\/p><\/li><li data-start=\"2755\" data-end=\"2786\"><p data-start=\"2757\" data-end=\"2786\">Digital communication tools<\/p><\/li><li data-start=\"2787\" data-end=\"2863\"><p data-start=\"2789\" data-end=\"2863\">Introduction to coding, design, or digital innovation (where applicable)<\/p><\/li><\/ul><p data-start=\"2865\" data-end=\"2934\">Digital skills open doors to modern careers and global opportunities.<\/p><p data-start=\"2941\" data-end=\"3035\">\ud83c\udf93 <strong data-start=\"2944\" data-end=\"2988\">\u2728 Career Guidance &amp; Employability Skills<\/strong><br data-start=\"2988\" data-end=\"2991\" \/>We prepare youth for the job market through:<\/p><ul data-start=\"3037\" data-end=\"3228\"><li data-start=\"3037\" data-end=\"3072\"><p data-start=\"3039\" data-end=\"3072\">Career exploration and planning<\/p><\/li><li data-start=\"3073\" data-end=\"3104\"><p data-start=\"3075\" data-end=\"3104\">CV and cover letter writing<\/p><\/li><li data-start=\"3105\" data-end=\"3130\"><p data-start=\"3107\" data-end=\"3130\">Interview preparation<\/p><\/li><li data-start=\"3131\" data-end=\"3156\"><p data-start=\"3133\" data-end=\"3156\">Job search strategies<\/p><\/li><li data-start=\"3157\" data-end=\"3187\"><p data-start=\"3159\" data-end=\"3187\">Entrepreneurship awareness<\/p><\/li><li data-start=\"3188\" data-end=\"3228\"><p data-start=\"3190\" data-end=\"3228\">Workplace ethics and professionalism<\/p><\/li><\/ul><p data-start=\"3230\" data-end=\"3303\">These skills help youth transition successfully from learning to earning.<\/p><p data-start=\"3310\" data-end=\"3419\">\ud83c\udf31 <strong data-start=\"3313\" data-end=\"3364\">\u2728 Adolescent Life Skills &amp; Personal Development<\/strong><br data-start=\"3364\" data-end=\"3367\" \/>For teenagers, we provide life-changing guidance on:<\/p><ul data-start=\"3421\" data-end=\"3613\"><li data-start=\"3421\" data-end=\"3461\"><p data-start=\"3423\" data-end=\"3461\">Self-esteem and emotional well-being<\/p><\/li><li data-start=\"3462\" data-end=\"3498\"><p data-start=\"3464\" data-end=\"3498\">Decision-making and goal setting<\/p><\/li><li data-start=\"3499\" data-end=\"3541\"><p data-start=\"3501\" data-end=\"3541\">Health, hygiene, and positive behavior<\/p><\/li><li data-start=\"3542\" data-end=\"3570\"><p data-start=\"3544\" data-end=\"3570\">Peer pressure resistance<\/p><\/li><li data-start=\"3571\" data-end=\"3613\"><p data-start=\"3573\" data-end=\"3613\">Financial literacy and future planning<\/p><\/li><\/ul><p data-start=\"3615\" data-end=\"3694\">These skills help adolescents develop strong identities and responsible habits.<\/p><h3 data-start=\"3701\" data-end=\"3733\"><strong data-start=\"3705\" data-end=\"3733\">The Difference We Create<\/strong><\/h3><p data-start=\"3735\" data-end=\"3760\">Youth leave our programs:<\/p><ul data-start=\"3762\" data-end=\"4031\"><li data-start=\"3762\" data-end=\"3795\"><p data-start=\"3764\" data-end=\"3795\">More confident and self-aware<\/p><\/li><li data-start=\"3796\" data-end=\"3851\"><p data-start=\"3798\" data-end=\"3851\">Better prepared for education, work, and leadership<\/p><\/li><li data-start=\"3852\" data-end=\"3916\"><p data-start=\"3854\" data-end=\"3916\">Skilled in communication, digital tools, and problem-solving<\/p><\/li><li data-start=\"3917\" data-end=\"3959\"><p data-start=\"3919\" data-end=\"3959\">Motivated to pursue meaningful careers<\/p><\/li><li data-start=\"3960\" data-end=\"4031\"><p data-start=\"3962\" data-end=\"4031\">Equipped to contribute positively to their families and communities<\/p><\/li><\/ul><p data-start=\"4033\" data-end=\"4130\">When young people gain the skills to shape their own futures, entire communities become stronger.<\/p><p data-start=\"4132\" data-end=\"4224\"><strong data-start=\"4132\" data-end=\"4224\">CODEWA stands beside them \u2014 empowering a generation ready to lead, innovate, and thrive.<\/strong><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2595\" aria-expanded=\"false\">Livelihoods<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2595\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"5\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2595\" tabindex=\"0\" hidden=\"hidden\"><h3>\ud83d\udc69\u200d\ud83e\uddb0 Women\u2019s Economic Empowerment<\/h3><p data-start=\"298\" data-end=\"428\">In many communities across Tanzania, women are the backbone of the household \u2014 yet they are also the most economically vulnerable.<\/p><p data-start=\"430\" data-end=\"626\">Because of limited employment opportunities, low levels of education, and social barriers, countless women struggle to earn a stable income. This directly affects the well-being of their children:<\/p><ul data-start=\"628\" data-end=\"888\"><li data-start=\"628\" data-end=\"653\"><p data-start=\"630\" data-end=\"653\">School fees go unpaid<\/p><\/li><li data-start=\"654\" data-end=\"697\"><p data-start=\"656\" data-end=\"697\">Children drop out or attend irregularly<\/p><\/li><li data-start=\"698\" data-end=\"731\"><p data-start=\"700\" data-end=\"731\">Families lack nutritious food<\/p><\/li><li data-start=\"732\" data-end=\"813\"><p data-start=\"734\" data-end=\"813\">Mothers cannot afford healthcare or basics like clothing and hygiene supplies<\/p><\/li><li data-start=\"814\" data-end=\"888\"><p data-start=\"816\" data-end=\"888\">Stress and financial pressure create emotional strain in the household<\/p><\/li><\/ul><p data-start=\"890\" data-end=\"979\">When a mother lacks economic independence, poverty becomes a <strong data-start=\"951\" data-end=\"978\">multigenerational cycle<\/strong>.<\/p><p data-start=\"981\" data-end=\"1043\">Conversely, when a woman gains skills, confidence, and income:<\/p><ul data-start=\"1045\" data-end=\"1222\"><li data-start=\"1045\" data-end=\"1076\"><p data-start=\"1047\" data-end=\"1076\">Her children stay in school<\/p><\/li><li data-start=\"1077\" data-end=\"1109\"><p data-start=\"1079\" data-end=\"1109\">Household nutrition improves<\/p><\/li><li data-start=\"1110\" data-end=\"1135\"><p data-start=\"1112\" data-end=\"1135\">Medical needs are met<\/p><\/li><li data-start=\"1136\" data-end=\"1180\"><p data-start=\"1138\" data-end=\"1180\">She becomes a role model for other women<\/p><\/li><li data-start=\"1181\" data-end=\"1222\"><p data-start=\"1183\" data-end=\"1222\">The entire community becomes stronger<\/p><\/li><\/ul><p data-start=\"1224\" data-end=\"1383\">Empowering women is not only a gender equality issue \u2014 it is one of the most powerful tools for improving children\u2019s welfare and breaking the cycle of poverty.<\/p><h3 data-start=\"1390\" data-end=\"1408\"><strong data-start=\"1394\" data-end=\"1408\">What We Do<\/strong><\/h3><p data-start=\"1410\" data-end=\"1566\">CODEWA uplifts families by enabling women to build <strong data-start=\"1461\" data-end=\"1484\">sustainable incomes<\/strong>, increase their household stability, and take control of their financial futures.<\/p><p data-start=\"1568\" data-end=\"1720\">We provide training, resources, and support systems that allow women to become entrepreneurs, leaders, and active contributors to community development.<\/p><p data-start=\"1722\" data-end=\"1803\">Our approach recognizes women not as beneficiaries, but as <strong data-start=\"1781\" data-end=\"1802\">drivers of change<\/strong>.<\/p><h3 data-start=\"1810\" data-end=\"1830\"><strong data-start=\"1814\" data-end=\"1830\">How We Do It<\/strong><\/h3><p data-start=\"1832\" data-end=\"1962\">Our women\u2019s empowerment model combines practical training, financial support, and confidence-building to ensure long-term success.<\/p><p data-start=\"1969\" data-end=\"2079\">\ud83d\udcbc <strong data-start=\"1972\" data-end=\"2021\">\u2728 Entrepreneurship &amp; Business Skills Training<\/strong><br data-start=\"2021\" data-end=\"2024\" \/>We train women in essential business skills, including:<\/p><ul data-start=\"2081\" data-end=\"2281\"><li data-start=\"2081\" data-end=\"2109\"><p data-start=\"2083\" data-end=\"2109\">Basic financial literacy<\/p><\/li><li data-start=\"2110\" data-end=\"2142\"><p data-start=\"2112\" data-end=\"2142\">Budgeting and record-keeping<\/p><\/li><li data-start=\"2143\" data-end=\"2177\"><p data-start=\"2145\" data-end=\"2177\">Marketing and customer service<\/p><\/li><li data-start=\"2178\" data-end=\"2201\"><p data-start=\"2180\" data-end=\"2201\">Product development<\/p><\/li><li data-start=\"2202\" data-end=\"2244\"><p data-start=\"2204\" data-end=\"2244\">Identifying local market opportunities<\/p><\/li><li data-start=\"2245\" data-end=\"2281\"><p data-start=\"2247\" data-end=\"2281\">Business planning and management<\/p><\/li><\/ul><p data-start=\"2283\" data-end=\"2387\">These skills allow women to confidently start or grow small businesses that thrive in their communities.<\/p><p data-start=\"2394\" data-end=\"2505\">\ud83d\udcb0 <strong data-start=\"2397\" data-end=\"2441\">\u2728 Start-Up Capital, Small Grants &amp; Tools<\/strong><br data-start=\"2441\" data-end=\"2444\" \/>To turn skills into income, women need resources. We provide:<\/p><ul data-start=\"2507\" data-end=\"2663\"><li data-start=\"2507\" data-end=\"2529\"><p data-start=\"2509\" data-end=\"2529\">Small seed capital<\/p><\/li><li data-start=\"2530\" data-end=\"2563\"><p data-start=\"2532\" data-end=\"2563\">Grants for business expansion<\/p><\/li><li data-start=\"2564\" data-end=\"2612\"><p data-start=\"2566\" data-end=\"2612\">Tools or equipment depending on the business<\/p><\/li><li data-start=\"2613\" data-end=\"2663\"><p data-start=\"2615\" data-end=\"2663\">Support to join or form village savings groups<\/p><\/li><\/ul><p data-start=\"2665\" data-end=\"2729\">This ensures that training is followed by action \u2014 not barriers.<\/p><p data-start=\"2736\" data-end=\"2843\">\ud83e\udd1d <strong data-start=\"2739\" data-end=\"2786\">\u2728 Savings &amp; Lending Groups (VSLA Formation)<\/strong><br data-start=\"2786\" data-end=\"2789\" \/>We help women form and strengthen savings groups that:<\/p><ul data-start=\"2845\" data-end=\"3007\"><li data-start=\"2845\" data-end=\"2875\"><p data-start=\"2847\" data-end=\"2875\">Build financial discipline<\/p><\/li><li data-start=\"2876\" data-end=\"2909\"><p data-start=\"2878\" data-end=\"2909\">Provide access to small loans<\/p><\/li><li data-start=\"2910\" data-end=\"2951\"><p data-start=\"2912\" data-end=\"2951\">Create safety nets during emergencies<\/p><\/li><li data-start=\"2952\" data-end=\"3007\"><p data-start=\"2954\" data-end=\"3007\">Increase social and economic solidarity among women<\/p><\/li><\/ul><p data-start=\"3009\" data-end=\"3078\">VSLAs become long-term financial support systems for entire families.<\/p><p data-start=\"3085\" data-end=\"3181\">\ud83c\udf31 <strong data-start=\"3088\" data-end=\"3126\">\u2728 Continuous Mentorship &amp; Coaching<\/strong><br data-start=\"3126\" data-end=\"3129\" \/>Our support does not end at training. Women receive:<\/p><ul data-start=\"3183\" data-end=\"3351\"><li data-start=\"3183\" data-end=\"3222\"><p data-start=\"3185\" data-end=\"3222\">Regular coaching on business growth<\/p><\/li><li data-start=\"3223\" data-end=\"3249\"><p data-start=\"3225\" data-end=\"3249\">Peer-learning sessions<\/p><\/li><li data-start=\"3250\" data-end=\"3276\"><p data-start=\"3252\" data-end=\"3276\">Leadership development<\/p><\/li><li data-start=\"3277\" data-end=\"3313\"><p data-start=\"3279\" data-end=\"3313\">Emotional support and motivation<\/p><\/li><li data-start=\"3314\" data-end=\"3351\"><p data-start=\"3316\" data-end=\"3351\">Guidance in navigating challenges<\/p><\/li><\/ul><p data-start=\"3353\" data-end=\"3446\">This long-term mentorship ensures that women\u2019s businesses remain stable and continue to grow.<\/p><h3 data-start=\"3453\" data-end=\"3485\"><strong data-start=\"3457\" data-end=\"3485\">The Difference We Create<\/strong><\/h3><p data-start=\"3487\" data-end=\"3556\">When a woman becomes empowered economically, powerful change follows:<\/p><ul data-start=\"3558\" data-end=\"3778\"><li data-start=\"3558\" data-end=\"3602\"><p data-start=\"3560\" data-end=\"3602\">Her children stay in school with dignity<\/p><\/li><li data-start=\"3603\" data-end=\"3635\"><p data-start=\"3605\" data-end=\"3635\">Household nutrition improves<\/p><\/li><li data-start=\"3636\" data-end=\"3670\"><p data-start=\"3638\" data-end=\"3670\">Health expenses are manageable<\/p><\/li><li data-start=\"3671\" data-end=\"3703\"><p data-start=\"3673\" data-end=\"3703\">Families rise out of poverty<\/p><\/li><li data-start=\"3704\" data-end=\"3744\"><p data-start=\"3706\" data-end=\"3744\">Women become leaders and role models<\/p><\/li><li data-start=\"3745\" data-end=\"3778\"><p data-start=\"3747\" data-end=\"3778\">Local economies grow stronger<\/p><\/li><\/ul><p data-start=\"3780\" data-end=\"3864\">An empowered mother raises empowered children \u2014 and transforms her entire community.<\/p><p data-start=\"3866\" data-end=\"3941\">CODEWA walks with women on this journey, ensuring no mother is left behind.<\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2596\" aria-expanded=\"false\">Climate Action<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2596\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"6\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2596\" tabindex=\"0\" hidden=\"hidden\"><h3>\ud83c\udf31 Environmental Initiatives<\/h3><p data-start=\"252\" data-end=\"324\">Across Tanzania, young people are growing up in communities affected by:<\/p><ul data-start=\"326\" data-end=\"476\"><li data-start=\"326\" data-end=\"343\"><p data-start=\"328\" data-end=\"343\">Deforestation<\/p><\/li><li data-start=\"344\" data-end=\"364\"><p data-start=\"346\" data-end=\"364\">Soil infertility<\/p><\/li><li data-start=\"365\" data-end=\"391\"><p data-start=\"367\" data-end=\"391\">Unpredictable rainfall<\/p><\/li><li data-start=\"392\" data-end=\"410\"><p data-start=\"394\" data-end=\"410\">Water scarcity<\/p><\/li><li data-start=\"411\" data-end=\"440\"><p data-start=\"413\" data-end=\"440\">Climate-related disasters<\/p><\/li><li data-start=\"441\" data-end=\"476\"><p data-start=\"443\" data-end=\"476\">Unsustainable farming practices<\/p><\/li><\/ul><p data-start=\"478\" data-end=\"604\">These environmental challenges threaten not only the land \u2014 but also children\u2019s health, food security, and future livelihoods.<\/p><p data-start=\"606\" data-end=\"866\">Yet despite being the most impacted, young people are rarely given the <strong data-start=\"677\" data-end=\"690\">knowledge<\/strong>, <strong data-start=\"692\" data-end=\"702\">skills<\/strong>, or <strong data-start=\"707\" data-end=\"720\">platforms<\/strong> they need to take meaningful action.<br data-start=\"757\" data-end=\"760\" \/>Many understand that climate change is affecting their lives, but do not know <em data-start=\"838\" data-end=\"856\">what they can do<\/em> about it.<\/p><p data-start=\"868\" data-end=\"916\">Without environmental education and empowerment:<\/p><ul data-start=\"918\" data-end=\"1092\"><li data-start=\"918\" data-end=\"969\"><p data-start=\"920\" data-end=\"969\">Schools remain unaware of sustainable practices<\/p><\/li><li data-start=\"970\" data-end=\"1030\"><p data-start=\"972\" data-end=\"1030\">Communities continue harmful traditions out of necessity<\/p><\/li><li data-start=\"1031\" data-end=\"1092\"><p data-start=\"1033\" data-end=\"1092\">Youth feel powerless in the face of global climate issues<\/p><\/li><\/ul><p data-start=\"1094\" data-end=\"1249\">But when young people are informed, equipped, and inspired, they become powerful catalysts for change \u2014 influencing homes, schools, and entire communities.<\/p><p data-start=\"1251\" data-end=\"1350\"><strong data-start=\"1251\" data-end=\"1350\">Climate action must begin with children and youth. They are the future guardians of our planet.<\/strong><\/p><h3 data-start=\"1357\" data-end=\"1375\"><strong data-start=\"1361\" data-end=\"1375\">What We Do<\/strong><\/h3><p data-start=\"1377\" data-end=\"1534\">CODEWA nurtures a generation of environmentally conscious young people who understand the importance of protecting natural resources and are equipped to act.<\/p><p data-start=\"1536\" data-end=\"1672\">We empower children and youth to become <strong data-start=\"1576\" data-end=\"1634\">environmental stewards, climate leaders, and advocates<\/strong> within their schools and communities.<\/p><p data-start=\"1674\" data-end=\"1816\">Our initiatives build awareness, promote sustainable practices, and create opportunities for hands-on involvement in environmental protection.<\/p><h3 data-start=\"1823\" data-end=\"1843\"><strong data-start=\"1827\" data-end=\"1843\">How We Do It<\/strong><\/h3><p data-start=\"1845\" data-end=\"1957\">We combine practical activities, education, and youth-led initiatives to cultivate environmental responsibility:<\/p><p data-start=\"1964\" data-end=\"2082\">\ud83c\udf33 <strong data-start=\"1967\" data-end=\"2011\">\u2728 Tree Planting &amp; Reforestation Programs<\/strong><br data-start=\"2011\" data-end=\"2014\" \/>We organize large-scale tree planting in schools and communities to:<\/p><ul data-start=\"2084\" data-end=\"2253\"><li data-start=\"2084\" data-end=\"2117\"><p data-start=\"2086\" data-end=\"2117\">Restore degraded environments<\/p><\/li><li data-start=\"2118\" data-end=\"2158\"><p data-start=\"2120\" data-end=\"2158\">Promote long-term ecological balance<\/p><\/li><li data-start=\"2159\" data-end=\"2208\"><p data-start=\"2161\" data-end=\"2208\">Teach children the importance of conservation<\/p><\/li><li data-start=\"2209\" data-end=\"2253\"><p data-start=\"2211\" data-end=\"2253\">Reduce carbon footprint and soil erosion<\/p><\/li><\/ul><p data-start=\"2255\" data-end=\"2306\">Each tree is an investment in a sustainable future.<\/p><p data-start=\"2313\" data-end=\"2419\">\ud83c\udf0d <strong data-start=\"2316\" data-end=\"2350\">\u2728 School &amp; Youth Climate Clubs<\/strong><br data-start=\"2350\" data-end=\"2353\" \/>We establish and support vibrant climate clubs where young people:<\/p><ul data-start=\"2421\" data-end=\"2626\"><li data-start=\"2421\" data-end=\"2476\"><p data-start=\"2423\" data-end=\"2476\">Learn about climate change and environmental issues<\/p><\/li><li data-start=\"2477\" data-end=\"2519\"><p data-start=\"2479\" data-end=\"2519\">Lead eco-projects within their schools<\/p><\/li><li data-start=\"2520\" data-end=\"2565\"><p data-start=\"2522\" data-end=\"2565\">Advocate for environmental responsibility<\/p><\/li><li data-start=\"2566\" data-end=\"2626\"><p data-start=\"2568\" data-end=\"2626\">Develop leadership, teamwork, and problem-solving skills<\/p><\/li><\/ul><p data-start=\"2628\" data-end=\"2692\">These clubs turn knowledge into action \u2014 and action into impact.<\/p><p data-start=\"2699\" data-end=\"2790\">\ud83d\ude9c <strong data-start=\"2702\" data-end=\"2742\">\u2728 Sustainable Farming Demonstrations<\/strong><br data-start=\"2742\" data-end=\"2745\" \/>We train children, youth, and communities in:<\/p><ul data-start=\"2792\" data-end=\"2908\"><li data-start=\"2792\" data-end=\"2821\"><p data-start=\"2794\" data-end=\"2821\">Climate-smart agriculture<\/p><\/li><li data-start=\"2822\" data-end=\"2843\"><p data-start=\"2824\" data-end=\"2843\">Organic gardening<\/p><\/li><li data-start=\"2844\" data-end=\"2877\"><p data-start=\"2846\" data-end=\"2877\">Water conservation techniques<\/p><\/li><li data-start=\"2878\" data-end=\"2908\"><p data-start=\"2880\" data-end=\"2908\">Soil restoration practices<\/p><\/li><\/ul><p data-start=\"2910\" data-end=\"3018\">This ensures communities embrace farming methods that protect the land and increase long-term food security.<\/p><p data-start=\"3025\" data-end=\"3135\">\ud83e\uddf9 <strong data-start=\"3028\" data-end=\"3074\">\u2728 Community Clean-up &amp; Awareness Campaigns<\/strong><br data-start=\"3074\" data-end=\"3077\" \/>We mobilize youth and community members to participate in:<\/p><ul data-start=\"3137\" data-end=\"3295\"><li data-start=\"3137\" data-end=\"3163\"><p data-start=\"3139\" data-end=\"3163\">Public clean-up events<\/p><\/li><li data-start=\"3164\" data-end=\"3205\"><p data-start=\"3166\" data-end=\"3205\">Recycling and waste management drives<\/p><\/li><li data-start=\"3206\" data-end=\"3241\"><p data-start=\"3208\" data-end=\"3241\">Environmental awareness marches<\/p><\/li><li data-start=\"3242\" data-end=\"3295\"><p data-start=\"3244\" data-end=\"3295\">Education campaigns on pollution and conservation<\/p><\/li><\/ul><p data-start=\"3297\" data-end=\"3373\">These activities strengthen environmental responsibility across generations.<\/p><h3 data-start=\"3380\" data-end=\"3412\"><strong data-start=\"3384\" data-end=\"3412\">The Difference We Create<\/strong><\/h3><p data-start=\"3414\" data-end=\"3466\">Through our environmental initiatives, young people:<\/p><ul data-start=\"3468\" data-end=\"3699\"><li data-start=\"3468\" data-end=\"3501\"><p data-start=\"3470\" data-end=\"3501\">Become active climate leaders<\/p><\/li><li data-start=\"3502\" data-end=\"3546\"><p data-start=\"3504\" data-end=\"3546\">Influence their families and communities<\/p><\/li><li data-start=\"3547\" data-end=\"3588\"><p data-start=\"3549\" data-end=\"3588\">Develop respect for natural resources<\/p><\/li><li data-start=\"3589\" data-end=\"3635\"><p data-start=\"3591\" data-end=\"3635\">Practice real solutions for sustainability<\/p><\/li><li data-start=\"3636\" data-end=\"3699\"><p data-start=\"3638\" data-end=\"3699\">Build hope and resilience in the face of climate challenges<\/p><\/li><\/ul><p data-start=\"3701\" data-end=\"3804\">A greener, healthier future becomes possible when children and youth are given the tools to protect it.<\/p><p data-start=\"3806\" data-end=\"3925\"><strong data-start=\"3806\" data-end=\"3925\">At CODEWA, we believe that environmental change begins with empowering the young \u2014 the true custodians of tomorrow.<\/strong><\/p><\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-tab-title elementor-tab-mobile-title\" aria-selected=\"false\" data-tab=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"elementor-tab-content-2597\" aria-expanded=\"false\">Health and Nutrition<\/div>\n\t\t\t\t\t<div id=\"elementor-tab-content-2597\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"7\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2597\" tabindex=\"0\" hidden=\"hidden\"><h3>\ud83e\ude7a Health and Nutrition<\/h3><p data-start=\"249\" data-end=\"510\">Across many communities in Tanzania, children arrive at school on empty stomachs, without basic medical care, and with preventable illnesses that go untreated.<br data-start=\"408\" data-end=\"411\" \/>A child who is sick, hungry, or malnourished cannot focus, participate, or perform well in class.<\/p><p data-start=\"512\" data-end=\"568\">These health challenges affect learning in painful ways:<\/p><ul data-start=\"570\" data-end=\"881\"><li data-start=\"570\" data-end=\"624\"><p data-start=\"572\" data-end=\"624\">Children miss school frequently because of illness<\/p><\/li><li data-start=\"625\" data-end=\"684\"><p data-start=\"627\" data-end=\"684\">Hunger makes concentration and memory nearly impossible<\/p><\/li><li data-start=\"685\" data-end=\"747\"><p data-start=\"687\" data-end=\"747\">Untreated infections weaken the body and delay development<\/p><\/li><li data-start=\"748\" data-end=\"810\"><p data-start=\"750\" data-end=\"810\">Malnutrition affects growth, energy, and brain development<\/p><\/li><li data-start=\"811\" data-end=\"881\"><p data-start=\"813\" data-end=\"881\">Poor hygiene leads to recurring sickness and low school attendance<\/p><\/li><\/ul><p data-start=\"883\" data-end=\"1078\">Many families simply cannot afford medical treatment, nutritious meals, or even soap and sanitary supplies.<br data-start=\"990\" data-end=\"993\" \/>As a result, children suffer in silence \u2014 falling behind academically and physically.<\/p><p data-start=\"1080\" data-end=\"1260\"><strong data-start=\"1080\" data-end=\"1191\">Good health is not just a medical need. It is the foundation of learning, confidence, and a child\u2019s future.<\/strong><br data-start=\"1191\" data-end=\"1194\" \/>Without it, even the brightest child cannot reach their potential.<\/p><h3 data-start=\"1267\" data-end=\"1285\"><strong data-start=\"1271\" data-end=\"1285\">What We Do<\/strong><\/h3><p data-start=\"1287\" data-end=\"1515\">CODEWA works to ensure that no child\u2019s education is disrupted because of illness, hunger, or poor nutrition.<br data-start=\"1395\" data-end=\"1398\" \/>We focus on strengthening the <em data-start=\"1428\" data-end=\"1441\">whole child<\/em> \u2014 understanding that learning is only possible when health needs are met.<\/p><p data-start=\"1517\" data-end=\"1614\">Our health and nutrition support helps children stay strong, energized, safe, and ready to learn.<\/p><h3 data-start=\"1621\" data-end=\"1641\"><strong data-start=\"1625\" data-end=\"1641\">How We Do It<\/strong><\/h3><p data-start=\"1643\" data-end=\"1765\">Our approach combines medical care, nutrition support, and preventive education to create healthier learning environments:<\/p><p data-start=\"1772\" data-end=\"1874\">\ud83e\ude7a <strong data-start=\"1775\" data-end=\"1808\">\u2728 Medical Support &amp; Referrals<\/strong><br data-start=\"1808\" data-end=\"1811\" \/>We help vulnerable children access the healthcare they need by:<\/p><ul data-start=\"1876\" data-end=\"2044\"><li data-start=\"1876\" data-end=\"1926\"><p data-start=\"1878\" data-end=\"1926\">Covering medical costs for treatable illnesses<\/p><\/li><li data-start=\"1927\" data-end=\"1983\"><p data-start=\"1929\" data-end=\"1983\">Connecting families to trusted hospitals and clinics<\/p><\/li><li data-start=\"1984\" data-end=\"2044\"><p data-start=\"1986\" data-end=\"2044\">Following up to ensure children complete their treatment<\/p><\/li><\/ul><p data-start=\"2046\" data-end=\"2122\"><strong data-start=\"2046\" data-end=\"2122\">No child should suffer or miss school because treatment is unaffordable.<\/strong><\/p><p data-start=\"2129\" data-end=\"2248\">\ud83e\ude7a <strong data-start=\"2132\" data-end=\"2178\">\u2728 Health Insurance for Vulnerable Children<\/strong><br data-start=\"2178\" data-end=\"2181\" \/>We enroll children in community health insurance schemes to ensure:<\/p><ul data-start=\"2250\" data-end=\"2374\"><li data-start=\"2250\" data-end=\"2291\"><p data-start=\"2252\" data-end=\"2291\">Year-round access to medical services<\/p><\/li><li data-start=\"2292\" data-end=\"2332\"><p data-start=\"2294\" data-end=\"2332\">Reduced financial burden on families<\/p><\/li><li data-start=\"2333\" data-end=\"2374\"><p data-start=\"2335\" data-end=\"2374\">Faster treatment for common illnesses<\/p><\/li><\/ul><p data-start=\"2376\" data-end=\"2430\">This gives children long-term security and protection.<\/p><p data-start=\"2437\" data-end=\"2516\">\ud83e\uddfc <strong data-start=\"2440\" data-end=\"2476\">\u2728 Hygiene &amp; Sanitation Education<\/strong><br data-start=\"2476\" data-end=\"2479\" \/>We teach children and families about:<\/p><ul data-start=\"2518\" data-end=\"2640\"><li data-start=\"2518\" data-end=\"2554\"><p data-start=\"2520\" data-end=\"2554\">Handwashing and personal hygiene<\/p><\/li><li data-start=\"2555\" data-end=\"2587\"><p data-start=\"2557\" data-end=\"2587\">Menstrual hygiene management<\/p><\/li><li data-start=\"2588\" data-end=\"2610\"><p data-start=\"2590\" data-end=\"2610\">Disease prevention<\/p><\/li><li data-start=\"2611\" data-end=\"2640\"><p data-start=\"2613\" data-end=\"2640\">Safe sanitation practices<\/p><\/li><\/ul><p data-start=\"2642\" data-end=\"2715\">Healthy habits protect children, families, and entire school communities.<\/p><p data-start=\"2722\" data-end=\"2794\">\ud83e\udd63 <strong data-start=\"2725\" data-end=\"2761\">\u2728 Breakfast &amp; Nutrition Programs<\/strong><br data-start=\"2761\" data-end=\"2764\" \/>In select schools, we provide:<\/p><ul data-start=\"2796\" data-end=\"2942\"><li data-start=\"2796\" data-end=\"2829\"><p data-start=\"2798\" data-end=\"2829\">Morning porridge or breakfast<\/p><\/li><li data-start=\"2830\" data-end=\"2875\"><p data-start=\"2832\" data-end=\"2875\">Nutrition-rich foods for children at risk<\/p><\/li><li data-start=\"2876\" data-end=\"2942\"><p data-start=\"2878\" data-end=\"2942\">Training for parents on preparing affordable, nutritious meals<\/p><\/li><\/ul><p data-start=\"2944\" data-end=\"3030\">A child who eats in the morning arrives in class awake, focused, and ready to succeed.<\/p><h3 data-start=\"3037\" data-end=\"3069\"><strong data-start=\"3041\" data-end=\"3069\">The Difference We Create<\/strong><\/h3><p data-start=\"3071\" data-end=\"3115\">By improving health and nutrition, children:<\/p><ul data-start=\"3117\" data-end=\"3347\"><li data-start=\"3117\" data-end=\"3152\"><p data-start=\"3119\" data-end=\"3152\">Attend school more consistently<\/p><\/li><li data-start=\"3153\" data-end=\"3198\"><p data-start=\"3155\" data-end=\"3198\">Develop stronger bodies and sharper minds<\/p><\/li><li data-start=\"3199\" data-end=\"3232\"><p data-start=\"3201\" data-end=\"3232\">Participate actively in class<\/p><\/li><li data-start=\"3233\" data-end=\"3264\"><p data-start=\"3235\" data-end=\"3264\">Build confidence and energy<\/p><\/li><li data-start=\"3265\" data-end=\"3304\"><p data-start=\"3267\" data-end=\"3304\">Achieve higher academic performance<\/p><\/li><li data-start=\"3305\" data-end=\"3347\"><p data-start=\"3307\" data-end=\"3347\">Grow in a safe, supportive environment<\/p><\/li><\/ul><p data-start=\"3349\" data-end=\"3465\">Healthy children learn better \u2014 and live better.<br data-start=\"3397\" data-end=\"3400\" \/>CODEWA ensures they have the strength to grow, dream, and thrive.<\/p><\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b67166f elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b67166f\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-59bf33a\" data-id=\"59bf33a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6422a5c elementor-widget elementor-widget-heading\" data-id=\"6422a5c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Documents &amp; Reports<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3ccd6c elementor-widget elementor-widget-heading\" data-id=\"d3ccd6c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Browse our annual reports, financial audits, and organizational policies <span style=\"color: #F4B03E\">for full insight into our operations..<\/span><\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-da385a8 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"da385a8\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-58c68a8\" data-id=\"58c68a8\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-aae9ce5 elementor-widget elementor-widget-html\" data-id=\"aae9ce5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!-- =========================\n     CODEWA DOCUMENT GALLERY (UPGRADED)\n========================= -->\n\n<style>\n\n\/* ===== GENERAL LAYOUT ===== *\/\n.pdf-gallery {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));\n  gap: 20px;\n}\n\n\/* Mobile responsiveness *\/\n@media (max-width: 600px) {\n  .pdf-gallery {\n    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n  }\n}\n\n\/* ===== CARD STYLES ===== *\/\n.pdf-card {\n  border: 1px solid #ddd;\n  border-radius: 12px;\n  padding: 14px;\n  background: #fff;\n  box-shadow: 0 3px 8px rgba(0,0,0,0.08);\n  text-align: center;\n  transition: transform 0.25s ease, box-shadow 0.25s ease;\n  opacity: 0;\n  transform: translateY(10px);\n  animation: fadeInUp 0.5s forwards;\n}\n\n@keyframes fadeInUp {\n  from { opacity: 0; transform: translateY(10px); }\n  to { opacity: 1; transform: translateY(0px); }\n}\n\n.pdf-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 6px 16px rgba(0,0,0,0.15);\n}\n\n.pdf-card img {\n  width: 100%;\n  height: 180px;\n  object-fit: cover;\n  border-radius: 8px;\n}\n\n.pdf-card h4 {\n  font-size: 15px;\n  margin: 10px 0;\n}\n\n\/* Button *\/\n.pdf-card button {\n  margin-top: 6px;\n  padding: 8px 10px;\n  font-size: 13px;\n  border: none;\n  background-color: #0073aa;\n  color: white;\n  border-radius: 6px;\n  cursor: pointer;\n  transition: background 0.25s;\n}\n\n.pdf-card button:hover {\n  background-color: #005f8d;\n}\n\n\/* Hidden cards for lazy loading *\/\n.hidden-card {\n  display: none;\n}\n\n\n\/* ===== FILTER BUTTONS ===== *\/\n.filter-bar {\n  margin-bottom: 15px;\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  gap: 10px;\n}\n\n.filter-bar strong {\n  font-size: 15px;\n}\n\n.filter-btn {\n  padding: 6px 14px;\n  font-size: 14px;\n  border: none;\n  background-color: #0073aa;\n  color: #fff;\n  border-radius: 6px;\n  cursor: pointer;\n}\n\n.filter-btn.active {\n  background-color: #005f8d;\n}\n\n\n\/* ===== SEARCH BAR ===== *\/\n.search-bar {\n  margin-bottom: 15px;\n  width: 100%;\n}\n\n.search-bar input {\n  width: 100%;\n  padding: 10px;\n  font-size: 15px;\n  border-radius: 6px;\n  border: 1px solid #aaa;\n}\n\n\n\/* ===== SHOW MORE ===== *\/\n#show-more-policies {\n  margin-top: 12px;\n  padding: 8px 16px;\n  background-color: #0073aa;\n  color: #fff;\n  border: none;\n  border-radius: 6px;\n  cursor: pointer;\n  display: none;\n}\n\n\n\/* ===== MODAL ===== *\/\n.modal {\n  display: none;\n  position: fixed;\n  z-index: 99999;\n  left: 0; top: 0;\n  width: 100%; height: 100%;\n  background-color: rgba(0,0,0,0.55);\n  backdrop-filter: blur(3px);\n}\n\n.modal-content {\n  background: #fff;\n  width: 90%;\n  max-width: 380px;\n  margin: 12% auto;\n  padding: 20px;\n  border-radius: 10px;\n  animation: popIn 0.4s ease;\n}\n\n@keyframes popIn {\n  from { transform: scale(0.85); opacity: 0; }\n  to { transform: scale(1); opacity: 1; }\n}\n\n.close-modal {\n  float: right;\n  font-size: 22px;\n  cursor: pointer;\n}\n\n.modal-content input[type=\"email\"] {\n  width: 100%;\n  padding: 8px;\n  margin-bottom: 12px;\n  border: 1px solid #aaa;\n  border-radius: 6px;\n}\n\n.modal-content button {\n  width: 100%;\n  padding: 10px;\n  background: #0073aa;\n  color: white;\n  border: none;\n  border-radius: 6px;\n}\n\n<\/style>\n\n\n<div>\n\n  <!-- SEARCH BAR -->\n  <div class=\"search-bar\">\n    <input id=\"searchInput\" type=\"text\" placeholder=\"Search documents...\">\n  <\/div>\n\n  <!-- FILTER BUTTONS -->\n  <div class=\"filter-bar\">\n    <strong>Filter by:<\/strong>\n    <button class=\"filter-btn active\" data-filter=\"annual\">Annual Reports<\/button>\n    <button class=\"filter-btn\" data-filter=\"policies\">Policies<\/button>\n    <button class=\"filter-btn\" data-filter=\"audited\">Audited Reports<\/button>\n  <\/div>\n\n  <!-- DOCUMENT GALLERY -->\n  <div class=\"pdf-gallery\">\n\n    <!-- Your original 3 Annual Reports -->\n    <!-- unchanged content below except animations\/search compatibility -->\n    <!-- (I am keeping your exact document list unchanged) -->\n\n    <!-- Annual Reports -->\n    <div class=\"pdf-card annual\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/2023-Annual-Report-Thumbnail.jpg\">\n      <h4>Annual Report 2023<\/h4>\n      <button onclick=\"openPdf('https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Codewa-Report-2023-1.pdf')\">View \/ Download<\/button>\n    <\/div>\n\n    <div class=\"pdf-card annual\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/2024-Report-Thumbnail.jpg\">\n      <h4>Annual Report 2024<\/h4>\n      <button onclick=\"openPdf('https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Codewa-Report-2024.pdf')\">View \/ Download<\/button>\n    <\/div>\n\n    <div class=\"pdf-card annual\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/coming-soon.jpg\">\n      <h4>Annual Report 2025<\/h4>\n      <button disabled>Coming Soon<\/button>\n    <\/div>\n\n    <!-- POLICIES (all 9 included, with lazy loading) -->\n    <!-- First 3 visible, remaining hidden -->\n    <!-- YOUR EXISTING CARDS KEPT EXACTLY SAME -->\n\n    <div class=\"pdf-card policies\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/HR.jpg\">\n      <h4>HR Policy<\/h4>\n      <button onclick=\"openEmailModal('HR Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-HR-Policy.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/GW.jpg\">\n      <h4>Girls & Women Protection Policy<\/h4>\n      <button onclick=\"openEmailModal('Girls & Women Protection Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-GIRLS-WOMEN-PROTECTION-POLICY.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/ACC.jpg\">\n      <h4>Accounting & Procurement Policy<\/h4>\n      <button onclick=\"openEmailModal('Accounting & Procurement Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-ACCOUTING-AND-PROCUREMENT-USER-MANUAL.pdf')\">Request<\/button>\n    <\/div>\n\n    <!-- Hidden Policies (lazy load) -->\n    <div class=\"pdf-card policies hidden-card\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/ICT.jpg\">\n      <h4>ICT Policy<\/h4>\n      <button onclick=\"openEmailModal('ICT Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Codewa-ICT-Policy.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies hidden-card\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CP.jpg\">\n      <h4>Child Protection Policy<\/h4>\n      <button onclick=\"openEmailModal('Child Protection Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CHILD-PROTECTION-POLICY.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies hidden-card\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/SP.jpg\">\n      <h4>Safeguarding Policy<\/h4>\n      <button onclick=\"openEmailModal('Safeguarding Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-Safeguarding-Policy.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies hidden-card\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/WB.jpg\">\n      <h4>Whistleblowing Policy<\/h4>\n      <button onclick=\"openEmailModal('Whistleblowing Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-Whistleblowing-Policy.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies hidden-card\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Diversity.jpg\">\n      <h4>Diversity & Inclusion Statement<\/h4>\n      <button onclick=\"openEmailModal('Diversity & Inclusion Statement','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-Diversity-and-Inclustion-Statement.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card policies hidden-card\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/W-Place-Romance.jpg\">\n      <h4>Workplace Romance Policy<\/h4>\n      <button onclick=\"openEmailModal('Workplace Romance Policy','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/CODEWA-Workplace-Romance-Policy-1.pdf')\">Request<\/button>\n    <\/div>\n\n    <!-- AUDITED REPORTS -->\n    <div class=\"pdf-card audited\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/2023-AR.jpg\">\n      <h4>Audited Report 2023<\/h4>\n      <button onclick=\"openEmailModal('Audited Report 2023','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/2023-Audited-Report.pdf')\">Request<\/button>\n    <\/div>\n\n    <div class=\"pdf-card audited\">\n      <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/2024-AR.jpg\">\n      <h4>Audited Report 2024<\/h4>\n      <button onclick=\"openEmailModal('Audited Report 2024','https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/2024-Audited-Report.pdf')\">Request<\/button>\n    <\/div>\n\n  <\/div>\n\n  <!-- SHOW MORE (POLICIES ONLY) -->\n  <button id=\"show-more-policies\">Show More Policies<\/button>\n\n<\/div>\n\n\n<!-- =========================\n     JAVASCRIPT FUNCTIONALITY\n========================= -->\n<script>\n\n\/* ========== SEARCH SYSTEM ========== *\/\ndocument.getElementById('searchInput').addEventListener('input', function () {\n  const query = this.value.toLowerCase();\n\n  document.querySelectorAll('.pdf-card').forEach(card => {\n    const text = card.innerText.toLowerCase();\n    card.style.display = text.includes(query) ? \"block\" : \"none\";\n  });\n\n  \/\/ Hide \"Show More\" when searching\n  if (query.trim() !== \"\") {\n    document.getElementById('show-more-policies').style.display = \"none\";\n  }\n});\n\n\n\/* ========== FILTER SYSTEM ========== *\/\ndocument.querySelectorAll('.filter-btn').forEach(btn => {\n  btn.addEventListener('click', function () {\n\n    const filter = this.dataset.filter;\n\n    document.querySelectorAll('.filter-btn').forEach(x => x.classList.remove('active'));\n    this.classList.add('active');\n\n    \/\/ show only selected category\n    document.querySelectorAll('.pdf-card').forEach(card => {\n      if (card.classList.contains(filter)) {\n        if (filter === \"policies\") {\n          card.style.display = card.classList.contains(\"hidden-card\")\n            ? \"none\"\n            : \"block\";\n        } else {\n          card.style.display = \"block\";\n        }\n      } else {\n        card.style.display = \"none\";\n      }\n    });\n\n    \/\/ Show \"Show More\" only for policies\n    document.getElementById(\"show-more-policies\").style.display =\n      filter === \"policies\" ? \"block\" : \"none\";\n  });\n});\n\n\n\/* ========== SHOW MORE POLICIES ========== *\/\ndocument.getElementById('show-more-policies').addEventListener('click', function () {\n  document.querySelectorAll('.policies.hidden-card').forEach(card => card.style.display = \"block\");\n  this.style.display = \"none\";\n});\n\n\n\/* ========== DEFAULT VIEW (ANNUAL REPORTS) ========== *\/\nwindow.onload = function () {\n  document.querySelector('.filter-btn[data-filter=\"annual\"]').click();\n};\n\n\n\/* ========== MODAL ========== *\/\nfunction openEmailModal(title, link) {\n  document.getElementById('modal-title').innerText = \"Request: \" + title;\n  document.getElementById('modal-doc').value = link;\n  document.getElementById('emailModal').style.display = \"block\";\n}\n\nfunction closeEmailModal() {\n  document.getElementById('emailModal').style.display = \"none\";\n}\n\nfunction openPdf(url) {\n  window.open(url, '_blank');\n}\n\n<\/script>\n\n\n<!-- ========== EMAIL MODAL HTML ========== -->\n<div id=\"emailModal\" class=\"modal\">\n  <div class=\"modal-content\">\n    <span class=\"close-modal\" onclick=\"closeEmailModal()\">&times;<\/span>\n    <h3 id=\"modal-title\">Request Document<\/h3>\n    <form action=\"https:\/\/formspree.io\/f\/mkgyqkld\" method=\"POST\">\n      <input type=\"hidden\" id=\"modal-doc\" name=\"DocumentLink\">\n      <label>Email:<\/label>\n      <input type=\"email\" name=\"email\" placeholder=\"Enter your email\" required>\n      <button type=\"submit\">Submit Request<\/button>\n    <\/form>\n  <\/div>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-844eed2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"844eed2\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-254dd47\" data-id=\"254dd47\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2f754dc elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2f754dc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Together for Change<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4120b4a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"4120b4a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p data-start=\"3968\" data-end=\"4274\">At CODEWA, transformation begins with people \u2014 children discovering their potential, youth leading change, and communities standing together for a brighter future.<br data-start=\"4472\" data-end=\"4475\" \/>We invite you to join us in building a Tanzania where every child can learn, dream, and thrive.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-45adf4e elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"45adf4e\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-c9ba7ca\" data-id=\"c9ba7ca\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5091a9b elementor-widget elementor-widget-be-icon-box\" data-id=\"5091a9b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"be-icon-box.skin-pumori\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box elementor-icon-box--skin-pumori\">\n\t\t\n\t\t<div class=\"elementor-icon-box__icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"currentColor\"><path d=\"M18.5 17.8745C23.428 17.8745 27.4372 13.8653 27.4372 8.93724C27.4372 4.00919 23.428 0 18.5 0C13.5719 0 9.56274 4.00919 9.56274 8.93724C9.56274 13.8653 13.572 17.8745 18.5 17.8745ZM18.5 1.87495C22.3942 1.87495 25.5623 5.04304 25.5623 8.93724C25.5623 12.8314 22.3942 15.9995 18.5 15.9995C14.6058 15.9995 11.4377 12.8314 11.4377 8.93724C11.4377 5.04304 14.6058 1.87495 18.5 1.87495Z\"><\/path><path d=\"M19.5407 8.01963C19.0736 7.85439 18.3119 7.57683 17.9302 7.27753C17.9071 7.25934 17.8639 7.15053 17.8942 6.98885C17.9089 6.91123 17.976 6.65211 18.2275 6.5763C18.6158 6.45861 18.9844 6.53592 19.2263 6.71504C19.6081 7.06272 20.1994 7.03628 20.5485 6.6553C20.8972 6.27474 20.8724 5.68439 20.494 5.33415C20.494 5.33415 20.0597 4.94741 19.4386 4.76441V4.68723C19.4386 4.16949 19.0188 3.74976 18.5011 3.74976C17.9834 3.74976 17.5636 4.16949 17.5636 4.68723V4.82285C15.8785 5.43571 15.4823 7.74076 16.7733 8.75298C17.3614 9.2141 18.2018 9.53465 18.9152 9.78714C19.3799 9.95151 19.4271 10.2848 19.385 10.5354C19.3381 10.8144 19.0978 11.2875 18.4948 11.2915C17.8697 11.2955 17.7214 11.2725 17.2651 10.9739C16.8318 10.6904 16.2509 10.8116 15.9673 11.2449C15.6837 11.6781 15.805 12.2592 16.2383 12.5427C16.7366 12.8689 17.1314 13.0305 17.5635 13.1062V13.1964C17.5635 13.7142 17.9833 14.1339 18.501 14.1339C19.0188 14.1339 19.4385 13.7142 19.4385 13.1964V13.0002C21.7099 12.1793 22.0112 8.89348 19.5407 8.01963Z\"><\/path><path d=\"M27.1277 18.2503L16.3807 20.6957C16.1348 20.4724 15.8524 20.2848 15.5396 20.144L10.0211 17.6683C8.41598 16.946 6.57879 16.9548 4.98527 17.6903L0.549775 19.7087C0.0784763 19.9231 -0.129705 20.4789 0.0847886 20.9502C0.29922 21.4215 0.855079 21.6297 1.32631 21.4152L5.76643 19.3947C6.87153 18.8847 8.14187 18.8787 9.25271 19.3785L14.7712 21.8542C15.2535 22.0713 15.5626 22.5536 15.5626 23.0782C15.5626 24.0485 14.5639 24.7049 13.6695 24.3023L8.89784 22.155C8.42554 21.9425 7.87069 22.1531 7.65825 22.6252C7.44576 23.0974 7.65632 23.6523 8.12843 23.8648L12.9001 26.012C15.3002 27.0921 17.9275 24.9794 17.3637 22.3948C24.3638 20.8019 27.5839 20.0703 27.6286 20.057C28.8921 19.6835 30.1247 20.6324 30.1247 21.9198C30.1247 22.6031 29.7595 23.2438 29.1739 23.5907L19.074 29.5393C18.0086 30.1705 16.7272 30.2978 15.5585 29.8885L7.81 27.1766C7.60119 27.1036 7.37326 27.1067 7.16658 27.1854L0.604273 29.6854C0.120413 29.8697 -0.12233 30.4113 0.0619768 30.8951C0.246284 31.379 0.787956 31.6218 1.27175 31.4374L7.51395 29.0594L14.9389 31.658C16.5976 32.239 18.4562 32.0846 20.0276 31.1536L30.1275 25.205C31.2823 24.5209 31.9996 23.2621 31.9996 21.9198C31.9996 19.4062 29.5924 17.543 27.1277 18.2503Z\"><\/path><\/svg>\t\t<\/div>\n\n\t\t<div class=\"elementor-icon-box__content\">\n\t\t\t<h3 class=\"elementor-icon-box__title\"><a href=\"\/donations\">Donation<\/a><\/h3><div class=\"elementor-icon-box__desc\">Every Donation counts help us change lives, one contribution at a time.<\/div><a class=\"elementor-icon-box__read-more\" href=\"\/donations\"><span>Explore<\/span><svg class=\"svg-icon\" width=\"16\" height=\"16\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><path d=\"M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068    c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557    l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104    c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z\"\/><\/svg><\/a>\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4e193da elementor-widget elementor-widget-be-icon-box\" data-id=\"4e193da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"be-icon-box.skin-pumori\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box elementor-icon-box--skin-pumori\">\n\t\t\n\t\t<div class=\"elementor-icon-box__icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"34\" viewBox=\"0 0 34 34\" fill=\"currentColor\"><path d=\"M30.9453 12.0195H25.4349C25.7863 11.0616 25.9648 10.0617 25.9648 9.03125C25.9648 4.05138 21.9432 0 17 0C12.0568 0 8.03516 4.05138 8.03516 9.03125C8.03516 10.0615 8.21366 11.0614 8.56521 12.0195H3.05469C2.50458 12.0195 2.05859 12.4655 2.05859 13.0156V33.0039C2.05859 33.554 2.50458 34 3.05469 34H30.9453C31.4954 34 31.9414 33.554 31.9414 33.0039V13.0156C31.9414 12.4655 31.4954 12.0195 30.9453 12.0195ZM17 1.99219C22.1683 1.99219 25.5106 7.50523 23.2711 12.0195H19.9381C20.2543 10.4682 19.0613 9.03125 17.498 9.03125H16.502C16.2273 9.03125 16.0039 8.80786 16.0039 8.5332C16.0039 8.25855 16.2273 8.03516 16.502 8.03516H18.9922C19.5423 8.03516 19.9883 7.58917 19.9883 7.03906C19.9883 6.48895 19.5423 6.04297 18.9922 6.04297H17.9961V5.04688C17.9961 4.49677 17.5501 4.05078 17 4.05078C16.4499 4.05078 16.0039 4.49677 16.0039 5.04688V6.09311C14.8686 6.32446 14.0117 7.33059 14.0117 8.5332C14.0117 9.90635 15.1288 11.0234 16.502 11.0234H17.498C17.7727 11.0234 17.9961 11.2468 17.9961 11.5215C17.9961 11.7961 17.7727 12.0195 17.498 12.0195H10.7288C8.48944 7.50397 11.8325 1.99219 17 1.99219ZM29.9492 14.0117V16.0039H4.05078V14.0117H29.9492ZM4.05078 32.0078V17.9961H29.9492V32.0078H4.05078Z\"><\/path><path d=\"M17 20.7384C14.8309 18.9757 11.6875 20.474 11.6875 23.6317C11.6875 25.0258 12.5213 26.5032 14.1657 28.023C15.303 29.0741 16.4304 29.7722 16.4778 29.8014C16.7981 29.9985 17.2019 29.9985 17.5222 29.8014C17.5696 29.7722 18.697 29.0741 19.8344 28.023C21.4787 26.5033 22.3125 25.0258 22.3125 23.6318C22.3125 20.4659 19.1642 18.9797 17 20.7384ZM17.0023 27.7591C15.7782 26.8954 13.6797 25.1093 13.6797 23.6318C13.6797 22.0061 15.2465 21.3343 16.1616 22.761C16.5534 23.3719 17.4472 23.3709 17.8384 22.761C18.7529 21.3352 20.3203 22.0059 20.3203 23.6318C20.3203 24.9904 18.4591 26.7418 17.0023 27.7591Z\"><\/path><\/svg>\t\t<\/div>\n\n\t\t<div class=\"elementor-icon-box__content\">\n\t\t\t<h3 class=\"elementor-icon-box__title\"><a href=\"\/donations\">Fundraising<\/a><\/h3><div class=\"elementor-icon-box__desc\">Turn your passion into impact by supporting causes that matter.<\/div><a class=\"elementor-icon-box__read-more\" href=\"\/donations\"><span>Explore<\/span><svg class=\"svg-icon\" width=\"16\" height=\"16\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><path d=\"M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068    c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557    l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104    c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z\"\/><\/svg><\/a>\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c08ef2 elementor-widget elementor-widget-be-icon-box\" data-id=\"8c08ef2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"be-icon-box.skin-pumori\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-icon-box elementor-icon-box--skin-pumori\">\n\t\t\n\t\t<div class=\"elementor-icon-box__icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"36\" height=\"36\" viewBox=\"0 0 36 36\" fill=\"currentColor\"><path d=\"M22.2221 27.8736C22.2365 27.8685 22.2507 27.8627 22.2646 27.8563C22.3926 27.7978 22.591 27.7216 22.6975 27.6807C22.7387 27.6649 22.7697 27.6527 22.7861 27.6459V27.646C23.574 27.3191 24.0773 26.7275 24.2418 25.9352C24.4027 25.1601 24.2297 24.2338 23.8308 23.2395C26.3327 23.1069 28.0472 23.4727 30.2011 24.1698C30.5841 24.2937 30.9257 24.3435 31.2276 24.3434C32.016 24.3434 32.5334 24.0033 32.8081 23.7517C33.4229 23.1884 33.6833 22.3079 33.4877 21.4536C33.2711 20.5078 32.5532 19.7873 31.518 19.4768C29.6885 18.9278 25.9454 17.8049 21.835 19.8214C21.4323 19.2739 20.9995 18.7329 20.5524 18.21L27.822 12.1727C27.8345 12.1624 27.8464 12.1515 27.8579 12.1401C28.0937 11.9043 28.2237 11.5902 28.2237 11.2555C28.2237 10.9207 28.0937 10.6066 27.8578 10.3707L25.5966 8.11271C25.1089 7.62516 24.3151 7.62509 23.8272 8.11271C23.8158 8.12417 23.8049 8.13605 23.7945 8.1485L21.5763 10.8155C21.3901 11.0394 21.4206 11.3719 21.6446 11.5582C21.8685 11.7444 22.201 11.7138 22.3872 11.49L24.5849 8.84762C24.6613 8.78356 24.7796 8.78729 24.8512 8.85894L27.1124 11.1169C27.1617 11.1662 27.1691 11.225 27.1691 11.2555C27.1691 11.2836 27.1629 11.3354 27.1238 11.3819L19.8532 17.4198C19.6504 17.1979 19.4463 16.9808 19.2421 16.7696C19.2379 16.7652 19.2336 16.7609 19.2292 16.7567C19.0068 16.542 18.7779 16.3273 18.5439 16.114L20.7835 13.4214C20.9697 13.1974 20.9392 12.865 20.7153 12.6787C20.4914 12.4925 20.1589 12.5231 19.9727 12.7469L17.7521 15.4166C17.265 15.0018 16.7623 14.5998 16.2536 14.223C18.5461 10.1847 17.6036 6.35265 17.1425 4.47847C16.8849 3.42983 16.2016 2.67699 15.2677 2.41297C14.4231 2.17426 13.5295 2.39019 12.9357 2.97645C12.5693 3.33814 12.0109 4.1544 12.3877 5.5565C12.9939 7.81782 13.2716 9.61438 12.9604 12.2551C11.888 11.7966 10.8868 11.588 10.0586 11.76C9.26628 11.9244 8.67467 12.4275 8.34779 13.2147C8.34111 13.231 8.32888 13.262 8.31306 13.3031C8.27213 13.4096 8.19592 13.6078 8.13735 13.7357C8.13095 13.7497 8.12518 13.7639 8.11998 13.7784L7.45208 15.6548C7.45138 15.6567 7.45046 15.6585 7.44976 15.6604L6.32321 18.8249C6.32181 18.8289 6.32089 18.833 6.31956 18.8371L4.6978 23.3934C4.69625 23.3975 4.69428 23.4012 4.69288 23.4052L4.20104 24.7892L1.98324 31.0202C1.57578 32.168 1.69777 33.1317 2.31638 33.6751C2.64896 34.0517 3.13742 34.2437 3.72861 34.2437C4.10584 34.2437 4.52497 34.1655 4.97167 34.0071L11.1931 31.795L12.5903 31.299C12.5943 31.2976 12.598 31.2957 12.6019 31.2942L17.1596 29.6737C17.164 29.6722 17.1686 29.6712 17.173 29.6695L20.339 28.5436C20.341 28.5429 20.3429 28.5419 20.3449 28.5411L22.2221 27.8736ZM31.2149 20.4869C32.1206 20.7586 32.3835 21.3567 32.4596 21.689C32.569 22.1668 32.4261 22.6712 32.0956 22.974C31.7316 23.3075 31.1738 23.3759 30.5256 23.1663C28.1872 22.4094 26.2375 22.007 23.3537 22.2128C23.0925 21.7138 22.7867 21.2054 22.4485 20.697C26.1357 18.9633 29.5397 19.9844 31.2149 20.4869ZM13.4063 5.2832C13.2297 4.62613 13.3256 4.07354 13.6766 3.72711C13.9961 3.41176 14.508 3.29441 14.9807 3.42793C15.3089 3.52067 15.893 3.81317 16.1183 4.73033C16.5426 6.4546 17.4057 9.96467 15.3873 13.6107C14.9101 13.29 14.4325 12.9975 13.9621 12.7428C14.3645 9.73595 14.0746 7.7762 13.4063 5.2832ZM9.10618 14.153C9.17607 13.9975 9.2544 13.7936 9.29743 13.6817C9.30791 13.6545 9.31585 13.6337 9.32028 13.6228C9.32077 13.6216 9.32127 13.6205 9.32169 13.6194C9.51674 13.1496 9.81901 12.887 10.2729 12.7928C10.9645 12.6493 11.953 12.9051 13.11 13.4848C13.136 13.501 13.1638 13.5148 13.1928 13.5263C13.8251 13.8494 14.5062 14.2675 15.2161 14.7695C15.235 14.7854 15.2549 14.8006 15.2765 14.8141C15.2788 14.8155 15.2813 14.8164 15.2837 14.8179C16.3144 15.5525 17.4035 16.4606 18.4902 17.5092C18.8033 17.8333 19.1034 18.1576 19.3907 18.4806C19.3921 18.4824 19.3933 18.4843 19.3947 18.4861C19.399 18.4913 19.4039 18.4958 19.4084 18.5008C20.0922 19.2708 20.6999 20.0325 21.2189 20.7642C21.2354 20.7924 21.2541 20.8187 21.2748 20.8427C21.7967 21.5854 22.2254 22.2954 22.5488 22.9503C22.5613 22.9837 22.5768 23.0153 22.5954 23.0449C23.1199 24.1326 23.3459 25.0615 23.2091 25.721C23.115 26.1747 22.8521 26.4769 22.382 26.672C22.3809 26.6725 22.3798 26.673 22.3787 26.6735C22.3676 26.6779 22.3469 26.6858 22.3194 26.6963C22.2075 26.7393 22.0036 26.8176 21.848 26.8874L20.5244 27.358C19.826 25.1202 17.8772 22.6819 16.7153 21.3652C16.5226 21.1469 16.1894 21.1261 15.971 21.3187C15.7526 21.5114 15.7318 21.8447 15.9245 22.0631C17.7718 24.1566 19.0609 26.182 19.5302 27.7116L17.2651 28.5169C16.3991 26.8091 14.9297 24.8436 13.0812 22.928C13.0767 22.9235 13.0722 22.919 13.0677 22.9146C11.1512 21.0671 9.18479 19.5986 7.47606 18.733L8.28149 16.47C9.87793 16.9627 12.0517 18.3694 14.2148 20.324C14.4309 20.5192 14.7643 20.5023 14.9596 20.2862C15.1549 20.0701 15.138 19.7366 14.9219 19.5414C12.6408 17.4802 10.3906 16.0305 8.63523 15.4763L9.10618 14.153ZM12.6234 30.1671C11.7942 28.9511 10.7421 27.6729 9.55949 26.4476C9.55506 26.443 9.55063 26.4386 9.54606 26.4343C8.32009 25.2522 7.04124 24.2008 5.82484 23.3721L7.11908 19.7359C8.6938 20.558 10.5597 21.9628 12.3288 23.6671C14.0338 25.435 15.4393 27.2997 16.2619 28.8735L12.6234 30.1671ZM10.861 30.7937L8.99087 31.4576C8.35925 30.6548 7.66309 29.859 6.91756 29.0876C6.91327 29.0832 6.90899 29.0789 6.90463 29.0747C6.13288 28.3296 5.33666 27.6339 4.53362 27.0027L5.19181 25.1506L5.45886 24.4004C6.55574 25.1686 7.70204 26.1219 8.80728 27.1868C9.87252 28.2911 10.8262 29.4366 11.5948 30.5328L10.861 30.7937ZM4.61884 33.0131C3.90144 33.2675 3.33219 33.2492 3.09601 32.9641C3.0747 32.9384 3.05101 32.9147 3.02527 32.8935C2.74044 32.6589 2.72251 32.0904 2.97704 31.3733L4.15878 28.0531C4.83765 28.6008 5.51047 29.1949 6.16557 29.8271C6.79782 30.4817 7.39217 31.1539 7.94005 31.8321L4.61884 33.0131Z\"><\/path><path d=\"M27.2572 4.48917L28.5884 5.42953C28.5934 5.44106 28.6045 5.47158 28.6173 5.54063L28.9016 7.07963C28.9266 7.24388 28.9875 7.6081 29.3339 7.74907C29.4133 7.78135 29.4903 7.79464 29.5637 7.79464C29.8164 7.79464 30.025 7.63699 30.1298 7.55782L31.3631 6.60811C31.3894 6.59103 31.4606 6.57253 31.4902 6.57366L33.0379 6.7796C33.2014 6.80013 33.5842 6.8483 33.8184 6.54968C34.0493 6.25535 33.9204 5.90717 33.8615 5.75325L33.3358 4.27711C33.3127 4.2113 33.3075 4.18036 33.3063 4.16876L33.9884 2.68538C34.0634 2.53498 34.2254 2.19881 34.0277 1.88536C33.8265 1.56656 33.4488 1.57346 33.2866 1.57662L31.6541 1.60847L30.4826 0.472994C30.3759 0.370127 30.0923 0.0969632 29.7148 0.197721C29.3371 0.298549 29.2276 0.676619 29.1865 0.818932C29.1863 0.819776 29.186 0.820549 29.1858 0.821393L28.7403 2.38781L27.3077 3.17749C27.1669 3.25547 26.8373 3.438 26.8225 3.81467C26.8079 4.18571 27.1171 4.39643 27.2572 4.48917ZM29.2953 3.28613C29.6104 3.11119 29.6886 2.91136 29.7466 2.70492L30.0758 1.54744L30.9054 2.35153L30.9364 2.38191C31.0875 2.53069 31.2524 2.66414 31.6079 2.66414C31.613 2.66414 31.6182 2.66414 31.6235 2.66407L32.8485 2.64017L32.3442 3.73662C32.1858 4.08446 32.2594 4.39559 32.3418 4.62938L32.7133 5.6726L31.6335 5.52889C31.3353 5.48698 30.9601 5.58675 30.7221 5.7709L29.8557 6.43803L29.6546 5.3491C29.613 5.12445 29.5215 4.79995 29.2059 4.5746L28.2208 3.87865L29.2953 3.28613Z\"><\/path><path d=\"M19.8035 5.27861L20.9209 5.92562C21.0708 6.01105 21.2342 6.05225 21.3983 6.05225C21.711 6.05225 22.0264 5.90249 22.2557 5.62356L24.3174 3.14181C24.4862 2.93896 24.5551 2.66847 24.5064 2.39966C24.4522 2.10041 24.2613 1.83125 23.9957 1.67938L21.9403 0.492082C21.6748 0.339434 21.3451 0.310606 21.0585 0.414809C20.8026 0.507832 20.6043 0.702457 20.5148 0.946793L19.395 3.96967C19.2002 4.49012 19.3687 5.02871 19.8035 5.27861ZM20.3834 4.33768L21.4596 1.43237L23.4238 2.56707L21.4428 4.95179C21.4292 4.96832 21.4164 4.97999 21.406 4.98793L20.3703 4.38817C20.3719 4.37516 20.3757 4.35807 20.3834 4.33768Z\"><\/path><path d=\"M35.7517 9.89787C35.5252 9.62913 35.1785 9.46875 34.8244 9.46875H31.7118C31.358 9.46875 31.0113 9.62941 30.7845 9.8985C30.5831 10.1374 30.5001 10.4314 30.5506 10.7261L31.264 14.8954C31.3749 15.5409 31.8416 15.9745 32.4252 15.9745H34.113C34.6966 15.9745 35.1632 15.5409 35.2742 14.8948L35.9854 10.7263C36.0362 10.431 35.9532 10.1368 35.7517 9.89787ZM34.2347 14.7169C34.218 14.8145 34.1666 14.9199 34.113 14.9199H32.4252C32.3653 14.9199 32.318 14.8012 32.3036 14.7172L31.5946 10.5738C31.6152 10.5522 31.6639 10.5234 31.7119 10.5234H34.8245C34.8727 10.5234 34.9213 10.5519 34.9418 10.5731L34.2347 14.7169Z\"><\/path><path d=\"M2.97085 16.6749C3.06633 16.6749 3.16336 16.6624 3.2604 16.6367L4.88897 16.1995C5.4552 16.0496 5.79453 15.5095 5.73336 14.8559L5.34066 10.6433C5.31261 10.3448 5.15539 10.0823 4.89805 9.90382C4.60934 9.70371 4.23345 9.6393 3.89384 9.73134L0.888542 10.5367C0.546331 10.6277 0.252706 10.872 0.10308 11.1902C-0.0301618 11.4735 -0.0342399 11.7796 0.0913383 12.0514L1.85963 15.8944C2.08646 16.3857 2.51093 16.6749 2.97085 16.6749ZM1.15967 11.5559L1.16114 11.5555L4.16813 10.7497C4.21405 10.737 4.2679 10.7523 4.29294 10.7675L4.68317 14.954C4.69231 15.0521 4.67037 15.1664 4.61722 15.1804L2.98864 15.6176C2.93042 15.6333 2.85308 15.5302 2.81743 15.4528L1.05996 11.6334C1.07431 11.6077 1.11368 11.568 1.15967 11.5559Z\"><\/path><path d=\"M26.6221 31.8202L23.4431 29.5692C22.9335 29.2061 22.3245 29.2288 21.9275 29.6256L20.8297 30.7228C20.4324 31.1199 20.4096 31.729 20.7722 32.2371L23.0248 35.4148C23.1911 35.6504 23.4474 35.7944 23.7464 35.8201C23.7779 35.8228 23.8094 35.8241 23.841 35.8241C24.1445 35.8241 24.4462 35.7006 24.6631 35.4838L26.6901 33.4579C26.9295 33.2186 27.0553 32.8761 27.0266 32.5416C27.0011 32.2424 26.8571 31.9859 26.6221 31.8202ZM25.9446 32.7118L23.9176 34.7378C23.9017 34.7536 23.8776 34.7633 23.8587 34.7673L21.6317 31.6258C21.5757 31.5473 21.569 31.4843 21.5753 31.4688L22.6748 30.3691C22.6768 30.3685 22.68 30.3682 22.6841 30.3682C22.7079 30.3682 22.7639 30.3801 22.8323 30.4289L25.974 32.6535C25.9699 32.6723 25.9602 32.6962 25.9446 32.7118Z\"><\/path><path d=\"M3.42048 4.51813C3.42062 4.51946 3.42392 4.55118 3.38553 4.65953L2.81417 6.26209C2.75272 6.42177 2.61835 6.7824 2.85418 7.08306C3.09359 7.38835 3.47708 7.33935 3.66425 7.31544L5.33663 7.09185C5.37945 7.0877 5.47712 7.11407 5.50883 7.13614L6.85222 8.17353C6.96669 8.25974 7.17692 8.41808 7.43236 8.41808C7.50697 8.41808 7.58544 8.40458 7.66651 8.37182C8.01997 8.22887 8.08409 7.84967 8.11088 7.68085L8.41744 6.01185C8.4391 5.89773 8.45696 5.87066 8.46083 5.86721L9.91657 4.83791C10.0723 4.73406 10.3834 4.52178 10.3672 4.14294C10.3508 3.75967 10.0081 3.57137 9.86257 3.49143L8.29236 2.62511L7.80228 0.907512C7.76002 0.75838 7.64794 0.364489 7.26235 0.260708C6.87633 0.156716 6.58109 0.442114 6.46979 0.549833L5.21534 1.76434L5.18539 1.79373L3.39481 1.75956C3.22712 1.75569 2.83449 1.74662 2.62869 2.07224C2.42598 2.39293 2.59044 2.73142 2.67517 2.89989L3.42048 4.51813ZM5.20184 2.84891C5.57991 2.85664 5.74768 2.72122 5.91319 2.55711L6.90249 1.59861L7.28133 2.92625C7.34398 3.149 7.42245 3.3482 7.75144 3.53129L8.97938 4.20875L7.85361 5.00476C7.52806 5.23293 7.43019 5.55749 7.38069 5.818L7.15048 7.07125L6.15134 6.29978C5.93886 6.13735 5.62217 6.03744 5.33916 6.03744C5.29163 6.03744 5.24502 6.04025 5.20002 6.04609L3.95134 6.21301L4.37926 5.01278C4.46616 4.76746 4.54456 4.43938 4.37764 4.07572L3.80045 2.82212L5.20184 2.84891Z\"><\/path><path d=\"M35.282 27.6026L33.5374 27.1712L32.6195 25.6382C32.5406 25.5056 32.3312 25.1534 31.9312 25.1523C31.9306 25.1523 31.93 25.1523 31.9295 25.1523C31.5305 25.1523 31.3192 25.5036 31.2395 25.6359C31.2394 25.6362 31.2392 25.6365 31.239 25.6368L30.3409 27.1363L30.3202 27.1712L28.5744 27.6029C28.4121 27.6434 28.032 27.7384 27.9185 28.1046C27.8063 28.4659 28.0521 28.7507 28.1764 28.8914L29.3172 30.2641C29.3184 30.2672 29.3285 30.2977 29.3195 30.4109L29.1845 32.1083C29.1657 32.279 29.1288 32.6603 29.4322 32.8904C29.7412 33.1246 30.1002 32.9798 30.2784 32.9079L31.8383 32.2576C31.8776 32.2428 31.9782 32.2424 32.017 32.2567L33.5858 32.9098C33.6874 32.9511 33.8542 33.0188 34.0375 33.0188C34.1638 33.0188 34.2978 32.9867 34.4239 32.8919C34.7291 32.6624 34.6929 32.2792 34.6752 32.1095L34.538 30.4112C34.5291 30.2977 34.5392 30.2672 34.5411 30.264L35.6831 28.8914C35.8072 28.7511 36.0526 28.4669 35.9403 28.1052C35.8267 27.7387 35.4458 27.6435 35.282 27.6026ZM33.7308 29.5891C33.4752 29.8955 33.4661 30.2338 33.4867 30.4953L33.5896 31.769L32.4229 31.2832C32.1291 31.1605 31.733 31.1602 31.4351 31.2831L30.2695 31.769L30.3709 30.4945C30.3916 30.234 30.3826 29.8957 30.1275 29.5898L29.2424 28.5241L30.6058 28.187C30.9737 28.097 31.1019 27.9226 31.2204 27.7207L31.9287 26.5376L32.6125 27.6793L32.6372 27.721C32.7558 27.9227 32.8839 28.097 33.2504 28.1868L34.6164 28.5245L33.7308 29.5891Z\"><\/path><\/svg>\t\t<\/div>\n\n\t\t<div class=\"elementor-icon-box__content\">\n\t\t\t<h3 class=\"elementor-icon-box__title\"><a href=\"https:\/\/codewatz.org\/volunteer-with-us\/\">Volunteer with Us<\/a><\/h3><div class=\"elementor-icon-box__desc\">When you volunteer with CODEWA, you bring hope, support, and opportunity to communities that need it most.<\/div><a class=\"elementor-icon-box__read-more\" href=\"https:\/\/codewatz.org\/volunteer-with-us\/\"><span>Explore<\/span><svg class=\"svg-icon\" width=\"16\" height=\"16\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"Capa_1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 512 512\" style=\"enable-background:new 0 0 512 512;\" xml:space=\"preserve\"><path d=\"M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068    c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557    l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104    c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z\"\/><\/svg><\/a>\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-de22d63\" data-id=\"de22d63\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c3314f elementor-widget elementor-widget-image\" data-id=\"2c3314f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"710\" height=\"499\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Team.jpg\" class=\"attachment-full size-full wp-image-24563\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Team.jpg 710w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Team-600x422.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Team-300x211.jpg 300w\" sizes=\"(max-width: 710px) 100vw, 710px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-47a22c5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"47a22c5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a83db2\" data-id=\"5a83db2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ab90d5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ab90d5\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-extended\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-1bc96bd\" data-id=\"1bc96bd\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-c1dca9e elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"c1dca9e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Meet CODEWA Team<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8e0ab6 elementor-widget elementor-widget-heading\" data-id=\"a8e0ab6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Commited to serve the community<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-96a2362 elementor-tablet-align-center elementor-widget elementor-widget-button\" data-id=\"96a2362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/our-team\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Team Members<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-005398e\" data-id=\"005398e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e54a45f elementor-navigation-type-icon elementor-navigation-position-inside elementor-widget elementor-widget-be-members-carousel\" data-id=\"e54a45f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;skin_pumori_sliders_per_view&quot;:&quot;3&quot;,&quot;skin_pumori_sliders_per_view_tablet&quot;:&quot;2&quot;,&quot;skin_pumori_sliders_per_view_mobile&quot;:&quot;1&quot;,&quot;skin_pumori_space_between&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:30,&quot;sizes&quot;:[]},&quot;skin_pumori_space_between_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;skin_pumori_space_between_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"be-members-carousel.skin-pumori\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-swiper swiper-container elementor-members--skin-pumori\" data-swiper=\"{&quot;slidesPerView&quot;:&quot;1&quot;,&quot;spaceBetween&quot;:30,&quot;speed&quot;:500,&quot;loop&quot;:true,&quot;breakpoints&quot;:{&quot;768&quot;:{&quot;slidesPerView&quot;:&quot;2&quot;,&quot;spaceBetween&quot;:30},&quot;1025&quot;:{&quot;slidesPerView&quot;:&quot;3&quot;,&quot;spaceBetween&quot;:30}},&quot;navigation&quot;:{&quot;nextEl&quot;:&quot;.elementor-swiper-button-next&quot;,&quot;prevEl&quot;:&quot;.elementor-swiper-button-prev&quot;}}\">\n\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t<div class=\"swiper-slide\">\n      <article id=\"post-24824\" class=\"elementor-member post-24824 team type-team status-publish has-post-thumbnail hentry team_category-advisors team_category-board entry\">\n  \t\t\t  \t\t\t\t<div class=\"elementor-member__thumbnail\">\n  \t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Kigumi5-300x300.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Kigumi5-300x300.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Kigumi5-150x150.jpg 150w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Kigumi5.jpg 600w\" sizes=\"(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw \/ 12)), (min-width: 53rem) calc(6 * (100vw \/ 12)), 100vw\" \/>\n  \t\t\t\t\t<div class=\"elementor-member__overlay\"><\/div>\n\n  \t\t\t\t\t  \t\t\t\t<\/div>\n  \t\t\t\n  \t\t\t<div class=\"elementor-member__content\">\n  \t\t\t\t<h3 class=\"elementor-member__title\"><a href=\"https:\/\/codewatz.org\/fr\/team\/shabani-kigumi\/\">Shabani Ally<\/a><\/h3><div class=\"elementor-member__position\">Youth Empowerment & Environmental Lead<\/div>  \t\t\t<\/div>\n  \t\t<\/article>\n\t\t<\/div>\n\t\t\t\t<div class=\"swiper-slide\">\n      <article id=\"post-9661\" class=\"elementor-member post-9661 team type-team status-publish has-post-thumbnail hentry team_category-advisors team_category-board team_category-fundraising entry\">\n  \t\t\t  \t\t\t\t<div class=\"elementor-member__thumbnail\">\n  \t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/PIERRE.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/PIERRE.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/PIERRE-150x150.jpg 150w\" sizes=\"(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw \/ 12)), (min-width: 53rem) calc(6 * (100vw \/ 12)), 100vw\" \/>\n  \t\t\t\t\t<div class=\"elementor-member__overlay\"><\/div>\n\n  \t\t\t\t\t<div class=\"elementor-member__socials\"><a class=\"facebook\" href=\"https:\/\/www.facebook.com\/pierreponce\" title=\"facebook\"><svg class=\"svg-icon\" width=\"16\" height=\"16\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"facebook-f\" class=\"svg-inline--fa fa-facebook-f fa-w-10\" role=\"img\" viewBox=\"0 0 320 512\"><path fill=\"currentColor\" d=\"M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z\"\/><\/svg><\/a><a class=\"linkedin\" href=\"https:\/\/www.linkedin.com\/in\/pierre-rialland-ph-d-39849279\/\" title=\"linkedin\"><svg class=\"svg-icon\" width=\"16\" height=\"16\" aria-hidden=\"true\" role=\"img\" focusable=\"false\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\" focusable=\"false\" data-prefix=\"fab\" data-icon=\"linkedin-in\" class=\"svg-inline--fa fa-linkedin-in fa-w-14\" role=\"img\" viewBox=\"0 0 448 512\"><path fill=\"currentColor\" d=\"M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z\"\/><\/svg><\/a><\/div>  \t\t\t\t<\/div>\n  \t\t\t\n  \t\t\t<div class=\"elementor-member__content\">\n  \t\t\t\t<h3 class=\"elementor-member__title\"><a href=\"https:\/\/codewatz.org\/fr\/team\/andrew-bowe\/\">Pierre Rialland<\/a><\/h3><div class=\"elementor-member__position\">Chairperson<\/div>  \t\t\t<\/div>\n  \t\t<\/article>\n\t\t<\/div>\n\t\t\t\t<div class=\"swiper-slide\">\n      <article id=\"post-9660\" class=\"elementor-member post-9660 team type-team status-publish has-post-thumbnail hentry team_category-advisors team_category-volunteers entry\">\n  \t\t\t  \t\t\t\t<div class=\"elementor-member__thumbnail\">\n  \t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/NURU2.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/NURU2.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/NURU2-150x150.jpg 150w\" sizes=\"(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw \/ 12)), (min-width: 53rem) calc(6 * (100vw \/ 12)), 100vw\" \/>\n  \t\t\t\t\t<div class=\"elementor-member__overlay\"><\/div>\n\n  \t\t\t\t\t  \t\t\t\t<\/div>\n  \t\t\t\n  \t\t\t<div class=\"elementor-member__content\">\n  \t\t\t\t<h3 class=\"elementor-member__title\"><a href=\"https:\/\/codewatz.org\/fr\/team\/carla-culos\/\">Nuru Obotte<\/a><\/h3><div class=\"elementor-member__position\">Health Advisor<\/div>  \t\t\t<\/div>\n  \t\t<\/article>\n\t\t<\/div>\n\t\t\t\t<div class=\"swiper-slide\">\n      <article id=\"post-9659\" class=\"elementor-member post-9659 team type-team status-publish has-post-thumbnail hentry team_category-advisors team_category-board team_category-fundraising entry\">\n  \t\t\t  \t\t\t\t<div class=\"elementor-member__thumbnail\">\n  \t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/05\/Marc2-300x300.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/05\/Marc2-300x300.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/05\/Marc2-150x150.jpg 150w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/05\/Marc2.jpg 500w\" sizes=\"(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw \/ 12)), (min-width: 53rem) calc(6 * (100vw \/ 12)), 100vw\" \/>\n  \t\t\t\t\t<div class=\"elementor-member__overlay\"><\/div>\n\n  \t\t\t\t\t  \t\t\t\t<\/div>\n  \t\t\t\n  \t\t\t<div class=\"elementor-member__content\">\n  \t\t\t\t<h3 class=\"elementor-member__title\"><a href=\"https:\/\/codewatz.org\/fr\/team\/alisha-mahen\/\">Marc<\/a><\/h3><div class=\"elementor-member__position\">Senior Advisor & Fundraising coordinator<\/div>  \t\t\t<\/div>\n  \t\t<\/article>\n\t\t<\/div>\n\t\t\t\t<div class=\"swiper-slide\">\n      <article id=\"post-9658\" class=\"elementor-member post-9658 team type-team status-publish has-post-thumbnail hentry team_category-advisors team_category-fundraising entry\">\n  \t\t\t  \t\t\t\t<div class=\"elementor-member__thumbnail\">\n  \t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/ANNE.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/ANNE.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/ANNE-150x150.jpg 150w\" sizes=\"(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw \/ 12)), (min-width: 53rem) calc(6 * (100vw \/ 12)), 100vw\" \/>\n  \t\t\t\t\t<div class=\"elementor-member__overlay\"><\/div>\n\n  \t\t\t\t\t  \t\t\t\t<\/div>\n  \t\t\t\n  \t\t\t<div class=\"elementor-member__content\">\n  \t\t\t\t<h3 class=\"elementor-member__title\"><a href=\"https:\/\/codewatz.org\/fr\/team\/alexandra-trab\/\">Anne Rialland<\/a><\/h3><div class=\"elementor-member__position\">Fundraising Advisor<\/div>  \t\t\t<\/div>\n  \t\t<\/article>\n\t\t<\/div>\n\t\t\t\t<div class=\"swiper-slide\">\n      <article id=\"post-9657\" class=\"elementor-member post-9657 team type-team status-publish has-post-thumbnail hentry team_category-investment-committees entry\">\n  \t\t\t  \t\t\t\t<div class=\"elementor-member__thumbnail\">\n  \t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Lily1.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Lily1.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Lily1-150x150.jpg 150w\" sizes=\"(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw \/ 12)), (min-width: 53rem) calc(6 * (100vw \/ 12)), 100vw\" \/>\n  \t\t\t\t\t<div class=\"elementor-member__overlay\"><\/div>\n\n  \t\t\t\t\t  \t\t\t\t<\/div>\n  \t\t\t\n  \t\t\t<div class=\"elementor-member__content\">\n  \t\t\t\t<h3 class=\"elementor-member__title\"><a href=\"https:\/\/codewatz.org\/fr\/team\/abbas-dadla\/\">Lilian Kileo<\/a><\/h3><div class=\"elementor-member__position\">Volunteer (Education Projects)<\/div>  \t\t\t<\/div>\n  \t\t<\/article>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\">\n\t\t\t<i class=\"fas fa-chevron-left\" aria-hidden=\"true\"><\/i>\n\t\t<\/div>\n\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\">\n\t\t\t<i class=\"fas fa-chevron-right\" aria-hidden=\"true\"><\/i>\t\t<\/div>\n\t\t\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cfbaae2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cfbaae2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5cbd084\" data-id=\"5cbd084\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c3ef68 elementor-widget elementor-widget-html\" data-id=\"2c3ef68\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;700;800&display=swap\">\n\n<style>\n    .pillar-wrapper {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 40px;\n        padding: 60px 20px;\n        max-width: 1300px;\n        margin: 0 auto;\n        font-family: 'Plus Jakarta Sans', sans-serif;\n        perspective: 1500px;\n    }\n\n    .ngo-card {\n        background: #ffffff;\n        display: block; \/* Changed to block for natural flow *\/\n        text-decoration: none;\n        position: relative;\n        border: 1px solid #e8e8e8;\n        transform-style: preserve-3d;\n        transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);\n        box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n    }\n\n    \/* FIX: Standard block display allows image to set its own height *\/\n    .ngo-card-image {\n        width: 100%;\n        line-height: 0; \/* Removes tiny gap at bottom of image *\/\n        overflow: hidden;\n    }\n\n    .ngo-card-image img {\n        width: 100%;\n        height: auto !important; \/* Forces natural proportions *\/\n        display: block;\n        transition: transform 0.8s ease;\n    }\n\n    .card-accent {\n        width: 100%;\n        height: 8px;\n        background: #0B3C5D;\n        transition: background 0.3s ease;\n    }\n\n    .ngo-card-body {\n        padding: 35px 30px;\n        background: #fff;\n    }\n\n    .ngo-card-body h3 {\n        margin: 0 0 12px 0;\n        font-size: 1.6rem;\n        font-weight: 800;\n        color: #0B3C5D;\n    }\n\n    .ngo-card-body p {\n        font-size: 1.05rem;\n        color: #444;\n        line-height: 1.6;\n        margin-bottom: 25px;\n    }\n\n    .ngo-action-btn {\n        font-weight: 800;\n        font-size: 0.85rem;\n        color: #F18F01;\n        text-transform: uppercase;\n        letter-spacing: 1.2px;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n    }\n\n    \/* 3D HOVER EFFECT *\/\n    .ngo-card:hover {\n        transform: rotateX(4deg) translateY(-15px);\n        box-shadow: 0 40px 80px rgba(11, 60, 93, 0.2);\n        border-color: #F18F01;\n    }\n\n    .ngo-card:hover .card-accent {\n        background: #F18F01;\n    }\n\n    .ngo-card:hover img {\n        transform: scale(1.05);\n    }\n<\/style>\n\n<div class=\"pillar-wrapper\">\n\n    <a href=\"https:\/\/codewatz.org\/education-support-program\/\" class=\"ngo-card\">\n        <div class=\"ngo-card-image\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"Holistic Education\">\n        <\/div>\n        <div class=\"card-accent\"><\/div>\n        <div class=\"ngo-card-body\">\n            <h3>Holistic Education<\/h3>\n            <p>From primary school kits to classroom renovations, we remove the material and systemic barriers that stand between a child and their future.<\/p>\n            <div class=\"ngo-action-btn\">\n                Learn More <span>\u2192<\/span>\n            <\/div>\n        <\/div>\n    <\/a>\n\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Holistic Education From primary school kits to classroom renovations, we remove the material and systemic barriers that stand between a child and their future. Learn More \u2192 Holistic Education From [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"give_campaign_id":0,"footnotes":""},"class_list":["post-8923","page","type-page","status-publish","hentry","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Us2 - CODEWA<\/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:\/\/codewatz.org\/fr\/about-us2\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us2 - CODEWA\" \/>\n<meta property=\"og:description\" content=\"Holistic Education From primary school kits to classroom renovations, we remove the material and systemic barriers that stand between a child and their future. Learn More \u2192 Holistic Education From [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/about-us2\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-05T06:36:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"36 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/\",\"name\":\"About Us2 - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/head1.jpg\",\"datePublished\":\"2021-05-10T01:13:04+00:00\",\"dateModified\":\"2026-01-05T06:36:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/head1.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/head1.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/about-us2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us2\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\",\"url\":\"https:\\\/\\\/codewatz.org\\\/\",\"name\":\"CODEWA\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codewatz.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#organization\",\"name\":\"CODEWA\",\"url\":\"https:\\\/\\\/codewatz.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/CODEWA-Logo4.png\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/06\\\/CODEWA-Logo4.png\",\"width\":384,\"height\":130,\"caption\":\"CODEWA\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Us2 - CODEWA","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:\/\/codewatz.org\/fr\/about-us2\/","og_locale":"fr_FR","og_type":"article","og_title":"About Us2 - CODEWA","og_description":"Holistic Education From primary school kits to classroom renovations, we remove the material and systemic barriers that stand between a child and their future. Learn More \u2192 Holistic Education From [&hellip;]","og_url":"https:\/\/codewatz.org\/fr\/about-us2\/","og_site_name":"CODEWA","article_modified_time":"2026-01-05T06:36:37+00:00","og_image":[{"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"36 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/about-us2\/","url":"https:\/\/codewatz.org\/about-us2\/","name":"About Us2 - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/about-us2\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/about-us2\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg","datePublished":"2021-05-10T01:13:04+00:00","dateModified":"2026-01-05T06:36:37+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/about-us2\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/about-us2\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/about-us2\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/about-us2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"About Us2"}]},{"@type":"WebSite","@id":"https:\/\/codewatz.org\/#website","url":"https:\/\/codewatz.org\/","name":"CODEWA","description":"","publisher":{"@id":"https:\/\/codewatz.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codewatz.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/codewatz.org\/#organization","name":"CODEWA","url":"https:\/\/codewatz.org\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/#\/schema\/logo\/image\/","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/06\/CODEWA-Logo4.png","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/06\/CODEWA-Logo4.png","width":384,"height":130,"caption":"CODEWA"},"image":{"@id":"https:\/\/codewatz.org\/#\/schema\/logo\/image\/"}}]}},"campaignId":"","_links":{"self":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages\/8923","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/comments?post=8923"}],"version-history":[{"count":68,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages\/8923\/revisions"}],"predecessor-version":[{"id":28761,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/pages\/8923\/revisions\/28761"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=8923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}