{"id":30010,"date":"2026-05-19T15:16:59","date_gmt":"2026-05-19T15:16:59","guid":{"rendered":"https:\/\/codewatz.org\/?post_type=give_posts&#038;p=30010"},"modified":"2026-06-23T09:20:39","modified_gmt":"2026-06-23T09:20:39","slug":"the-girls-digital-hub","status":"publish","type":"give_posts","link":"https:\/\/codewatz.org\/fr\/give_posts\/the-girls-digital-hub\/","title":{"rendered":"From Dropout to Innovator: The Girls&#8217; AI &amp; Coding Boot Camp"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   GIRLS AI & CODING BOOT CAMP   PART 1  (UPDATED)\n   Additions:\n   - LIVE NOW status banner\n   - Crisis statistics (7.4%, 58%, 27%)\n   - Dignity Circles section\n   - 2018 Hidden Barrier Study reference\n   - First cohort (10 girls) already enrolled and active\n   ============================================================ *\/\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg5:        #FF3A21;\n  --sdg5-light:  #fff4f2;\n  --sdg5-mid:    #ffb8ad;\n  --sdg4:        #C5192D;\n  --sdg8:        #A21942;\n  --violet:      #7c3aed;\n  --violet-light:#f5f3ff;\n  --violet-mid:  #ddd6fe;\n  --white:       #ffffff;\n  --off-white:   #fdfbff;\n  --slate:       #4b5563;\n  --light:       #e9e4f0;\n  --charcoal:    #0f0a1e;\n  --ink:         #1a0f2e;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.gab-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 LIVE STATUS BANNER (NEW) \u2500\u2500 *\/\n.gab-live-banner {\n  background: linear-gradient(90deg, #065f46 0%, #047857 100%);\n  padding: 12px 24px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n.gab-live-dot {\n  width: 10px; height: 10px;\n  background: #34d399;\n  border-radius: 50%;\n  flex-shrink: 0;\n  animation: livepulse 1.8s infinite;\n}\n\n@keyframes livepulse {\n  0%   { box-shadow: 0 0 0 0 rgba(52,211,153,0.7); }\n  70%  { box-shadow: 0 0 0 8px rgba(52,211,153,0); }\n  100% { box-shadow: 0 0 0 0 rgba(52,211,153,0); }\n}\n\n.gab-live-banner p {\n  font-size: 0.82rem;\n  font-weight: 700;\n  color: #ecfdf5;\n  letter-spacing: 0.5px;\n  margin: 0;\n}\n\n.gab-live-banner strong {\n  color: #ffffff;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.gab-hero {\n  background: var(--ink);\n  padding: 75px 30px 65px;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 600px 400px at 100% 0%, rgba(255,58,33,0.22) 0%, transparent 65%),\n    radial-gradient(ellipse 400px 300px at 0% 100%, rgba(124,58,237,0.2) 0%, transparent 65%),\n    radial-gradient(ellipse 300px 200px at 50% 50%, rgba(241,143,1,0.08) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n.gab-hero::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);\n  background-size: 28px 28px;\n  pointer-events: none;\n}\n\n.gab-hero-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.gab-sdg-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 30px;\n}\n\n.gab-sdg-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 7px 16px;\n  border-radius: 100px;\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--white);\n}\n\n.gab-badge-5 { background: var(--sdg5); }\n.gab-badge-4 { background: var(--sdg4); }\n.gab-badge-8 { background: var(--sdg8); }\n\n.gab-sdg-badge span {\n  background: rgba(255,255,255,0.22);\n  padding: 2px 7px;\n  border-radius: 100px;\n  font-weight: 800;\n}\n\n.gab-hero h1 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(2rem, 5.5vw, 3.6rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.14;\n  margin-bottom: 14px;\n}\n\n.gab-hero h1 em {\n  font-style: italic;\n  color: var(--sdg5-mid);\n}\n\n.gab-hero-divider {\n  width: 55px;\n  height: 3px;\n  background: var(--sdg5);\n  margin: 26px 0;\n  border-radius: 2px;\n}\n\n.gab-hero-sub {\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.45);\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  font-weight: 600;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.gab-tag {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg5);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.gab-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg5);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 OPENING STORY \u2500\u2500 *\/\n.gab-story {\n  max-width: 880px;\n  margin: 0 auto;\n  padding: 72px 30px 24px;\n}\n\n.gab-story h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 700;\n  line-height: 1.22;\n  color: var(--navy);\n  margin-bottom: 28px;\n}\n\n.gab-story p {\n  font-size: 1.06rem;\n  line-height: 1.88;\n  color: var(--slate);\n  margin-bottom: 22px;\n}\n\n.gab-story strong { color: var(--charcoal); font-weight: 700; }\n\n.gab-system-card {\n  background: var(--sdg5-light);\n  border: 1px solid var(--sdg5-mid);\n  border-left: 5px solid var(--sdg5);\n  border-radius: 0 18px 18px 0;\n  padding: 26px 28px;\n  margin: 36px 0;\n}\n\n.gab-system-card p {\n  font-family: 'Libre Baskerville', serif;\n  font-style: italic;\n  font-size: 1.2rem;\n  color: var(--sdg5);\n  line-height: 1.6;\n  margin: 0 0 10px;\n  font-weight: 700;\n}\n\n.gab-system-card cite {\n  font-size: 0.78rem;\n  color: var(--sdg8);\n  font-style: normal;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.gab-salma-quote {\n  background: var(--ink);\n  border-radius: 24px;\n  padding: 44px 40px;\n  margin: 40px 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-salma-quote::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 350px 250px at 100% 0%, rgba(255,58,33,0.18) 0%, transparent 65%),\n    radial-gradient(ellipse 250px 200px at 0% 100%, rgba(124,58,237,0.15) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n.gab-salma-quote blockquote {\n  font-family: 'Libre Baskerville', serif;\n  font-style: italic;\n  font-size: clamp(1.2rem, 2.8vw, 1.6rem);\n  color: var(--white);\n  line-height: 1.5;\n  margin-bottom: 22px;\n  position: relative;\n  z-index: 2;\n}\n\n.gab-salma-quote blockquote em {\n  font-style: normal;\n  color: var(--sdg5-mid);\n}\n\n.gab-salma-chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(255,58,33,0.15);\n  border: 1px solid rgba(255,58,33,0.3);\n  padding: 7px 16px;\n  border-radius: 100px;\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: var(--sdg5-mid);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  position: relative;\n  z-index: 2;\n}\n\n\/* \u2500\u2500 CRISIS STATISTICS (NEW) \u2500\u2500 *\/\n.gab-crisis {\n  background: var(--ink);\n  padding: 64px 30px;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-crisis::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 500px 300px at 100% 50%, rgba(255,58,33,0.14) 0%, transparent 65%),\n    radial-gradient(ellipse 350px 250px at 0% 50%, rgba(162,25,66,0.12) 0%, transparent 65%);\n  pointer-events: none;\n}\n\n.gab-crisis-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.gab-crisis .gab-tag { color: var(--sdg5-mid); }\n.gab-crisis .gab-tag::after { background: var(--sdg5-mid); }\n\n.gab-crisis h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.5rem, 3.5vw, 2.2rem);\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n\n.gab-crisis > .gab-crisis-inner > p {\n  font-size: 1rem;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.75;\n  margin-bottom: 40px;\n  max-width: 620px;\n}\n\n.gab-crisis-stats {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 28px;\n}\n\n.gab-crisis-stat {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(255,58,33,0.2);\n  border-radius: 18px;\n  padding: 30px 20px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-crisis-stat::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 3px;\n  background: var(--sdg5);\n}\n\n.gab-crisis-stat-num {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 3rem;\n  font-weight: 700;\n  color: var(--sdg5-mid);\n  display: block;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.gab-crisis-stat-label {\n  font-size: 0.78rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.4;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.gab-crisis-stat-desc {\n  font-size: 0.82rem;\n  color: rgba(255,255,255,0.38);\n  line-height: 1.5;\n}\n\n.gab-crisis-source {\n  font-size: 0.72rem;\n  color: rgba(255,255,255,0.28);\n  font-style: italic;\n  text-align: center;\n  margin-top: 8px;\n}\n\n\/* \u2500\u2500 INVISIBLE GIRLS SECTION \u2500\u2500 *\/\n.gab-invisible {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.gab-invisible-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.gab-invisible-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.gab-invisible-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.gab-barrier-trio {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 18px;\n  margin-bottom: 36px;\n}\n\n.gab-barrier-card {\n  background: var(--white);\n  border-radius: 20px;\n  border: 1px solid var(--light);\n  padding: 28px 22px;\n  text-align: center;\n  transition: transform 0.3s ease, border-color 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-barrier-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 4px;\n  border-radius: 20px 20px 0 0;\n}\n\n.gab-barrier-card:nth-child(1)::before { background: var(--sdg5); }\n.gab-barrier-card:nth-child(2)::before { background: var(--violet); }\n.gab-barrier-card:nth-child(3)::before { background: var(--sdg4); }\n\n.gab-barrier-card:hover {\n  transform: translateY(-6px);\n  border-color: var(--sdg5);\n}\n\n.gab-barrier-emoji {\n  font-size: 2.2rem;\n  display: block;\n  margin-bottom: 14px;\n}\n\n.gab-barrier-card h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n\n.gab-barrier-card p {\n  font-size: 0.88rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n.gab-belief {\n  background: linear-gradient(135deg, var(--sdg5) 0%, var(--sdg8) 100%);\n  border-radius: 18px;\n  padding: 28px 32px;\n  text-align: center;\n}\n\n.gab-belief p {\n  font-family: 'Libre Baskerville', serif;\n  font-style: italic;\n  font-size: 1.15rem;\n  color: var(--white);\n  line-height: 1.6;\n  margin: 0;\n}\n\n\/* \u2500\u2500 BOOT CAMP STRUCTURE \u2500\u2500 *\/\n.gab-bootcamp {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.gab-bootcamp-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.gab-bootcamp-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.gab-bootcamp-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.gab-specs-row {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 14px;\n  margin-bottom: 48px;\n}\n\n.gab-spec {\n  background: var(--off-white);\n  border-radius: 16px;\n  border: 1px solid var(--light);\n  padding: 22px 16px;\n  text-align: center;\n  transition: border-color 0.3s ease;\n}\n\n.gab-spec:hover { border-color: var(--sdg5); }\n\n.gab-spec-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 10px;\n}\n\n.gab-spec-value {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.4rem;\n  font-weight: 700;\n  color: var(--navy);\n  display: block;\n  margin-bottom: 4px;\n}\n\n.gab-spec-label {\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: var(--slate);\n}\n\n.gab-curriculum {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 0;\n  border-radius: 20px;\n  overflow: hidden;\n  border: 1px solid var(--light);\n  margin-bottom: 36px;\n}\n\n.gab-month {\n  padding: 28px 20px;\n  border-right: 1px solid var(--light);\n  transition: background 0.3s ease;\n}\n\n.gab-month:last-child { border-right: none; }\n.gab-month:hover { background: var(--off-white); }\n\n.gab-month-num {\n  font-size: 0.65rem;\n  font-weight: 800;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n  display: block;\n}\n\n.gab-month:nth-child(1) .gab-month-num { color: var(--sdg5); }\n.gab-month:nth-child(2) .gab-month-num { color: var(--violet); }\n.gab-month:nth-child(3) .gab-month-num { color: var(--sdg4); }\n.gab-month:nth-child(4) .gab-month-num { color: #059669; }\n\n.gab-month-icon {\n  font-size: 1.8rem;\n  display: block;\n  margin-bottom: 12px;\n}\n\n.gab-month h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 0.95rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n\n.gab-month-skills {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 5px;\n}\n\n.gab-month-skills li {\n  font-size: 0.8rem;\n  color: var(--slate);\n  display: flex;\n  align-items: flex-start;\n  gap: 6px;\n  line-height: 1.4;\n}\n\n.gab-month-skills li::before {\n  content: '\u00b7';\n  font-weight: 900;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n.gab-month:nth-child(1) .gab-month-skills li::before { color: var(--sdg5); }\n.gab-month:nth-child(2) .gab-month-skills li::before { color: var(--violet); }\n.gab-month:nth-child(3) .gab-month-skills li::before { color: var(--sdg4); }\n.gab-month:nth-child(4) .gab-month-skills li::before { color: #059669; }\n\n.gab-childcare {\n  background: var(--violet-light);\n  border: 1px solid var(--violet-mid);\n  border-radius: 18px;\n  padding: 28px 30px;\n  display: flex;\n  gap: 20px;\n  align-items: flex-start;\n  flex-wrap: wrap;\n  margin-bottom: 28px;\n}\n\n.gab-childcare-icon { font-size: 2rem; flex-shrink: 0; margin-top: 2px; }\n\n.gab-childcare h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: var(--violet);\n  margin-bottom: 8px;\n}\n\n.gab-childcare p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.7;\n}\n\n\/* \u2500\u2500 DIGNITY CIRCLES (NEW) \u2500\u2500 *\/\n.gab-dignity {\n  background: linear-gradient(135deg, var(--sdg8) 0%, var(--ink) 100%);\n  border-radius: 20px;\n  padding: 40px 36px;\n  margin-top: 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-dignity::before {\n  content: '';\n  position: absolute;\n  top: -40px; right: -40px;\n  width: 200px; height: 200px;\n  background: radial-gradient(circle, rgba(255,58,33,0.18) 0%, transparent 70%);\n  pointer-events: none;\n}\n\n.gab-dignity-header {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 18px;\n  position: relative;\n  z-index: 2;\n}\n\n.gab-dignity-icon {\n  width: 48px; height: 48px;\n  background: rgba(255,58,33,0.2);\n  border: 1px solid rgba(255,58,33,0.4);\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.5rem;\n  flex-shrink: 0;\n}\n\n.gab-dignity h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.25rem;\n  font-weight: 700;\n  color: var(--white);\n  position: relative;\n  z-index: 2;\n}\n\n.gab-dignity-sub {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--sdg5-mid);\n  margin-bottom: 4px;\n  display: block;\n}\n\n.gab-dignity p {\n  font-size: 0.97rem;\n  color: rgba(255,255,255,0.75);\n  line-height: 1.75;\n  margin-bottom: 16px;\n  position: relative;\n  z-index: 2;\n}\n\n.gab-dignity-steps {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 12px;\n  position: relative;\n  z-index: 2;\n}\n\n.gab-dignity-step {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: 12px;\n  padding: 18px 16px;\n}\n\n.gab-dignity-step-icon {\n  font-size: 1.3rem;\n  display: block;\n  margin-bottom: 8px;\n}\n\n.gab-dignity-step h4 {\n  font-size: 0.85rem;\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 5px;\n  line-height: 1.3;\n}\n\n.gab-dignity-step p {\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.55;\n  margin: 0;\n}\n\n.gab-evidence-note {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  margin-top: 20px;\n  padding: 12px 16px;\n  background: rgba(255,255,255,0.04);\n  border-radius: 10px;\n  border: 1px solid rgba(255,255,255,0.06);\n  position: relative;\n  z-index: 2;\n}\n\n.gab-evidence-note p {\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.4);\n  line-height: 1.5;\n  margin: 0;\n}\n\n.gab-evidence-note strong { color: rgba(255,255,255,0.65); }\n\n\/* \u2500\u2500 ENTREPRENEUR PATHWAY \u2500\u2500 *\/\n.gab-pathway {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.gab-pathway-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.gab-pathway-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.gab-pathway-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.gab-pathway-steps {\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  position: relative;\n  padding-left: 48px;\n}\n\n.gab-pathway-steps::before {\n  content: '';\n  position: absolute;\n  left: 18px;\n  top: 24px;\n  bottom: 24px;\n  width: 3px;\n  background: linear-gradient(180deg,\n    var(--sdg5) 0%,\n    var(--violet) 50%,\n    #059669 100%);\n  border-radius: 2px;\n}\n\n.gab-pathway-step {\n  position: relative;\n  padding: 0 0 32px 28px;\n}\n\n.gab-pathway-step:last-child { padding-bottom: 0; }\n\n.gab-step-dot {\n  position: absolute;\n  left: -37px; top: 4px;\n  width: 30px; height: 30px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.85rem;\n  border: 3px solid var(--white);\n}\n\n.gab-pathway-step:nth-child(1) .gab-step-dot { background: var(--sdg5); }\n.gab-pathway-step:nth-child(2) .gab-step-dot { background: var(--violet); }\n.gab-pathway-step:nth-child(3) .gab-step-dot { background: var(--sdg4); }\n.gab-pathway-step:nth-child(4) .gab-step-dot { background: #059669; }\n\n.gab-pathway-step h4 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 6px;\n}\n\n.gab-pathway-step p {\n  font-size: 0.97rem;\n  color: var(--slate);\n  line-height: 1.7;\n}\n\n.gab-microgrant {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--ink) 100%);\n  border-radius: 20px;\n  padding: 36px;\n  margin-top: 36px;\n  display: flex;\n  gap: 22px;\n  align-items: flex-start;\n  flex-wrap: wrap;\n  position: relative;\n  overflow: hidden;\n}\n\n.gab-microgrant::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 250px; height: 250px;\n  background: radial-gradient(circle, rgba(255,58,33,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.gab-microgrant-icon { font-size: 2.2rem; flex-shrink: 0; position: relative; z-index: 2; }\n\n.gab-microgrant-text { flex: 1; position: relative; z-index: 2; }\n\n.gab-microgrant-text h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: var(--white);\n  margin-bottom: 10px;\n}\n\n.gab-microgrant-text p {\n  font-size: 0.95rem;\n  color: rgba(255,255,255,0.75);\n  line-height: 1.7;\n}\n\n.gab-microgrant-tag {\n  display: inline-block;\n  background: var(--sdg5);\n  color: var(--white);\n  font-size: 0.68rem;\n  font-weight: 800;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  padding: 5px 12px;\n  border-radius: 100px;\n  margin-top: 14px;\n}\n\n\/* \u2500\u2500 DONATION TABLE \u2500\u2500 *\/\n.gab-table-section {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.gab-table-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.gab-table-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.gab-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.gab-table-wrap {\n  overflow-x: auto;\n  border-radius: 20px;\n  box-shadow: 0 8px 40px rgba(15,10,30,0.07);\n}\n\ntable.gab-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--white);\n  font-size: 0.93rem;\n}\n\ntable.gab-table thead tr {\n  background: linear-gradient(90deg, var(--ink) 0%, #2d0a1e 100%);\n}\n\ntable.gab-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}\n\ntable.gab-table thead th:first-child { border-radius: 20px 0 0 0; }\ntable.gab-table thead th:last-child  { border-radius: 0 20px 0 0; }\n\ntable.gab-table tbody tr {\n  border-bottom: 1px solid var(--light);\n  transition: background 0.2s ease;\n}\n\ntable.gab-table tbody tr:last-child { border-bottom: none; }\ntable.gab-table tbody tr:hover { background: var(--sdg5-light); }\n\ntable.gab-table tbody tr.gab-highlight {\n  background: var(--sdg5-light);\n  border-left: 3px solid var(--sdg5);\n}\n\ntable.gab-table tbody td {\n  padding: 18px 20px;\n  color: var(--slate);\n  line-height: 1.55;\n  vertical-align: top;\n}\n\ntable.gab-table tbody td:first-child {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: var(--sdg5);\n  white-space: nowrap;\n}\n\ntable.gab-table tbody td:nth-child(2) {\n  font-weight: 700;\n  color: var(--navy);\n}\n\n.gab-pill {\n  display: inline-block;\n  padding: 3px 10px;\n  border-radius: 100px;\n  font-size: 0.64rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.gab-pill-access    { background: var(--sdg5-light); color: var(--sdg5); }\n.gab-pill-ai        { background: var(--violet-light); color: var(--violet); }\n.gab-pill-care      { background: #ecfdf5; color: #065f46; }\n.gab-pill-scholar   { background: #fff7ed; color: #c2410c; }\n.gab-pill-monthly   { background: #fdf4ff; color: #6b21a8; }\n.gab-pill-all       { background: #f0f9ff; color: #0369a1; }\n\n.gab-star { color: var(--sdg5); margin-left: 4px; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 760px) {\n  .gab-barrier-trio   { grid-template-columns: 1fr 1fr; }\n  .gab-specs-row      { grid-template-columns: 1fr 1fr; }\n  .gab-curriculum     { grid-template-columns: 1fr 1fr; }\n  .gab-crisis-stats   { grid-template-columns: 1fr; }\n  .gab-dignity-steps  { grid-template-columns: 1fr; }\n  .gab-month          { border-right: none; border-bottom: 1px solid var(--light); }\n  table.gab-table thead th,\n  table.gab-table tbody td { padding: 14px 12px; font-size: 0.85rem; }\n  table.gab-table tbody td:first-child { font-size: 1rem; }\n}\n\n@media (max-width: 480px) {\n  .gab-barrier-trio  { grid-template-columns: 1fr; }\n  .gab-specs-row     { grid-template-columns: 1fr 1fr; }\n  .gab-curriculum    { grid-template-columns: 1fr; }\n}\n\n<\/style>\n\n<div class=\"gab-wrap\">\n\n  <!-- \u2550\u2550 LIVE STATUS BANNER (NEW) \u2550\u2550 -->\n  <div class=\"gab-live-banner\">\n    <div class=\"gab-live-dot\"><\/div>\n    <p><strong>Hub is Live and Operating.<\/strong> The first cohort of 10 girls is currently enrolled and training at the GDASH Digital Hub in Tabora as of February 2026.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 HERO \u2550\u2550 -->\n  <div class=\"gab-hero\">\n    <div class=\"gab-hero-inner\">\n      <div class=\"gab-sdg-badges\">\n        <div class=\"gab-sdg-badge gab-badge-5\"><span>SDG 5<\/span> Gender Equality<\/div>\n        <div class=\"gab-sdg-badge gab-badge-4\"><span>SDG 4<\/span> Quality Education<\/div>\n        <div class=\"gab-sdg-badge gab-badge-8\"><span>SDG 8<\/span> Decent Work<\/div>\n      <\/div>\n      <h1>Salma Was Brilliant.<br>The System Had<br>No Space for Her.<br><em>We Are Building One.<\/em><\/h1>\n      <div class=\"gab-hero-divider\"><\/div>\n      <p class=\"gab-hero-sub\">Girls&#8217; Empowerment &amp; Digital Skills &nbsp;\u00b7&nbsp; The Girls&#8217; AI &amp; Coding Boot Camp<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 OPENING STORY \u2550\u2550 -->\n  <div class=\"gab-story\">\n    <div class=\"gab-tag\">The Story Behind the Boot Camp<\/div>\n    <h2>She Did Not Drop Out. The System Pushed Her Out.<\/h2>\n\n    <p>Salma was seventeen when she gave birth. She had been one of the top students in her school   the kind of girl her teachers quietly hoped would go on to university. Six weeks after her baby was born, Salma tried to go back.<\/p>\n\n    <p>She lasted one week. Tanzania&#8217;s education system legally allows girls to return to school after having children. But the law and the lived reality are two different things. The whispers in the corridors were unbearable. A teacher suggested she sit at the back so as not to &#8220;distract&#8221; the other students. Her classmates made sure she knew she no longer belonged. By Friday, she had left and not returned.<\/p>\n\n    <div class=\"gab-system-card\">\n      <p>&#8220;Salma did not drop out because the law excluded her.&#8221;<\/p>\n      <cite>She dropped out because the community made it impossible for her to stay.<\/cite>\n    <\/div>\n\n    <p>When CODEWA found Salma, she had been at home for nearly two years   caring for her child, watching younger students walk past her window on their way to school. She had not stopped wanting to learn. She had just stopped believing there was anywhere left for her to go.<\/p>\n\n    <div class=\"gab-salma-quote\">\n      <blockquote>&#8220;When we told Salma she would learn AI tools used by professionals in New York and London, <em>she laughed. Then she asked when she could start.<\/em>&#8220;<\/blockquote>\n      <div class=\"gab-salma-chip\">CODEWA Field Team, Tabora<\/div>\n    <\/div>\n\n    <p>The Girls&#8217; AI and Coding Boot Camp exists because Salma exists. And because there are hundreds of Salmas across Tabora who were brilliant, who were failed, and who are still waiting for a system that has space for them.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 CRISIS STATISTICS (NEW) \u2550\u2550 -->\n  <div class=\"gab-crisis\">\n    <div class=\"gab-crisis-inner\">\n      <div class=\"gab-tag\">The Scale of the Crisis in Tabora<\/div>\n      <h2>These Are Not Abstract Numbers. They Are Girls.<\/h2>\n      <p>Tabora Region is not an average part of Tanzania. It is the region where the crisis of girls&#8217; exclusion is most acute   documented in CODEWA&#8217;s own 2018 Hidden Barrier Study and verified by national education data.<\/p>\n\n      <div class=\"gab-crisis-stats\">\n        <div class=\"gab-crisis-stat\">\n          <span class=\"gab-crisis-stat-num\">7.4%<\/span>\n          <span class=\"gab-crisis-stat-label\">School Dropout Rate<\/span>\n          <span class=\"gab-crisis-stat-desc\">Tanzania&#8217;s highest regional dropout rate   driven by poverty, stigma, and a system with no space for girls who leave.<\/span>\n        <\/div>\n        <div class=\"gab-crisis-stat\">\n          <span class=\"gab-crisis-stat-num\">58%<\/span>\n          <span class=\"gab-crisis-stat-label\">Girls Married Before 18<\/span>\n          <span class=\"gab-crisis-stat-desc\">More than half of girls in Tabora are married before adulthood   cutting their education short before it can change their trajectory.<\/span>\n        <\/div>\n        <div class=\"gab-crisis-stat\">\n          <span class=\"gab-crisis-stat-num\">27%<\/span>\n          <span class=\"gab-crisis-stat-label\">Girls Aged 15 to 19 Already Mothers<\/span>\n          <span class=\"gab-crisis-stat-desc\">Nearly one in four girls in this age group is already a mother   and once she leaves school, there is no pathway back.<\/span>\n        <\/div>\n      <\/div>\n      <p class=\"gab-crisis-source\">Source: Tanzania National Education Data \u00b7 CODEWA 2018 Hidden Barrier Study, Tabora Region<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 INVISIBLE GIRLS SECTION \u2550\u2550 -->\n  <div class=\"gab-invisible\">\n    <div class=\"gab-invisible-inner\">\n      <div class=\"gab-tag\">The Invisible Girls of Tabora<\/div>\n      <h2>Three Barriers. One Permanent Exclusion.<\/h2>\n      <p>Salma is not an exception. In Tabora, thousands of young women are invisible to the formal education system   not because they are incapable, but because three compounding forces have pushed them permanently out of the spaces where learning happens.<\/p>\n\n      <div class=\"gab-barrier-trio\">\n        <div class=\"gab-barrier-card\">\n          <span class=\"gab-barrier-emoji\">\ud83d\ude14<\/span>\n          <h3>Stigma and Bullying After Return<\/h3>\n          <p>Tanzania&#8217;s law permits girls to return to school after having children. But the whispers, exclusion, and bullying from classmates and sometimes teachers make re-entry unbearable   and many leave within weeks of trying.<\/p>\n        <\/div>\n        <div class=\"gab-barrier-card\">\n          <span class=\"gab-barrier-emoji\">\ud83d\udeaa<\/span>\n          <h3>Community Pressure to Stay Home<\/h3>\n          <p>Once a girl leaves, cultural expectations deepen. Domestic responsibility grows, community pressure intensifies, and re-entry feels increasingly impossible the longer she is out   even when the legal door remains open.<\/p>\n        <\/div>\n        <div class=\"gab-barrier-card\">\n          <span class=\"gab-barrier-emoji\">\ud83d\udcbb<\/span>\n          <h3>The Digital Economy Moves Without Them<\/h3>\n          <p>While they are at home, the world digitises. AI, coding, and remote work create opportunity   but only for those with access and training. Every month outside the system widens the gap further.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gab-belief\">\n        <p>&#8220;We believe that is not their destiny. It is simply the system&#8217;s failure   and failures can be fixed.&#8221;<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 BOOT CAMP STRUCTURE \u2550\u2550 -->\n  <div class=\"gab-bootcamp\">\n    <div class=\"gab-bootcamp-inner\">\n      <div class=\"gab-tag\">The Digital Hub<\/div>\n      <h2>A Four-Month Boot Camp Designed Around Their Reality<\/h2>\n      <p>CODEWA&#8217;s computer lab has been transformed into a Digital Hub \u2014 equipped with 10 professional workstations and AI tools, and structured around the daily realities of young mothers who cannot attend a full school day. The Hub is fully operational as of March 2026. One of our current funding priorities is installing a solar backup system to ensure training is never interrupted by Tabora&#8217;s unreliable power grid \u2014 your support helps make that possible.<\/p>\n\n      <div class=\"gab-specs-row\">\n        <div class=\"gab-spec\">\n          <span class=\"gab-spec-icon\">\u23f1\ufe0f<\/span>\n          <span class=\"gab-spec-value\">3 Hours<\/span>\n          <span class=\"gab-spec-label\">Daily   9:00 to 12:00 AM<\/span>\n        <\/div>\n        <div class=\"gab-spec\">\n          <span class=\"gab-spec-icon\">\ud83d\udcc5<\/span>\n          <span class=\"gab-spec-value\">4 Months<\/span>\n          <span class=\"gab-spec-label\">Full Programme Duration<\/span>\n        <\/div>\n        <div class=\"gab-spec\">\n          <span class=\"gab-spec-icon\">\ud83d\udc69\u200d\ud83d\udcbb<\/span>\n          <span class=\"gab-spec-value\">20 Girls<\/span>\n          <span class=\"gab-spec-label\">Per Cohort   Scaling Now<\/span>\n        <\/div>\n        <div class=\"gab-spec\">\n          <span class=\"gab-spec-icon\">\u2600\ufe0f<\/span>\n          <span class=\"gab-spec-value\">Solar<\/span>\n          <span class=\"gab-spec-label\">Backup Power   Funding Priority<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"gab-curriculum\">\n        <div class=\"gab-month\">\n          <span class=\"gab-month-num\">Month One<\/span>\n          <span class=\"gab-month-icon\">\ud83e\udde0<\/span>\n          <h3>Confidence &amp; Digital Foundations<\/h3>\n          <ul class=\"gab-month-skills\">\n            <li>Computer fundamentals and navigation<\/li>\n            <li>Internet safety and digital citizenship<\/li>\n            <li>Mindset and self-belief workshops<\/li>\n            <li>Introduction to AI concepts<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"gab-month\">\n          <span class=\"gab-month-num\">Months Two &amp; Three<\/span>\n          <span class=\"gab-month-icon\">\ud83e\udd16<\/span>\n          <h3>AI Tools &amp; AI-Assisted Coding<\/h3>\n          <ul class=\"gab-month-skills\">\n            <li>ChatGPT, Gemini and Claude.ai<\/li>\n            <li>HeyGen for AI video creation<\/li>\n            <li>Canva for professional design<\/li>\n            <li>HTML and CSS with AI assistance<\/li>\n            <li>Building a first website<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"gab-month\">\n          <span class=\"gab-month-num\">Month Three Cont.<\/span>\n          <span class=\"gab-month-icon\">\ud83d\udcbc<\/span>\n          <h3>Career &amp; Freelance Readiness<\/h3>\n          <ul class=\"gab-month-skills\">\n            <li>Building a professional portfolio<\/li>\n            <li>Freelance platforms and pitching<\/li>\n            <li>Client communication skills<\/li>\n            <li>Pricing and managing income<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"gab-month\">\n          <span class=\"gab-month-num\">Month Four<\/span>\n          <span class=\"gab-month-icon\">\ud83d\ude80<\/span>\n          <h3>Launch: Digital Service Kiosk<\/h3>\n          <ul class=\"gab-month-skills\">\n            <li>Micro-grant application process<\/li>\n            <li>Business planning for graduates<\/li>\n            <li>Digital Kiosk model and setup<\/li>\n            <li>Graduation and community showcase<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- CHILDCARE -->\n      <div class=\"gab-childcare\">\n        <div class=\"gab-childcare-icon\">\ud83d\udc76<\/div>\n        <div>\n          <h3>Childcare Support Included<\/h3>\n          <p>The morning schedule (9:00 to 12:00 AM) is designed specifically around young mothers&#8217; domestic realities. For participants who need it, CODEWA provides caregiver support during session hours   so no young mother has to choose between her education and her child. This is not a detail. It is the reason girls like Salma can actually attend.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- DIGNITY CIRCLES (NEW) -->\n      <div class=\"gab-dignity\">\n        <div class=\"gab-dignity-header\">\n          <div class=\"gab-dignity-icon\">\ud83e\udec2<\/div>\n          <div>\n            <span class=\"gab-dignity-sub\">Programme Design   Evidence-Based<\/span>\n            <h3>The Dignity Circles<\/h3>\n          <\/div>\n        <\/div>\n        <p>Girls who have experienced trauma and stigma cannot learn until they feel safe. That is why every day of the programme begins with a <strong>Dignity Circle<\/strong>   a structured psychosocial session co-designed with CODEWA&#8217;s past beneficiaries. Its purpose is to rebuild identity from &#8220;dropout&#8221; to &#8220;Digital Sister&#8221; before any technical training begins.<\/p>\n        <p>This is not a wellness add-on. It is the design principle that makes everything else work. It is validated by CODEWA&#8217;s <strong>2018 Hidden Barrier Study<\/strong>   our own research that documented exactly why previous programmes failed to retain out-of-school girls. The Dignity Circle is our designed response to the documented barrier.<\/p>\n        <div class=\"gab-dignity-steps\">\n          <div class=\"gab-dignity-step\">\n            <span class=\"gab-dignity-step-icon\">\ud83d\udee1\ufe0f<\/span>\n            <h4>Heal First<\/h4>\n            <p>Participants process trauma, stigma, and self-doubt in a safe peer environment before any technical learning begins.<\/p>\n          <\/div>\n          <div class=\"gab-dignity-step\">\n            <span class=\"gab-dignity-step-icon\">\ud83d\udd25<\/span>\n            <h4>Rebuild Identity<\/h4>\n            <p>The space is branded as a sanctuary not a classroom. Every participant is addressed as a &#8220;Digital Sister&#8221; from Day 1.<\/p>\n          <\/div>\n          <div class=\"gab-dignity-step\">\n            <span class=\"gab-dignity-step-icon\">\ud83c\udf31<\/span>\n            <h4>Sustain Throughout<\/h4>\n            <p>Dignity Circles run daily throughout the entire four-month programme   not just at the beginning. Healing is ongoing.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"gab-evidence-note\">\n          <span>\ud83d\udccb<\/span>\n          <p><strong>Evidence base:<\/strong> Every element of the Dignity Circle design was shaped by CODEWA&#8217;s 2018 Hidden Barrier Study   research we conducted ourselves in Tabora to document exactly why previous attempts to reach out-of-school girls failed. This programme was not designed in an office. It was designed from the evidence.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 ENTREPRENEUR PATHWAY \u2550\u2550 -->\n  <div class=\"gab-pathway\">\n    <div class=\"gab-pathway-inner\">\n      <div class=\"gab-tag\">Beyond Employment   The Entrepreneur Pathway<\/div>\n      <h2>We Are Not Training Employees. We Are Launching Founders.<\/h2>\n      <p>Top graduates of the Boot Camp do not just receive a certificate. They receive a micro-grant and the support to launch their own Digital Service Kiosk   becoming entrepreneurs who sell AI-assisted services to their community.<\/p>\n\n      <div class=\"gab-pathway-steps\">\n        <div class=\"gab-pathway-step\">\n          <div class=\"gab-step-dot\">\ud83c\udf93<\/div>\n          <h4>Graduate with Certified Digital Skills<\/h4>\n          <p>After four months of daily training, participants graduate with verifiable competencies in AI tools, coding, and freelance practice   recognised by CODEWA&#8217;s partner institutions.<\/p>\n        <\/div>\n        <div class=\"gab-pathway-step\">\n          <div class=\"gab-step-dot\">\ud83d\udcb0<\/div>\n          <h4>Apply for a Micro-Grant<\/h4>\n          <p>Top graduates apply for a CODEWA micro-grant to fund the setup costs of their own Digital Service Kiosk   a small business offering CV design, document processing, social media management, and AI-assisted services to local clients.<\/p>\n        <\/div>\n        <div class=\"gab-pathway-step\">\n          <div class=\"gab-step-dot\">\ud83c\udfea<\/div>\n          <h4>Launch a Digital Service Kiosk<\/h4>\n          <p>With a tablet, internet access, and the skills to use them professionally, graduates begin earning independent income   becoming entrepreneurs, not job-seekers, in a market that has no space for them yet.<\/p>\n        <\/div>\n        <div class=\"gab-pathway-step\">\n          <div class=\"gab-step-dot\">\ud83c\udf0d<\/div>\n          <h4>Become a Role Model for the Next Cohort<\/h4>\n          <p>Graduate entrepreneurs return to the Boot Camp as guest mentors   showing the next cohort of girls that the pathway from dropout to digital founder is real, and that someone like them has already walked it.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"gab-microgrant\">\n        <div class=\"gab-microgrant-icon\">\u26a1<\/div>\n        <div class=\"gab-microgrant-text\">\n          <h3>The Digital Service Kiosk Model<\/h3>\n          <p>A graduate with a tablet, professional AI skills, and internet access can earn between 50,000 and 150,000 TZS per week offering services to local businesses, schools, and community organisations   income that transforms her household, not just her CV.<\/p>\n          <div class=\"gab-microgrant-tag\">Entrepreneur, Not Employee<\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 DONATION TABLE \u2550\u2550 -->\n  <div class=\"gab-table-section\">\n    <div class=\"gab-table-inner\">\n      <div class=\"gab-tag\">What Your Donation Does<\/div>\n      <h2>Every Gift. A Girl Back in the Room.<\/h2>\n      <p>Every contribution to the Girls&#8217; AI and Coding Boot Camp funds a specific, named component of the programme   from a single month of internet access to a full four-month scholarship for one young woman.<\/p>\n\n      <div class=\"gab-table-wrap\">\n        <table class=\"gab-table\">\n          <thead>\n            <tr>\n              <th>Amount<\/th>\n              <th>Gift Name<\/th>\n              <th>What It Funds<\/th>\n              <th>Impact<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>EUR 25<\/td>\n              <td>The Digital Access Pass<\/td>\n              <td><span class=\"gab-pill gab-pill-access\">Hub Access<\/span><\/td>\n              <td>High-speed internet and solar power for one student for a full month of daily training sessions.<\/td>\n            <\/tr>\n            <tr>\n              <td>EUR 50<\/td>\n              <td>The AI &amp; Tech Kit <span class=\"gab-star\">\u2605<\/span><\/td>\n              <td><span class=\"gab-pill gab-pill-ai\">AI Tools<\/span><\/td>\n              <td>Access to premium AI tools   Gemini Advanced, Claude.ai, HeyGen, and Canva   for the full cohort for one month.<\/td>\n            <\/tr>\n            <tr>\n              <td><a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" style=\"color:inherit;text-decoration:none;font-weight:700;\">EUR 65<small>\/mo<\/small><\/a><\/td>\n              <td>Sponsor a Student&#8217;s Journey<\/td>\n              <td><span class=\"gab-pill gab-pill-monthly\">Monthly<\/span><\/td>\n              <td>Month 1: Confidence and foundations. Months 2 to 3: AI and Code. Month 4: Launch. One girl&#8217;s complete transformation   month by month.<\/td>\n            <\/tr>\n            <tr>\n              <td><a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" style=\"color:inherit;text-decoration:none;font-weight:700;\">EUR 100<\/a><\/td>\n              <td>The Childcare Sponsor<\/td>\n              <td><span class=\"gab-pill gab-pill-care\">Childcare<\/span><\/td>\n              <td>Covers caregiver support for one young mother during session hours   so she never has to choose between her child and her education.<\/td>\n            <\/tr>\n            <tr class=\"gab-highlight\" style=\"cursor:pointer;\" onclick=\"window.location='https:\/\/codewatz.org\/donations\/girls-digital-hub\/'\">\n              <td><a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" style=\"color:inherit;text-decoration:none;font-weight:700;\">EUR 250<\/a><\/td>\n              <td>The Dignity Scholarship<\/td>\n              <td><span class=\"gab-pill gab-pill-scholar\">Full Programme<\/span><\/td>\n              <td>Sponsors one girl for the complete four-month Boot Camp   including internet access, AI tools, meals, and graduation certificate.<\/td>\n            <\/tr>\n            <tr>\n              <td>Any<\/td>\n              <td>Your Own Gift<\/td>\n              <td><span class=\"gab-pill gab-pill-all\">All Components<\/span><\/td>\n              <td>Every euro powers a girl&#8217;s future and brings us closer to a world where a girl&#8217;s life does not end when the system fails her.<\/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\/2021\/02\/8.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1440\" height=\"960\" data-id=\"29708\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8.jpg\" alt=\"\" class=\"wp-image-29708\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8.jpg 1440w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8-300x200.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8-1024x683.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8-768x512.jpg 768w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8-18x12.jpg 18w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/8-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2.jpg\"><img decoding=\"async\" width=\"2560\" height=\"1927\" data-id=\"29783\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2.jpg\" alt=\"\" class=\"wp-image-29783\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2.jpg 2560w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-300x226.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-1024x771.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-768x578.jpg 768w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-1536x1156.jpg 1536w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-2048x1542.jpg 2048w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-16x12.jpg 16w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-1568x1180.jpg 1568w, https:\/\/codewatz.org\/wp-content\/uploads\/2026\/02\/Lab-2-600x452.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1.jpg\"><img decoding=\"async\" width=\"1440\" height=\"960\" data-id=\"29715\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1.jpg\" alt=\"\" class=\"wp-image-29715\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1.jpg 1440w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1-300x200.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1-1024x683.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1-768x512.jpg 768w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1-18x12.jpg 18w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/3-1-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1440\" height=\"960\" data-id=\"29707\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7.jpg\" alt=\"\" class=\"wp-image-29707\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7.jpg 1440w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7-300x200.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7-1024x683.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7-768x512.jpg 768w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7-18x12.jpg 18w, https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/7-600x400.jpg 600w\" sizes=\"(max-width: 1440px) 100vw, 1440px\" \/><\/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=Libre+Baskerville:ital,wght@0,400;0,700;1,400&#038;family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n<style>\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg5:        #FF3A21;\n  --sdg5-light:  #fff4f2;\n  --sdg5-mid:    #ffb8ad;\n  --sdg4:        #C5192D;\n  --sdg8:        #A21942;\n  --violet:      #7c3aed;\n  --violet-light:#f5f3ff;\n  --violet-mid:  #ddd6fe;\n  --white:       #ffffff;\n  --off-white:   #fdfbff;\n  --slate:       #4b5563;\n  --light:       #e9e4f0;\n  --charcoal:    #0f0a1e;\n  --ink:         #1a0f2e;\n  --green:       #059669;\n  --green-light: #ecfdf5;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.gab2-wrap {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n.gab2-tag {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg5);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n.gab2-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg5);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n.gab2-tools {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n.gab2-tools-inner { max-width: 880px; margin: 0 auto; }\n.gab2-tools-inner h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n.gab2-tools-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.gab2-tools-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 16px;\n  margin-bottom: 36px;\n}\n.gab2-tool-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.gab2-tool-card::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0;\n  width: 100%; height: 3px;\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.3s ease;\n}\n.gab2-tool-card:nth-child(1)::after { background: var(--sdg5); }\n.gab2-tool-card:nth-child(2)::after { background: var(--violet); }\n.gab2-tool-card:nth-child(3)::after { background: var(--sdg4); }\n.gab2-tool-card:nth-child(4)::after { background: #0369a1; }\n.gab2-tool-card:nth-child(5)::after { background: var(--green); }\n.gab2-tool-card:nth-child(6)::after { background: var(--orange); }\n.gab2-tool-card:hover { transform: translateY(-5px); border-color: var(--sdg5); box-shadow: 0 12px 36px rgba(255,58,33,0.08); }\n.gab2-tool-card:hover::after { transform: scaleX(1); }\n.gab2-tool-logo { font-size: 2rem; display: block; margin-bottom: 12px; }\n.gab2-tool-card h3 { font-family: 'Libre Baskerville', serif; font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }\n.gab2-tool-card p { font-size: 0.87rem; color: var(--slate); line-height: 1.6; }\n.gab2-tool-tag {\n  display: inline-block;\n  margin-top: 12px;\n  padding: 3px 10px;\n  border-radius: 100px;\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  background: var(--sdg5-light);\n  color: var(--sdg5);\n}\n.gab2-tool-card:nth-child(2) .gab2-tool-tag { background: var(--violet-light); color: var(--violet); }\n.gab2-tool-card:nth-child(3) .gab2-tool-tag { background: #fff7ed; color: #c2410c; }\n.gab2-tool-card:nth-child(4) .gab2-tool-tag { background: #eff6ff; color: #0369a1; }\n.gab2-tool-card:nth-child(5) .gab2-tool-tag { background: var(--green-light); color: #065f46; }\n.gab2-tool-card:nth-child(6) .gab2-tool-tag { background: #fff7ed; color: var(--orange); }\n.gab2-global-note {\n  background: var(--ink);\n  border-radius: 18px;\n  padding: 28px 32px;\n  display: flex;\n  align-items: center;\n  gap: 18px;\n  flex-wrap: wrap;\n}\n.gab2-global-note-icon { font-size: 2rem; flex-shrink: 0; }\n.gab2-global-note p { font-size: 0.97rem; font-weight: 600; color: rgba(255,255,255,0.85); line-height: 1.65; flex: 1; }\n.gab2-global-note strong { color: var(--sdg5-mid); font-weight: 800; }\n\n.gab2-tiers { padding: 70px 30px; background: var(--white); border-top: 1px solid var(--light); }\n.gab2-tiers-inner { max-width: 880px; margin: 0 auto; }\n.gab2-tiers-inner h2 { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 4vw, 2.5rem); font-weight: 700; color: var(--navy); margin-bottom: 10px; }\n.gab2-tiers-inner > p { font-size: 1.05rem; color: var(--slate); line-height: 1.75; margin-bottom: 48px; max-width: 660px; }\n.gab2-tier-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 36px; }\n.gab2-tier-card { border-radius: 20px; padding: 34px 30px; position: relative; overflow: hidden; }\n.gab2-tier-card-1 { background: linear-gradient(135deg, var(--sdg5) 0%, var(--sdg8) 100%); }\n.gab2-tier-card-2 { background: linear-gradient(135deg, var(--navy) 0%, var(--ink) 100%); }\n.gab2-tier-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.06); pointer-events: none; }\n.gab2-tier-badge { display: inline-block; background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); color: var(--white); font-size: 0.62rem; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 16px; }\n.gab2-tier-card h3 { font-family: 'Libre Baskerville', serif; font-size: 1.3rem; font-weight: 700; color: var(--white); margin-bottom: 10px; position: relative; z-index: 2; }\n.gab2-tier-card > p { font-size: 0.9rem; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 20px; position: relative; z-index: 2; }\n.gab2-tier-list { list-style: none; display: flex; flex-direction: column; gap: 8px; position: relative; z-index: 2; }\n.gab2-tier-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.8); line-height: 1.5; }\n.gab2-tier-list li::before { content: '\u2713'; font-weight: 800; color: var(--white); flex-shrink: 0; margin-top: 1px; }\n.gab2-tier-card-2 .gab2-tier-list li::before { color: var(--orange); }\n\n.gab2-legal { background: var(--off-white); border-radius: 18px; border: 1px solid var(--light); padding: 32px 30px; margin-bottom: 28px; display: flex; gap: 20px; align-items: flex-start; flex-wrap: wrap; }\n.gab2-legal-icon { font-size: 2.2rem; flex-shrink: 0; margin-top: 2px; }\n.gab2-legal h3 { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }\n.gab2-legal p { font-size: 0.92rem; color: var(--slate); line-height: 1.7; }\n.gab2-legal-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }\n.gab2-legal-tag { display: inline-block; padding: 4px 12px; border-radius: 100px; font-size: 0.66rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; background: var(--green-light); color: #065f46; border: 1px solid #a7f3d0; }\n\n.gab2-alumni { background: linear-gradient(135deg, #064e3b 0%, #065f46 100%); border-radius: 20px; padding: 38px 34px; position: relative; overflow: hidden; margin-bottom: 0; }\n.gab2-alumni::before { content: ''; position: absolute; top: -50px; right: -50px; width: 220px; height: 220px; background: radial-gradient(circle, rgba(52,211,153,0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none; }\n.gab2-alumni-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; position: relative; z-index: 2; }\n.gab2-alumni-icon { width: 48px; height: 48px; background: rgba(52,211,153,0.15); border: 1px solid rgba(52,211,153,0.3); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; flex-shrink: 0; }\n.gab2-alumni h3 { font-family: 'Libre Baskerville', serif; font-size: 1.2rem; font-weight: 700; color: var(--white); position: relative; z-index: 2; }\n.gab2-alumni-sub { font-size: 0.65rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #6ee7b7; display: block; margin-bottom: 4px; }\n.gab2-alumni > p { font-size: 0.95rem; color: rgba(255,255,255,0.75); line-height: 1.75; margin-bottom: 20px; position: relative; z-index: 2; }\n.gab2-alumni-cycle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; position: relative; z-index: 2; }\n.gab2-alumni-step { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 18px 16px; text-align: center; }\n.gab2-alumni-step-icon { font-size: 1.4rem; display: block; margin-bottom: 8px; }\n.gab2-alumni-step h4 { font-size: 0.82rem; font-weight: 700; color: #a7f3d0; margin-bottom: 5px; }\n.gab2-alumni-step p { font-size: 0.76rem; color: rgba(255,255,255,0.5); line-height: 1.5; margin: 0; }\n\n.gab2-impact { padding: 70px 30px; background: var(--off-white); border-top: 1px solid var(--light); }\n.gab2-impact-inner { max-width: 880px; margin: 0 auto; }\n.gab2-impact-inner h2 { font-family: 'Libre Baskerville', serif; font-size: clamp(1.6rem, 4vw, 2.5rem); font-weight: 700; color: var(--navy); margin-bottom: 10px; }\n.gab2-impact-inner > p { font-size: 1.05rem; color: var(--slate); line-height: 1.75; margin-bottom: 48px; max-width: 660px; }\n.gab2-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 18px; margin-bottom: 36px; }\n.gab2-stat { background: var(--white); border-radius: 18px; padding: 30px 18px; text-align: center; border: 1px solid var(--light); transition: transform 0.3s ease, border-color 0.3s ease; position: relative; overflow: hidden; }\n.gab2-stat:hover { transform: translateY(-5px); border-color: var(--sdg5); }\n.gab2-stat::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; }\n.gab2-stat:nth-child(1)::before { background: var(--sdg5); }\n.gab2-stat:nth-child(2)::before { background: var(--violet); }\n.gab2-stat:nth-child(3)::before { background: var(--sdg4); }\n.gab2-stat:nth-child(4)::before { background: var(--orange); }\n.gab2-stat-num { font-family: 'Libre Baskerville', serif; font-size: 2.5rem; font-weight: 700; color: var(--navy); display: block; line-height: 1; margin-bottom: 10px; }\n.gab2-stat-label { font-size: 0.74rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--slate); line-height: 1.4; }\n.gab2-goal { background: var(--white); border-radius: 18px; border: 1px solid var(--light); padding: 28px 30px; margin-bottom: 36px; }\n.gab2-goal h3 { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 6px; }\n.gab2-goal-note { font-size: 0.82rem; color: var(--green); font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 6px; }\n.gab2-goal-bar-wrap { background: var(--light); border-radius: 100px; height: 12px; overflow: hidden; margin-bottom: 10px; }\n.gab2-goal-bar { height: 100%; border-radius: 100px; background: linear-gradient(90deg, var(--sdg5) 0%, var(--sdg8) 100%); width: 50%; }\n.gab2-goal-labels { display: flex; justify-content: space-between; font-size: 0.8rem; font-weight: 600; color: var(--slate); }\n.gab2-goal-labels span:first-child { color: var(--sdg5); font-weight: 700; }\n.gab2-community { background: var(--white); border-radius: 18px; border: 1px solid var(--light); padding: 30px; margin-bottom: 36px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: center; }\n.gab2-community h3 { font-family: 'Libre Baskerville', serif; font-size: 1.1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; grid-column: 1 \/ -1; }\n.gab2-radio-card { background: var(--off-white); border-radius: 14px; border: 1px solid var(--light); padding: 18px 20px; display: flex; align-items: center; gap: 14px; }\n.gab2-radio-icon { width: 44px; height: 44px; background: var(--navy); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }\n.gab2-radio-card h4 { font-size: 0.92rem; font-weight: 700; color: var(--navy); margin-bottom: 3px; }\n.gab2-radio-card p { font-size: 0.78rem; color: var(--slate); line-height: 1.4; }\n.gab2-outcomes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n.gab2-outcome { display: flex; gap: 14px; align-items: flex-start; padding: 22px; background: var(--white); border-radius: 16px; border: 1px solid var(--light); transition: border-color 0.3s ease; }\n.gab2-outcome:hover { border-color: var(--sdg5); }\n.gab2-outcome-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }\n.gab2-outcome h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 5px; }\n.gab2-outcome p { font-size: 0.9rem; color: var(--slate); line-height: 1.6; }\n\n.gab2-close { background: var(--ink); padding: 80px 30px; position: relative; overflow: hidden; }\n.gab2-close::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 500px 350px at 100% 0%, rgba(255,58,33,0.2) 0%, transparent 65%), radial-gradient(ellipse 350px 250px at 0% 100%, rgba(124,58,237,0.15) 0%, transparent 65%); pointer-events: none; }\n.gab2-close::after { content: ''; position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }\n.gab2-close-inner { max-width: 880px; margin: 0 auto; position: relative; z-index: 2; }\n.gab2-close .gab2-tag { color: var(--sdg5-mid); }\n.gab2-close .gab2-tag::after { background: var(--sdg5-mid); }\n.gab2-close h2 { font-family: 'Libre Baskerville', serif; font-size: clamp(1.9rem, 4.5vw, 2.9rem); font-weight: 700; color: var(--white); line-height: 1.18; margin-bottom: 28px; }\n.gab2-close h2 em { font-style: italic; color: var(--sdg5-mid); }\n.gab2-close p { font-size: 1.05rem; color: rgba(255,255,255,0.78); line-height: 1.85; margin-bottom: 22px; }\n.gab2-salma-enrolled { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,58,33,0.22); border-radius: 20px; padding: 32px 36px; margin: 36px 0; position: relative; }\n.gab2-salma-enrolled::before { content: 'COHORT ONE   CURRENTLY TRAINING'; position: absolute; top: -12px; left: 24px; background: var(--sdg5); color: var(--white); font-size: 0.6rem; font-weight: 800; letter-spacing: 2px; padding: 4px 12px; border-radius: 100px; }\n.gab2-salma-enrolled p { font-family: 'Libre Baskerville', serif; font-style: italic; font-size: 1.15rem; color: var(--white); line-height: 1.65; margin-bottom: 12px; }\n.gab2-salma-enrolled cite { font-size: 0.75rem; color: rgba(255,255,255,0.45); font-style: normal; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; }\n.gab2-ask-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 36px 0; }\n.gab2-ask-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,58,33,0.18); border-radius: 16px; padding: 24px 16px; text-align: center; transition: background 0.2s ease, border-color 0.2s ease; cursor: pointer; }\n.gab2-ask-card:hover { background: rgba(255,58,33,0.08); border-color: rgba(255,58,33,0.4); }\n.gab2-ask-card .ask-amount { font-family: 'Libre Baskerville', serif; font-size: 1.9rem; font-weight: 700; color: var(--sdg5-mid); display: block; margin-bottom: 8px; }\n.gab2-ask-card .ask-label { font-size: 0.78rem; font-weight: 500; color: rgba(255,255,255,0.58); line-height: 1.45; }\n.gab2-sdg-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }\n.gab2-sdg-stamp { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 10px 16px; border-radius: 12px; }\n.gab2-sdg-stamp .sdg-box { width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 0.88rem; color: var(--white); flex-shrink: 0; }\n.sdg-box-5 { background: var(--sdg5); }\n.sdg-box-4 { background: var(--sdg4); }\n.sdg-box-8 { background: var(--sdg8); }\n.gab2-sdg-stamp p { margin: 0; font-size: 0.75rem; color: rgba(255,255,255,0.65); line-height: 1.35; }\n.gab2-sdg-stamp strong { display: block; color: var(--white); font-size: 0.8rem; margin-bottom: 1px; }\n.gab2-cta-strip { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 40px; }\n.gab2-btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px; border-radius: 100px; font-size: 0.9rem; font-weight: 700; text-decoration: none; transition: all 0.3s ease; letter-spacing: 0.5px; }\n.gab2-btn-primary { background: var(--sdg5); color: var(--white); }\n.gab2-btn-primary:hover { background: #e02a12; transform: translateY(-3px); box-shadow: 0 12px 28px rgba(255,58,33,0.4); }\n.gab2-btn-secondary { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,0.22); }\n.gab2-btn-secondary:hover { border-color: var(--white); background: rgba(255,255,255,0.06); transform: translateY(-3px); }\n\n\/* \u2500\u2500 VIDEO SECTION \u2500\u2500 *\/\n.gab2-video-section {\n  background: var(--white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n.gab2-video-inner {\n  max-width: 800px;\n  margin: 0 auto;\n}\n.vs-lang-btn { transition: all 0.2s ease; cursor: pointer; }\n.vs-lang-btn:hover { background: var(--navy) !important; color: #ffffff !important; border-color: var(--navy) !important; }\n.vs-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 16px; }\n.vs-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; border-radius: 16px; }\n\n.gab2-footer { background: var(--off-white); padding: 40px 30px; border-top: 1px solid var(--light); }\n.gab2-footer-inner { max-width: 880px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }\n.gab2-footer-inner p { font-size: 0.95rem; color: var(--slate); line-height: 1.6; max-width: 520px; }\n.gab2-footer-links { display: flex; flex-direction: column; gap: 10px; flex-shrink: 0; }\n.gab2-footer-inner a { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-weight: 700; font-size: 0.88rem; text-decoration: none; border-bottom: 2px solid var(--sdg5); padding-bottom: 2px; white-space: nowrap; transition: color 0.2s ease; }\n.gab2-footer-inner a:hover { color: var(--sdg5); }\n\n@media (max-width: 680px) {\n  .gab2-tools-grid     { grid-template-columns: 1fr 1fr; }\n  .gab2-tier-cards     { grid-template-columns: 1fr; }\n  .gab2-outcomes       { grid-template-columns: 1fr; }\n  .gab2-ask-row        { grid-template-columns: 1fr; }\n  .gab2-alumni-cycle   { grid-template-columns: 1fr; }\n  .gab2-community      { grid-template-columns: 1fr; }\n  .gab2-footer-inner   { flex-direction: column; align-items: flex-start; }\n  .gab2-btn            { width: 100%; justify-content: center; }\n}\n@media (max-width: 480px) {\n  .gab2-tools-grid { grid-template-columns: 1fr; }\n}\n\n<\/style>\n\n<div class=\"gab2-wrap\">\n\n  <!-- WHAT THEY MASTER -->\n  <div class=\"gab2-tools\">\n    <div class=\"gab2-tools-inner\">\n      <div class=\"gab2-tag\">The Global-Standard Toolkit<\/div>\n      <h2>The Tools Used in New York and London. Taught in Tabora.<\/h2>\n      <p>Graduates of the Boot Camp do not learn yesterday&#8217;s technology. They master the AI and coding tools that professional digital workers use in global markets, giving them skills that travel far beyond Tabora.<\/p>\n      <div class=\"gab2-tools-grid\">\n        <div class=\"gab2-tool-card\"><span class=\"gab2-tool-logo\">\ud83e\udd16<\/span><h3>ChatGPT<\/h3><p>Prompt engineering, content creation, business writing, and AI-assisted research for client work and freelance services.<\/p><span class=\"gab2-tool-tag\">AI Writing<\/span><\/div>\n        <div class=\"gab2-tool-card\"><span class=\"gab2-tool-logo\">\u2728<\/span><h3>Gemini Advanced<\/h3><p>Google&#8217;s professional AI platform for document analysis, data tasks, and multimodal work, used across global enterprises.<\/p><span class=\"gab2-tool-tag\">AI Analysis<\/span><\/div>\n        <div class=\"gab2-tool-card\"><span class=\"gab2-tool-logo\">\ud83c\udfac<\/span><h3>HeyGen<\/h3><p>AI video generation for digital marketing, professional presentations, and creative client deliverables, a high-demand freelance skill.<\/p><span class=\"gab2-tool-tag\">AI Video<\/span><\/div>\n        <div class=\"gab2-tool-card\"><span class=\"gab2-tool-logo\">\ud83c\udf10<\/span><h3>AI-Assisted Web Coding<\/h3><p>Building and styling websites using HTML and CSS, guided and accelerated by AI tools that help students write, debug, and understand code without prior experience.<\/p><span class=\"gab2-tool-tag\">AI Coding<\/span><\/div>\n        <div class=\"gab2-tool-card\"><span class=\"gab2-tool-logo\">\ud83e\udde0<\/span><h3>Claude.ai<\/h3><p>Anthropic&#8217;s advanced AI assistant for research, writing, analysis, and complex problem-solving, used by students to develop critical thinking and AI collaboration skills.<\/p><span class=\"gab2-tool-tag\">AI Assistant<\/span><\/div>\n        <div class=\"gab2-tool-card\"><span class=\"gab2-tool-logo\">\ud83c\udfa8<\/span><h3>Canva<\/h3><p>Professional graphic design, social media content, presentation creation, and digital marketing materials, a high-demand skill for freelance client work and Digital Kiosk services.<\/p><span class=\"gab2-tool-tag\">Design<\/span><\/div>\n      <\/div>\n      <div class=\"gab2-global-note\">\n        <div class=\"gab2-global-note-icon\">\ud83c\udf0d<\/div>\n        <p>These are not beginner tools for a beginner market. <strong>ChatGPT, Gemini, Claude.ai, HeyGen, Canva, and AI-assisted web coding are the same platforms used by digital professionals in the world&#8217;s most competitive economies.<\/strong> We teach them at full professional standard, because Salma deserves the same tools as anyone else.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- TIERED GRADUATION -->\n  <div class=\"gab2-tiers\">\n    <div class=\"gab2-tiers-inner\">\n      <div class=\"gab2-tag\">Two Pathways. Every Graduate Covered.<\/div>\n      <h2>No One Leaves Without a Future.<\/h2>\n      <p>Graduation is not the end of CODEWA&#8217;s commitment. Every graduate is placed on one of two structured economic pathways, designed so that skills never sit idle and no graduate is left without a clear next step.<\/p>\n      <div class=\"gab2-tier-cards\">\n        <div class=\"gab2-tier-card gab2-tier-card-1\">\n          <div class=\"gab2-tier-badge\">Tier 1   Top 5 Performers<\/div>\n          <h3>Kiosk Entrepreneurs<\/h3>\n          <p>The five highest-performing graduates launch their own legally registered Digital Service Kiosks, independent businesses that serve local clients with AI-powered digital services.<\/p>\n          <ul class=\"gab2-tier-list\">\n            <li>Full Business-in-a-Box kit: stamp, receipt book, invoice book, business cards, and branded flyers<\/li>\n            <li>BRELA business registration, a legally recognised enterprise, not just a certificate<\/li>\n            <li>LGA 10% Youth Loan application support, access to government startup capital<\/li>\n            <li>Digital Showcase graduation event, a public launch, not a quiet exit<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"gab2-tier-card gab2-tier-card-2\">\n          <div class=\"gab2-tier-badge\">Tier 2   Remaining Graduates<\/div>\n          <h3>Lab Residents<\/h3>\n          <p>All other graduates enter the Lab Residency Programme, continuing to access the Hub&#8217;s solar-powered infrastructure, internet, and mentorship to operate freelance businesses after graduation.<\/p>\n          <ul class=\"gab2-tier-list\">\n            <li>Free continued access to Hub workstations, internet, and AI tools<\/li>\n            <li>Ongoing mentorship from CODEWA staff and Tier 1 entrepreneurs<\/li>\n            <li>Contribute a tiered percentage of earnings to the revolving Alumni Fund<\/li>\n            <li>Junior Mentor pipeline, top residents return to train the next cohort<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n      <div class=\"gab2-legal\">\n        <div class=\"gab2-legal-icon\">\ud83c\udfdb\ufe0f<\/div>\n        <div>\n          <h3>From Skills to a Legal Business, BRELA Registration and LGA Youth Loan<\/h3>\n          <p>A skill without legal recognition is still invisible to the economy. That is why GDASH goes one step further than training. Every Tier 1 graduate completes BRELA business registration, making their venture a legally recognised enterprise in Tanzania. They are then supported to apply for the Local Government Authority 10% Youth and Women Loan, giving them access to government startup capital to fund their kiosk setup.<\/p>\n          <div class=\"gab2-legal-tags\">\n            <span class=\"gab2-legal-tag\">BRELA Registration<\/span>\n            <span class=\"gab2-legal-tag\">LGA 10% Youth Loan<\/span>\n            <span class=\"gab2-legal-tag\">Legal Enterprise<\/span>\n            <span class=\"gab2-legal-tag\">Government-Backed Capital<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div class=\"gab2-alumni\">\n        <div class=\"gab2-alumni-header\">\n          <div class=\"gab2-alumni-icon\">\u267b\ufe0f<\/div>\n          <div>\n            <span class=\"gab2-alumni-sub\">Self-Financing Sustainability Model<\/span>\n            <h3>The Alumni Fund, The Programme That Funds Itself<\/h3>\n          <\/div>\n        <\/div>\n        <p>GDASH is designed to become financially self-sustaining. Lab Residents contribute a tiered percentage of their earnings to a revolving Alumni Fund. That fund covers data subscriptions, hardware maintenance, and startup capital for future cohorts, creating a cycle where every Salma who succeeds helps fund the next Salma.<\/p>\n        <div class=\"gab2-alumni-cycle\">\n          <div class=\"gab2-alumni-step\"><span class=\"gab2-alumni-step-icon\">\ud83d\udcb8<\/span><h4>Graduates Earn<\/h4><p>Lab Residents earn income through freelance services using Hub infrastructure.<\/p><\/div>\n          <div class=\"gab2-alumni-step\"><span class=\"gab2-alumni-step-icon\">\ud83d\udd04<\/span><h4>Fund Grows<\/h4><p>A tiered percentage flows into the Alumni Fund, covering Hub running costs and future scholarships.<\/p><\/div>\n          <div class=\"gab2-alumni-step\"><span class=\"gab2-alumni-step-icon\">\ud83c\udf31<\/span><h4>Next Cohort Enrolls<\/h4><p>The fund sponsors the next cohort, reducing grant dependency over every cycle.<\/p><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- IMPACT STATS -->\n  <div class=\"gab2-impact\">\n    <div class=\"gab2-impact-inner\">\n      <div class=\"gab2-tag\">Where We Are Now<\/div>\n      <h2>The Hub Is Open. The First Cohort Is Training.<\/h2>\n      <p>The Girls&#8217; AI and Coding Boot Camp moved from planning to full operation in March 2026. The first cohort of 10 girls is currently enrolled and training. Our target is to scale to 20 girls per cohort with your support.<\/p>\n      <div class=\"gab2-stats-grid\">\n        <div class=\"gab2-stat\"><span class=\"gab2-stat-num\">10<\/span><span class=\"gab2-stat-label\">Girls Currently Training   Cohort 1<\/span><\/div>\n        <div class=\"gab2-stat\"><span class=\"gab2-stat-num\">20<\/span><span class=\"gab2-stat-label\">Target Cohort Size<\/span><\/div>\n        <div class=\"gab2-stat\"><span class=\"gab2-stat-num\">4<\/span><span class=\"gab2-stat-label\">Months per Cohort<\/span><\/div>\n        <div class=\"gab2-stat\"><span class=\"gab2-stat-num\">EUR 250<\/span><span class=\"gab2-stat-label\">Full Scholarship Per Student<\/span><\/div>\n      <\/div>\n      <div class=\"gab2-goal\">\n        <h3>Cohort 1 Progress, Scaling to Full Capacity<\/h3>\n        <div class=\"gab2-goal-note\"><span>\ud83d\udfe2<\/span> First cohort of 10 girls currently active, scaling to 20 per cohort<\/div>\n        <div class=\"gab2-goal-bar-wrap\"><div class=\"gab2-goal-bar\" style=\"width:50%\"><\/div><\/div>\n        <div class=\"gab2-goal-labels\"><span>10 girls enrolled and training<\/span><span>Target: 20 per cohort<\/span><\/div>\n      <\/div>\n      <div class=\"gab2-community\">\n        <h3>Reaching 1,000+ Community Members, Including by Radio<\/h3>\n        <div class=\"gab2-radio-card\"><div class=\"gab2-radio-icon\">\ud83d\udcfb<\/div><div><h4>CG FM, Tabora<\/h4><p>Community radio partner broadcasting GDASH awareness campaigns and stigma-challenge dialogues across Tabora Municipality.<\/p><\/div><\/div>\n        <div class=\"gab2-radio-card\"><div class=\"gab2-radio-icon\">\ud83d\udce1<\/div><div><h4>Voice of Tabora<\/h4><p>Regional radio partner amplifying the Digital Showcase graduation events and community dialogues to rural audiences beyond the city centre.<\/p><\/div><\/div>\n      <\/div>\n      <div class=\"gab2-outcomes\">\n        <div class=\"gab2-outcome\"><div class=\"gab2-outcome-icon\">\ud83c\udf93<\/div><div><h4>Certified Digital Graduates<\/h4><p>Every graduate leaves with a verifiable CODEWA digital skills certificate, a professional credential that opens doors to employment and freelance work.<\/p><\/div><\/div>\n        <div class=\"gab2-outcome\"><div class=\"gab2-outcome-icon\">\ud83d\udcb0<\/div><div><h4>Micro-Grant Entrepreneurs<\/h4><p>Top graduates receive startup funding to launch their own Digital Service Kiosk, earning 50,000 to 150,000 TZS weekly as independent entrepreneurs.<\/p><\/div><\/div>\n        <div class=\"gab2-outcome\"><div class=\"gab2-outcome-icon\">\ud83d\udc76<\/div><div><h4>Young Mothers Who Did Not Choose<\/h4><p>Every participant who is a young mother attends knowing their child is cared for, removing the impossible choice that kept them home for years.<\/p><\/div><\/div>\n        <div class=\"gab2-outcome\"><div class=\"gab2-outcome-icon\">\ud83d\udd01<\/div><div><h4>A Self-Sustaining Pipeline<\/h4><p>Graduates return as mentors and contribute to the Alumni Fund, creating a self-financing cycle where every Salma who succeeds opens the door for the next one.<\/p><\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- CLOSING STORY -->\n  <div class=\"gab2-close\">\n    <div class=\"gab2-close-inner\">\n      <div class=\"gab2-tag\">Salma&#8217;s Next Chapter<\/div>\n      <h2>She Is Learning to<br>Build Websites.<br><em>She Wants to Build Something Too.<\/em><\/h2>\n      <p>Salma is enrolled in our first cohort. In her second week, she built her first webpage using AI-assisted coding. In her third, she designed her first professional graphic on Canva and generated an AI video using HeyGen. Her teacher told us she stays fifteen minutes after every session to keep practising.<\/p>\n      <div class=\"gab2-salma-enrolled\">\n        <p>&#8220;Our goal is to fully equip the Digital Hub and fund the complete cohort of 20 young women. Every donation brings us closer to a world where a girl&#8217;s life does not end when the system fails her.&#8221;<\/p>\n        <cite>CODEWA Girls&#8217; AI &amp; Coding Boot Camp, Tabora, March 2026<\/cite>\n      <\/div>\n      <p>We believe Salma. And we need you to believe in her as well.<\/p>\n      <p>Give EUR 65 a month and walk one girl through all four months of the programme, from her first login to her graduation day. Give EUR 100 and sponsor the childcare that lets a young mother actually show up. Give EUR 250 and fund one complete dignity scholarship.<\/p>\n      <div class=\"gab2-ask-row\">\n        <a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" style=\"text-decoration:none;display:block;\" class=\"gab2-ask-card\"><span class=\"ask-amount\">EUR 65<small style=\"font-size:1rem\">\/mo<\/small><\/span><span class=\"ask-label\">Walk one girl through all four months of the Boot Camp<\/span><\/a>\n        <a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" style=\"text-decoration:none;display:block;\" class=\"gab2-ask-card\"><span class=\"ask-amount\">EUR 100<\/span><span class=\"ask-label\">Sponsor childcare so a young mother can attend every session<\/span><\/a>\n        <a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" style=\"text-decoration:none;display:block;\" class=\"gab2-ask-card\"><span class=\"ask-amount\">EUR 250<\/span><span class=\"ask-label\">Fund a complete Dignity Scholarship, four months, meals, and tools included<\/span><\/a>\n      <\/div>\n      <p style=\"font-size:0.95rem; color:rgba(255,255,255,0.45); margin-bottom:0;\">Because a girl&#8217;s life should not end when the system fails her. And because Salma is already proving it does not have to.<\/p>\n      <div class=\"gab2-sdg-row\">\n        <div class=\"gab2-sdg-stamp\"><div class=\"sdg-box sdg-box-5\">5<\/div><p><strong>SDG 5, Gender Equality<\/strong>Achieve gender equality and empower all women and girls.<\/p><\/div>\n        <div class=\"gab2-sdg-stamp\"><div class=\"sdg-box sdg-box-4\">4<\/div><p><strong>SDG 4, Quality Education<\/strong>Ensure inclusive and equitable quality education for all.<\/p><\/div>\n        <div class=\"gab2-sdg-stamp\"><div class=\"sdg-box sdg-box-8\">8<\/div><p><strong>SDG 8, Decent Work<\/strong>Promote sustained, inclusive economic growth and decent work.<\/p><\/div>\n      <\/div>\n      <div class=\"gab2-cta-strip\">\n        <a href=\"https:\/\/codewatz.org\/donations\/girls-digital-hub\/\" class=\"gab2-btn gab2-btn-primary\">Fund the Boot Camp<\/a>\n        <a href=\"https:\/\/codewatz.org\/partner\/\" class=\"gab2-btn gab2-btn-secondary\">Partner With Us<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 VIDEO SECTION \u2550\u2550 -->\n  <div class=\"gab2-video-section\">\n    <div class=\"gab2-video-inner\">\n\n      <div class=\"gab2-tag\" style=\"color:var(--navy); justify-content:center; text-align:center;\">\n        <span>Watch Their Story<\/span>\n      <\/div>\n      <h2 style=\"font-family:'Libre Baskerville',serif; font-size:clamp(1.5rem,3vw,2.1rem); font-weight:700; color:var(--navy); line-height:1.2; margin-bottom:28px; text-align:center;\">She Promised Her Mother.<br>Today She Is a <span style=\"color:var(--orange);\">Digital Sister.<\/span><\/h2>\n\n      <div style=\"display:flex; gap:10px; justify-content:center; margin-bottom:16px;\">\n        <button class=\"vs-lang-btn\" id=\"btn-en\" onclick=\"switchVideo('en')\"\n          style=\"padding:8px 22px; font-size:0.82rem; font-weight:700; font-family:'Plus Jakarta Sans',sans-serif; border-radius:100px; border:1.5px solid var(--navy); background:var(--navy); color:#ffffff; letter-spacing:0.5px;\">\n          Watch in English\n        <\/button>\n        <button class=\"vs-lang-btn\" id=\"btn-fr\" onclick=\"switchVideo('fr')\"\n          style=\"padding:8px 22px; font-size:0.82rem; font-weight:700; font-family:'Plus Jakarta Sans',sans-serif; border-radius:100px; border:1.5px solid #e2e8f0; background:#ffffff; color:#475569; letter-spacing:0.5px;\">\n          Regarder en Fran&#231;ais\n        <\/button>\n      <\/div>\n\n      <div class=\"vs-video-wrapper\" style=\"border:1px solid #e2e8f0; box-shadow:0 8px 32px rgba(11,60,93,0.08);\">\n        <iframe id=\"vs-player\"\n          src=\"https:\/\/www.youtube.com\/embed\/S58vCfbrKt4?rel=0&#038;modestbranding=1\"\n          title=\"She Promised Her Mother. Today She Is a Digital Sister. | CODEWA Tanzania\"\n          allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\"\n          allowfullscreen>\n        <\/iframe>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- FOOTER -->\n  <div class=\"gab2-footer\">\n    <div class=\"gab2-footer-inner\">\n      <p>To understand the full youth empowerment and digital skills strategy behind this programme, visit the related programme pages below.<\/p>\n      <div class=\"gab2-footer-links\">\n        <a href=\"https:\/\/codewatz.org\/youth-empowerment\/\">Youth Empowerment Programme &rarr;<\/a>\n        <a href=\"https:\/\/codewatz.org\/partner\/\">Partner With CODEWA &rarr;<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<script>\nvar videoIds = { en: 'S58vCfbrKt4', fr: 'jAUkq7O58YQ' };\nfunction switchVideo(lang) {\n  document.getElementById('vs-player').src =\n    'https:\/\/www.youtube.com\/embed\/' + videoIds[lang] + '?rel=0&modestbranding=1';\n  var btnEn = document.getElementById('btn-en');\n  var btnFr = document.getElementById('btn-fr');\n  if (lang === 'en') {\n    btnEn.style.background='#0B3C5D'; btnEn.style.color='#ffffff'; btnEn.style.borderColor='#0B3C5D';\n    btnFr.style.background='#ffffff'; btnFr.style.color='#475569'; btnFr.style.borderColor='#e2e8f0';\n  } else {\n    btnFr.style.background='#0B3C5D'; btnFr.style.color='#ffffff'; btnFr.style.borderColor='#0B3C5D';\n    btnEn.style.background='#ffffff'; btnEn.style.color='#475569'; btnEn.style.borderColor='#e2e8f0';\n  }\n}\n<\/script>\n\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Stigma forced her out of school. Skills will bring her back. Support out-of-school girls and young mothers in Tabora to code, create, and lead.<\/p>","protected":false},"featured_media":29714,"template":"","give_posts_category":[325,321,316],"give_posts_tag":[],"class_list":["post-30010","give_posts","type-give_posts","status-publish","has-post-thumbnail","hentry","give_posts_category-charity","give_posts_category-girls-empowerment","give_posts_category-life-skills","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>From Dropout to Innovator: The Girls&#039; AI &amp; Coding Boot Camp - 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\/the-girls-digital-hub\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"From Dropout to Innovator: The Girls&#039; AI &amp; Coding Boot Camp - CODEWA\" \/>\n<meta property=\"og:description\" content=\"Stigma forced her out of school. Skills will bring her back. Support out-of-school girls and young mothers in Tabora to code, create, and lead.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/give_posts\/the-girls-digital-hub\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-23T09:20:39+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\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=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/\",\"name\":\"From Dropout to Innovator: The Girls' AI &amp; Coding Boot Camp - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/2-1.jpg\",\"datePublished\":\"2026-05-19T15:16:59+00:00\",\"dateModified\":\"2026-06-23T09:20:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/2-1.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2021\\\/02\\\/2-1.jpg\",\"width\":1440,\"height\":960},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-girls-digital-hub\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"From Dropout to Innovator: The Girls&#8217; AI &amp; Coding Boot Camp\"}]},{\"@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":"From Dropout to Innovator: The Girls' AI &amp; Coding Boot Camp - 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\/the-girls-digital-hub\/","og_locale":"fr_FR","og_type":"article","og_title":"From Dropout to Innovator: The Girls' AI &amp; Coding Boot Camp - CODEWA","og_description":"Stigma forced her out of school. Skills will bring her back. Support out-of-school girls and young mothers in Tabora to code, create, and lead.","og_url":"https:\/\/codewatz.org\/fr\/give_posts\/the-girls-digital-hub\/","og_site_name":"CODEWA","article_modified_time":"2026-06-23T09:20:39+00:00","og_image":[{"width":1440,"height":960,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/","url":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/","name":"From Dropout to Innovator: The Girls' AI &amp; Coding Boot Camp - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","datePublished":"2026-05-19T15:16:59+00:00","dateModified":"2026-06-23T09:20:39+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/02\/2-1.jpg","width":1440,"height":960},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/give_posts\/the-girls-digital-hub\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"From Dropout to Innovator: The Girls&#8217; AI &amp; Coding Boot Camp"}]},{"@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\/30010","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\/29714"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30010"}],"wp:term":[{"taxonomy":"give_posts_category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_category?post=30010"},{"taxonomy":"give_posts_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_tag?post=30010"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}