{"id":30008,"date":"2026-05-19T13:31:00","date_gmt":"2026-05-19T13:31:00","guid":{"rendered":"https:\/\/codewatz.org\/?post_type=give_posts&#038;p=30008"},"modified":"2026-05-21T16:36:18","modified_gmt":"2026-05-21T16:36:18","slug":"30008","status":"publish","type":"give_posts","link":"https:\/\/codewatz.org\/fr\/give_posts\/30008\/","title":{"rendered":"The Zero Dropout Fund: The Essential School Kit"},"content":{"rendered":"<!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<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   ZERO DROPOUT FUND \u2014 PART 1\n   CODEWA Brand + SDG 4 Quality Education accent (#C5192D)\n   Font: Playfair Display (headlines) + DM Sans (body)\n   ============================================================ *\/\n\n:root {\n  --navy:       #0B3C5D;\n  --orange:     #F18F01;\n  --sdg4:       #C5192D;\n  --sdg4-light: #fdf0f2;\n  --white:      #ffffff;\n  --off-white:  #f8f9fb;\n  --slate:      #475569;\n  --light:      #e8edf2;\n  --gold:       #FFD43B;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.zdf-wrap {\n  font-family: 'DM Sans', sans-serif;\n  color: var(--navy);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 HERO BANNER \u2500\u2500 *\/\n.zdf-hero {\n  background: var(--navy);\n  padding: 70px 30px 60px;\n  position: relative;\n  overflow: hidden;\n}\n\n.zdf-hero::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 320px; height: 320px;\n  background: radial-gradient(circle, rgba(241,143,1,0.18) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n.zdf-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -40px; left: -40px;\n  width: 220px; height: 220px;\n  background: radial-gradient(circle, rgba(197,25,45,0.12) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n.zdf-hero-inner {\n  max-width: 860px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.zdf-sdg-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--sdg4);\n  color: var(--white);\n  padding: 8px 18px;\n  border-radius: 100px;\n  font-size: 0.75rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 28px;\n}\n\n.zdf-sdg-badge span {\n  background: rgba(255,255,255,0.25);\n  padding: 2px 8px;\n  border-radius: 100px;\n  font-weight: 700;\n}\n\n.zdf-hero h1 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(2rem, 5vw, 3.4rem);\n  font-weight: 900;\n  color: var(--white);\n  line-height: 1.15;\n  margin-bottom: 10px;\n}\n\n.zdf-hero h1 em {\n  font-style: italic;\n  color: var(--orange);\n}\n\n.zdf-hero-sub {\n  font-size: 1rem;\n  color: rgba(255,255,255,0.65);\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  font-weight: 500;\n  margin-top: 20px;\n}\n\n.zdf-hero-divider {\n  width: 60px;\n  height: 3px;\n  background: var(--orange);\n  margin: 22px 0;\n  border-radius: 2px;\n}\n\n\/* \u2500\u2500 OPENING STORY \u2500\u2500 *\/\n.zdf-story {\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 70px 30px 20px;\n}\n\n.zdf-section-tag {\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg4);\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.zdf-section-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg4);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n.zdf-story h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.6rem, 4vw, 2.4rem);\n  font-weight: 700;\n  line-height: 1.25;\n  color: var(--navy);\n  margin-bottom: 30px;\n}\n\n.zdf-story p {\n  font-size: 1.08rem;\n  line-height: 1.85;\n  color: var(--slate);\n  margin-bottom: 22px;\n}\n\n.zdf-pull-quote {\n  border-left: 5px solid var(--orange);\n  padding: 20px 28px;\n  margin: 38px 0;\n  background: #fffbf5;\n  border-radius: 0 16px 16px 0;\n}\n\n.zdf-pull-quote p {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 1.25rem;\n  color: var(--navy);\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* \u2500\u2500 BARRIER SECTION \u2500\u2500 *\/\n.zdf-barrier {\n  background: var(--navy);\n  padding: 70px 30px;\n  margin-top: 60px;\n  position: relative;\n  overflow: hidden;\n}\n\n.zdf-barrier::before {\n  content: '\"';\n  position: absolute;\n  top: -20px; right: 40px;\n  font-family: 'Playfair Display', serif;\n  font-size: 280px;\n  color: rgba(255,255,255,0.03);\n  line-height: 1;\n  pointer-events: none;\n}\n\n.zdf-barrier-inner {\n  max-width: 860px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.zdf-barrier .zdf-section-tag {\n  color: var(--orange);\n}\n\n.zdf-barrier .zdf-section-tag::after {\n  background: var(--orange);\n}\n\n.zdf-barrier h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.6rem, 4vw, 2.4rem);\n  color: var(--white);\n  font-weight: 700;\n  line-height: 1.25;\n  margin-bottom: 30px;\n}\n\n.zdf-barrier p {\n  font-size: 1.05rem;\n  line-height: 1.85;\n  color: rgba(255,255,255,0.8);\n  margin-bottom: 20px;\n}\n\n.zdf-barrier-quote {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.12);\n  border-left: 5px solid var(--orange);\n  padding: 24px 28px;\n  border-radius: 0 16px 16px 0;\n  margin-top: 36px;\n}\n\n.zdf-barrier-quote p {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 1.2rem;\n  color: var(--white);\n  margin: 0 0 12px;\n}\n\n.zdf-barrier-quote cite {\n  font-size: 0.82rem;\n  color: var(--orange);\n  font-style: normal;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* \u2500\u2500 THREE PILLARS \u2500\u2500 *\/\n.zdf-pillars {\n  max-width: 860px;\n  margin: 0 auto;\n  padding: 70px 30px;\n}\n\n.zdf-pillars h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.6rem, 4vw, 2.4rem);\n  color: var(--navy);\n  font-weight: 700;\n  margin-bottom: 12px;\n}\n\n.zdf-pillars > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 700px;\n}\n\n.zdf-pillar-card {\n  display: flex;\n  gap: 28px;\n  padding: 36px;\n  border-radius: 20px;\n  margin-bottom: 24px;\n  border: 1px solid var(--light);\n  background: var(--white);\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.zdf-pillar-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 5px;\n  height: 100%;\n  background: var(--orange);\n  border-radius: 4px 0 0 4px;\n}\n\n.zdf-pillar-card:nth-child(3)::before { background: var(--sdg4); }\n.zdf-pillar-card:nth-child(4)::before { background: var(--navy); }\n\n.zdf-pillar-card:hover {\n  transform: translateX(6px);\n  box-shadow: 0 12px 40px rgba(11,60,93,0.08);\n}\n\n.zdf-pillar-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 3.5rem;\n  font-weight: 900;\n  color: var(--light);\n  line-height: 1;\n  min-width: 60px;\n  text-align: center;\n  margin-top: -4px;\n}\n\n.zdf-pillar-body h3 {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.3rem;\n  color: var(--navy);\n  font-weight: 700;\n  margin-bottom: 6px;\n}\n\n.zdf-pillar-body .zdf-pillar-sub {\n  font-size: 0.78rem;\n  font-weight: 600;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--orange);\n  margin-bottom: 14px;\n}\n\n.zdf-pillar-card:nth-child(3) .zdf-pillar-sub { color: var(--sdg4); }\n\n.zdf-pillar-body p {\n  font-size: 1rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 14px;\n}\n\n.zdf-pillar-items {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.zdf-pillar-items li {\n  font-size: 0.95rem;\n  color: var(--slate);\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  line-height: 1.5;\n}\n\n.zdf-pillar-items li::before {\n  content: '\u2713';\n  color: var(--orange);\n  font-weight: 700;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n.zdf-pillar-card:nth-child(3) .zdf-pillar-items li::before { color: var(--sdg4); }\n\n\/* \u2500\u2500 DONATION TABLE \u2500\u2500 *\/\n.zdf-table-section {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.zdf-table-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.zdf-table-inner h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.6rem, 4vw, 2.4rem);\n  color: var(--navy);\n  font-weight: 700;\n  margin-bottom: 12px;\n}\n\n.zdf-table-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 40px;\n  max-width: 680px;\n}\n\n.zdf-table-wrap {\n  overflow-x: auto;\n  border-radius: 20px;\n  box-shadow: 0 8px 40px rgba(11,60,93,0.08);\n}\n\ntable.zdf-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--white);\n  font-size: 0.95rem;\n}\n\ntable.zdf-table thead tr {\n  background: var(--navy);\n}\n\ntable.zdf-table thead th {\n  padding: 18px 22px;\n  text-align: left;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.7);\n}\n\ntable.zdf-table thead th:first-child { border-radius: 20px 0 0 0; }\ntable.zdf-table thead th:last-child  { border-radius: 0 20px 0 0; }\n\ntable.zdf-table tbody tr {\n  border-bottom: 1px solid var(--light);\n  transition: background 0.2s ease;\n}\n\ntable.zdf-table tbody tr:last-child { border-bottom: none; }\ntable.zdf-table tbody tr:hover { background: #fffbf5; }\n\ntable.zdf-table tbody tr.zdf-highlight {\n  background: #fffbf5;\n  border-left: 4px solid var(--orange);\n}\n\ntable.zdf-table tbody td {\n  padding: 18px 22px;\n  color: var(--slate);\n  line-height: 1.5;\n  vertical-align: top;\n}\n\ntable.zdf-table tbody td:first-child {\n  font-family: 'Playfair Display', serif;\n  font-size: 1.3rem;\n  font-weight: 700;\n  color: var(--navy);\n  white-space: nowrap;\n}\n\ntable.zdf-table tbody td:nth-child(2) {\n  font-weight: 600;\n  color: var(--navy);\n}\n\n.zdf-badge-pill {\n  display: inline-block;\n  padding: 3px 10px;\n  border-radius: 100px;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.zdf-badge-material  { background: #e8f4fd; color: #0B3C5D; }\n.zdf-badge-safety    { background: #fff3cd; color: #856404; }\n.zdf-badge-psych     { background: var(--sdg4-light); color: var(--sdg4); }\n.zdf-badge-all       { background: #e8f5e9; color: #2e7d32; }\n\n.zdf-star {\n  color: var(--orange);\n  margin-left: 4px;\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 640px) {\n  .zdf-pillar-card { flex-direction: column; gap: 16px; }\n  .zdf-pillar-num  { font-size: 2.5rem; min-width: auto; }\n  table.zdf-table thead th,\n  table.zdf-table tbody td { padding: 14px 14px; }\n}\n\n<\/style>\n\n<div class=\"zdf-wrap\">\n\n  <!-- \u2550\u2550 HERO \u2550\u2550 -->\n  <div class=\"zdf-hero\">\n    <div class=\"zdf-hero-inner\">\n      <div class=\"zdf-sdg-badge\">\n        <span>SDG 4<\/span> Quality Education\n      <\/div>\n      <h1>The School Door Was Open.<br><em>But Amina Could Not Walk Through It.<\/em><\/h1>\n      <div class=\"zdf-hero-divider\"><\/div>\n      <p class=\"zdf-hero-sub\">Education & Access \u00a0\u00b7\u00a0 The Zero Dropout Fund<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 OPENING STORY \u2550\u2550 -->\n  <div class=\"zdf-story\">\n    <div class=\"zdf-section-tag\">The Story Behind the Fund<\/div>\n    <h2>One Kit. One Child. One Year of School.<\/h2>\n\n    <p>The school is less than two kilometres from Amina\u2019s home. She can see it from her front door \u2014 the blue gate, the courtyard, the sound of children reciting lessons in the morning air.<\/p>\n\n    <p>But Amina has not been inside for three months. Not because she does not want to learn. Not because her family does not care. But because the school requires a uniform, a pair of leather shoes, and a set of exercise books \u2014 and her mother, who sells charcoal by the roadside, cannot afford all three at once.<\/p>\n\n    <p>So Amina waits. She watches the gate from a distance. And every morning that passes without her inside a classroom is a morning that widens the gap between where she is and where she could be.<\/p>\n\n    <div class=\"zdf-pull-quote\">\n      <p>\u201cWe gave her the kit on a Friday. She was at school the following Monday \u2014 and she has not missed a single day since.\u201d<\/p>\n    <\/div>\n\n    <p>Tanzania abolished school fees years ago. On paper, every child can attend school for free. In practice, the hidden costs \u2014 uniforms, shoes, stationery, sanitary supplies \u2014 remain an impassable wall for the poorest families. For a family surviving on less than $2 a day, a basic school kit is a month\u2019s income.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 BARRIER SECTION \u2550\u2550 -->\n  <div class=\"zdf-barrier\">\n    <div class=\"zdf-barrier-inner\">\n      <div class=\"zdf-section-tag\">The Hidden Cost of Free Education<\/div>\n      <h2>Three Barriers. One Holistic Response.<\/h2>\n\n      <p>At CODEWA, we know that removing one barrier while leaving the others in place is not enough. A child who receives a school kit but still walks 15km on an empty stomach will still fall behind. A child who arrives safely but carries the invisible weight of self-doubt will still struggle to thrive.<\/p>\n\n      <p>The Zero Dropout Fund addresses education through three interlocking pillars \u2014 because a child\u2019s right to learn is not just about fees. It is about dignity, safety, and belief.<\/p>\n\n      <div class=\"zdf-barrier-quote\">\n        <p>\u201cWhen you change a child\u2019s perspective, you change their destiny.\u201d<\/p>\n        <cite>CODEWA Education Framework<\/cite>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 THREE PILLARS \u2550\u2550 -->\n  <div class=\"zdf-pillars\">\n    <div class=\"zdf-section-tag\">Our Three-Pillar Strategy<\/div>\n    <h2>From Barrier to Breakthrough<\/h2>\n    <p>Every component of the Zero Dropout Fund is designed to remove a specific, documented barrier that keeps vulnerable children out of school in Tabora.<\/p>\n\n    <!-- PILLAR 1 -->\n    <div class=\"zdf-pillar-card\">\n      <div class=\"zdf-pillar-num\">01<\/div>\n      <div class=\"zdf-pillar-body\">\n        <div class=\"zdf-pillar-sub\">Material & Financial Dignity<\/div>\n        <h3>The Pathway: Removing the Shame of Lack<\/h3>\n        <p>A prepared child is a confident child. We remove the material barriers that keep vulnerable youth at home \u2014 not with pity, but with the tools every child deserves.<\/p>\n        <ul class=\"zdf-pillar-items\">\n          <li>Scholarships and exam fee coverage for orphans and vulnerable learners<\/li>\n          <li>Comprehensive school kits \u2014 uniforms, shoes, bags, and stationery<\/li>\n          <li>Dignity Kits for adolescent girls \u2014 reusable pads, soap, and washbag<\/li>\n          <li>1-on-1 academic mentorship and goal-setting support<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- PILLAR 2 -->\n    <div class=\"zdf-pillar-card\">\n      <div class=\"zdf-pillar-num\">02<\/div>\n      <div class=\"zdf-pillar-body\">\n        <div class=\"zdf-pillar-sub\">Transportation & Safety<\/div>\n        <h3>The Shield: A Bicycle Is Not Just Transport<\/h3>\n        <p>For many students in Tabora, the journey to school is a 15km walk \u2014 two hours each way, in the dark, on isolated roads. Our bicycle programme turns that daily danger into a safe, 20-minute ride.<\/p>\n        <ul class=\"zdf-pillar-items\">\n          <li>Bicycles cut travel time by 80%, preserving energy for the classroom<\/li>\n          <li>Protects girls from roadside harassment and exploitation<\/li>\n          <li>Directly reduces teenage pregnancy and early school dropout<\/li>\n          <li>40% increase in attendance recorded among bicycle recipients<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <!-- PILLAR 3 -->\n    <div class=\"zdf-pillar-card\">\n      <div class=\"zdf-pillar-num\">03<\/div>\n      <div class=\"zdf-pillar-body\">\n        <div class=\"zdf-pillar-sub\">Early Childhood Education & Aspiration<\/div>\n        <h3>The Foundation: The First Five Years Determine Everything<\/h3>\n        <p>The trajectory of a child\u2019s entire academic life is set before they enter primary school. We invest in that start \u2014 in the spaces, the play kits, and the caregivers who shape it.<\/p>\n        <ul class=\"zdf-pillar-items\">\n          <li>Bright, child-friendly ECD spaces with creative learning corners<\/li>\n          <li>Play-based learning kits that spark early literacy and problem-solving<\/li>\n          <li>Caregiver and educator training in early childhood stimulation<\/li>\n          <li>100% of ECD graduates enter primary school with foundational literacy<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n  <\/div>\n\n  <!-- \u2550\u2550 DONATION TABLE \u2550\u2550 -->\n  <div class=\"zdf-table-section\">\n    <div class=\"zdf-table-inner\">\n      <div class=\"zdf-section-tag\">What Your Donation Does<\/div>\n      <h2>Every Gift. A Named Impact.<\/h2>\n      <p>Every contribution to the Zero Dropout Fund is mapped directly to one of our three pillars \u2014 so you know exactly what your gift makes possible.<\/p>\n\n      <div class=\"zdf-table-wrap\">\n        <table class=\"zdf-table\">\n          <thead>\n            <tr>\n              <th>Amount<\/th>\n              <th>Gift Name<\/th>\n              <th>Pillar<\/th>\n              <th>What It Does<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>\u20ac25<\/td>\n              <td>The Stationery Pack<\/td>\n              <td><span class=\"zdf-badge-pill zdf-badge-material\">Material Dignity<\/span><\/td>\n              <td>Exercise books, pens, and a mathematical set \u2014 the basics that let a child do the work.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac50<small>\/mo<\/small><\/td>\n              <td>Reclaim 60 Days<\/td>\n              <td><span class=\"zdf-badge-pill zdf-badge-material\">Material Dignity<\/span><\/td>\n              <td>A full year\u2019s Dignity Kit \u2014 reusable pads, soap, and bag \u2014 so no girl loses 60 school days to an unaffordable biological cycle.<\/td>\n            <\/tr>\n            <tr class=\"zdf-highlight\">\n              <td>\u20ac100<\/td>\n              <td>The Full Access Kit <span class=\"zdf-star\">\u2605<\/span><\/td>\n              <td><span class=\"zdf-badge-pill zdf-badge-material\">Material Dignity<\/span><\/td>\n              <td>Complete uniform, shoes, bag, and stationery. One child fully equipped and walking through the school door for an entire year.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac120<\/td>\n              <td>The Walk to School Bicycle<\/td>\n              <td><span class=\"zdf-badge-pill zdf-badge-safety\">Safety & Protection<\/span><\/td>\n              <td>A sturdy bicycle turning a dangerous 2-hour trek into a safe 30-minute ride. Protects girls from exploitation and arrives students at school ready to learn.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac155<\/td>\n              <td>The Mentorship Year<\/td>\n              <td><span class=\"zdf-badge-pill zdf-badge-psych\">Psychology<\/span><\/td>\n              <td>One child\u2019s full year of 1-on-1 academic mentorship and ECD play kit support \u2014 the goal-setting and belief-building that turns a supplied child into a self-driven leader.<\/td>\n            <\/tr>\n            <tr>\n              <td>Any<\/td>\n              <td>Your Own Gift<\/td>\n              <td><span class=\"zdf-badge-pill zdf-badge-all\">All Pillars<\/span><\/td>\n              <td>Every contribution helps open the school door, keep it open, and ensure the child walking through it believes they belong there.<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/div>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-3 is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"600\" data-id=\"29112\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13.jpg\" alt=\"\" class=\"wp-image-29112\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13.jpg 800w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13-300x225.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13-768x576.jpg 768w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13-16x12.jpg 16w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/13-600x450.jpg 600w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\"><img decoding=\"async\" width=\"540\" height=\"420\" data-id=\"26795\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg\" alt=\"\" class=\"wp-image-26795\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1.jpg 540w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/head1-300x233.jpg 300w\" sizes=\"(max-width: 540px) 100vw, 540px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/13-3.jpg\"><img decoding=\"async\" width=\"610\" height=\"405\" data-id=\"26383\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/13-3.jpg\" alt=\"\" class=\"wp-image-26383\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/13-3.jpg 610w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/13-3-600x398.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/13-3-300x199.jpg 300w\" sizes=\"(max-width: 610px) 100vw, 610px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   ZERO DROPOUT FUND \u2014 PART 2\n   CODEWA Brand + SDG 4 Quality Education accent (#C5192D)\n   ============================================================ *\/\n\n:root {\n  --navy:       #0B3C5D;\n  --orange:     #F18F01;\n  --sdg4:       #C5192D;\n  --sdg4-light: #fdf0f2;\n  --white:      #ffffff;\n  --off-white:  #f8f9fb;\n  --slate:      #475569;\n  --light:      #e8edf2;\n  --gold:       #FFD43B;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.zdf2-wrap {\n  font-family: 'DM Sans', sans-serif;\n  color: var(--navy);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.zdf2-tag {\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg4);\n  margin-bottom: 18px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.zdf2-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg4);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 IMPACT STATS \u2500\u2500 *\/\n.zdf2-impact {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.zdf2-impact-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n\n.zdf2-impact-inner h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.6rem, 4vw, 2.4rem);\n  color: var(--navy);\n  font-weight: 700;\n  margin-bottom: 12px;\n}\n\n.zdf2-impact-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 680px;\n}\n\n.zdf2-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: 20px;\n  margin-bottom: 50px;\n}\n\n.zdf2-stat-card {\n  background: var(--white);\n  border-radius: 20px;\n  padding: 32px 24px;\n  text-align: center;\n  border: 1px solid var(--light);\n  transition: transform 0.3s ease, border-color 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.zdf2-stat-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 100%; height: 4px;\n  background: var(--orange);\n}\n\n.zdf2-stat-card:nth-child(2)::after { background: var(--sdg4); }\n.zdf2-stat-card:nth-child(3)::after { background: var(--navy); }\n.zdf2-stat-card:nth-child(4)::after { background: #2e7d32; }\n.zdf2-stat-card:nth-child(5)::after { background: var(--orange); }\n\n.zdf2-stat-card:hover {\n  transform: translateY(-6px);\n  border-color: var(--orange);\n}\n\n.zdf2-stat-num {\n  font-family: 'Playfair Display', serif;\n  font-size: 2.6rem;\n  font-weight: 900;\n  color: var(--navy);\n  display: block;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.zdf2-stat-label {\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  color: var(--slate);\n  line-height: 1.4;\n}\n\n\/* attribution *\/\n.zdf2-attr {\n  font-size: 0.82rem;\n  color: #94a3b8;\n  font-style: italic;\n  line-height: 1.6;\n  text-align: center;\n  padding: 0 20px;\n  margin-top: 10px;\n}\n\n\/* outcomes grid *\/\n.zdf2-outcomes {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  margin-top: 48px;\n}\n\n.zdf2-outcome-item {\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n  padding: 24px;\n  background: var(--white);\n  border-radius: 16px;\n  border: 1px solid var(--light);\n}\n\n.zdf2-outcome-icon {\n  font-size: 1.6rem;\n  flex-shrink: 0;\n  margin-top: 2px;\n}\n\n.zdf2-outcome-item h4 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 6px;\n}\n\n.zdf2-outcome-item p {\n  font-size: 0.92rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 CLOSING STORY \u2500\u2500 *\/\n.zdf2-close {\n  background: var(--navy);\n  padding: 80px 30px;\n  position: relative;\n  overflow: hidden;\n}\n\n.zdf2-close::before {\n  content: '';\n  position: absolute;\n  top: -80px; right: -80px;\n  width: 400px; height: 400px;\n  background: radial-gradient(circle, rgba(241,143,1,0.12) 0%, transparent 65%);\n  border-radius: 50%;\n}\n\n.zdf2-close::after {\n  content: '';\n  position: absolute;\n  bottom: -60px; left: -60px;\n  width: 300px; height: 300px;\n  background: radial-gradient(circle, rgba(197,25,45,0.1) 0%, transparent 65%);\n  border-radius: 50%;\n}\n\n.zdf2-close-inner {\n  max-width: 860px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.zdf2-close .zdf2-tag {\n  color: var(--orange);\n}\n.zdf2-close .zdf2-tag::after { background: var(--orange); }\n\n.zdf2-close h2 {\n  font-family: 'Playfair Display', serif;\n  font-size: clamp(1.8rem, 4vw, 2.6rem);\n  color: var(--white);\n  font-weight: 900;\n  line-height: 1.2;\n  margin-bottom: 30px;\n}\n\n.zdf2-close h2 em {\n  font-style: italic;\n  color: var(--orange);\n}\n\n.zdf2-close p {\n  font-size: 1.08rem;\n  color: rgba(255,255,255,0.82);\n  line-height: 1.85;\n  margin-bottom: 22px;\n}\n\n.zdf2-close-quote {\n  border-left: 5px solid var(--orange);\n  padding: 22px 28px;\n  background: rgba(255,255,255,0.05);\n  border-radius: 0 16px 16px 0;\n  margin: 36px 0;\n}\n\n.zdf2-close-quote p {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 1.25rem;\n  color: var(--white);\n  margin: 0;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 CTA STRIP \u2500\u2500 *\/\n.zdf2-cta-strip {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n  margin-top: 42px;\n}\n\n.zdf2-cta-strip p {\n  width: 100%;\n  font-size: 1rem;\n  color: rgba(255,255,255,0.7);\n  margin: 0;\n}\n\n.zdf2-cta-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  padding: 14px 28px;\n  border-radius: 100px;\n  font-size: 0.9rem;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  letter-spacing: 0.5px;\n}\n\n.zdf2-cta-primary {\n  background: var(--orange);\n  color: var(--white);\n}\n\n.zdf2-cta-primary:hover {\n  background: #d67d01;\n  transform: translateY(-3px);\n  box-shadow: 0 12px 30px rgba(241,143,1,0.35);\n}\n\n.zdf2-cta-secondary {\n  background: transparent;\n  color: var(--white);\n  border: 2px solid rgba(255,255,255,0.3);\n}\n\n.zdf2-cta-secondary:hover {\n  border-color: var(--white);\n  background: rgba(255,255,255,0.08);\n  transform: translateY(-3px);\n}\n\n\/* \u2500\u2500 PROGRAMME LINK FOOTER \u2500\u2500 *\/\n.zdf2-footer-link {\n  background: var(--white);\n  padding: 40px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.zdf2-footer-link-inner {\n  max-width: 860px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n\n.zdf2-footer-link p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.6;\n  max-width: 520px;\n}\n\n.zdf2-footer-link a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--navy);\n  font-weight: 700;\n  font-size: 0.9rem;\n  text-decoration: none;\n  border-bottom: 2px solid var(--orange);\n  padding-bottom: 2px;\n  white-space: nowrap;\n  transition: color 0.2s ease;\n}\n\n.zdf2-footer-link a:hover { color: var(--orange); }\n\n\/* \u2500\u2500 SDG STAMP \u2500\u2500 *\/\n.zdf2-sdg-stamp {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  background: var(--sdg4-light);\n  border: 1px solid rgba(197,25,45,0.2);\n  padding: 12px 20px;\n  border-radius: 12px;\n  margin-top: 40px;\n}\n\n.zdf2-sdg-stamp .sdg-box {\n  width: 40px; height: 40px;\n  background: var(--sdg4);\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  font-size: 1rem;\n  color: var(--white);\n  flex-shrink: 0;\n}\n\n.zdf2-sdg-stamp p {\n  margin: 0;\n  font-size: 0.82rem;\n  color: var(--sdg4);\n  font-weight: 600;\n  line-height: 1.4;\n}\n\n.zdf2-sdg-stamp strong {\n  display: block;\n  font-size: 0.92rem;\n}\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 640px) {\n  .zdf2-outcomes { grid-template-columns: 1fr; }\n  .zdf2-footer-link-inner { flex-direction: column; align-items: flex-start; }\n  .zdf2-cta-pill { width: 100%; justify-content: center; }\n}\n\n<\/style>\n\n<div class=\"zdf2-wrap\">\n\n  <!-- \u2550\u2550 IMPACT STATS \u2550\u2550 -->\n  <div class=\"zdf2-impact\">\n    <div class=\"zdf2-impact-inner\">\n      <div class=\"zdf2-tag\">What We Know Works<\/div>\n      <h2>Outcomes Tracked Since 2015<\/h2>\n      <p>These are not projections. They are outcomes documented across our partner schools and beneficiary records since the Holistic Education and Access programme launched in Tabora.<\/p>\n\n      <div class=\"zdf2-stats-grid\">\n        <div class=\"zdf2-stat-card\">\n          <span class=\"zdf2-stat-num\">92%<\/span>\n          <span class=\"zdf2-stat-label\">Transition Rate to Next Level<\/span>\n        <\/div>\n        <div class=\"zdf2-stat-card\">\n          <span class=\"zdf2-stat-num\">85%<\/span>\n          <span class=\"zdf2-stat-label\">Higher Attendance vs National Average<\/span>\n        <\/div>\n        <div class=\"zdf2-stat-card\">\n          <span class=\"zdf2-stat-num\">Zero<\/span>\n          <span class=\"zdf2-stat-label\">Financial Dropouts Among Kit Recipients<\/span>\n        <\/div>\n        <div class=\"zdf2-stat-card\">\n          <span class=\"zdf2-stat-num\">40%<\/span>\n          <span class=\"zdf2-stat-label\">Attendance Increase Among Bicycle Recipients<\/span>\n        <\/div>\n        <div class=\"zdf2-stat-card\">\n          <span class=\"zdf2-stat-num\">100%<\/span>\n          <span class=\"zdf2-stat-label\">ECD Graduates with Foundational Literacy<\/span>\n        <\/div>\n      <\/div>\n\n      <p class=\"zdf2-attr\">Data compiled from internal monitoring reports, partner school attendance records, and longitudinal beneficiary tracking since the Holistic Education and Access programme launch in 2015.<\/p>\n\n      <div class=\"zdf2-outcomes\">\n        <div class=\"zdf2-outcome-item\">\n          <div class=\"zdf2-outcome-icon\">\u2728<\/div>\n          <div>\n            <h4>Une Confiance Renouvel\u00e9e<\/h4>\n            <p>Students once silent and invisible are now leading school clubs, speaking up in classrooms, and driving community initiatives.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"zdf2-outcome-item\">\n          <div class=\"zdf2-outcome-icon\">\ud83c\udf31<\/div>\n          <div>\n            <h4>Changement G\u00e9n\u00e9rationnel<\/h4>\n            <p>Families moving from survival mode to investment mode \u2014 prioritising long-term education as the primary path out of poverty.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"zdf2-outcome-item\">\n          <div class=\"zdf2-outcome-icon\">\ud83d\udee1\ufe0f<\/div>\n          <div>\n            <h4>R\u00e9duction des Risques pour les Jeunes Filles<\/h4>\n            <p>Significant drop in teenage pregnancies and exploitation among beneficiaries with bicycles and safe transit support.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"zdf2-outcome-item\">\n          <div class=\"zdf2-outcome-icon\">\ud83c\udf93<\/div>\n          <div>\n            <h4>Performance Acad\u00e9mique<\/h4>\n            <p>With physical exhaustion removed and material needs met, academic performance has soared across all partner schools.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 CLOSING STORY \u2550\u2550 -->\n  <div class=\"zdf2-close\">\n    <div class=\"zdf2-close-inner\">\n\n      <div class=\"zdf2-tag\">Amina\u2019s Monday<\/div>\n      <h2>She Arrived Before<br><em>the Gate Opened.<\/em><\/h2>\n\n      <p>We cannot share Amina\u2019s full name. But we can tell you what happened the Monday after her family received the school kit.<\/p>\n\n      <p>She arrived before the gate opened. She sat in the front row. Her teacher told us she answered every question.<\/p>\n\n      <div class=\"zdf2-close-quote\">\n        <p>\u201cThat is what a uniform, a pair of shoes, and a set of exercise books can do. Not just for a child \u2014 but for a family\u2019s belief that the future is still possible for them.\u201d<\/p>\n      <\/div>\n\n      <p>Right now, there are children in Tabora who can see the school gate but cannot walk through it. Your donation to the Zero Dropout Fund is the key.<\/p>\n\n      <p>Give \u20ac25 and keep one child in school for a year. Give \u20ac120 and shield a girl from a dangerous daily journey. Give \u20ac155 and give a child not just a seat in the classroom \u2014 but the belief that they deserve to be there.<\/p>\n\n      <div class=\"zdf2-sdg-stamp\">\n        <div class=\"sdg-box\">4<\/div>\n        <p><strong>SDG 4 \u2014 Quality Education<\/strong>Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all.<\/p>\n      <\/div>\n\n      <div class=\"zdf2-cta-strip\">\n        <p>Every gift is traceable, impactful, and life-changing.<\/p>\n        <a href=\"https:\/\/codewatz.org\/fr\/give_posts\/30008\/\" class=\"zdf2-cta-pill zdf2-cta-primary\">Donate to the Zero Dropout Fund<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/partner\/\" class=\"zdf2-cta-pill zdf2-cta-secondary\">Devenir partenaire<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 PROGRAMME LINK FOOTER \u2550\u2550 -->\n  <div class=\"zdf2-footer-link\">\n    <div class=\"zdf2-footer-link-inner\">\n      <p>To understand the full education strategy behind this fund \u2014 the three pillars, the evidence base, and the theory of change \u2014 visit the Holistic Education and Access programme page.<\/p>\n      <a href=\"https:\/\/codewatz.org\/fr\/education\/\">Explore the Programme \u2192<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Tuition is free in Tanzania. But a uniform books, and shoes are not. For \u20ac25, give one child everything they need to walk through the school door.<\/p>","protected":false},"featured_media":29097,"template":"","give_posts_category":[311,319],"give_posts_tag":[],"class_list":["post-30008","give_posts","type-give_posts","status-publish","has-post-thumbnail","hentry","give_posts_category-children","give_posts_category-education","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Zero Dropout Fund: The Essential School Kit - 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\/give_posts\/30008\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Zero Dropout Fund: The Essential School Kit - CODEWA\" \/>\n<meta property=\"og:description\" content=\"Tuition is free in Tanzania. But a uniform books, and shoes are not. For \u20ac25, give one child everything they need to walk through the school door.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/give_posts\/30008\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T16:36:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/4.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1333\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/\",\"name\":\"The Zero Dropout Fund: The Essential School Kit - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/4.jpg\",\"datePublished\":\"2026-05-19T13:31:00+00:00\",\"dateModified\":\"2026-05-21T16:36:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/4.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/4.jpg\",\"width\":2000,\"height\":1333},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30008\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Zero Dropout Fund: The Essential School Kit\"}]},{\"@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":"The Zero Dropout Fund: The Essential School Kit - 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\/give_posts\/30008\/","og_locale":"fr_FR","og_type":"article","og_title":"The Zero Dropout Fund: The Essential School Kit - CODEWA","og_description":"Tuition is free in Tanzania. But a uniform books, and shoes are not. For \u20ac25, give one child everything they need to walk through the school door.","og_url":"https:\/\/codewatz.org\/fr\/give_posts\/30008\/","og_site_name":"CODEWA","article_modified_time":"2026-05-21T16:36:18+00:00","og_image":[{"width":2000,"height":1333,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/4.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/give_posts\/30008\/","url":"https:\/\/codewatz.org\/give_posts\/30008\/","name":"The Zero Dropout Fund: The Essential School Kit - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/give_posts\/30008\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/give_posts\/30008\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/4.jpg","datePublished":"2026-05-19T13:31:00+00:00","dateModified":"2026-05-21T16:36:18+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/give_posts\/30008\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/give_posts\/30008\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/give_posts\/30008\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/4.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/01\/4.jpg","width":2000,"height":1333},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/give_posts\/30008\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"The Zero Dropout Fund: The Essential School Kit"}]},{"@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\/"}}]}},"_links":{"self":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts\/30008","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts"}],"about":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/types\/give_posts"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media\/29097"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30008"}],"wp:term":[{"taxonomy":"give_posts_category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_category?post=30008"},{"taxonomy":"give_posts_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_tag?post=30008"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}