{"id":30012,"date":"2026-05-19T15:27:52","date_gmt":"2026-05-19T15:27:52","guid":{"rendered":"https:\/\/codewatz.org\/?post_type=give_posts&#038;p=30012"},"modified":"2026-05-21T16:42:18","modified_gmt":"2026-05-21T16:42:18","slug":"the-resilience-circle","status":"publish","type":"give_posts","link":"https:\/\/codewatz.org\/fr\/give_posts\/the-resilience-circle\/","title":{"rendered":"Rewrite a Story: Sponsor a Resilience Circle"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   THE RESILIENCE CIRCLE \u2014 PART 1\n   CODEWA Brand + SDG 4 Quality Education (#C5192D)\n                  + SDG 10 Reduced Inequalities (#DD1367)\n   Font: Libre Baskerville (headlines) + Plus Jakarta Sans (body)\n   ============================================================ *\/\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg4:        #C5192D;\n  --sdg10:       #DD1367;\n  --sdg10-light: #fff0f6;\n  --sdg10-mid:   #fbbad6;\n  --gold:        #FFD43B;\n  --white:       #ffffff;\n  --off-white:   #f8f7fc;\n  --slate:       #475569;\n  --light:       #e4e0f0;\n  --charcoal:    #1e1628;\n  --ink:         #2d2040;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.rc-wrap {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  color: var(--ink);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.rc-hero {\n  background: var(--ink);\n  padding: 75px 30px 65px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* abstract circle motif *\/\n.rc-hero-circle {\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.rc-hero-circle-1 {\n  width: 500px; height: 500px;\n  top: -200px; right: -150px;\n  background: radial-gradient(circle, rgba(221,19,103,0.18) 0%, transparent 70%);\n}\n\n.rc-hero-circle-2 {\n  width: 300px; height: 300px;\n  bottom: -100px; left: -80px;\n  background: radial-gradient(circle, rgba(197,25,45,0.12) 0%, transparent 70%);\n}\n\n.rc-hero-circle-3 {\n  width: 200px; height: 200px;\n  top: 40px; left: 40%;\n  background: radial-gradient(circle, rgba(241,143,1,0.08) 0%, transparent 70%);\n}\n\n.rc-hero-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.rc-sdg-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 30px;\n}\n\n.rc-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.7rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--white);\n}\n\n.rc-badge-4  { background: var(--sdg4); }\n.rc-badge-10 { background: var(--sdg10); }\n\n.rc-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.rc-hero h1 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.9rem, 5vw, 3.4rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.18;\n  margin-bottom: 14px;\n}\n\n.rc-hero h1 em {\n  font-style: italic;\n  color: var(--sdg10-mid);\n}\n\n.rc-hero-divider {\n  width: 55px;\n  height: 3px;\n  background: var(--orange);\n  margin: 26px 0;\n  border-radius: 2px;\n}\n\n.rc-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.rc-tag {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg10);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.rc-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg10);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 OPENING STORY \u2500\u2500 *\/\n.rc-story {\n  max-width: 880px;\n  margin: 0 auto;\n  padding: 72px 30px 24px;\n}\n\n.rc-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.rc-story p {\n  font-size: 1.05rem;\n  line-height: 1.88;\n  color: var(--slate);\n  margin-bottom: 22px;\n}\n\n\/* Zara quote \u2014 centred spotlight *\/\n.rc-zara-moment {\n  background: var(--off-white);\n  border-radius: 28px;\n  padding: 48px 40px;\n  margin: 40px 0;\n  text-align: center;\n  border: 1px solid var(--light);\n  position: relative;\n  overflow: hidden;\n}\n\n.rc-zara-moment::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 50%;\n  transform: translateX(-50%);\n  width: 160px; height: 4px;\n  background: linear-gradient(90deg, var(--sdg4), var(--sdg10));\n  border-radius: 0 0 4px 4px;\n}\n\n.rc-zara-moment blockquote {\n  font-family: 'Libre Baskerville', serif;\n  font-style: italic;\n  font-size: clamp(1.25rem, 3vw, 1.65rem);\n  color: var(--navy);\n  line-height: 1.5;\n  margin-bottom: 24px;\n  max-width: 600px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.rc-zara-chip {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--white);\n  border: 1px solid var(--light);\n  padding: 10px 20px;\n  border-radius: 100px;\n  font-size: 0.78rem;\n  font-weight: 700;\n  color: var(--slate);\n  letter-spacing: 1px;\n}\n\n.rc-zara-chip-dot {\n  width: 8px; height: 8px;\n  background: var(--sdg10);\n  border-radius: 50%;\n}\n\n\/* \u2500\u2500 INVISIBLE BARRIERS \u2500\u2500 *\/\n.rc-barriers {\n  background: var(--ink);\n  padding: 70px 30px;\n  margin-top: 60px;\n  position: relative;\n  overflow: hidden;\n}\n\n.rc-barriers::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(ellipse 500px 300px at 80% 50%, rgba(221,19,103,0.1) 0%, transparent 100%);\n  pointer-events: none;\n}\n\n.rc-barriers-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.rc-barriers .rc-tag {\n  color: var(--sdg10-mid);\n}\n.rc-barriers .rc-tag::after { background: var(--sdg10-mid); }\n\n.rc-barriers h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.6rem, 4vw, 2.5rem);\n  color: var(--white);\n  font-weight: 700;\n  line-height: 1.22;\n  margin-bottom: 14px;\n}\n\n.rc-barriers > .rc-barriers-inner > p {\n  font-size: 1.05rem;\n  color: rgba(255,255,255,0.72);\n  line-height: 1.8;\n  margin-bottom: 48px;\n  max-width: 640px;\n}\n\n\/* two columns: bad vs good *\/\n.rc-barrier-cols {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-bottom: 40px;\n}\n\n.rc-barrier-col h3 {\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 20px;\n  padding-bottom: 12px;\n  border-bottom: 2px solid;\n}\n\n.rc-barrier-col-bad h3  { color: #f87171; border-color: #f87171; }\n.rc-barrier-col-good h3 { color: var(--sdg10-mid); border-color: var(--sdg10); }\n\n.rc-barrier-item {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  margin-bottom: 18px;\n  padding: 16px;\n  border-radius: 12px;\n}\n\n.rc-barrier-item-bad  { background: rgba(248,113,113,0.08); }\n.rc-barrier-item-good { background: rgba(221,19,103,0.08); }\n\n.rc-barrier-item-icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }\n\n.rc-barrier-item h4 {\n  font-size: 0.88rem;\n  font-weight: 700;\n  margin-bottom: 4px;\n}\n\n.rc-barrier-item-bad  h4 { color: #fca5a5; }\n.rc-barrier-item-good h4 { color: var(--sdg10-mid); }\n\n.rc-barrier-item p {\n  font-size: 0.88rem;\n  color: rgba(255,255,255,0.6);\n  line-height: 1.55;\n}\n\n\/* research pivot box *\/\n.rc-research-box {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(221,19,103,0.25);\n  border-left: 5px solid var(--sdg10);\n  border-radius: 0 18px 18px 0;\n  padding: 28px 30px;\n  margin-top: 10px;\n}\n\n.rc-research-box .rc-research-label {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--sdg10-mid);\n  margin-bottom: 12px;\n  display: block;\n}\n\n.rc-research-box p {\n  font-size: 1rem;\n  color: rgba(255,255,255,0.82);\n  line-height: 1.75;\n  margin-bottom: 16px;\n}\n\n.rc-research-box p:last-child { margin-bottom: 0; }\n\n.rc-research-box strong { color: var(--white); font-weight: 700; }\n\n\/* \u2500\u2500 FOUR PILLARS \u2500\u2500 *\/\n.rc-pillars {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.rc-pillars-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.rc-pillars-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.rc-pillars-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n\/* horizontal pillar steps *\/\n.rc-pillar-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n  margin-bottom: 40px;\n  position: relative;\n}\n\n.rc-pillar-steps::before {\n  content: '';\n  position: absolute;\n  top: 36px;\n  left: calc(12.5% + 8px);\n  right: calc(12.5% + 8px);\n  height: 2px;\n  background: linear-gradient(90deg,\n    var(--sdg10) 0%,\n    var(--sdg4) 33%,\n    var(--orange) 66%,\n    var(--navy) 100%);\n  z-index: 0;\n}\n\n.rc-pillar-step {\n  text-align: center;\n  position: relative;\n  z-index: 1;\n}\n\n.rc-pillar-step-icon {\n  width: 72px; height: 72px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.6rem;\n  margin: 0 auto 16px;\n  border: 3px solid var(--white);\n  box-shadow: 0 0 0 3px var(--sdg10);\n  background: var(--white);\n  position: relative;\n}\n\n.rc-pillar-step:nth-child(2) .rc-pillar-step-icon { box-shadow: 0 0 0 3px var(--sdg4); }\n.rc-pillar-step:nth-child(3) .rc-pillar-step-icon { box-shadow: 0 0 0 3px var(--orange); }\n.rc-pillar-step:nth-child(4) .rc-pillar-step-icon { box-shadow: 0 0 0 3px var(--navy); }\n\n.rc-pillar-step h4 {\n  font-size: 0.82rem;\n  font-weight: 800;\n  color: var(--navy);\n  margin-bottom: 6px;\n  line-height: 1.3;\n}\n\n.rc-pillar-step p {\n  font-size: 0.8rem;\n  color: var(--slate);\n  line-height: 1.5;\n}\n\n\/* expanded pillar cards *\/\n.rc-pillar-cards {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n}\n\n.rc-pillar-card {\n  background: var(--off-white);\n  border-radius: 20px;\n  border: 1px solid var(--light);\n  padding: 28px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.rc-pillar-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.rc-pillar-card:nth-child(1)::before { background: var(--sdg10); }\n.rc-pillar-card:nth-child(2)::before { background: var(--sdg4); }\n.rc-pillar-card:nth-child(3)::before { background: var(--orange); }\n.rc-pillar-card:nth-child(4)::before { background: var(--navy); }\n\n.rc-pillar-card:hover {\n  transform: translateY(-5px);\n  box-shadow: 0 14px 40px rgba(45,32,64,0.08);\n}\n\n.rc-pillar-card-label {\n  font-size: 0.66rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 8px;\n  display: block;\n}\n\n.rc-pillar-card:nth-child(1) .rc-pillar-card-label { color: var(--sdg10); }\n.rc-pillar-card:nth-child(2) .rc-pillar-card-label { color: var(--sdg4); }\n.rc-pillar-card:nth-child(3) .rc-pillar-card-label { color: var(--orange); }\n.rc-pillar-card:nth-child(4) .rc-pillar-card-label { color: var(--navy); }\n\n.rc-pillar-card h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.1rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n\n.rc-pillar-card p {\n  font-size: 0.92rem;\n  color: var(--slate);\n  line-height: 1.7;\n}\n\n\/* Sadath quote *\/\n.rc-sadath-quote {\n  background: linear-gradient(135deg, var(--navy) 0%, var(--ink) 100%);\n  border-radius: 24px;\n  padding: 40px;\n  margin-top: 36px;\n  position: relative;\n  overflow: hidden;\n}\n\n.rc-sadath-quote::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 250px; height: 250px;\n  background: radial-gradient(circle, rgba(221,19,103,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\n.rc-sadath-quote blockquote {\n  font-family: 'Libre Baskerville', serif;\n  font-style: italic;\n  font-size: 1.2rem;\n  color: var(--white);\n  line-height: 1.6;\n  margin-bottom: 20px;\n  position: relative;\n  z-index: 2;\n}\n\n.rc-sadath-cite {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  position: relative;\n  z-index: 2;\n}\n\n.rc-sadath-avatar {\n  width: 48px; height: 48px;\n  border-radius: 50%;\n  background: var(--sdg10);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.2rem;\n  flex-shrink: 0;\n  overflow: hidden;\n}\n\n.rc-sadath-avatar img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n\n.rc-sadath-name {\n  font-size: 0.9rem;\n  font-weight: 700;\n  color: var(--white);\n  display: block;\n}\n\n.rc-sadath-title {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.55);\n  font-weight: 500;\n}\n\n\/* \u2500\u2500 DONATION TABLE \u2500\u2500 *\/\n.rc-table-section {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.rc-table-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.rc-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.rc-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\/* monthly nudge banner *\/\n.rc-monthly-nudge {\n  background: linear-gradient(90deg, var(--sdg10) 0%, var(--sdg4) 100%);\n  border-radius: 14px;\n  padding: 16px 24px;\n  margin-bottom: 24px;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n.rc-monthly-nudge p {\n  font-size: 0.9rem;\n  font-weight: 600;\n  color: var(--white);\n  line-height: 1.5;\n  flex: 1;\n}\n\n.rc-monthly-nudge strong {\n  font-weight: 800;\n}\n\n.rc-monthly-icon {\n  font-size: 1.4rem;\n  flex-shrink: 0;\n}\n\n.rc-table-wrap {\n  overflow-x: auto;\n  border-radius: 20px;\n  box-shadow: 0 8px 40px rgba(45,32,64,0.07);\n}\n\ntable.rc-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--white);\n  font-size: 0.93rem;\n}\n\ntable.rc-table thead tr {\n  background: linear-gradient(90deg, var(--ink) 0%, var(--navy) 100%);\n}\n\ntable.rc-table thead th {\n  padding: 18px 20px;\n  text-align: left;\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: rgba(255,255,255,0.6);\n}\n\ntable.rc-table thead th:first-child { border-radius: 20px 0 0 0; }\ntable.rc-table thead th:last-child  { border-radius: 0 20px 0 0; }\n\ntable.rc-table tbody tr {\n  border-bottom: 1px solid var(--light);\n  transition: background 0.2s ease;\n}\n\ntable.rc-table tbody tr:last-child { border-bottom: none; }\ntable.rc-table tbody tr:hover { background: var(--sdg10-light); }\n\ntable.rc-table tbody tr.rc-highlight {\n  background: var(--sdg10-light);\n}\n\ntable.rc-table tbody td {\n  padding: 18px 20px;\n  color: var(--slate);\n  line-height: 1.55;\n  vertical-align: top;\n}\n\ntable.rc-table tbody td:first-child {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: var(--sdg10);\n  white-space: nowrap;\n}\n\ntable.rc-table tbody td:nth-child(2) {\n  font-weight: 700;\n  color: var(--navy);\n}\n\n.rc-pill {\n  display: inline-block;\n  padding: 3px 10px;\n  border-radius: 100px;\n  font-size: 0.66rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n}\n\n.rc-pill-monthly  { background: var(--sdg10-light); color: var(--sdg10); }\n.rc-pill-seminar  { background: #fff7ed; color: #c2410c; }\n.rc-pill-onetime  { background: #eff6ff; color: #1d4ed8; }\n.rc-pill-founder  { background: #f0fdf4; color: #166534; }\n.rc-pill-all      { background: #faf5ff; color: #6b21a8; }\n\n.rc-star { color: var(--sdg10); margin-left: 4px; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 760px) {\n  .rc-barrier-cols  { grid-template-columns: 1fr; }\n  .rc-pillar-steps  { grid-template-columns: 1fr 1fr; }\n  .rc-pillar-steps::before { display: none; }\n  .rc-pillar-cards  { grid-template-columns: 1fr; }\n  table.rc-table thead th,\n  table.rc-table tbody td { padding: 14px 12px; font-size: 0.85rem; }\n  table.rc-table tbody td:first-child { font-size: 1rem; }\n}\n\n@media (max-width: 480px) {\n  .rc-pillar-steps { grid-template-columns: 1fr; }\n  .rc-zara-moment  { padding: 32px 24px; }\n}\n\n<\/style>\n\n<div class=\"rc-wrap\">\n\n  <!-- \u2550\u2550 HERO \u2550\u2550 -->\n  <div class=\"rc-hero\">\n    <div class=\"rc-hero-circle rc-hero-circle-1\"><\/div>\n    <div class=\"rc-hero-circle rc-hero-circle-2\"><\/div>\n    <div class=\"rc-hero-circle rc-hero-circle-3\"><\/div>\n    <div class=\"rc-hero-inner\">\n      <div class=\"rc-sdg-badges\">\n        <div class=\"rc-sdg-badge rc-badge-4\">\n          <span>SDG 4<\/span> Quality Education\n        <\/div>\n        <div class=\"rc-sdg-badge rc-badge-10\">\n          <span>SDG 10<\/span> Reduced Inequalities\n        <\/div>\n      <\/div>\n      <h1>We Gave Her a Scholarship.<br>She Still Nearly Dropped Out.<br><em>Here Is Why.<\/em><\/h1>\n      <div class=\"rc-hero-divider\"><\/div>\n      <p class=\"rc-hero-sub\">Mentorship & Inner Transformation \u00a0\u00b7\u00a0 The Resilience Circle<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 OPENING STORY \u2550\u2550 -->\n  <div class=\"rc-story\">\n    <div class=\"rc-tag\">The Story Behind the Fund<\/div>\n    <h2>The Barrier We Almost Missed<\/h2>\n\n    <p>Three years ago, CODEWA identified Zara as one of the most talented students in our partner school network. We covered her school fees. We gave her a full kit \u2014 uniform, shoes, stationery. We connected her with a mentor. By the middle of her second year, Zara had stopped attending class.<\/p>\n\n    <p>Her teachers could not explain it. Her grades had been strong. She had no financial barrier. When our field officer visited her home, Zara said something that stopped us completely.<\/p>\n\n    <div class=\"rc-zara-moment\">\n      <blockquote>\u201cI know you believe in me. But I do not believe in myself. So none of it feels real.\u201d<\/blockquote>\n      <div class=\"rc-zara-chip\">\n        <div class=\"rc-zara-chip-dot\"><\/div>\n        Zara, CODEWA Beneficiary\n      <\/div>\n    <\/div>\n\n    <p>Zara had everything she needed to succeed. Except one thing \u2014 a voice inside her own head that agreed with everyone who was trying to help her. We had spent years removing the visible barriers to education. Zara showed us the ones we had underestimated: the invisible barriers. The ones that live not in the school system, but inside the child.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 INVISIBLE BARRIERS SECTION \u2550\u2550 -->\n  <div class=\"rc-barriers\">\n    <div class=\"rc-barriers-inner\">\n      <div class=\"rc-tag\">The 2018 Research Discovery<\/div>\n      <h2>Material Aid Was Not Enough.<br>We Needed a Different Tool.<\/h2>\n      <p>Years of growing up in poverty teach children a specific story about themselves. That story says: people like you do not make it. It is not loud. It is quiet. And it is relentless. A scholarship can pay fees. It cannot silence that voice.<\/p>\n\n      <div class=\"rc-barrier-cols\">\n\n        <!-- INVISIBLE BARRIERS -->\n        <div class=\"rc-barrier-col rc-barrier-col-bad\">\n          <h3>The Invisible Barriers<\/h3>\n\n          <div class=\"rc-barrier-item rc-barrier-item-bad\">\n            <div class=\"rc-barrier-item-icon\">\ud83e\udde0<\/div>\n            <div>\n              <h4>Internalised Poverty<\/h4>\n              <p>A deep-seated belief that success and high-level careers are \u201cfor others\u201d \u2014 not for children from their background.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"rc-barrier-item rc-barrier-item-bad\">\n            <div class=\"rc-barrier-item-icon\">St\u00e9r\u00e9otypes de Genre :<\/div>\n            <div>\n              <h4>Gender Stereotypes<\/h4>\n              <p>Adolescent girls internalising harmful norms that limit their academic ambition and career dreams before they begin.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"rc-barrier-item rc-barrier-item-bad\">\n            <div class=\"rc-barrier-item-icon\">Isolement Social<\/div>\n            <div>\n              <h4>Social Isolation<\/h4>\n              <p>Growing up without seeing anyone from their community break the cycle \u2014 leading to a \u201clocked-in\u201d mindset that feels permanent.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <!-- INSPIRATION CATALYSTS -->\n        <div class=\"rc-barrier-col rc-barrier-col-good\">\n          <h3>The Inspiration Catalyst<\/h3>\n\n          <div class=\"rc-barrier-item rc-barrier-item-good\">\n            <div class=\"rc-barrier-item-icon\">\ud83c\udf1f<\/div>\n            <div>\n              <h4>Role Model Proximity<\/h4>\n              <p>Connecting students with successful professionals who share their background \u2014 making success feel genuinely possible for the first time.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"rc-barrier-item rc-barrier-item-good\">\n            <div class=\"rc-barrier-item-icon\">\ud83d\udd04<\/div>\n            <div>\n              <h4>Mindset Transformation<\/h4>\n              <p>Replacing \u201cI can\u2019t\u201d with \u201cI haven\u2019t yet\u201d \u2014 using growth-mindset workshops and psychological resilience training.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"rc-barrier-item rc-barrier-item-good\">\n            <div class=\"rc-barrier-item-icon\">\u270d\ufe0f<\/div>\n            <div>\n              <h4>Rewriting Narratives<\/h4>\n              <p>Autonomiser les jeunes pour qu'ils se per\u00e7oivent comme des leaders et des acteurs du changement, quelles que soient leurs circonstances mat\u00e9rielles actuelles.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"rc-research-box\">\n        <span class=\"rc-research-label\">The 2018 Research Pivot<\/span>\n        <p>In 2018, our partnership with <strong>Dr. Pierre Rialland<\/strong>, PhD in Economics and Industrial Policy Consultant at the United Nations Industrial Development Organization (UNIDO), confirmed through rigorous fieldwork what our teachers had observed for years: trauma, low self-esteem, and social isolation were the primary hidden barriers blocking student potential \u2014 not lack of supplies.<\/p>\n        <p>This discovery led directly to the launch of the <strong>Mentorship and Inspiration Seminars<\/strong> and the <strong>Resilience Circle<\/strong> \u2014 addressing the psychology of aspiration that no school kit had ever reached.<\/p>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FOUR PILLARS \u2550\u2550 -->\n  <div class=\"rc-pillars\">\n    <div class=\"rc-pillars-inner\">\n      <div class=\"rc-tag\">Four Transformation Pillars<\/div>\n      <h2>The Architecture of a Rewritten Story<\/h2>\n      <p>The Resilience Circle is built on four foundational shifts in a student\u2019s internal narrative \u2014 each one dismantling a specific invisible barrier that poverty had built.<\/p>\n\n      <!-- step connector -->\n      <div class=\"rc-pillar-steps\">\n        <div class=\"rc-pillar-step\">\n          <div class=\"rc-pillar-step-icon\">\ud83e\udde0<\/div>\n          <h4>Mindset Transformation<\/h4>\n          <p>Self-belief replaces limitation<\/p>\n        <\/div>\n        <div class=\"rc-pillar-step\">\n          <div class=\"rc-pillar-step-icon\">\u2696\ufe0f<\/div>\n          <h4>Leadership & Values<\/h4>\n          <p>Integrity and social responsibility<\/p>\n        <\/div>\n        <div class=\"rc-pillar-step\">\n          <div class=\"rc-pillar-step-icon\">\ud83d\udd2d<\/div>\n          <h4>Career Exposure<\/h4>\n          <p>Possibility expands through role models<\/p>\n        <\/div>\n        <div class=\"rc-pillar-step\">\n          <div class=\"rc-pillar-step-icon\">\ud83e\udd1d<\/div>\n          <h4>Breaking Beliefs<\/h4>\n          <p>Gender and class stereotypes dismantled<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"rc-pillar-cards\">\n\n        <div class=\"rc-pillar-card\">\n          <span class=\"rc-pillar-card-label\">Pillar 1<\/span>\n          <h3>Mindset Transformation: Cultivating Self-Belief<\/h3>\n          <p>We replace \u201cI can\u2019t\u201d with a growth mindset \u2014 helping students realise their intelligence is not fixed by their background. Through monthly circle sessions, journalling, and goal-setting exercises, students build the inner certainty that their potential is not determined by where they started.<\/p>\n        <\/div>\n\n        <div class=\"rc-pillar-card\">\n          <span class=\"rc-pillar-card-label\">Pillar 2<\/span>\n          <h3>Leadership & Values: Character Before Career<\/h3>\n          <p>We instil integrity and social responsibility \u2014 teaching youth that true leadership begins with character, not position. Students learn that how they treat others, how they make decisions under pressure, and how they contribute to their community are the foundations of a life worth leading.<\/p>\n        <\/div>\n\n        <div class=\"rc-pillar-card\">\n          <span class=\"rc-pillar-card-label\">Pillar 3<\/span>\n          <h3>Career Exposure: Making the Distant Feel Possible<\/h3>\n          <p>We connect students with professionals who share their background \u2014 making distant dreams feel genuinely achievable for the first time. When a girl from a poor household meets a doctor, engineer, or entrepreneur from the same neighbourhood, the ceiling cracks. The possible expands.<\/p>\n        <\/div>\n\n        <div class=\"rc-pillar-card\">\n          <span class=\"rc-pillar-card-label\">Pillar 4<\/span>\n          <h3>Breaking Beliefs: Equity in Aspiration<\/h3>\n          <p>We dismantle the harmful gender and class stereotypes that limit a child\u2019s academic ambition before it has a chance to grow. No girl should be told \u2014 in a hundred subtle ways \u2014 that success is for someone else. The Resilience Circle makes that message impossible to ignore.<\/p>\n        <\/div>\n\n      <\/div>\n\n      <!-- Sadath quote -->\n      <div class=\"rc-sadath-quote\">\n        <blockquote>\u201cWhen I stand before these students, I see myself 20 years ago. Showing them that their current struggle is not their final destination is the most powerful tool we have.\u201d<\/blockquote>\n        <div class=\"rc-sadath-cite\">\n          <div class=\"rc-sadath-avatar\">\n            <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2021\/05\/Sadath5.jpg\" alt=\"Sadath Mwamsema\" onerror=\"this.style.display='none'\">\n          <\/div>\n          <div>\n            <span class=\"rc-sadath-name\">Mr. Sadath Mwamsema<\/span>\n            <span class=\"rc-sadath-title\">Co-Founder & Executive Secretary, CODEWA<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 DONATION TABLE \u2550\u2550 -->\n  <div class=\"rc-table-section\">\n    <div class=\"rc-table-inner\">\n      <div class=\"rc-tag\">What Your Monthly Gift Provides<\/div>\n      <h2>Every Gift. A Consistent Presence.<\/h2>\n      <p>Mentorship only works through consistency. Every contribution to the Resilience Circle funds a specific, traceable part of the mentorship experience \u2014 showing up every month for a young person who has been told they are not worth showing up for.<\/p>\n\n      <div class=\"rc-monthly-nudge\">\n        <div class=\"rc-monthly-icon\">\ud83d\udd01<\/div>\n        <p><strong>Monthly giving is the most impactful choice on this form.<\/strong> Resilience is not built in one session \u2014 it is built over twelve months of consistent, trusted presence. Toggle monthly giving on for maximum impact.<\/p>\n      <\/div>\n\n      <div class=\"rc-table-wrap\">\n        <table class=\"rc-table\">\n          <thead>\n            <tr>\n              <th>Amount<\/th>\n              <th>Gift Name<\/th>\n              <th>Type<\/th>\n              <th>What It Funds<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr class=\"rc-highlight\">\n              <td>\u20ac10<small>\/mo<\/small><\/td>\n              <td>The Story Changer <span class=\"rc-star\">\u2605<\/span><\/td>\n              <td><span class=\"rc-pill rc-pill-monthly\">Monthly<\/span><\/td>\n              <td>Sponsors one student\u2019s full year \u2014 12 months of consistent, trained mentorship and Resilience Circle sessions.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac25<small>\/mo<\/small><\/td>\n              <td>The Circle Keeper<\/td>\n              <td><span class=\"rc-pill rc-pill-monthly\">Monthly<\/span><\/td>\n              <td>Funds journals, session materials, and facilitation resources for a whole circle of five students every month.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac50<small>\/mo<\/small><\/td>\n              <td>The Mentor Sponsor<\/td>\n              <td><span class=\"rc-pill rc-pill-monthly\">Monthly<\/span><\/td>\n              <td>Contributes toward the stipend and ongoing training of the mentor leading the circle group \u2014 the human at the heart of every session.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac100<\/td>\n              <td>The Seminar Seat<\/td>\n              <td><span class=\"rc-pill rc-pill-seminar\">One-Time<\/span><\/td>\n              <td>Funds one full Inspiration Seminar session \u2014 bringing a professional role model into a school of 100+ students.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac120<\/td>\n              <td>Full Year Sponsor<\/td>\n              <td><span class=\"rc-pill rc-pill-onetime\">One-Time<\/span><\/td>\n              <td>Prefer a single gift? Covers one student\u2019s complete year in the Resilience Circle programme \u2014 all twelve months.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac250<\/td>\n              <td>The Circle Founder<\/td>\n              <td><span class=\"rc-pill rc-pill-founder\">One-Time<\/span><\/td>\n              <td>Fully establishes one new Resilience Circle \u2014 mentor training, materials, and the first three months of sessions for a new group of fifteen students.<\/td>\n            <\/tr>\n            <tr>\n              <td>Any<\/td>\n              <td>Your Own Gift<\/td>\n              <td><span class=\"rc-pill rc-pill-all\">Any<\/span><\/td>\n              <td>Every consistent euro rewrites a story. Every one-time gift opens a door.<\/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\/2025\/11\/u.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"612\" height=\"407\" data-id=\"27572\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/u.jpg\" alt=\"\" class=\"wp-image-27572\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/u.jpg 612w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/u-600x399.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/u-300x200.jpg 300w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/77.jpg\"><img decoding=\"async\" width=\"612\" height=\"408\" data-id=\"27530\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/77.jpg\" alt=\"\" class=\"wp-image-27530\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/77.jpg 612w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/77-600x400.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/77-300x200.jpg 300w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/29.jpg\"><img decoding=\"async\" width=\"612\" height=\"612\" data-id=\"27077\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/29.jpg\" alt=\"\" class=\"wp-image-27077\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/29.jpg 612w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/29-300x300.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/29-150x150.jpg 150w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/29-600x600.jpg 600w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/82.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"612\" height=\"408\" data-id=\"27534\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/82.jpg\" alt=\"\" class=\"wp-image-27534\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/82.jpg 612w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/82-600x400.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/82-300x200.jpg 300w\" sizes=\"(max-width: 612px) 100vw, 612px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"800\" data-id=\"26264\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2.jpg\" alt=\"\" class=\"wp-image-26264\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2.jpg 1200w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2-600x400.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2-300x200.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2-1024x683.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Head2-768x512.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/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&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   THE RESILIENCE CIRCLE \u2014 PART 2\n   CODEWA Brand + SDG 4 (#C5192D) + SDG 10 (#DD1367)\n   ============================================================ *\/\n\n:root {\n  --navy:        #0B3C5D;\n  --orange:      #F18F01;\n  --sdg4:        #C5192D;\n  --sdg10:       #DD1367;\n  --sdg10-light: #fff0f6;\n  --sdg10-mid:   #fbbad6;\n  --gold:        #FFD43B;\n  --white:       #ffffff;\n  --off-white:   #f8f7fc;\n  --slate:       #475569;\n  --light:       #e4e0f0;\n  --charcoal:    #1e1628;\n  --ink:         #2d2040;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.rc2-wrap {\n  font-family: 'Plus Jakarta Sans', sans-serif;\n  color: var(--ink);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.rc2-tag {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg10);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.rc2-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg10);\n  opacity: 0.25;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 TWO-TRACK SECTION \u2500\u2500 *\/\n.rc2-tracks {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.rc2-tracks-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.rc2-tracks-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.rc2-tracks-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.rc2-track-pair {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n}\n\n.rc2-track-card {\n  border-radius: 24px;\n  padding: 36px 30px;\n  border: 1px solid var(--light);\n  position: relative;\n  overflow: hidden;\n}\n\n.rc2-track-card-scale {\n  background: var(--white);\n}\n\n.rc2-track-card-depth {\n  background: var(--ink);\n}\n\n.rc2-track-num {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 4rem;\n  font-weight: 700;\n  line-height: 1;\n  margin-bottom: 12px;\n  display: block;\n}\n\n.rc2-track-card-scale .rc2-track-num { color: var(--light); }\n.rc2-track-card-depth .rc2-track-num { color: rgba(221,19,103,0.2); }\n\n.rc2-track-label {\n  font-size: 0.68rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  margin-bottom: 10px;\n  display: block;\n}\n\n.rc2-track-card-scale .rc2-track-label { color: var(--orange); }\n.rc2-track-card-depth .rc2-track-label { color: var(--sdg10-mid); }\n\n.rc2-track-card h3 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.2rem;\n  font-weight: 700;\n  margin-bottom: 14px;\n  line-height: 1.25;\n}\n\n.rc2-track-card-scale h3 { color: var(--navy); }\n.rc2-track-card-depth h3 { color: var(--white); }\n\n.rc2-track-card p {\n  font-size: 0.95rem;\n  line-height: 1.7;\n  margin-bottom: 20px;\n}\n\n.rc2-track-card-scale p { color: var(--slate); }\n.rc2-track-card-depth p { color: rgba(255,255,255,0.72); }\n\n.rc2-track-stat {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 10px 18px;\n  border-radius: 100px;\n  font-size: 0.82rem;\n  font-weight: 700;\n}\n\n.rc2-track-card-scale .rc2-track-stat {\n  background: var(--sdg10-light);\n  color: var(--sdg10);\n}\n\n.rc2-track-card-depth .rc2-track-stat {\n  background: rgba(221,19,103,0.15);\n  color: var(--sdg10-mid);\n}\n\n\/* \u2500\u2500 IMPACT STATS \u2500\u2500 *\/\n.rc2-impact {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.rc2-impact-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.rc2-impact-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.rc2-impact-inner > p {\n  font-size: 1.05rem;\n  color: var(--slate);\n  line-height: 1.75;\n  margin-bottom: 48px;\n  max-width: 660px;\n}\n\n.rc2-stats-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n  gap: 18px;\n  margin-bottom: 16px;\n}\n\n.rc2-stat {\n  background: var(--off-white);\n  border-radius: 18px;\n  padding: 30px 18px;\n  text-align: center;\n  border: 1px solid var(--light);\n  transition: transform 0.3s ease, border-color 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.rc2-stat::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 4px;\n}\n\n.rc2-stat:nth-child(1)::before { background: var(--sdg10); }\n.rc2-stat:nth-child(2)::before { background: var(--sdg4); }\n.rc2-stat:nth-child(3)::before { background: var(--orange); }\n.rc2-stat:nth-child(4)::before { background: var(--navy); }\n.rc2-stat:nth-child(5)::before { background: #16a34a; }\n\n.rc2-stat:hover {\n  transform: translateY(-5px);\n  border-color: var(--sdg10);\n}\n\n.rc2-stat-num {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 2.4rem;\n  font-weight: 700;\n  color: var(--navy);\n  display: block;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.rc2-stat-label {\n  font-size: 0.74rem;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  color: var(--slate);\n  line-height: 1.4;\n}\n\n.rc2-attr {\n  font-size: 0.8rem;\n  color: #94a3b8;\n  font-style: italic;\n  text-align: center;\n  padding: 16px 20px 0;\n  line-height: 1.6;\n}\n\n\/* Sada testimonial *\/\n.rc2-sada-block {\n  background: linear-gradient(135deg, var(--sdg10-light) 0%, #fdf0f9 100%);\n  border: 1px solid var(--sdg10-mid);\n  border-radius: 24px;\n  padding: 40px;\n  margin-top: 48px;\n  display: flex;\n  gap: 28px;\n  align-items: flex-start;\n  flex-wrap: wrap;\n}\n\n.rc2-sada-icon {\n  width: 64px; height: 64px;\n  background: var(--sdg10);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.6rem;\n  flex-shrink: 0;\n  overflow: hidden;\n}\n\n.rc2-sada-icon img {\n  width: 100%; height: 100%;\n  object-fit: cover;\n}\n\n.rc2-sada-content { flex: 1; min-width: 200px; }\n\n.rc2-sada-content blockquote {\n  font-family: 'Libre Baskerville', serif;\n  font-style: italic;\n  font-size: 1.1rem;\n  color: var(--navy);\n  line-height: 1.65;\n  margin-bottom: 16px;\n}\n\n.rc2-sada-cite {\n  font-size: 0.78rem;\n  font-weight: 700;\n  color: var(--sdg10);\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n.rc2-sada-cite span {\n  display: block;\n  color: var(--slate);\n  font-weight: 500;\n  letter-spacing: 0;\n  text-transform: none;\n  font-size: 0.8rem;\n  margin-top: 2px;\n}\n\n\/* \u2500\u2500 CLOSING STORY \u2550\u2550 *\/\n.rc2-close {\n  background: var(--ink);\n  padding: 80px 30px;\n  position: relative;\n  overflow: hidden;\n}\n\n.rc2-close::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(ellipse 400px 300px at 90% 10%, rgba(221,19,103,0.14) 0%, transparent 100%),\n    radial-gradient(ellipse 300px 200px at 10% 90%, rgba(197,25,45,0.1) 0%, transparent 100%),\n    radial-gradient(ellipse 200px 200px at 50% 50%, rgba(241,143,1,0.05) 0%, transparent 100%);\n  pointer-events: none;\n}\n\n.rc2-close-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.rc2-close .rc2-tag {\n  color: var(--sdg10-mid);\n}\n.rc2-close .rc2-tag::after { background: var(--sdg10-mid); }\n\n.rc2-close h2 {\n  font-family: 'Libre Baskerville', serif;\n  font-size: clamp(1.9rem, 4.5vw, 2.9rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.2;\n  margin-bottom: 28px;\n}\n\n.rc2-close h2 em {\n  font-style: italic;\n  color: var(--sdg10-mid);\n}\n\n.rc2-close p {\n  font-size: 1.05rem;\n  color: rgba(255,255,255,0.78);\n  line-height: 1.85;\n  margin-bottom: 22px;\n}\n\n\/* Zara circle moment *\/\n.rc2-zara-return {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(221,19,103,0.2);\n  border-radius: 20px;\n  padding: 32px 36px;\n  margin: 36px 0;\n  position: relative;\n}\n\n.rc2-zara-return::before {\n  content: 'CIRCLE GRADUATE';\n  position: absolute;\n  top: -12px; left: 24px;\n  background: var(--sdg10);\n  color: var(--white);\n  font-size: 0.62rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  padding: 4px 12px;\n  border-radius: 100px;\n}\n\n.rc2-zara-return blockquote {\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-bottom: 12px;\n}\n\n.rc2-zara-return cite {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.5);\n  font-style: normal;\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* three ask cards *\/\n.rc2-ask-row {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin: 36px 0;\n}\n\n.rc2-ask-card {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(221,19,103,0.2);\n  border-radius: 18px;\n  padding: 26px 18px;\n  text-align: center;\n  transition: background 0.2s ease, border-color 0.2s ease;\n}\n\n.rc2-ask-card:hover {\n  background: rgba(221,19,103,0.08);\n  border-color: rgba(221,19,103,0.4);\n}\n\n.rc2-ask-card .ask-amount {\n  font-family: 'Libre Baskerville', serif;\n  font-size: 1.9rem;\n  font-weight: 700;\n  color: var(--sdg10-mid);\n  display: block;\n  margin-bottom: 8px;\n}\n\n.rc2-ask-card .ask-label {\n  font-size: 0.78rem;\n  font-weight: 500;\n  color: rgba(255,255,255,0.6);\n  line-height: 1.45;\n}\n\n\/* SDG dual stamps *\/\n.rc2-sdg-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 36px;\n}\n\n.rc2-sdg-stamp {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.1);\n  padding: 12px 18px;\n  border-radius: 12px;\n}\n\n.rc2-sdg-stamp .sdg-box {\n  width: 40px; height: 40px;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  font-size: 0.95rem;\n  color: var(--white);\n  flex-shrink: 0;\n}\n\n.sdg-box-4  { background: var(--sdg4); }\n.sdg-box-10 { background: var(--sdg10); }\n\n.rc2-sdg-stamp p {\n  margin: 0;\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.7);\n  line-height: 1.4;\n}\n\n.rc2-sdg-stamp strong {\n  display: block;\n  color: var(--white);\n  font-size: 0.85rem;\n  margin-bottom: 2px;\n}\n\n\/* CTA buttons *\/\n.rc2-cta-strip {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 40px;\n}\n\n.rc2-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 15px 30px;\n  border-radius: 100px;\n  font-size: 0.9rem;\n  font-weight: 700;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  letter-spacing: 0.5px;\n}\n\n.rc2-btn-primary {\n  background: var(--sdg10);\n  color: var(--white);\n}\n\n.rc2-btn-primary:hover {\n  background: #b8005a;\n  transform: translateY(-3px);\n  box-shadow: 0 12px 28px rgba(221,19,103,0.4);\n}\n\n.rc2-btn-secondary {\n  background: transparent;\n  color: var(--white);\n  border: 2px solid rgba(255,255,255,0.25);\n}\n\n.rc2-btn-secondary:hover {\n  border-color: var(--white);\n  background: rgba(255,255,255,0.07);\n  transform: translateY(-3px);\n}\n\n\/* \u2500\u2500 FOOTER LINK \u2500\u2500 *\/\n.rc2-footer {\n  background: var(--off-white);\n  padding: 40px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.rc2-footer-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 20px;\n  flex-wrap: wrap;\n}\n\n.rc2-footer-inner p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.6;\n  max-width: 520px;\n}\n\n.rc2-footer-links {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  flex-shrink: 0;\n}\n\n.rc2-footer-inner a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--navy);\n  font-weight: 700;\n  font-size: 0.88rem;\n  text-decoration: none;\n  border-bottom: 2px solid var(--sdg10);\n  padding-bottom: 2px;\n  white-space: nowrap;\n  transition: color 0.2s ease;\n}\n\n.rc2-footer-inner a:hover { color: var(--sdg10); }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  .rc2-track-pair { grid-template-columns: 1fr; }\n  .rc2-ask-row    { grid-template-columns: 1fr; }\n  .rc2-sada-block { flex-direction: column; gap: 16px; }\n  .rc2-footer-inner { flex-direction: column; align-items: flex-start; }\n  .rc2-btn { width: 100%; justify-content: center; }\n}\n\n<\/style>\n\n<div class=\"rc2-wrap\">\n\n  <!-- \u2550\u2550 TWO-TRACK APPROACH \u2550\u2550 -->\n  <div class=\"rc2-tracks\">\n    <div class=\"rc2-tracks-inner\">\n      <div class=\"rc2-tag\">Two Tracks. One Goal. 160,000+ Youth Transformed.<\/div>\n      <h2>Scale and Depth Working Together<\/h2>\n      <p>The Resilience Circle is one half of CODEWA\u2019s Mentorship and Inspiration Seminars programme. Both tracks work together because a seminar opens the door \u2014 and the circle walks a student through it.<\/p>\n\n      <div class=\"rc2-track-pair\">\n\n        <div class=\"rc2-track-card rc2-track-card-scale\">\n          <span class=\"rc2-track-num\">01<\/span>\n          <span class=\"rc2-track-label\">Track 1 \u2014 Scale<\/span>\n          <h3>Inspiration Seminars: The Door Opens<\/h3>\n          <p>We bring trained mentors, professionals, and role models into partner schools for large-scale Inspiration Seminars \u2014 carefully designed encounters between vulnerable students and people who share their background and made it. When a girl from a poor household meets a doctor from the same neighbourhood, the ceiling cracks. These seminars have reached:<\/p>\n          <div class=\"rc2-track-stat\">160,000+ Youth Across Tanzania<\/div>\n        <\/div>\n\n        <div class=\"rc2-track-card rc2-track-card-depth\">\n          <span class=\"rc2-track-num\">02<\/span>\n          <span class=\"rc2-track-label\">Track 2 \u2014 Depth<\/span>\n          <h3>The Resilience Circle: The Walk Through<\/h3>\n          <p>Small groups of never more than fifteen students, led by a trained mentor, meeting every month. Students speak. They are heard. They begin the difficult, essential work of replacing the story poverty wrote about them with one they choose themselves. The programme runs for twelve consecutive months \u2014 because trust is not built in a session. It is built over time.<\/p>\n          <div class=\"rc2-track-stat\">12 Months. 1 Mentor. Up to 15 Students.<\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 IMPACT STATS \u2550\u2550 -->\n  <div class=\"rc2-impact\">\n    <div class=\"rc2-impact-inner\">\n      <div class=\"rc2-tag\">What We Know Works<\/div>\n      <h2>Outcomes Tracked Since 2018<\/h2>\n      <p>These figures are drawn from CODEWA internal monitoring reports, partner school records, and longitudinal mentorship tracking since the Mentorship and Inspiration Seminars programme launched.<\/p>\n\n      <div class=\"rc2-stats-grid\">\n        <div class=\"rc2-stat\">\n          <span class=\"rc2-stat-num\">160,000+<\/span>\n          <span class=\"rc2-stat-label\">Youth Reached Across Tanzania<\/span>\n        <\/div>\n        <div class=\"rc2-stat\">\n          <span class=\"rc2-stat-num\">85+<\/span>\n          <span class=\"rc2-stat-label\">Schools & Universities Partnered<\/span>\n        <\/div>\n        <div class=\"rc2-stat\">\n          <span class=\"rc2-stat-num\">38%<\/span>\n          <span class=\"rc2-stat-label\">Average Attendance Improvement<\/span>\n        <\/div>\n        <div class=\"rc2-stat\">\n          <span class=\"rc2-stat-num\">42%<\/span>\n          <span class=\"rc2-stat-label\">Academic Performance Improvement<\/span>\n        <\/div>\n        <div class=\"rc2-stat\">\n          <span class=\"rc2-stat-num\">4<\/span>\n          <span class=\"rc2-stat-label\">Beneficiaries Now in University<\/span>\n        <\/div>\n      <\/div>\n\n      <p class=\"rc2-attr\">Data compiled from internal monitoring reports, partner school records, and longitudinal mentorship tracking since 2018.<\/p>\n\n      <!-- Sada testimonial -->\n      <div class=\"rc2-sada-block\">\n        <div class=\"rc2-sada-icon\">\n          <img decoding=\"async\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/tst4.jpg\" alt=\"Sada Kambona\" onerror=\"this.style.display='none'; this.parentElement.innerHTML='\ud83c\udf93'\">\n        <\/div>\n        <div class=\"rc2-sada-content\">\n          <blockquote>\u201cBefore CODEWA, school was just a chore. After the seminars, I realised that my background was not a cage \u2014 it was a starting line. Now, I am heading to University.\u201d<\/blockquote>\n          <div class=\"rc2-sada-cite\">\n            Sada Kambona\n            <span>2nd Year Bachelor\u2019s Student \u00a0\u00b7\u00a0 CODEWA Fellow<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 CLOSING STORY \u2550\u2550 -->\n  <div class=\"rc2-close\">\n    <div class=\"rc2-close-inner\">\n\n      <div class=\"rc2-tag\">Zara\u2019s Ending<\/div>\n      <h2>She Did Not Believe<br>in Herself.<br><em>Now She Is the Mentor.<\/em><\/h2>\n\n      <p>Zara rejoined the programme when we introduced the Resilience Circle. She completed her secondary school certificate. She is now studying business administration at a regional college in Tabora. She comes back twice a term.<\/p>\n\n      <div class=\"rc2-zara-return\">\n        <blockquote>\u201cBefore the Circle, I thought I was the only one who felt like this. Then I sat in the room and heard fifteen other students say exactly what I had been thinking. For the first time, I did not feel broken. I felt like I was not alone.\u201d<\/blockquote>\n        <cite>Zara, Resilience Circle Graduate<\/cite>\n      <\/div>\n\n      <p>She tells the younger students that she once did not believe in herself \u2014 that it felt permanent \u2014 and that it was not. She is the mentor now.<\/p>\n\n      <p>Right now, fifty students in Tabora are waiting for a place in the Resilience Circle. They have school fees covered. They have uniforms. They have the ability. What they are waiting for is a mentor who shows up every month \u2014 and a donor who makes that possible.<\/p>\n\n      <div class=\"rc2-ask-row\">\n        <div class=\"rc2-ask-card\">\n          <span class=\"ask-amount\">\u20ac10<small style=\"font-size:1rem\">\/mo<\/small><\/span>\n          <span class=\"ask-label\">Sponsor one student through a full year of Resilience Circle sessions<\/span>\n        <\/div>\n        <div class=\"rc2-ask-card\">\n          <span class=\"ask-amount\">\u20ac120<\/span>\n          <span class=\"ask-label\">One-time gift covering one student\u2019s complete year in the programme<\/span>\n        <\/div>\n        <div class=\"rc2-ask-card\">\n          <span class=\"ask-amount\">\u20ac250<\/span>\n          <span class=\"ask-label\">Establish one new Resilience Circle for fifteen students waiting for a place<\/span>\n        <\/div>\n      <\/div>\n\n      <p style=\"font-size:0.95rem; color:rgba(255,255,255,0.5); margin-bottom:0;\">Because Zara is the mentor now. And the next Zara is waiting.<\/p>\n\n      <div class=\"rc2-sdg-row\">\n        <div class=\"rc2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-4\">4<\/div>\n          <p><strong>SDG 4 \u2014 Quality Education<\/strong>Ensure inclusive and equitable quality education for all.<\/p>\n        <\/div>\n        <div class=\"rc2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-10\">10<\/div>\n          <p><strong>SDG 10 \u2014 Reduced Inequalities<\/strong>Reduce inequality within and among countries.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"rc2-cta-strip\">\n        <a href=\"https:\/\/codewatz.org\/fr\/give_posts\/the-resilience-circle\/\" class=\"rc2-btn rc2-btn-primary\">Sponsor a Resilience Circle<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/partner\/\" class=\"rc2-btn rc2-btn-secondary\">Devenir partenaire<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FOOTER LINK \u2550\u2550 -->\n  <div class=\"rc2-footer\">\n    <div class=\"rc2-footer-inner\">\n      <p>To understand the full mentorship and inspiration strategy behind this fund, visit the programme pages below.<\/p>\n      <div class=\"rc2-footer-links\">\n        <a href=\"https:\/\/codewatz.org\/fr\/mentorship\/\">Mentorship Programme \u2192<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/youth-empowerment\/\">Youth Empowerment \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>We gave Zara a scholarship. She still nearly dropped out. The barrier was not money, it was what poverty had told her about herself.<\/p>","protected":false},"featured_media":27466,"template":"","give_posts_category":[325,319,321,316],"give_posts_tag":[],"class_list":["post-30012","give_posts","type-give_posts","status-publish","has-post-thumbnail","hentry","give_posts_category-charity","give_posts_category-education","give_posts_category-girls-empowerment","give_posts_category-life-skills","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Rewrite a Story: Sponsor a Resilience Circle - 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-resilience-circle\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rewrite a Story: Sponsor a Resilience Circle - CODEWA\" \/>\n<meta property=\"og:description\" content=\"We gave Zara a scholarship. She still nearly dropped out. The barrier was not money, it was what poverty had told her about herself.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/give_posts\/the-resilience-circle\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T16:42:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/17.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"612\" \/>\n\t<meta property=\"og:image:height\" content=\"408\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/\",\"name\":\"Rewrite a Story: Sponsor a Resilience Circle - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/17.jpg\",\"datePublished\":\"2026-05-19T15:27:52+00:00\",\"dateModified\":\"2026-05-21T16:42:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/17.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/17.jpg\",\"width\":612,\"height\":408},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/the-resilience-circle\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rewrite a Story: Sponsor a Resilience Circle\"}]},{\"@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":"Rewrite a Story: Sponsor a Resilience Circle - 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-resilience-circle\/","og_locale":"fr_FR","og_type":"article","og_title":"Rewrite a Story: Sponsor a Resilience Circle - CODEWA","og_description":"We gave Zara a scholarship. She still nearly dropped out. The barrier was not money, it was what poverty had told her about herself.","og_url":"https:\/\/codewatz.org\/fr\/give_posts\/the-resilience-circle\/","og_site_name":"CODEWA","article_modified_time":"2026-05-21T16:42:18+00:00","og_image":[{"width":612,"height":408,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/17.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/","url":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/","name":"Rewrite a Story: Sponsor a Resilience Circle - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/17.jpg","datePublished":"2026-05-19T15:27:52+00:00","dateModified":"2026-05-21T16:42:18+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/17.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/17.jpg","width":612,"height":408},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/give_posts\/the-resilience-circle\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"Rewrite a Story: Sponsor a Resilience Circle"}]},{"@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\/30012","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\/27466"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30012"}],"wp:term":[{"taxonomy":"give_posts_category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_category?post=30012"},{"taxonomy":"give_posts_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_tag?post=30012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}