{"id":30170,"date":"2026-05-16T17:53:20","date_gmt":"2026-05-16T17:53:20","guid":{"rendered":"https:\/\/codewatz.org\/?post_type=give_posts&#038;p=30170"},"modified":"2026-05-21T18:01:20","modified_gmt":"2026-05-21T18:01:20","slug":"30170","status":"publish","type":"give_posts","link":"https:\/\/codewatz.org\/fr\/give_posts\/30170\/","title":{"rendered":"Capability Fund"},"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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   THE CAPABILITY FUND \u2014 PART 1\n   CODEWA Brand + SDG 8 Decent Work & Economic Growth (#A21942)\n                  + SDG 5 Gender Equality (#FF3A21)\n   Font: Libre Baskerville (headlines) + Plus Jakarta Sans (body)\n   Bold, forward-looking, digital-economy feel\n   ============================================================ *\/\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg8:        #A21942;\n  --sdg5:        #FF3A21;\n  --sdg8-light:  #fff5f7;\n  --sdg8-mid:    #ffc4d0;\n  --digital:     #6366f1;\n  --digital-light: #eef2ff;\n  --white:       #ffffff;\n  --off-white:   #f9f8ff;\n  --slate:       #4b5563;\n  --light:       #e5e7eb;\n  --charcoal:    #111827;\n  --ink:         #1f1535;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.cf-wrap {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.cf-hero {\n  background: var(--ink);\n  padding: 75px 30px 65px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* grid lines \u2014 digital feel *\/\n.cf-hero-grid {\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(rgba(99,102,241,0.08) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(99,102,241,0.08) 1px, transparent 1px);\n  background-size: 48px 48px;\n  pointer-events: none;\n}\n\n.cf-hero::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 500px 350px at 90% 30%, rgba(162,25,66,0.22) 0%, transparent 70%),\n    radial-gradient(ellipse 300px 200px at 10% 80%, rgba(99,102,241,0.15) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.cf-hero-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.cf-sdg-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 30px;\n}\n\n.cf-sdg-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 7px 16px;\n  border-radius: 6px;\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--white);\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf-badge-8 { background: var(--sdg8); }\n.cf-badge-5 { background: var(--sdg5); }\n.cf-badge-4 { background: #C5192D; }\n\n.cf-sdg-badge span {\n  background: rgba(255,255,255,0.2);\n  padding: 2px 7px;\n  border-radius: 4px;\n  font-weight: 800;\n}\n\n.cf-hero h1 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.9rem, 5vw, 3.5rem);\n  font-weight: 900;\n  color: var(--white);\n  line-height: 1.1;\n  margin-bottom: 14px;\n  letter-spacing: -0.5px;\n}\n\n.cf-hero h1 em {\n  font-style: normal;\n  color: var(--sdg8-mid);\n  position: relative;\n}\n\n.cf-hero-divider {\n  width: 55px;\n  height: 3px;\n  background: var(--orange);\n  margin: 26px 0;\n  border-radius: 0;\n}\n\n.cf-hero-sub {\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.4);\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  font-weight: 600;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.cf-tag {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg8);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg8);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 OPENING STORY \u2500\u2500 *\/\n.cf-story {\n  max-width: 880px;\n  margin: 0 auto;\n  padding: 72px 30px 24px;\n}\n\n.cf-story h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  line-height: 1.18;\n  color: var(--navy);\n  margin-bottom: 28px;\n  letter-spacing: -0.3px;\n}\n\n.cf-story p {\n  font-size: 1.05rem;\n  line-height: 1.88;\n  color: var(--slate);\n  margin-bottom: 22px;\n}\n\n.cf-story strong { color: var(--charcoal); font-weight: 700; }\n\n\/* drawer callout *\/\n.cf-drawer-callout {\n  display: flex;\n  align-items: center;\n  gap: 24px;\n  background: var(--sdg8-light);\n  border: 1px solid var(--sdg8-mid);\n  border-radius: 16px;\n  padding: 28px 30px;\n  margin: 36px 0;\n  flex-wrap: wrap;\n}\n\n.cf-drawer-icon {\n  font-size: 2.8rem;\n  flex-shrink: 0;\n}\n\n.cf-drawer-callout h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.1rem;\n  font-weight: 800;\n  color: var(--sdg8);\n  margin-bottom: 6px;\n}\n\n.cf-drawer-callout p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* Fatuma hub moment *\/\n.cf-fatuma-hub {\n  background: var(--ink);\n  border-radius: 24px;\n  padding: 40px;\n  margin: 40px 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.cf-fatuma-hub::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(rgba(99,102,241,0.06) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(99,102,241,0.06) 1px, transparent 1px);\n  background-size: 32px 32px;\n  pointer-events: none;\n}\n\n.cf-fatuma-hub::after {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 280px; height: 280px;\n  background: radial-gradient(circle, rgba(162,25,66,0.2) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.cf-fatuma-hub blockquote {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.1rem, 2.5vw, 1.5rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.45;\n  margin-bottom: 20px;\n  position: relative;\n  z-index: 2;\n}\n\n.cf-fatuma-hub blockquote em {\n  color: var(--sdg8-mid);\n  font-style: normal;\n}\n\n.cf-fatuma-cite {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  position: relative;\n  z-index: 2;\n}\n\n.cf-fatuma-chip {\n  background: var(--sdg8);\n  color: var(--white);\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  padding: 5px 12px;\n  border-radius: 4px;\n}\n\n\/* \u2500\u2500 SIX FRICTION POINTS \u2500\u2500 *\/\n.cf-friction {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.cf-friction-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.cf-friction-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 10px;\n  letter-spacing: -0.3px;\n}\n\n.cf-friction-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.cf-friction-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 40px;\n}\n\n.cf-friction-card {\n  background: var(--white);\n  border-radius: 18px;\n  border: 1px solid var(--light);\n  padding: 26px 22px;\n  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.cf-friction-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 100%; height: 3px;\n  background: var(--sdg8);\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.3s ease;\n}\n\n.cf-friction-card:hover {\n  transform: translateY(-5px);\n  border-color: var(--sdg8);\n  box-shadow: 0 12px 36px rgba(162,25,66,0.08);\n}\n\n.cf-friction-card:hover::after { transform: scaleX(1); }\n\n.cf-friction-num {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 2rem;\n  font-weight: 900;\n  color: var(--light);\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.cf-friction-icon {\n  font-size: 1.5rem;\n  margin-bottom: 10px;\n  display: block;\n}\n\n.cf-friction-card h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 0.9rem;\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 8px;\n  letter-spacing: 0.2px;\n}\n\n.cf-friction-card p {\n  font-size: 0.88rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n\/* result banner *\/\n.cf-result-banner {\n  background: var(--sdg8);\n  border-radius: 16px;\n  padding: 22px 28px;\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  flex-wrap: wrap;\n}\n\n.cf-result-banner p {\n  font-size: 0.95rem;\n  font-weight: 600;\n  color: var(--white);\n  line-height: 1.5;\n  flex: 1;\n}\n\n.cf-result-banner strong { font-weight: 800; }\n.cf-result-icon { font-size: 1.6rem; flex-shrink: 0; }\n\n\/* \u2500\u2500 FIVE PILLARS \u2500\u2500 *\/\n.cf-pillars {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.cf-pillars-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.cf-pillars-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 10px;\n  letter-spacing: -0.3px;\n}\n\n.cf-pillars-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.cf-pillar {\n  display: grid;\n  grid-template-columns: 80px 1fr;\n  gap: 0;\n  margin-bottom: 16px;\n  border-radius: 18px;\n  overflow: hidden;\n  border: 1px solid var(--light);\n  transition: box-shadow 0.3s ease, transform 0.3s ease;\n}\n\n.cf-pillar:hover {\n  box-shadow: 0 12px 40px rgba(11,60,93,0.08);\n  transform: translateX(4px);\n}\n\n.cf-pillar-num-col {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.8rem;\n  font-weight: 900;\n  color: var(--white);\n  padding: 28px 0;\n}\n\n.cf-pillar:nth-child(1) .cf-pillar-num-col { background: var(--sdg8); }\n.cf-pillar:nth-child(2) .cf-pillar-num-col { background: var(--digital); }\n.cf-pillar:nth-child(3) .cf-pillar-num-col { background: var(--navy); }\n.cf-pillar:nth-child(4) .cf-pillar-num-col { background: var(--sdg5); }\n.cf-pillar:nth-child(5) .cf-pillar-num-col { background: #059669; }\n\n.cf-pillar-body {\n  background: var(--off-white);\n  padding: 24px 26px;\n}\n\n.cf-pillar-label {\n  font-size: 0.66rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 6px;\n  display: block;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf-pillar:nth-child(1) .cf-pillar-label { color: var(--sdg8); }\n.cf-pillar:nth-child(2) .cf-pillar-label { color: var(--digital); }\n.cf-pillar:nth-child(3) .cf-pillar-label { color: var(--navy); }\n.cf-pillar:nth-child(4) .cf-pillar-label { color: var(--sdg5); }\n.cf-pillar:nth-child(5) .cf-pillar-label { color: #059669; }\n\n.cf-pillar-body h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1rem;\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 8px;\n  letter-spacing: 0.2px;\n}\n\n.cf-pillar-body p {\n  font-size: 0.92rem;\n  color: var(--slate);\n  line-height: 1.68;\n  margin-bottom: 12px;\n}\n\n.cf-pillar-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n}\n\n.cf-pillar-tag {\n  font-size: 0.7rem;\n  font-weight: 600;\n  padding: 3px 10px;\n  border-radius: 4px;\n  background: var(--white);\n  border: 1px solid var(--light);\n  color: var(--slate);\n}\n\n\/* \u2500\u2500 DONATION TABLE \u2500\u2500 *\/\n.cf-table-section {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.cf-table-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.cf-table-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 10px;\n  letter-spacing: -0.3px;\n}\n\n.cf-table-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 40px;\n  max-width: 660px;\n}\n\n.cf-table-wrap {\n  overflow-x: auto;\n  border-radius: 16px;\n  box-shadow: 0 8px 40px rgba(11,60,93,0.06);\n}\n\ntable.cf-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--white);\n  font-size: 0.93rem;\n}\n\ntable.cf-table thead tr {\n  background: var(--ink);\n}\n\ntable.cf-table thead th {\n  padding: 18px 20px;\n  text-align: left;\n  font-size: 0.66rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.55);\n  font-family: 'Libre Baskerville', serif;\n}\n\ntable.cf-table thead th:first-child { border-radius: 16px 0 0 0; }\ntable.cf-table thead th:last-child  { border-radius: 0 16px 0 0; }\n\ntable.cf-table tbody tr {\n  border-bottom: 1px solid var(--light);\n  transition: background 0.2s ease;\n}\n\ntable.cf-table tbody tr:last-child { border-bottom: none; }\ntable.cf-table tbody tr:hover { background: var(--sdg8-light); }\n\ntable.cf-table tbody tr.cf-highlight {\n  background: var(--sdg8-light);\n  border-left: 3px solid var(--sdg8);\n}\n\ntable.cf-table tbody td {\n  padding: 18px 20px;\n  color: var(--slate);\n  line-height: 1.55;\n  vertical-align: top;\n}\n\ntable.cf-table tbody td:first-child {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.2rem;\n  font-weight: 800;\n  color: var(--sdg8);\n  white-space: nowrap;\n}\n\ntable.cf-table tbody td:nth-child(2) {\n  font-weight: 700;\n  color: var(--navy);\n}\n\n.cf-pill {\n  display: inline-block;\n  padding: 3px 10px;\n  border-radius: 4px;\n  font-size: 0.64rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf-pill-digital  { background: var(--digital-light); color: var(--digital); }\n.cf-pill-career   { background: #fff7ed; color: #c2410c; }\n.cf-pill-life     { background: var(--sdg8-light); color: var(--sdg8); }\n.cf-pill-cohort   { background: #ecfdf5; color: #065f46; }\n.cf-pill-hub      { background: #eff6ff; color: #1d4ed8; }\n.cf-pill-all      { background: #f5f3ff; color: #5b21b6; }\n\n.cf-star { color: var(--sdg8); margin-left: 4px; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 760px) {\n  .cf-friction-grid { grid-template-columns: 1fr 1fr; }\n  .cf-pillar { grid-template-columns: 60px 1fr; }\n  .cf-pillar-num-col { font-size: 1.3rem; }\n  table.cf-table thead th,\n  table.cf-table tbody td { padding: 14px 12px; font-size: 0.85rem; }\n  table.cf-table tbody td:first-child { font-size: 1rem; }\n}\n\n@media (max-width: 480px) {\n  .cf-friction-grid { grid-template-columns: 1fr; }\n  .cf-drawer-callout { flex-direction: column; gap: 12px; }\n}\n\n<\/style>\n\n<div class=\"cf-wrap\">\n\n  <!-- \u2550\u2550 HERO \u2550\u2550 -->\n  <div class=\"cf-hero\">\n    <div class=\"cf-hero-grid\"><\/div>\n    <div class=\"cf-hero-inner\">\n      <div class=\"cf-sdg-badges\">\n        <div class=\"cf-sdg-badge cf-badge-8\">\n          <span>SDG 8<\/span> Decent Work & Growth\n        <\/div>\n        <div class=\"cf-sdg-badge cf-badge-5\">\n          <span>SDG 5<\/span> Gender Equality\n        <\/div>\n        <div class=\"cf-sdg-badge cf-badge-4\">\n          <span>SDG 4<\/span> Quality Education\n        <\/div>\n      <\/div>\n      <h1>She Passed Every Exam.<br>Then Spent Three Years<br><em>Doing Nothing.<\/em><br>Because No One Taught Her<br>What Comes Next.<\/h1>\n      <div class=\"cf-hero-divider\"><\/div>\n      <p class=\"cf-hero-sub\">Adolescent & Youth Empowerment \u00a0\u00b7\u00a0 The Capability Fund<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 OPENING STORY \u2550\u2550 -->\n  <div class=\"cf-story\">\n    <div class=\"cf-tag\">The Story Behind the Fund<\/div>\n    <h2>A Certificate in a Drawer. Three Years. No Map.<\/h2>\n\n    <p>Fatuma graduated from secondary school in Tabora at seventeen with marks her teachers still talk about. She was the first person in her family to finish Form Four. Her mother cried at the ceremony.<\/p>\n\n    <p>Then nothing happened.<\/p>\n\n    <p>Not because Fatuma was not capable. Not because she did not want to work. But because the gap between a school certificate and an actual income is wider than anyone had told her \u2014 and she had no map for it.<\/p>\n\n    <div class=\"cf-drawer-callout\">\n      <div class=\"cf-drawer-icon\">\ud83d\udccb<\/div>\n      <div>\n        <h3>The Hidden Reality of a School Certificate<\/h3>\n        <p>She did not know how to write a CV. She had never used a computer. She did not know what jobs existed in the digital economy, let alone how to apply for one. She had a qualification \u2014 and nowhere to take it. For three years, Fatuma stayed home. Her certificate sat in a drawer.<\/p>\n      <\/div>\n    <\/div>\n\n    <p>The investment her family had made in her education was producing nothing \u2014 not because she had failed, but because the education system had stopped preparing her exactly at the moment the real world began. Then she found the CODEWA Girls Digital Hub.<\/p>\n\n    <div class=\"cf-fatuma-hub\">\n      <blockquote>\u201cThe certificate proves you can learn.<br><em>The Hub teaches you what to do with what you know.<\/em>\u201c<\/blockquote>\n      <div class=\"cf-fatuma-cite\">\n        <div class=\"cf-fatuma-chip\">CODEWA Graduate<\/div>\n        <span style=\"font-size:0.8rem; color:rgba(255,255,255,0.5); font-weight:500;\">Fatuma, Girls Digital Hub Trainee, Tabora<\/span>\n      <\/div>\n    <\/div>\n\n    <p>Within six months, Fatuma had completed a digital literacy programme, built a basic portfolio, and secured her first freelance design work online. She is now training the next cohort of young women at the Hub. The certificate did not change her life. The capability did.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 SIX FRICTION POINTS \u2550\u2550 -->\n  <div class=\"cf-friction\">\n    <div class=\"cf-friction-inner\">\n      <div class=\"cf-tag\">The Gap No One Talks About<\/div>\n      <h2>Six Friction Points Blocking Youth Potential<\/h2>\n      <p>Across Tanzania, thousands of young people graduate every year with certificates and walk straight into economic invisibility. Not because they are not intelligent \u2014 but because a school certificate and real-world capability are two completely different things.<\/p>\n\n      <div class=\"cf-friction-grid\">\n\n        <div class=\"cf-friction-card\">\n          <div class=\"cf-friction-num\">01<\/div>\n          <span class=\"cf-friction-icon\">\ud83d\udd12<\/span>\n          <h3>Le Foss\u00e9 Dipl\u00f4me-Comp\u00e9tence<\/h3>\n          <p>Completing school with grades but lacking the practical, real-world skills that employers and the market actually require.<\/p>\n        <\/div>\n\n        <div class=\"cf-friction-card\">\n          <div class=\"cf-friction-num\">02<\/div>\n          <span class=\"cf-friction-icon\">\ud83d\udcf5<\/span>\n          <h3>Le Silence Num\u00e9rique<\/h3>\n          <p>No access to computers, smartphones, or the internet \u2014 leaving youth disconnected from a global digital economy already moving without them.<\/p>\n        <\/div>\n\n        <div class=\"cf-friction-card\">\n          <div class=\"cf-friction-num\">03<\/div>\n          <span class=\"cf-friction-icon\">\ud83d\udcdd<\/span>\n          <h3>L'Anonymat Professionnel<\/h3>\n          <p>Not knowing how to write a CV, present in an interview, or navigate a job search \u2014 skills no school subject ever covers.<\/p>\n        <\/div>\n\n        <div class=\"cf-friction-card\">\n          <div class=\"cf-friction-num\">04<\/div>\n          <span class=\"cf-friction-icon\">\ud83e\udde9<\/span>\n          <h3>Le Pi\u00e8ge Identitaire<\/h3>\n          <p>Facing adolescent pressures and identity crises without the psychological resilience tools to stay focused on a long-term goal.<\/p>\n        <\/div>\n\n        <div class=\"cf-friction-card\">\n          <div class=\"cf-friction-num\">05<\/div>\n          <span class=\"cf-friction-icon\">\ud83e\udded<\/span>\n          <h3>Le D\u00e9ficit de Mentorat<\/h3>\n          <p>Transitioning from school to adulthood without a single role model or guide who has made the same journey from the same starting point.<\/p>\n        <\/div>\n\n        <div class=\"cf-friction-card\">\n          <div class=\"cf-friction-num\">06<\/div>\n          <span class=\"cf-friction-icon\">\ud83d\udd07<\/span>\n          <h3>L'Exclusion des Plateformes<\/h3>\n          <p>Marginalised girls and youth with disabilities lacking a voice, a network, or a platform to advocate for their own needs and rights.<\/p>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"cf-result-banner\">\n        <div class=\"cf-result-icon\">\u26a0\ufe0f<\/div>\n        <p><strong>The result of all six working together is the same every time:<\/strong> dependency instead of leadership. Survival instead of ambition. A generation of capable young people going nowhere \u2014 not because the door is locked, but because nobody gave them the key.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FIVE PILLARS \u2550\u2550 -->\n  <div class=\"cf-pillars\">\n    <div class=\"cf-pillars-inner\">\n      <div class=\"cf-tag\">The Curriculum of Aspiration<\/div>\n      <h2>Five Pillars. One Pipeline to Independence.<\/h2>\n      <p>The Capability Fund supports CODEWA\u2019s full Adolescent and Youth Empowerment programme \u2014 a five-pillar Curriculum of Aspiration that equips vulnerable youth not just for employment, but for a lifetime of leadership.<\/p>\n\n      <!-- PILLAR 1 -->\n      <div class=\"cf-pillar\">\n        <div class=\"cf-pillar-num-col\">01<\/div>\n        <div class=\"cf-pillar-body\">\n          <span class=\"cf-pillar-label\">\u00c9tat d\u2019Esprit et Comp\u00e9tences de Vie<\/span>\n          <h3>Belief Before Training: The Internal Infrastructure<\/h3>\n          <p>Before any technical training begins, we address the internal barriers. Self-awareness, resilience, goal setting, discipline, and positive identity formation. A young person who does not believe they belong in the job market will not apply. We start with the belief.<\/p>\n          <div class=\"cf-pillar-tags\">\n            <span class=\"cf-pillar-tag\">Self-Awareness<\/span>\n            <span class=\"cf-pillar-tag\">la r\u00e9silience<\/span>\n            <span class=\"cf-pillar-tag\">Goal Setting<\/span>\n            <span class=\"cf-pillar-tag\">Positive Identity<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PILLAR 2 -->\n      <div class=\"cf-pillar\">\n        <div class=\"cf-pillar-num-col\">02<\/div>\n        <div class=\"cf-pillar-body\">\n          <span class=\"cf-pillar-label\">Comp\u00e9tences Num\u00e9riques et d'Avenir<\/span>\n          <h3>The Girls Digital Hub: Entry Point to the Global Economy<\/h3>\n          <p>Through the CODEWA Girls Digital Hub in Tabora, we provide hands-on digital literacy training \u2014 computer fundamentals, internet navigation, productivity tools, AI literacy, and responsible digital citizenship. For out-of-school girls and young mothers who have never touched a keyboard, this is the door that no school ever opened.<\/p>\n          <div class=\"cf-pillar-tags\">\n            <span class=\"cf-pillar-tag\">Digital Literacy<\/span>\n            <span class=\"cf-pillar-tag\">AI Exposure<\/span>\n            <span class=\"cf-pillar-tag\">Productivity Tools<\/span>\n            <span class=\"cf-pillar-tag\">Digital Citizenship<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PILLAR 3 -->\n      <div class=\"cf-pillar\">\n        <div class=\"cf-pillar-num-col\">03<\/div>\n        <div class=\"cf-pillar-body\">\n          <span class=\"cf-pillar-label\">Pr\u00e9paration \u00e0 la Carri\u00e8re<\/span>\n          <h3>From Education to Employability: Bridging the Gap<\/h3>\n          <p>CV writing. Interview preparation. Professional conduct. Career pathway mapping. We translate education into employability \u2014 giving young people the practical tools to present themselves, find opportunities, and compete. Because the ability to do a job and the ability to get a job are two different skills, and both can be taught.<\/p>\n          <div class=\"cf-pillar-tags\">\n            <span class=\"cf-pillar-tag\">CV Writing<\/span>\n            <span class=\"cf-pillar-tag\">Interview Prep<\/span>\n            <span class=\"cf-pillar-tag\">Professional Conduct<\/span>\n            <span class=\"cf-pillar-tag\">Career Pathways<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PILLAR 4 -->\n      <div class=\"cf-pillar\">\n        <div class=\"cf-pillar-num-col\">04<\/div>\n        <div class=\"cf-pillar-body\">\n          <span class=\"cf-pillar-label\">Mentorat et Ouverture<\/span>\n          <h3>Role Models Who Share Their Starting Point<\/h3>\n          <p>Through structured role model engagement and one-on-one mentorship cycles, we connect young people with professionals who share their background and made it \u2014 expanding what they believe is possible for someone like them. This pillar works in direct partnership with the Resilience Circle programme.<\/p>\n          <div class=\"cf-pillar-tags\">\n            <span class=\"cf-pillar-tag\">Role Model Engagement<\/span>\n            <span class=\"cf-pillar-tag\">1-on-1 Mentorship<\/span>\n            <span class=\"cf-pillar-tag\">Career Inspiration<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- PILLAR 5 -->\n      <div class=\"cf-pillar\">\n        <div class=\"cf-pillar-num-col\">05<\/div>\n        <div class=\"cf-pillar-body\">\n          <span class=\"cf-pillar-label\">Leadership et Voix<\/span>\n          <h3>Platform for the Marginalised: Advocacy and Civic Power<\/h3>\n          <p>Communication skills, civic awareness, and youth-led initiatives give marginalised young people \u2014 especially girls and youth with disabilities \u2014 a platform to advocate for their own needs and lead in their communities after the programme ends. Every graduate becomes a potential role model for the next cohort.<\/p>\n          <div class=\"cf-pillar-tags\">\n            <span class=\"cf-pillar-tag\">Communication<\/span>\n            <span class=\"cf-pillar-tag\">Civic Awareness<\/span>\n            <span class=\"cf-pillar-tag\">Youth-Led Initiatives<\/span>\n            <span class=\"cf-pillar-tag\">Acc\u00e8s Inclusif<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 DONATION TABLE \u2550\u2550 -->\n  <div class=\"cf-table-section\">\n    <div class=\"cf-table-inner\">\n      <div class=\"cf-tag\">What Your Donation Does<\/div>\n      <h2>Every Gift. A Specific Capability Built.<\/h2>\n      <p>Every contribution to the Capability Fund funds a specific, traceable component of the programme \u2014 from a single training session to a complete six-month journey from mindset to employment.<\/p>\n\n      <div class=\"cf-table-wrap\">\n        <table class=\"cf-table\">\n          <thead>\n            <tr>\n              <th>Amount<\/th>\n              <th>Gift Name<\/th>\n              <th>Pillar<\/th>\n              <th>What It Funds<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>\u20ac15<\/td>\n              <td>The First Login<\/td>\n              <td><span class=\"cf-pill cf-pill-digital\">les comp\u00e9tences num\u00e9riques<\/span><\/td>\n              <td>Covers one week of Girls Digital Hub access for one youth \u2014 computer time, internet, and facilitator support included.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac25<\/td>\n              <td>The CV Kit<\/td>\n              <td><span class=\"cf-pill cf-pill-career\">Career Ready<\/span><\/td>\n              <td>Funds one complete career readiness session \u2014 CV writing, interview prep, and a printed professional portfolio for one youth.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac75<\/td>\n              <td>The Life Skills Module<\/td>\n              <td><span class=\"cf-pill cf-pill-life\">de l'\u00c9tat d'Esprit<\/span><\/td>\n              <td>Funds a complete mindset and resilience workshop for a group of ten young people \u2014 facilitator, materials, and journals included.<\/td>\n            <\/tr>\n            <tr class=\"cf-highlight\">\n              <td>\u20ac150<\/td>\n              <td>The Digital Access Package <span class=\"cf-star\">\u2605<\/span><\/td>\n              <td><span class=\"cf-pill cf-pill-digital\">les comp\u00e9tences num\u00e9riques<\/span><\/td>\n              <td>Covers one youth\u2019s full three-month Digital Hub training \u2014 from first login to certified digital literacy graduate.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac50<small>\/mo<\/small><\/td>\n              <td>The Monthly Cohort<\/td>\n              <td><span class=\"cf-pill cf-pill-cohort\">All Five Pillars<\/span><\/td>\n              <td>Sponsors one youth through a full monthly programme cycle \u2014 life skills, digital training, mentorship, and career sessions every month.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac250<\/td>\n              <td>The Cohort Sponsor<\/td>\n              <td><span class=\"cf-pill cf-pill-cohort\">All Five Pillars<\/span><\/td>\n              <td>Fully sponsors one youth through the complete six-month Curriculum of Aspiration \u2014 all five pillars, certification included.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac500<\/td>\n              <td>The Hub Session<\/td>\n              <td><span class=\"cf-pill cf-pill-hub\">Hub Num\u00e9rique<\/span><\/td>\n              <td>Funds one full day of Girls Digital Hub operations \u2014 facilitator, power, internet, materials, and equipment for twenty students.<\/td>\n            <\/tr>\n            <tr>\n              <td>Any<\/td>\n              <td>Your Own Gift<\/td>\n              <td><span class=\"cf-pill cf-pill-all\">All Pillars<\/span><\/td>\n              <td>Every euro closes the gap between a certificate and a capability.<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n<\/div>\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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   THE CAPABILITY FUND \u2014 PART 2\n   CODEWA Brand + SDG 8 (#A21942) + SDG 5 (#FF3A21) + SDG 4 (#C5192D)\n   ============================================================ *\/\n\n:root {\n  --navy:          #0B3C5D;\n  --orange:        #F18F01;\n  --sdg8:          #A21942;\n  --sdg5:          #FF3A21;\n  --sdg4:          #C5192D;\n  --sdg8-light:    #fff5f7;\n  --sdg8-mid:      #ffc4d0;\n  --digital:       #6366f1;\n  --digital-light: #eef2ff;\n  --white:         #ffffff;\n  --off-white:     #f9f8ff;\n  --slate:         #4b5563;\n  --light:         #e5e7eb;\n  --charcoal:      #111827;\n  --ink:           #1f1535;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.cf2-wrap {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.cf2-tag {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg8);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf2-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg8);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 WHO WE SERVE \u2500\u2500 *\/\n.cf2-serve {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.cf2-serve-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.cf2-serve-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 10px;\n  letter-spacing: -0.3px;\n}\n\n.cf2-serve-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.cf2-serve-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n}\n\n.cf2-serve-card {\n  background: var(--white);\n  border-radius: 16px;\n  border: 1px solid var(--light);\n  padding: 24px 20px;\n  transition: transform 0.3s ease, border-color 0.3s ease;\n  text-align: center;\n}\n\n.cf2-serve-card:hover {\n  transform: translateY(-5px);\n  border-color: var(--sdg8);\n}\n\n.cf2-serve-emoji {\n  font-size: 2rem;\n  display: block;\n  margin-bottom: 12px;\n}\n\n.cf2-serve-card h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 0.88rem;\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 8px;\n  letter-spacing: 0.2px;\n}\n\n.cf2-serve-card p {\n  font-size: 0.85rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n.cf2-equity-note {\n  background: var(--sdg8);\n  border-radius: 14px;\n  padding: 20px 26px;\n  margin-top: 24px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n.cf2-equity-note p {\n  font-size: 0.92rem;\n  font-weight: 600;\n  color: var(--white);\n  line-height: 1.5;\n  flex: 1;\n}\n\n.cf2-equity-icon { font-size: 1.4rem; flex-shrink: 0; }\n\n\/* \u2500\u2500 THEORY OF CHANGE PIPELINE \u2500\u2500 *\/\n.cf2-pipeline {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.cf2-pipeline-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.cf2-pipeline-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 10px;\n  letter-spacing: -0.3px;\n}\n\n.cf2-pipeline-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n\/* four-stage pipeline *\/\n.cf2-pipeline-stages {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  position: relative;\n}\n\n.cf2-pipeline-stages::before {\n  content: '';\n  position: absolute;\n  top: 40px;\n  left: calc(12.5% + 4px);\n  right: calc(12.5% + 4px);\n  height: 3px;\n  background: linear-gradient(90deg,\n    var(--sdg8) 0%,\n    var(--digital) 33%,\n    var(--orange) 66%,\n    #059669 100%);\n  z-index: 0;\n}\n\n.cf2-stage {\n  text-align: center;\n  padding: 0 8px;\n  position: relative;\n  z-index: 1;\n}\n\n.cf2-stage-dot {\n  width: 80px; height: 80px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin: 0 auto 16px;\n  font-size: 1.6rem;\n  border: 3px solid var(--white);\n  box-shadow: 0 0 0 3px var(--sdg8);\n  background: var(--white);\n  position: relative;\n}\n\n.cf2-stage:nth-child(2) .cf2-stage-dot { box-shadow: 0 0 0 3px var(--digital); }\n.cf2-stage:nth-child(3) .cf2-stage-dot { box-shadow: 0 0 0 3px var(--orange); }\n.cf2-stage:nth-child(4) .cf2-stage-dot { box-shadow: 0 0 0 3px #059669; }\n\n.cf2-stage-num {\n  position: absolute;\n  top: -8px; right: -8px;\n  width: 22px; height: 22px;\n  border-radius: 50%;\n  font-size: 0.6rem;\n  font-weight: 800;\n  color: var(--white);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf2-stage:nth-child(1) .cf2-stage-num { background: var(--sdg8); }\n.cf2-stage:nth-child(2) .cf2-stage-num { background: var(--digital); }\n.cf2-stage:nth-child(3) .cf2-stage-num { background: var(--orange); }\n.cf2-stage:nth-child(4) .cf2-stage-num { background: #059669; }\n\n.cf2-stage h4 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 0.8rem;\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 6px;\n  line-height: 1.3;\n}\n\n.cf2-stage p {\n  font-size: 0.8rem;\n  color: var(--slate);\n  line-height: 1.5;\n}\n\n\/* pipeline outcomes *\/\n.cf2-pipeline-outcomes {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-top: 48px;\n}\n\n.cf2-pipeline-outcome {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  background: var(--off-white);\n  border-radius: 14px;\n  padding: 20px;\n  border: 1px solid var(--light);\n  transition: border-color 0.3s ease;\n}\n\n.cf2-pipeline-outcome:hover { border-color: var(--sdg8); }\n\n.cf2-pipeline-outcome-icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 2px; }\n\n.cf2-pipeline-outcome h4 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 0.9rem;\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 5px;\n}\n\n.cf2-pipeline-outcome p {\n  font-size: 0.88rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 IMPACT STATS \u2500\u2500 *\/\n.cf2-impact {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.cf2-impact-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.cf2-impact-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 10px;\n  letter-spacing: -0.3px;\n}\n\n.cf2-impact-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.cf2-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));\n  gap: 16px;\n  margin-bottom: 16px;\n}\n\n.cf2-stat {\n  background: var(--white);\n  border-radius: 14px;\n  padding: 28px 16px;\n  text-align: center;\n  border: 1px solid var(--light);\n  transition: transform 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.cf2-stat:hover { transform: translateY(-4px); }\n\n.cf2-stat::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 3px;\n}\n\n.cf2-stat:nth-child(1)::before { background: var(--sdg8); }\n.cf2-stat:nth-child(2)::before { background: var(--digital); }\n.cf2-stat:nth-child(3)::before { background: var(--sdg5); }\n.cf2-stat:nth-child(4)::before { background: var(--orange); }\n.cf2-stat:nth-child(5)::before { background: #059669; }\n\n.cf2-stat-num {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 2.2rem;\n  font-weight: 900;\n  color: var(--navy);\n  display: block;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.cf2-stat-label {\n  font-size: 0.72rem;\n  font-weight: 600;\n  letter-spacing: 0.5px;\n  text-transform: uppercase;\n  color: var(--slate);\n  line-height: 1.4;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf2-attr {\n  font-size: 0.8rem;\n  color: #9ca3af;\n  font-style: italic;\n  text-align: center;\n  padding: 16px 20px 0;\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 CLOSING STORY \u2500\u2500 *\/\n.cf2-close {\n  background: var(--ink);\n  padding: 80px 30px;\n  position: relative;\n  overflow: hidden;\n}\n\n.cf2-close::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    linear-gradient(rgba(99,102,241,0.05) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(99,102,241,0.05) 1px, transparent 1px);\n  background-size: 48px 48px;\n  pointer-events: none;\n}\n\n.cf2-close::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 450px 300px at 95% 5%, rgba(162,25,66,0.18) 0%, transparent 70%),\n    radial-gradient(ellipse 300px 200px at 5% 95%, rgba(99,102,241,0.12) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.cf2-close-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.cf2-close .cf2-tag {\n  color: var(--sdg8-mid);\n}\n.cf2-close .cf2-tag::after { background: var(--sdg8-mid); }\n\n.cf2-close h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.9rem, 4.5vw, 2.9rem);\n  font-weight: 900;\n  color: var(--white);\n  line-height: 1.1;\n  margin-bottom: 28px;\n  letter-spacing: -0.5px;\n}\n\n.cf2-close h2 em {\n  font-style: normal;\n  color: var(--sdg8-mid);\n}\n\n.cf2-close p {\n  font-size: 1.05rem;\n  color: rgba(255,255,255,0.78);\n  line-height: 1.85;\n  margin-bottom: 22px;\n}\n\n\/* Fatuma teaching moment *\/\n.cf2-teaching-card {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(162,25,66,0.25);\n  border-radius: 20px;\n  padding: 32px 36px;\n  margin: 36px 0;\n  position: relative;\n}\n\n.cf2-teaching-card::before {\n  content: 'NOW TRAINING OTHERS';\n  position: absolute;\n  top: -12px; left: 24px;\n  background: var(--sdg8);\n  color: var(--white);\n  font-size: 0.6rem;\n  font-weight: 800;\n  letter-spacing: 2px;\n  padding: 4px 12px;\n  border-radius: 4px;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf2-teaching-card blockquote {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.5;\n  margin-bottom: 14px;\n}\n\n.cf2-teaching-card blockquote em {\n  color: var(--sdg8-mid);\n  font-style: normal;\n}\n\n.cf2-teaching-card cite {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.45);\n  font-style: normal;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* three-ask row *\/\n.cf2-ask-row {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin: 36px 0;\n}\n\n.cf2-ask-card {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(162,25,66,0.2);\n  border-radius: 14px;\n  padding: 26px 18px;\n  text-align: center;\n  transition: background 0.2s ease;\n}\n\n.cf2-ask-card:hover { background: rgba(162,25,66,0.1); }\n\n.cf2-ask-card .ask-amount {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.9rem;\n  font-weight: 900;\n  color: var(--sdg8-mid);\n  display: block;\n  margin-bottom: 8px;\n}\n\n.cf2-ask-card .ask-label {\n  font-size: 0.78rem;\n  font-weight: 500;\n  color: rgba(255,255,255,0.58);\n  line-height: 1.45;\n}\n\n\/* SDG triple stamps *\/\n.cf2-sdg-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  margin-top: 36px;\n}\n\n.cf2-sdg-stamp {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(255,255,255,0.08);\n  padding: 10px 16px;\n  border-radius: 10px;\n}\n\n.cf2-sdg-stamp .sdg-box {\n  width: 38px; height: 38px;\n  border-radius: 6px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  font-size: 0.88rem;\n  color: var(--white);\n  flex-shrink: 0;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.sdg-box-8 { background: var(--sdg8); }\n.sdg-box-5 { background: var(--sdg5); }\n.sdg-box-4 { background: var(--sdg4); }\n\n.cf2-sdg-stamp p {\n  margin: 0;\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.35;\n}\n\n.cf2-sdg-stamp strong {\n  display: block;\n  color: var(--white);\n  font-size: 0.8rem;\n  margin-bottom: 1px;\n}\n\n\/* CTA buttons *\/\n.cf2-cta-strip {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 40px;\n}\n\n.cf2-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 15px 30px;\n  border-radius: 6px;\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  font-family: 'Libre Baskerville', serif;\n}\n\n.cf2-btn-primary {\n  background: var(--sdg8);\n  color: var(--white);\n}\n\n.cf2-btn-primary:hover {\n  background: #7f1336;\n  transform: translateY(-3px);\n  box-shadow: 0 12px 28px rgba(162,25,66,0.4);\n}\n\n.cf2-btn-secondary {\n  background: transparent;\n  color: var(--white);\n  border: 2px solid rgba(255,255,255,0.2);\n}\n\n.cf2-btn-secondary:hover {\n  border-color: var(--white);\n  background: rgba(255,255,255,0.06);\n  transform: translateY(-3px);\n}\n\n\/* \u2500\u2500 FOOTER LINK \u2500\u2500 *\/\n.cf2-footer {\n  background: var(--off-white);\n  padding: 40px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.cf2-footer-inner {\n  max-width: 880px;\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.cf2-footer-inner p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.6;\n  max-width: 520px;\n}\n\n.cf2-footer-links {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  flex-shrink: 0;\n}\n\n.cf2-footer-inner a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--navy);\n  font-weight: 700;\n  font-size: 0.88rem;\n  text-decoration: none;\n  border-bottom: 2px solid var(--sdg8);\n  padding-bottom: 2px;\n  white-space: nowrap;\n  transition: color 0.2s ease;\n  font-family: 'Libre Baskerville', serif;\n}\n\n.cf2-footer-inner a:hover { color: var(--sdg8); }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 760px) {\n  .cf2-serve-grid { grid-template-columns: 1fr 1fr; }\n  .cf2-pipeline-stages {\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n  }\n  .cf2-pipeline-stages::before { display: none; }\n  .cf2-pipeline-outcomes { grid-template-columns: 1fr; }\n  .cf2-ask-row { grid-template-columns: 1fr; }\n  .cf2-footer-inner { flex-direction: column; align-items: flex-start; }\n  .cf2-btn { width: 100%; justify-content: center; }\n}\n\n@media (max-width: 480px) {\n  .cf2-serve-grid { grid-template-columns: 1fr; }\n}\n\n<\/style>\n\n<div class=\"cf2-wrap\">\n\n  <!-- \u2550\u2550 WHO WE SERVE \u2550\u2550 -->\n  <div class=\"cf2-serve\">\n    <div class=\"cf2-serve-inner\">\n      <div class=\"cf2-tag\">Notre Engagement envers l'\u00c9quit\u00e9<\/div>\n      <h2>Who We Serve: No One Left at the Gate<\/h2>\n      <p>The Capability Fund reaches six distinct groups systematically excluded from existing youth employment and skills programmes in Tanzania. CODEWA\u2019s commitment is that geography, gender, and physical ability are never barriers to access.<\/p>\n\n      <div class=\"cf2-serve-grid\">\n        <div class=\"cf2-serve-card\">\n          <span class=\"cf2-serve-emoji\">\ud83d\udc69\u200d\ud83c\udf93<\/span>\n          <h3>Les Dipl\u00f4m\u00e9s en Transition<\/h3>\n          <p>Equipping those at the crossroads of education and employment with professional-grade skills and a clear pathway forward.<\/p>\n        <\/div>\n        <div class=\"cf2-serve-card\">\n          <span class=\"cf2-serve-emoji\">\ud83c\udf0d<\/span>\n          <h3>Marginalised Youth<\/h3>\n          <p>Direct interventions for adolescents in low-income areas facing systemic economic and social barriers to opportunity.<\/p>\n        <\/div>\n        <div class=\"cf2-serve-card\">\n          <span class=\"cf2-serve-emoji\">\ud83d\udc67<\/span>\n          <h3>Out-of-School Girls & Young Mothers<\/h3>\n          <p>Those who left education early due to pregnancy, family pressure, or poverty \u2014 the most underserved segment of Tanzania\u2019s youth.<\/p>\n        <\/div>\n        <div class=\"cf2-serve-card\">\n          <span class=\"cf2-serve-emoji\">\ud83e\uddd1\u200d\ud83d\udcbb<\/span>\n          <h3>Les Futurs Innovateurs<\/h3>\n          <p>Digital enthusiasts with aptitude but no access to the tools, training, or networks needed to develop it into a career.<\/p>\n        <\/div>\n        <div class=\"cf2-serve-card\">\n          <span class=\"cf2-serve-emoji\">\u267f<\/span>\n          <h3>Youth with Disabilities<\/h3>\n          <p>Excluded from most mainstream skills programmes \u2014 reached through adaptive one-to-one access in every Capability Fund cohort.<\/p>\n        <\/div>\n        <div class=\"cf2-serve-card\">\n          <span class=\"cf2-serve-emoji\">\ud83c\udf93<\/span>\n          <h3>First-Generation Pathfinders<\/h3>\n          <p>Navigating career landscapes with no family precedent, no professional network, and no map \u2014 guided for the first time.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cf2-equity-note\">\n        <div class=\"cf2-equity-icon\">\u2696\ufe0f<\/div>\n        <p>Youth with disabilities are included in every cohort through adaptive one-to-one programme access. <strong>Geography, gender, and physical ability are never barriers to the Capability Fund.<\/strong><\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 THEORY OF CHANGE PIPELINE \u2550\u2550 -->\n  <div class=\"cf2-pipeline\">\n    <div class=\"cf2-pipeline-inner\">\n      <div class=\"cf2-tag\">From Structural Barrier to Economic Independence<\/div>\n      <h2>The Pipeline That Changes Everything<\/h2>\n      <p>The Capability Fund is not a training programme. It is a pipeline \u2014 a structured pathway from documented barrier to sustainable economic independence, with four measurable stages.<\/p>\n\n      <div class=\"cf2-pipeline-stages\">\n        <div class=\"cf2-stage\">\n          <div class=\"cf2-stage-dot\">\n            \ud83d\udd0d\n            <div class=\"cf2-stage-num\">01<\/div>\n          <\/div>\n          <h4>Identification du Probl\u00e8me<\/h4>\n          <p>Skill gap, digital silence, and mentor deficit documented for each youth<\/p>\n        <\/div>\n        <div class=\"cf2-stage\">\n          <div class=\"cf2-stage-dot\">\n            \u2699\ufe0f\n            <div class=\"cf2-stage-num\">02<\/div>\n          <\/div>\n          <h4>Targeted Inputs<\/h4>\n          <p>ICT Hub, life skills curriculum, career coaching, and mentor cycles delivered<\/p>\n        <\/div>\n        <div class=\"cf2-stage\">\n          <div class=\"cf2-stage-dot\">\n            \ud83d\udcc8\n            <div class=\"cf2-stage-num\">03<\/div>\n          <\/div>\n          <h4>R\u00e9sultats \u00e0 Court Terme<\/h4>\n          <p>Certificates, professional portfolios, and measurably higher self-efficacy achieved<\/p>\n        <\/div>\n        <div class=\"cf2-stage\">\n          <div class=\"cf2-stage-dot\">\n            \ud83c\udf1f\n            <div class=\"cf2-stage-num\">04<\/div>\n          <\/div>\n          <h4>Long-Term Impact<\/h4>\n          <p>Sustainable employment, micro-businesses, and reduced household economic vulnerability<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cf2-pipeline-outcomes\">\n        <div class=\"cf2-pipeline-outcome\">\n          <div class=\"cf2-pipeline-outcome-icon\">\ud83d\udcbc<\/div>\n          <div>\n            <h4>Confident & Career-Ready<\/h4>\n            <p>Digital literacy and employability training ensure youth are prepared for the modern global job market before they leave the programme.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"cf2-pipeline-outcome\">\n          <div class=\"cf2-pipeline-outcome-icon\">\ud83d\udde3\ufe0f<\/div>\n          <div>\n            <h4>Voice and Self-Advocacy<\/h4>\n            <p>Young people find their voice \u2014 learning to assert their rights and participate in decision-making processes in their communities.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"cf2-pipeline-outcome\">\n          <div class=\"cf2-pipeline-outcome-icon\">\ud83d\udd01<\/div>\n          <div>\n            <h4>Graduates Become Role Models<\/h4>\n            <p>Like Fatuma, graduates return to train the next cohort \u2014 breaking the cycle of dependency for the generation behind them.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"cf2-pipeline-outcome\">\n          <div class=\"cf2-pipeline-outcome-icon\">\ud83c\udfd8\ufe0f<\/div>\n          <div>\n            <h4>Community Economic Shift<\/h4>\n            <p>The investment is in one young person. The return is in an entire household \u2014 and the community that watches them succeed.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 IMPACT STATS \u2550\u2550 -->\n  <div class=\"cf2-impact\">\n    <div class=\"cf2-impact-inner\">\n      <div class=\"cf2-tag\">What We Know Works<\/div>\n      <h2>Outcomes Tracked Across the Programme<\/h2>\n      <p>These figures are drawn from CODEWA internal monitoring reports and programme tracking since the Adolescent and Youth Empowerment programme launch in Tabora.<\/p>\n\n      <div class=\"cf2-stats-grid\">\n        <div class=\"cf2-stat\">\n          <span class=\"cf2-stat-num\">500+<\/span>\n          <span class=\"cf2-stat-label\">Jeunes Accompagn\u00e9s<\/span>\n        <\/div>\n        <div class=\"cf2-stat\">\n          <span class=\"cf2-stat-num\">12<\/span>\n          <span class=\"cf2-stat-label\">Partner Schools & Institutions<\/span>\n        <\/div>\n        <div class=\"cf2-stat\">\n          <span class=\"cf2-stat-num\">150+<\/span>\n          <span class=\"cf2-stat-label\">Certificats D\u00e9livr\u00e9s<\/span>\n        <\/div>\n        <div class=\"cf2-stat\">\n          <span class=\"cf2-stat-num\">25<\/span>\n          <span class=\"cf2-stat-label\">Mentors Actifs<\/span>\n        <\/div>\n        <div class=\"cf2-stat\">\n          <span class=\"cf2-stat-num\">70%<\/span>\n          <span class=\"cf2-stat-label\">Avg Career Readiness Score Increase<\/span>\n        <\/div>\n      <\/div>\n\n      <p class=\"cf2-attr\">Data compiled from CODEWA internal monitoring reports and programme tracking since the Adolescent and Youth Empowerment programme launch.<\/p>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 CLOSING STORY \u2550\u2550 -->\n  <div class=\"cf2-close\">\n    <div class=\"cf2-close-inner\">\n\n      <div class=\"cf2-tag\">Fatuma Is Teaching Now<\/div>\n      <h2>The Certificate Did Not<br>Change Her Life.<br><em>The Capability Did.<\/em><\/h2>\n\n      <p>Fatuma\u2019s certificate sat in a drawer for three years. Today she runs training sessions at the Girls Digital Hub for the next cohort of young women coming through.<\/p>\n\n      <div class=\"cf2-teaching-card\">\n        <blockquote>\u201cThe certificate proves you can learn.<br><em>The Hub teaches you what to do with what you know.<\/em>\u201c<\/blockquote>\n        <cite>Fatuma \u00a0\u00b7\u00a0 Girls Digital Hub Graduate, Now Trainer<\/cite>\n      <\/div>\n\n      <p>Right now, hundreds of young people in Tabora are in the same place Fatuma was. Qualified. Capable. Waiting. Not because they lack potential \u2014 but because no one has given them the key to the next door.<\/p>\n\n      <p>Give \u20ac15 and open one week of Digital Hub access for one youth. Give \u20ac150 and take one young woman from her first login to a certified digital graduate. Give \u20ac250 and walk one young person through the complete six-month Curriculum of Aspiration \u2014 all five pillars, from mindset to employment.<\/p>\n\n      <div class=\"cf2-ask-row\">\n        <div class=\"cf2-ask-card\">\n          <span class=\"ask-amount\">\u20ac15<\/span>\n          <span class=\"ask-label\">Open one week of Digital Hub access for one youth<\/span>\n        <\/div>\n        <div class=\"cf2-ask-card\">\n          <span class=\"ask-amount\">\u20ac150<\/span>\n          <span class=\"ask-label\">Take one young woman from first login to certified digital graduate<\/span>\n        <\/div>\n        <div class=\"cf2-ask-card\">\n          <span class=\"ask-amount\">\u20ac250<\/span>\n          <span class=\"ask-label\">Walk one youth through the full six-month Curriculum of Aspiration<\/span>\n        <\/div>\n      <\/div>\n\n      <p style=\"font-size:0.95rem; color:rgba(255,255,255,0.45); margin-bottom:0;\">A certificate without capability is a door with no handle. The Capability Fund is the handle.<\/p>\n\n      <div class=\"cf2-sdg-row\">\n        <div class=\"cf2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-8\">8<\/div>\n          <p><strong>SDG 8 \u2014 Decent Work<\/strong>Promote sustained, inclusive economic growth and full employment.<\/p>\n        <\/div>\n        <div class=\"cf2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-5\">5<\/div>\n          <p><strong>SDG 5 \u2014 Gender Equality<\/strong>Achieve gender equality and empower all women and girls.<\/p>\n        <\/div>\n        <div class=\"cf2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-4\">4<\/div>\n          <p><strong>SDG 4 \u2014 Quality Education<\/strong>Ensure inclusive and equitable quality education for all.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"cf2-cta-strip\">\n        <a href=\"https:\/\/codewatz.org\/fr\/give_posts\/the-capability-fund\/\" class=\"cf2-btn cf2-btn-primary\">Donate to the Capability Fund<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/partner\/\" class=\"cf2-btn cf2-btn-secondary\">Devenir partenaire<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FOOTER LINK \u2550\u2550 -->\n  <div class=\"cf2-footer\">\n    <div class=\"cf2-footer-inner\">\n      <p>To understand the full youth empowerment strategy behind this fund \u2014 the five pillars, the Girls Digital Hub, and the theory of change \u2014 visit the programme pages below.<\/p>\n      <div class=\"cf2-footer-links\">\n        <a href=\"https:\/\/codewatz.org\/fr\/youth-empowerment\/\">Youth Empowerment Programme \u2192<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/mentorship\/\">Mentorship Programme \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>SDG 8 Decent Work &#038; Growth SDG 5 Gender Equality SDG 4 Quality Education She Passed Every Exam.Then Spent Three YearsDoing Nothing.Because No One Taught HerWhat Comes Next. Adolescent &#038; [&hellip;]<\/p>\n","protected":false},"featured_media":27787,"template":"","give_posts_category":[316],"give_posts_tag":[],"class_list":["post-30170","give_posts","type-give_posts","status-publish","has-post-thumbnail","hentry","give_posts_category-life-skills","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Capability Fund - 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\/30170\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Capability Fund - CODEWA\" \/>\n<meta property=\"og:description\" content=\"SDG 8 Decent Work &amp; Growth SDG 5 Gender Equality SDG 4 Quality Education She Passed Every Exam.Then Spent Three YearsDoing Nothing.Because No One Taught HerWhat Comes Next. Adolescent &amp; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/give_posts\/30170\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T18:01:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/03\/Ukiriguru.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"800\" \/>\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=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/\",\"name\":\"Capability Fund - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Ukiriguru.jpg\",\"datePublished\":\"2026-05-16T17:53:20+00:00\",\"dateModified\":\"2026-05-21T18:01:20+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Ukiriguru.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/Ukiriguru.jpg\",\"width\":1200,\"height\":800},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/30170\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Capability Fund\"}]},{\"@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":"Capability Fund - 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\/30170\/","og_locale":"fr_FR","og_type":"article","og_title":"Capability Fund - CODEWA","og_description":"SDG 8 Decent Work & Growth SDG 5 Gender Equality SDG 4 Quality Education She Passed Every Exam.Then Spent Three YearsDoing Nothing.Because No One Taught HerWhat Comes Next. Adolescent & [&hellip;]","og_url":"https:\/\/codewatz.org\/fr\/give_posts\/30170\/","og_site_name":"CODEWA","article_modified_time":"2026-05-21T18:01:20+00:00","og_image":[{"width":1200,"height":800,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/03\/Ukiriguru.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/give_posts\/30170\/","url":"https:\/\/codewatz.org\/give_posts\/30170\/","name":"Capability Fund - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/give_posts\/30170\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/give_posts\/30170\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/03\/Ukiriguru.jpg","datePublished":"2026-05-16T17:53:20+00:00","dateModified":"2026-05-21T18:01:20+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/give_posts\/30170\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/give_posts\/30170\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/give_posts\/30170\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/03\/Ukiriguru.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/03\/Ukiriguru.jpg","width":1200,"height":800},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/give_posts\/30170\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"Capability Fund"}]},{"@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\/30170","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\/27787"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30170"}],"wp:term":[{"taxonomy":"give_posts_category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_category?post=30170"},{"taxonomy":"give_posts_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_tag?post=30170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}