{"id":30011,"date":"2026-05-19T15:23:54","date_gmt":"2026-05-19T15:23:54","guid":{"rendered":"https:\/\/codewatz.org\/?post_type=give_posts&#038;p=30011"},"modified":"2026-05-21T16:41:26","modified_gmt":"2026-05-21T16:41:26","slug":"plant-a-fruit-tree-feed-the-future","status":"publish","type":"give_posts","link":"https:\/\/codewatz.org\/fr\/give_posts\/plant-a-fruit-tree-feed-the-future\/","title":{"rendered":"Plant a Fruit Tree, Feed the Future"},"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=Fraunces:ital,wght@0,700;0,900;1,700;1,900&family=Nunito:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   PLANT A FRUIT TREE \u2014 PART 1\n   CODEWA Brand + SDG 13 Climate Action (#3F7E44)\n                  + SDG 15 Life on Land (#56C02B)\n   Font: Fraunces (headlines) + Nunito (body)\n   ============================================================ *\/\n\n:root {\n  --navy:         #0B3C5D;\n  --orange:       #F18F01;\n  --sdg13:        #3F7E44;\n  --sdg15:        #56C02B;\n  --sdg15-light:  #f2fbed;\n  --sdg15-mid:    #c8edb0;\n  --earth:        #8B5E3C;\n  --earth-light:  #fdf5ef;\n  --white:        #ffffff;\n  --off-white:    #f6f8f4;\n  --slate:        #4a5568;\n  --light:        #dde5d4;\n  --charcoal:     #1a2e1a;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.pft-wrap {\n  font-family: 'Nunito', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.pft-hero {\n  background: var(--sdg13);\n  padding: 75px 30px 65px;\n  position: relative;\n  overflow: hidden;\n}\n\n\/* organic leaf pattern overlay *\/\n.pft-hero::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    radial-gradient(ellipse 120px 80px at 15% 30%, rgba(86,192,43,0.18) 0%, transparent 100%),\n    radial-gradient(ellipse 200px 120px at 80% 70%, rgba(241,143,1,0.12) 0%, transparent 100%),\n    radial-gradient(ellipse 90px 60px at 50% 10%, rgba(255,255,255,0.06) 0%, transparent 100%);\n  pointer-events: none;\n}\n\n.pft-hero::after {\n  content: '\ud83c\udf33';\n  position: absolute;\n  bottom: -30px; right: 20px;\n  font-size: 200px;\n  opacity: 0.06;\n  line-height: 1;\n  pointer-events: none;\n}\n\n.pft-hero-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.pft-sdg-badges {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-bottom: 30px;\n}\n\n.pft-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.pft-badge-13 { background: rgba(0,0,0,0.25); border: 1px solid rgba(255,255,255,0.2); }\n.pft-badge-15 { background: var(--sdg15); }\n\n.pft-sdg-badge span {\n  background: rgba(255,255,255,0.2);\n  padding: 2px 7px;\n  border-radius: 100px;\n  font-weight: 800;\n}\n\n.pft-hero h1 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(2.1rem, 5.5vw, 3.6rem);\n  font-weight: 900;\n  color: var(--white);\n  line-height: 1.12;\n  margin-bottom: 12px;\n}\n\n.pft-hero h1 em {\n  font-style: italic;\n  color: #b8f396;\n}\n\n.pft-hero-divider {\n  width: 55px;\n  height: 3px;\n  background: var(--orange);\n  margin: 24px 0;\n  border-radius: 2px;\n}\n\n.pft-hero-sub {\n  font-size: 0.8rem;\n  color: rgba(255,255,255,0.55);\n  letter-spacing: 2.5px;\n  text-transform: uppercase;\n  font-weight: 600;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.pft-tag {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg13);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.pft-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg13);\n  opacity: 0.3;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 OPENING STORY \u2500\u2500 *\/\n.pft-story {\n  max-width: 880px;\n  margin: 0 auto;\n  padding: 72px 30px 24px;\n}\n\n.pft-story h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  line-height: 1.2;\n  color: var(--navy);\n  margin-bottom: 28px;\n}\n\n.pft-story p {\n  font-size: 1.06rem;\n  line-height: 1.88;\n  color: var(--slate);\n  margin-bottom: 22px;\n}\n\n.pft-story strong { color: var(--charcoal); font-weight: 700; }\n\n\/* Juma quote card *\/\n.pft-juma-card {\n  background: var(--sdg13);\n  border-radius: 24px;\n  padding: 40px;\n  margin: 40px 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.pft-juma-card::before {\n  content: '\"';\n  position: absolute;\n  top: -20px; right: 20px;\n  font-family: 'Fraunces', serif;\n  font-size: 200px;\n  color: rgba(255,255,255,0.06);\n  line-height: 1;\n  pointer-events: none;\n}\n\n.pft-juma-card blockquote {\n  font-family: 'Fraunces', serif;\n  font-style: italic;\n  font-size: clamp(1.3rem, 3vw, 1.7rem);\n  font-weight: 700;\n  color: var(--white);\n  line-height: 1.45;\n  margin-bottom: 20px;\n  position: relative;\n  z-index: 2;\n}\n\n.pft-juma-card blockquote em {\n  color: #b8f396;\n  font-style: normal;\n}\n\n.pft-juma-cite {\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  position: relative;\n  z-index: 2;\n}\n\n.pft-juma-dot {\n  width: 8px; height: 8px;\n  background: var(--orange);\n  border-radius: 50%;\n  flex-shrink: 0;\n}\n\n.pft-juma-cite span {\n  font-size: 0.8rem;\n  color: rgba(255,255,255,0.7);\n  font-weight: 600;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* \u2500\u2500 CRISIS SECTION \u2500\u2500 *\/\n.pft-crisis {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.pft-crisis-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.pft-crisis-inner h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.pft-crisis-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\/* challenge vs solution table *\/\n.pft-challenge-grid {\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n  margin-bottom: 40px;\n}\n\n.pft-challenge-row {\n  display: grid;\n  grid-template-columns: 1fr 40px 1fr;\n  align-items: center;\n  gap: 0;\n}\n\n.pft-challenge-bad {\n  background: #fff8f0;\n  border: 1px solid #fde8c8;\n  border-radius: 16px 0 0 16px;\n  padding: 20px 22px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n\n.pft-challenge-arrow {\n  background: var(--sdg13);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1rem;\n  color: var(--white);\n  align-self: stretch;\n  font-weight: 700;\n}\n\n.pft-challenge-good {\n  background: var(--sdg15-light);\n  border: 1px solid var(--sdg15-mid);\n  border-radius: 0 16px 16px 0;\n  padding: 20px 22px;\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n}\n\n.pft-challenge-bad h4  { color: #92400e; font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }\n.pft-challenge-good h4 { color: var(--sdg13); font-size: 0.82rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }\n\n.pft-challenge-bad p,\n.pft-challenge-good p  { font-size: 0.92rem; color: var(--slate); line-height: 1.55; }\n\n.pft-challenge-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }\n\n\/* pastoral quote *\/\n.pft-pastoral-quote {\n  background: var(--earth-light);\n  border-left: 5px solid var(--earth);\n  border-radius: 0 16px 16px 0;\n  padding: 22px 28px;\n  margin-top: 8px;\n}\n\n.pft-pastoral-quote p {\n  font-family: 'Fraunces', serif;\n  font-style: italic;\n  font-size: 1.15rem;\n  color: var(--earth);\n  margin: 0 0 10px;\n  line-height: 1.55;\n}\n\n.pft-pastoral-quote cite {\n  font-size: 0.75rem;\n  color: #a16207;\n  font-style: normal;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n}\n\n\/* \u2500\u2500 FOUR PILLARS \u2500\u2500 *\/\n.pft-pillars {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.pft-pillars-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.pft-pillars-inner h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.pft-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.pft-pillars-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n}\n\n.pft-pillar-card {\n  background: var(--off-white);\n  border-radius: 22px;\n  border: 1px solid var(--light);\n  padding: 32px 28px;\n  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.pft-pillar-card::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 100%; height: 5px;\n  border-radius: 22px 22px 0 0;\n}\n\n.pft-pillar-card:nth-child(1)::after { background: var(--sdg13); }\n.pft-pillar-card:nth-child(2)::after { background: var(--sdg15); }\n.pft-pillar-card:nth-child(3)::after { background: var(--earth); }\n.pft-pillar-card:nth-child(4)::after { background: var(--orange); }\n\n.pft-pillar-card:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 16px 48px rgba(63,126,68,0.1);\n  border-color: var(--sdg13);\n  background: var(--white);\n}\n\n.pft-pillar-num {\n  font-family: 'Fraunces', serif;\n  font-size: 3rem;\n  font-weight: 900;\n  color: var(--sdg15-mid);\n  line-height: 1;\n  margin-bottom: 6px;\n}\n\n.pft-pillar-card:nth-child(2) .pft-pillar-num { color: #c8edb0; }\n.pft-pillar-card:nth-child(3) .pft-pillar-num { color: #f5dfc8; }\n.pft-pillar-card:nth-child(4) .pft-pillar-num { color: #fde8c8; }\n\n.pft-pillar-emoji {\n  font-size: 1.8rem;\n  margin-bottom: 12px;\n  display: block;\n}\n\n.pft-pillar-card h3 {\n  font-family: 'Fraunces', serif;\n  font-size: 1.2rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 6px;\n  line-height: 1.25;\n}\n\n.pft-pillar-sub {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 2px;\n  text-transform: uppercase;\n  color: var(--sdg13);\n  margin-bottom: 14px;\n  display: block;\n}\n\n.pft-pillar-card:nth-child(2) .pft-pillar-sub { color: var(--sdg15); }\n.pft-pillar-card:nth-child(3) .pft-pillar-sub { color: var(--earth); }\n.pft-pillar-card:nth-child(4) .pft-pillar-sub { color: var(--orange); }\n\n.pft-pillar-card p {\n  font-size: 0.93rem;\n  color: var(--slate);\n  line-height: 1.7;\n  margin-bottom: 16px;\n}\n\n.pft-pillar-facts {\n  list-style: none;\n  display: flex;\n  flex-direction: column;\n  gap: 7px;\n}\n\n.pft-pillar-facts li {\n  font-size: 0.88rem;\n  color: var(--slate);\n  display: flex;\n  align-items: flex-start;\n  gap: 8px;\n  line-height: 1.45;\n}\n\n.pft-pillar-facts li::before {\n  content: '\u2713';\n  font-weight: 700;\n  flex-shrink: 0;\n  color: var(--sdg13);\n}\n\n.pft-pillar-card:nth-child(2) .pft-pillar-facts li::before { color: var(--sdg15); }\n.pft-pillar-card:nth-child(3) .pft-pillar-facts li::before { color: var(--earth); }\n.pft-pillar-card:nth-child(4) .pft-pillar-facts li::before { color: var(--orange); }\n\n\/* Adelina quote *\/\n.pft-mentor-quote {\n  background: var(--sdg13);\n  border-radius: 24px;\n  padding: 38px 40px;\n  margin-top: 36px;\n  display: flex;\n  gap: 28px;\n  align-items: flex-start;\n  flex-wrap: wrap;\n}\n\n.pft-mentor-icon {\n  font-size: 2.5rem;\n  flex-shrink: 0;\n}\n\n.pft-mentor-quote blockquote {\n  font-family: 'Fraunces', serif;\n  font-style: italic;\n  font-size: 1.15rem;\n  color: var(--white);\n  line-height: 1.6;\n  margin-bottom: 14px;\n  flex: 1;\n}\n\n.pft-mentor-quote cite {\n  font-size: 0.75rem;\n  color: rgba(255,255,255,0.65);\n  font-style: normal;\n  font-weight: 700;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  display: block;\n}\n\n\/* \u2500\u2500 DONATION TABLE \u2500\u2500 *\/\n.pft-table-section {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.pft-table-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.pft-table-inner h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.pft-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.pft-table-wrap {\n  overflow-x: auto;\n  border-radius: 20px;\n  box-shadow: 0 8px 40px rgba(63,126,68,0.08);\n}\n\ntable.pft-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: var(--white);\n  font-size: 0.93rem;\n}\n\ntable.pft-table thead tr {\n  background: var(--sdg13);\n}\n\ntable.pft-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.65);\n}\n\ntable.pft-table thead th:first-child { border-radius: 20px 0 0 0; }\ntable.pft-table thead th:last-child  { border-radius: 0 20px 0 0; }\n\ntable.pft-table tbody tr {\n  border-bottom: 1px solid var(--light);\n  transition: background 0.2s ease;\n}\n\ntable.pft-table tbody tr:last-child { border-bottom: none; }\ntable.pft-table tbody tr:hover { background: var(--sdg15-light); }\n\ntable.pft-table tbody tr.pft-highlight {\n  background: var(--sdg15-light);\n}\n\ntable.pft-table tbody td {\n  padding: 18px 20px;\n  color: var(--slate);\n  line-height: 1.55;\n  vertical-align: top;\n}\n\ntable.pft-table tbody td:first-child {\n  font-family: 'Fraunces', serif;\n  font-size: 1.35rem;\n  font-weight: 700;\n  color: var(--sdg13);\n  white-space: nowrap;\n}\n\ntable.pft-table tbody td:nth-child(2) {\n  font-weight: 700;\n  color: var(--navy);\n}\n\n.pft-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.pft-pill-tree    { background: var(--sdg15-light); color: var(--sdg13); }\n.pft-pill-club    { background: #e8f5e9; color: #1b5e20; }\n.pft-pill-garden  { background: var(--earth-light); color: var(--earth); }\n.pft-pill-eco     { background: #fff8e1; color: #e65100; }\n.pft-pill-all     { background: #f3e5f5; color: #6a1b9a; }\n\n.pft-star { color: var(--sdg15); margin-left: 4px; }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  .pft-pillars-grid { grid-template-columns: 1fr; }\n  .pft-challenge-row {\n    grid-template-columns: 1fr;\n  }\n  .pft-challenge-arrow { display: none; }\n  .pft-challenge-bad { border-radius: 16px; }\n  .pft-challenge-good { border-radius: 16px; }\n  .pft-mentor-quote { flex-direction: column; gap: 12px; }\n  table.pft-table thead th,\n  table.pft-table tbody td { padding: 12px 12px; font-size: 0.85rem; }\n  table.pft-table tbody td:first-child { font-size: 1.1rem; }\n}\n\n<\/style>\n\n<div class=\"pft-wrap\">\n\n  <!-- \u2550\u2550 HERO \u2550\u2550 -->\n  <div class=\"pft-hero\">\n    <div class=\"pft-hero-inner\">\n      <div class=\"pft-sdg-badges\">\n        <div class=\"pft-sdg-badge pft-badge-13\">\n          <span>SDG 13<\/span> Action climatique\n        <\/div>\n        <div class=\"pft-sdg-badge pft-badge-15\">\n          <span>SDG 15<\/span> Life on Land\n        <\/div>\n      <\/div>\n      <h1>Juma Planted a Tree<br>He Will Never Eat From.<br><em>That Was the Point.<\/em><\/h1>\n      <div class=\"pft-hero-divider\"><\/div>\n      <p class=\"pft-hero-sub\">Climate Action & Stewardship \u00a0\u00b7\u00a0 Plant a Fruit Tree, Feed the Future<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 OPENING STORY \u2550\u2550 -->\n  <div class=\"pft-story\">\n    <div class=\"pft-tag\">The Story Behind the Campaign<\/div>\n    <h2>One Seed. Two Solutions. A Legacy That Outlasts All of Us.<\/h2>\n\n    <p>Juma is fourteen. He is a member of the Climate Guardian Club at his school in Tabora \u2014 a student-led group that CODEWA helped establish to give young people a platform to act on the environmental crisis they see happening around them.<\/p>\n\n    <p>Last October, Juma planted a mango tree at the far edge of the school compound. He dug the hole himself, mixed in the compost he had been learning to prepare, and watered it carefully from a standpipe forty metres away.<\/p>\n\n    <p>When we asked him why he worked so hard for a tree that would take years to bear fruit \u2014 fruit he might never taste himself \u2014 he looked at us as if the answer was obvious.<\/p>\n\n    <div class=\"pft-juma-card\">\n      <blockquote>\u201cSomeone planted the tree I eat from.<br><em>Now it is my turn.<\/em>\u201c<\/blockquote>\n      <div class=\"pft-juma-cite\">\n        <div class=\"pft-juma-dot\"><\/div>\n        <span>Juma, Climate Guardian, Age 14<\/span>\n      <\/div>\n    <\/div>\n\n    <p>Every fruit tree planted and every Climate Club established is an investment in a greener, more resilient Tanzania. The Fruit and Future Campaign puts that investment in your hands \u2014 and in the hands of students like Juma who are ready to carry it forward.<\/p>\n  <\/div>\n\n  <!-- \u2550\u2550 CRISIS SECTION \u2550\u2550 -->\n  <div class=\"pft-crisis\">\n    <div class=\"pft-crisis-inner\">\n      <div class=\"pft-tag\">The Crisis in the Schoolyard<\/div>\n      <h2>Four Barriers. One Youth-Led Response.<\/h2>\n      <p>Tanzania is losing its trees at an alarming rate. In the schools we work with across Tabora, the consequences land directly in the classroom \u2014 and on the dinner plate.<\/p>\n\n      <div class=\"pft-challenge-grid\">\n\n        <div class=\"pft-challenge-row\">\n          <div class=\"pft-challenge-bad\">\n            <div class=\"pft-challenge-icon\">\u274c<\/div>\n            <div>\n              <h4>Rapid Deforestation<\/h4>\n              <p>Loss of biodiversity and soil fertility leading to degraded school landscapes and local climate shifts.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pft-challenge-arrow\">\u2192<\/div>\n          <div class=\"pft-challenge-good\">\n            <div class=\"pft-challenge-icon\">\u2705<\/div>\n            <div>\n              <h4>Fruit Tree Reforestation<\/h4>\n              <p>Productive fruit trees restore the soil while providing a future food source managed by students for decades.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"pft-challenge-row\">\n          <div class=\"pft-challenge-bad\">\n            <div class=\"pft-challenge-icon\">\u274c<\/div>\n            <div>\n              <h4>Youth Helplessness<\/h4>\n              <p>Young people feel excluded from climate action, watching their natural heritage degrade with no platform to respond.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pft-challenge-arrow\">\u2192<\/div>\n          <div class=\"pft-challenge-good\">\n            <div class=\"pft-challenge-icon\">\u2705<\/div>\n            <div>\n              <h4>Climate Guardian Clubs<\/h4>\n              <p>Student-led clubs with leadership training and resources turn bystanders into active environmental advocates.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"pft-challenge-row\">\n          <div class=\"pft-challenge-bad\">\n            <div class=\"pft-challenge-icon\">\u274c<\/div>\n            <div>\n              <h4>Malnutrition & Hunger<\/h4>\n              <p>Unpredictable rainfall devastates family farms, leaving students arriving at school on a single daily meal.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pft-challenge-arrow\">\u2192<\/div>\n          <div class=\"pft-challenge-good\">\n            <div class=\"pft-challenge-icon\">\u2705<\/div>\n            <div>\n              <h4>Sustainable School Gardens<\/h4>\n              <p>School grounds transformed into vegetable gardens \u2014 living classrooms producing fresh nutrition for students.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"pft-challenge-row\">\n          <div class=\"pft-challenge-bad\">\n            <div class=\"pft-challenge-icon\">\u274c<\/div>\n            <div>\n              <h4>Harmful Land Practices<\/h4>\n              <p>Traditional unsustainable land-use continues because youth lack environmental knowledge and alternatives.<\/p>\n            <\/div>\n          <\/div>\n          <div class=\"pft-challenge-arrow\">\u2192<\/div>\n          <div class=\"pft-challenge-good\">\n            <div class=\"pft-challenge-icon\">\u2705<\/div>\n            <div>\n              <h4>Strategic Eco-Literacy<\/h4>\n              <p>Environmental education that shifts the psychology of aspiration toward long-term stewardship of the land.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n      <\/div>\n\n      <div class=\"pft-pastoral-quote\">\n        <p>\u201cWe find peace knowing that others will enjoy the fruit of a tree we planted. That is enough for us.\u201d<\/p>\n        <cite>Juma & Paschal, Climate Guardians, Tabora<\/cite>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FOUR PILLARS \u2550\u2550 -->\n  <div class=\"pft-pillars\">\n    <div class=\"pft-pillars-inner\">\n      <div class=\"pft-tag\">Four Actions. One Greener Tanzania.<\/div>\n      <h2>The Fruit & Future Campaign Is More Than Tree Planting<\/h2>\n      <p>The campaign is a four-component youth-led environmental strategy. Every pillar is student-owned, community-managed, and built to last long after a planting day is over.<\/p>\n\n      <div class=\"pft-pillars-grid\">\n\n        <!-- PILLAR 1 -->\n        <div class=\"pft-pillar-card\">\n          <div class=\"pft-pillar-num\">01<\/div>\n          <span class=\"pft-pillar-emoji\">\ud83c\udf33<\/span>\n          <div class=\"pft-pillar-sub\">Fruit Tree Reforestation<\/div>\n          <h3>One Tree. Decades of Fruit.<\/h3>\n          <p>We plant high-yield Mango, Orange, and Avocado trees in school grounds across Tabora \u2014 managed entirely by student-led Climate Guardian Clubs. Each tree restores degraded soil, sequesters carbon, and produces fresh nutritious food for decades. Every tree can be dedicated in a loved one\u2019s name.<\/p>\n          <ul class=\"pft-pillar-facts\">\n            <li>Mango, Orange, and Avocado varieties suited to Tabora\u2019s climate<\/li>\n            <li>90% sapling survival rate through student-owned maintenance<\/li>\n            <li>1,500+ fruit trees planted across partner schools to date<\/li>\n            <li>Compost preparation and soil care taught to every planting team<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- PILLAR 2 -->\n        <div class=\"pft-pillar-card\">\n          <div class=\"pft-pillar-num\">02<\/div>\n          <span class=\"pft-pillar-emoji\">\ud83c\udf0d<\/span>\n          <div class=\"pft-pillar-sub\">Climate Guardian Clubs<\/div>\n          <h3>Students as Environmental Leaders<\/h3>\n          <p>We establish and mentor student-led Climate Guardian Clubs that transform young people from bystanders into active environmental advocates. Clubs receive leadership training, resources, and a structured programme \u2014 giving them full ownership of their school\u2019s ecological restoration.<\/p>\n          <ul class=\"pft-pillar-facts\">\n            <li>12 active Climate Guardian Clubs in partner schools<\/li>\n            <li>Leadership training, mentorship, and environmental resource packs<\/li>\n            <li>4,000+ youth reached through club activities and awareness sessions<\/li>\n            <li>Clubs manage all tree and garden maintenance after planting day<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- PILLAR 3 -->\n        <div class=\"pft-pillar-card\">\n          <div class=\"pft-pillar-num\">03<\/div>\n          <span class=\"pft-pillar-emoji\">\ud83c\udf3b<\/span>\n          <div class=\"pft-pillar-sub\">Jardins scolaires<\/div>\n          <h3>Living Classrooms. Real Nutrition.<\/h3>\n          <p>We transform barren school grounds into productive vegetable and flower gardens \u2014 living classrooms where students learn composting, soil management, irrigation, and sustainable food production by doing it themselves. Gardens deliver results faster than fruit trees and feed students directly.<\/p>\n          <ul class=\"pft-pillar-facts\">\n            <li>Seeds, soil amendments, irrigation tools, and composting guides<\/li>\n            <li>Fresh vegetables feeding directly into the school nutrition chain<\/li>\n            <li>Students learn the full cycle from seed to harvest in one term<\/li>\n            <li>Gardens maintained by Guardian Clubs through the school year<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- PILLAR 4 -->\n        <div class=\"pft-pillar-card\">\n          <div class=\"pft-pillar-num\">04<\/div>\n          <span class=\"pft-pillar-emoji\">\ud83d\udce2<\/span>\n          <div class=\"pft-pillar-sub\">Eco-Literacy & Awareness<\/div>\n          <h3>Knowledge That Changes Behaviour<\/h3>\n          <p>We equip students and families with the knowledge to understand deforestation, recognise harmful land-use practices, and protect their local environment. Lasting change does not start with a tree \u2014 it starts with a belief that the environment belongs to you and that you have the power to protect it.<\/p>\n          <ul class=\"pft-pillar-facts\">\n            <li>Deforestation, biodiversity, and soil health education<\/li>\n            <li>Community awareness sessions engaging families beyond school<\/li>\n            <li>100% of participating schools report improved environmental engagement<\/li>\n            <li>Eco-literacy integrated into the Guardian Club\u2019s annual programme<\/li>\n          <\/ul>\n        <\/div>\n\n      <\/div>\n\n      <!-- ADELINA QUOTE -->\n      <div class=\"pft-mentor-quote\">\n        <div class=\"pft-mentor-icon\">\ud83c\udf31<\/div>\n        <div>\n          <blockquote>\u201cI am so proud to be the mentor of this club. Through this initiative, I am learning alongside my students as I guide them to become true guardians and friends of the environment. Seeing them harvest and eat vegetables they grew with their own hands is incredibly rewarding.\u201d<\/blockquote>\n          <cite>Madame Adelina Mbaga \u00a0\u00b7\u00a0 Club Mentor, Town School, Tabora<\/cite>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 DONATION TABLE \u2550\u2550 -->\n  <div class=\"pft-table-section\">\n    <div class=\"pft-table-inner\">\n      <div class=\"pft-tag\">What Your Donation Plants<\/div>\n      <h2>Every Gift. A Named Legacy.<\/h2>\n      <p>Every contribution to the Fruit and Future Campaign funds a specific, traceable action on the ground in Tabora \u2014 from a single sapling to a fully established Climate Guardian Club.<\/p>\n\n      <div class=\"pft-table-wrap\">\n        <table class=\"pft-table\">\n          <thead>\n            <tr>\n              <th>Amount<\/th>\n              <th>Gift Name<\/th>\n              <th>Pillar<\/th>\n              <th>What It Plants<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>\u20ac5<\/td>\n              <td>Plant One Tree<\/td>\n              <td><span class=\"pft-pill pft-pill-tree\">Reforestation<\/span><\/td>\n              <td>One fruit sapling \u2014 Mango, Orange, or Avocado \u2014 with compost to start it. Dedicate it in someone\u2019s name and it grows as a living legacy.<\/td>\n            <\/tr>\n            <tr class=\"pft-highlight\">\n              <td>\u20ac25<\/td>\n              <td>The Mini-Orchard <span class=\"pft-star\">\u2605<\/span><\/td>\n              <td><span class=\"pft-pill pft-pill-tree\">Reforestation<\/span><\/td>\n              <td>5 fruit trees \u2014 enough to start a small grove for a class. A meaningful living legacy that feeds students for decades to come.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac50<\/td>\n              <td>The Climate Club Sponsor<\/td>\n              <td><span class=\"pft-pill pft-pill-club\">Guardian Clubs<\/span><\/td>\n              <td>10 fruit trees AND watering cans, gloves, and tools for the student caretakers of one Climate Guardian Club.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac75<\/td>\n              <td>The School Garden Starter<\/td>\n              <td><span class=\"pft-pill pft-pill-garden\">Jardins scolaires<\/span><\/td>\n              <td>A full school garden kit \u2014 seeds, soil amendments, irrigation tools, and a composting guide for one school ground.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac100<\/td>\n              <td>The Legacy Grove<\/td>\n              <td><span class=\"pft-pill pft-pill-tree\">Reforestation<\/span><\/td>\n              <td>20 fruit trees \u2014 a major contribution to one school\u2019s long-term food security and ecological restoration.<\/td>\n            <\/tr>\n            <tr>\n              <td>\u20ac250<\/td>\n              <td>The Club Leadership Programme<\/td>\n              <td><span class=\"pft-pill pft-pill-club\">Guardian Clubs<\/span><\/td>\n              <td>Fully funds the establishment and first-year training of one new Climate Guardian Club \u2014 including leader mentorship and all resources.<\/td>\n            <\/tr>\n            <tr>\n              <td>Any<\/td>\n              <td>Your Own Gift<\/td>\n              <td><span class=\"pft-pill pft-pill-all\">All Four Pillars<\/span><\/td>\n              <td>Every euro plants something \u2014 a tree, a skill, a belief that the earth is worth protecting.<\/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\/Environment.jpg\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1920\" height=\"540\" data-id=\"26601\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment.jpg\" alt=\"\" class=\"wp-image-26601\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment.jpg 1920w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment-600x169.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment-300x84.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment-1024x288.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment-768x216.jpg 768w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment-1536x432.jpg 1536w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Environment-1568x441.jpg 1568w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2.jpg\"><img decoding=\"async\" width=\"1200\" height=\"800\" data-id=\"26190\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2.jpg\" alt=\"\" class=\"wp-image-26190\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2.jpg 1200w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2-600x400.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2-300x200.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2-1024x683.jpg 1024w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/Z2-768x512.jpg 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/T4.jpg\"><img decoding=\"async\" width=\"601\" height=\"405\" data-id=\"26161\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/T4.jpg\" alt=\"\" class=\"wp-image-26161\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/T4.jpg 601w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/T4-300x202.jpg 300w\" sizes=\"(max-width: 601px) 100vw, 601px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/O3.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"780\" height=\"369\" data-id=\"26134\" src=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/O3.jpg\" alt=\"\" class=\"wp-image-26134\" srcset=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/O3.jpg 780w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/O3-600x284.jpg 600w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/O3-300x142.jpg 300w, https:\/\/codewatz.org\/wp-content\/uploads\/2025\/11\/O3-768x363.jpg 768w\" sizes=\"(max-width: 780px) 100vw, 780px\" \/><\/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=Fraunces:ital,wght@0,700;0,900;1,700;1,900&family=Nunito:wght@300;400;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n\n\/* ============================================================\n   PLANT A FRUIT TREE \u2014 PART 2\n   CODEWA Brand + SDG 13 (#3F7E44) + SDG 15 (#56C02B)\n   ============================================================ *\/\n\n:root {\n  --navy:         #0B3C5D;\n  --orange:       #F18F01;\n  --sdg13:        #3F7E44;\n  --sdg15:        #56C02B;\n  --sdg15-light:  #f2fbed;\n  --sdg15-mid:    #c8edb0;\n  --earth:        #8B5E3C;\n  --earth-light:  #fdf5ef;\n  --white:        #ffffff;\n  --off-white:    #f6f8f4;\n  --slate:        #4a5568;\n  --light:        #dde5d4;\n  --charcoal:     #1a2e1a;\n}\n\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n.pft2-wrap {\n  font-family: 'Nunito', sans-serif;\n  color: var(--charcoal);\n  background: var(--white);\n  overflow-x: hidden;\n}\n\n\/* \u2500\u2500 SECTION TAG \u2500\u2500 *\/\n.pft2-tag {\n  font-size: 0.7rem;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--sdg13);\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.pft2-tag::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--sdg13);\n  opacity: 0.3;\n  max-width: 80px;\n}\n\n\/* \u2500\u2500 THEORY OF CHANGE \u2500\u2500 *\/\n.pft2-toc {\n  background: var(--off-white);\n  padding: 70px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.pft2-toc-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.pft2-toc-inner h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.pft2-toc-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\/* vertical timeline *\/\n.pft2-timeline {\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  position: relative;\n  padding-left: 48px;\n}\n\n.pft2-timeline::before {\n  content: '';\n  position: absolute;\n  left: 18px;\n  top: 24px;\n  bottom: 24px;\n  width: 3px;\n  background: linear-gradient(180deg, var(--sdg15) 0%, var(--sdg13) 50%, var(--orange) 100%);\n  border-radius: 2px;\n}\n\n.pft2-toc-step {\n  position: relative;\n  padding: 0 0 36px 28px;\n}\n\n.pft2-toc-step:last-child { padding-bottom: 0; }\n\n.pft2-step-dot {\n  position: absolute;\n  left: -36px;\n  top: 4px;\n  width: 28px; height: 28px;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 0.72rem;\n  font-weight: 800;\n  color: var(--white);\n  border: 3px solid var(--white);\n  box-shadow: 0 0 0 3px var(--sdg15);\n}\n\n.pft2-toc-step:nth-child(1) .pft2-step-dot { background: var(--sdg15); box-shadow: 0 0 0 3px var(--sdg15); }\n.pft2-toc-step:nth-child(2) .pft2-step-dot { background: var(--sdg13); box-shadow: 0 0 0 3px var(--sdg13); }\n.pft2-toc-step:nth-child(3) .pft2-step-dot { background: var(--orange); box-shadow: 0 0 0 3px var(--orange); }\n\n.pft2-toc-step h4 {\n  font-family: 'Fraunces', serif;\n  font-size: 1.15rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 6px;\n}\n\n.pft2-toc-step p {\n  font-size: 0.97rem;\n  color: var(--slate);\n  line-height: 1.65;\n}\n\n\/* \u2500\u2500 IMPACT STATS \u2500\u2500 *\/\n.pft2-impact {\n  padding: 70px 30px;\n  background: var(--white);\n  border-top: 1px solid var(--light);\n}\n\n.pft2-impact-inner {\n  max-width: 880px;\n  margin: 0 auto;\n}\n\n.pft2-impact-inner h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.7rem, 4vw, 2.6rem);\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 10px;\n}\n\n.pft2-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\/* leaf-shaped stat cards *\/\n.pft2-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.pft2-stat {\n  background: var(--off-white);\n  border-radius: 20px 20px 50% 50% \/ 20px 20px 40px 40px;\n  padding: 32px 18px 36px;\n  text-align: center;\n  border: 1px solid var(--light);\n  border-bottom: 4px solid var(--sdg13);\n  transition: transform 0.3s ease;\n}\n\n.pft2-stat:nth-child(2) { border-bottom-color: var(--sdg15); }\n.pft2-stat:nth-child(3) { border-bottom-color: var(--orange); }\n.pft2-stat:nth-child(4) { border-bottom-color: var(--earth); }\n.pft2-stat:nth-child(5) { border-bottom-color: var(--navy); }\n\n.pft2-stat:hover { transform: translateY(-6px); }\n\n.pft2-stat-num {\n  font-family: 'Fraunces', serif;\n  font-size: 2.4rem;\n  font-weight: 900;\n  color: var(--sdg13);\n  display: block;\n  line-height: 1;\n  margin-bottom: 10px;\n}\n\n.pft2-stat:nth-child(2) .pft2-stat-num { color: var(--sdg15); }\n.pft2-stat:nth-child(3) .pft2-stat-num { color: var(--orange); }\n.pft2-stat:nth-child(4) .pft2-stat-num { color: var(--earth); }\n.pft2-stat:nth-child(5) .pft2-stat-num { color: var(--navy); }\n\n.pft2-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.pft2-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\/* outcomes *\/\n.pft2-outcomes {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 16px;\n  margin-top: 48px;\n}\n\n.pft2-outcome {\n  display: flex;\n  gap: 14px;\n  align-items: flex-start;\n  padding: 22px;\n  background: var(--off-white);\n  border-radius: 16px;\n  border: 1px solid var(--light);\n  transition: border-color 0.3s ease, transform 0.3s ease;\n}\n\n.pft2-outcome:hover {\n  border-color: var(--sdg13);\n  transform: translateX(4px);\n}\n\n.pft2-outcome-icon { font-size: 1.5rem; flex-shrink: 0; margin-top: 2px; }\n\n.pft2-outcome h4 {\n  font-size: 0.95rem;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 5px;\n}\n\n.pft2-outcome p {\n  font-size: 0.9rem;\n  color: var(--slate);\n  line-height: 1.6;\n}\n\n\/* \u2500\u2500 CLOSING STORY \u2500\u2500 *\/\n.pft2-close {\n  background: var(--charcoal);\n  padding: 80px 30px;\n  position: relative;\n  overflow: hidden;\n}\n\n.pft2-close::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image:\n    radial-gradient(ellipse 300px 200px at 10% 20%, rgba(86,192,43,0.12) 0%, transparent 100%),\n    radial-gradient(ellipse 400px 250px at 90% 80%, rgba(63,126,68,0.15) 0%, transparent 100%),\n    radial-gradient(ellipse 200px 150px at 50% 50%, rgba(241,143,1,0.06) 0%, transparent 100%);\n  pointer-events: none;\n}\n\n.pft2-close-inner {\n  max-width: 880px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.pft2-close .pft2-tag {\n  color: var(--sdg15);\n}\n.pft2-close .pft2-tag::after { background: var(--sdg15); }\n\n.pft2-close h2 {\n  font-family: 'Fraunces', serif;\n  font-size: clamp(1.9rem, 4.5vw, 2.9rem);\n  font-weight: 900;\n  color: var(--white);\n  line-height: 1.15;\n  margin-bottom: 28px;\n}\n\n.pft2-close h2 em {\n  font-style: italic;\n  color: #b8f396;\n}\n\n.pft2-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\/* roots visual *\/\n.pft2-roots-visual {\n  background: rgba(255,255,255,0.04);\n  border: 1px solid rgba(86,192,43,0.2);\n  border-radius: 20px;\n  padding: 32px 36px;\n  margin: 36px 0;\n  display: flex;\n  align-items: center;\n  gap: 28px;\n  flex-wrap: wrap;\n}\n\n.pft2-roots-icon {\n  font-size: 3.5rem;\n  flex-shrink: 0;\n}\n\n.pft2-roots-text h3 {\n  font-family: 'Fraunces', serif;\n  font-size: 1.3rem;\n  color: var(--white);\n  font-weight: 700;\n  margin-bottom: 8px;\n}\n\n.pft2-roots-text p {\n  font-size: 0.95rem;\n  color: rgba(255,255,255,0.7);\n  margin: 0;\n  line-height: 1.65;\n}\n\n\/* three-ask row *\/\n.pft2-ask-row {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 14px;\n  margin: 36px 0;\n}\n\n.pft2-ask-card {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(86,192,43,0.2);\n  border-radius: 16px;\n  padding: 24px 18px;\n  text-align: center;\n  transition: background 0.2s ease;\n}\n\n.pft2-ask-card:hover { background: rgba(86,192,43,0.1); }\n\n.pft2-ask-card .ask-amount {\n  font-family: 'Fraunces', serif;\n  font-size: 1.9rem;\n  font-weight: 900;\n  color: var(--sdg15);\n  display: block;\n  margin-bottom: 8px;\n}\n\n.pft2-ask-card .ask-label {\n  font-size: 0.78rem;\n  font-weight: 600;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.45;\n}\n\n\/* SDG dual stamps *\/\n.pft2-sdg-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 36px;\n}\n\n.pft2-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.12);\n  padding: 12px 18px;\n  border-radius: 12px;\n}\n\n.pft2-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-13 { background: var(--sdg13); }\n.sdg-box-15 { background: var(--sdg15); }\n\n.pft2-sdg-stamp p {\n  margin: 0;\n  font-size: 0.78rem;\n  color: rgba(255,255,255,0.75);\n  line-height: 1.4;\n}\n\n.pft2-sdg-stamp strong {\n  display: block;\n  color: var(--white);\n  font-size: 0.85rem;\n  margin-bottom: 1px;\n}\n\n\/* CTA buttons *\/\n.pft2-cta-strip {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  margin-top: 40px;\n}\n\n.pft2-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.pft2-btn-primary {\n  background: var(--sdg15);\n  color: var(--charcoal);\n}\n\n.pft2-btn-primary:hover {\n  background: #45a822;\n  transform: translateY(-3px);\n  box-shadow: 0 12px 28px rgba(86,192,43,0.35);\n}\n\n.pft2-btn-secondary {\n  background: transparent;\n  color: var(--white);\n  border: 2px solid rgba(255,255,255,0.25);\n}\n\n.pft2-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.pft2-footer {\n  background: var(--off-white);\n  padding: 40px 30px;\n  border-top: 1px solid var(--light);\n}\n\n.pft2-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.pft2-footer-inner p {\n  font-size: 0.95rem;\n  color: var(--slate);\n  line-height: 1.6;\n  max-width: 520px;\n}\n\n.pft2-footer-inner a {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--sdg13);\n  font-weight: 700;\n  font-size: 0.9rem;\n  text-decoration: none;\n  border-bottom: 2px solid var(--sdg15);\n  padding-bottom: 2px;\n  white-space: nowrap;\n  transition: color 0.2s ease;\n}\n\n.pft2-footer-inner a:hover { color: var(--sdg15); }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 680px) {\n  .pft2-toc-flow { grid-template-columns: 1fr; }\n  .pft2-outcomes { grid-template-columns: 1fr; }\n  .pft2-ask-row { grid-template-columns: 1fr; }\n  .pft2-roots-visual { flex-direction: column; gap: 14px; }\n  .pft2-footer-inner { flex-direction: column; align-items: flex-start; }\n  .pft2-btn { width: 100%; justify-content: center; }\n}\n\n<\/style>\n\n<div class=\"pft2-wrap\">\n\n  <!-- \u2550\u2550 THEORY OF CHANGE \u2550\u2550 -->\n  <div class=\"pft2-toc\">\n    <div class=\"pft2-toc-inner\">\n      <div class=\"pft2-tag\">From One Seed to a More Resilient Tanzania<\/div>\n      <h2>How a Tree Changes Everything<\/h2>\n      <p>A mango tree planted today will feed children for thirty years. A Climate Club established today will produce environmental leaders for a generation. Here is how the chain of change works.<\/p>\n\n      <div class=\"pft2-timeline\">\n\n        <div class=\"pft2-toc-step\">\n          <div class=\"pft2-step-dot\">01<\/div>\n          <h4>Children and Youth Receive Environmental Education, Plant Fruit Trees, Build Gardens, and Lead Climate Clubs<\/h4>\n          <p>The inputs are tangible, student-owned, and community-managed from day one \u2014 not a project delivered to them, but one built by them with CODEWA\u2019s support and resources.<\/p>\n        <\/div>\n\n        <div class=\"pft2-toc-step\">\n          <div class=\"pft2-step-dot\">02<\/div>\n          <h4>They Become Confident Environmental Stewards Who Influence Their Schools, Homes, and Communities<\/h4>\n          <p>The 90% sapling survival rate is not a coincidence \u2014 it happens because students who own the trees protect them. The knowledge and leadership built in the clubs reaches far beyond the school compound.<\/p>\n        <\/div>\n\n        <div class=\"pft2-toc-step\">\n          <div class=\"pft2-step-dot\">03<\/div>\n          <h4>A More Resilient Tanzania Emerges, Protected by a Generation of Empowered Young Climate Leaders<\/h4>\n          <p>Trees that restore soil. Gardens that feed students. Clubs that advocate. Young people who know the earth is theirs to protect \u2014 and have the tools and belief to do it.<\/p>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 IMPACT STATS \u2550\u2550 -->\n  <div class=\"pft2-impact\">\n    <div class=\"pft2-impact-inner\">\n      <div class=\"pft2-tag\">Changements mesurables dans nos communaut\u00e9s<\/div>\n      <h2>What We Know Works<\/h2>\n      <p>These outcomes are tracked across CODEWA\u2019s partner schools and environmental programme sites in Tabora \u2014 compiled from internal monitoring reports since the Climate Action and Stewardship programme launch.<\/p>\n\n      <div class=\"pft2-stats-grid\">\n        <div class=\"pft2-stat\">\n          <span class=\"pft2-stat-num\">1,500+<\/span>\n          <span class=\"pft2-stat-label\">Arbres fruitiers plant\u00e9s<\/span>\n        <\/div>\n        <div class=\"pft2-stat\">\n          <span class=\"pft2-stat-num\">12<\/span>\n          <span class=\"pft2-stat-label\">Active Climate Guardian Clubs<\/span>\n        <\/div>\n        <div class=\"pft2-stat\">\n          <span class=\"pft2-stat-num\">4,000+<\/span>\n          <span class=\"pft2-stat-label\">Jeunes Accompagn\u00e9s<\/span>\n        <\/div>\n        <div class=\"pft2-stat\">\n          <span class=\"pft2-stat-num\">90%<\/span>\n          <span class=\"pft2-stat-label\">Sapling Survival Rate<\/span>\n        <\/div>\n        <div class=\"pft2-stat\">\n          <span class=\"pft2-stat-num\">100%<\/span>\n          <span class=\"pft2-stat-label\">Schools Report Improved Eco-Engagement<\/span>\n        <\/div>\n      <\/div>\n\n      <p class=\"pft2-attr\">Data compiled from CODEWA internal environmental monitoring reports and partner school tracking since the Climate Action and Stewardship programme launch.<\/p>\n\n      <div class=\"pft2-outcomes\">\n        <div class=\"pft2-outcome\">\n          <div class=\"pft2-outcome-icon\">\ud83c\udf31<\/div>\n          <div>\n            <h4>Restored School Landscapes<\/h4>\n            <p>Bare concrete and dust replaced by shade, green, and growing fruit \u2014 transforming the school environment for every child who passes through.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"pft2-outcome\">\n          <div class=\"pft2-outcome-icon\">\ud83c\udf4b<\/div>\n          <div>\n            <h4>Fresh Nutrition On-Site<\/h4>\n            <p>Fruit trees and school gardens deliver nutritious food directly into the school diet \u2014 reducing dependence on a single maize-and-beans meal.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"pft2-outcome\">\n          <div class=\"pft2-outcome-icon\">\ud83c\udfc6<\/div>\n          <div>\n            <h4>Student-Owned Leadership<\/h4>\n            <p>Guardian Club leaders develop confidence, public speaking, project management, and civic responsibility \u2014 all through the act of protecting their environment.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"pft2-outcome\">\n          <div class=\"pft2-outcome-icon\">\ud83c\udf0d<\/div>\n          <div>\n            <h4>Community Ripple Effect<\/h4>\n            <p>Eco-literacy reaches beyond the school gate \u2014 students teach families, families change land practices, and neighbourhoods begin to green themselves.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 CLOSING STORY \u2550\u2550 -->\n  <div class=\"pft2-close\">\n    <div class=\"pft2-close-inner\">\n\n      <div class=\"pft2-tag\">Your Tree. Their Future.<\/div>\n      <h2>Juma\u2019s Tree Is<br><em>Still Growing.<\/em><\/h2>\n\n      <p>It will be years before it bears fruit. But the roots are already in the ground \u2014 and they will outlast the lesson, the school term, and perhaps even the school itself.<\/p>\n\n      <div class=\"pft2-roots-visual\">\n        <div class=\"pft2-roots-icon\">\ud83c\udf33<\/div>\n        <div class=\"pft2-roots-text\">\n          <h3>The 90% Survival Promise<\/h3>\n          <p>CODEWA environmental projects are never \u201cdrop and leave.\u201d Every tree and garden is maintained by the School Climate Clubs we train and mentor \u2014 ensuring community ownership and a 90% survival rate across all planting sites. Your tree will grow because a student like Juma will make sure it does.<\/p>\n        <\/div>\n      <\/div>\n\n      <p>Give \u20ac5 and plant one tree in someone\u2019s name. Give \u20ac50 and sponsor a Climate Guardian Club with the tools to care for ten. Give \u20ac75 and build a school garden that feeds children and teaches them how the earth works at the same time.<\/p>\n\n      <p>Every tree is a future meal. Every club is a future leader. Every garden is a future classroom.<\/p>\n\n      <div class=\"pft2-ask-row\">\n        <div class=\"pft2-ask-card\">\n          <span class=\"ask-amount\">\u20ac5<\/span>\n          <span class=\"ask-label\">Plant one fruit tree in someone\u2019s name as a living legacy<\/span>\n        <\/div>\n        <div class=\"pft2-ask-card\">\n          <span class=\"ask-amount\">\u20ac75<\/span>\n          <span class=\"ask-label\">Build a school garden that feeds students and teaches them how food grows<\/span>\n        <\/div>\n        <div class=\"pft2-ask-card\">\n          <span class=\"ask-amount\">\u20ac250<\/span>\n          <span class=\"ask-label\">Establish a Climate Guardian Club and train its first generation of leaders<\/span>\n        <\/div>\n      <\/div>\n\n      <p style=\"font-size:0.95rem; color:rgba(255,255,255,0.55); margin-bottom:0;\">Plant something today that will outlast all of us.<\/p>\n\n      <div class=\"pft2-sdg-row\">\n        <div class=\"pft2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-13\">13<\/div>\n          <p><strong>SDG 13 \u2014 Climate Action<\/strong>Take urgent action to combat climate change and its impacts.<\/p>\n        <\/div>\n        <div class=\"pft2-sdg-stamp\">\n          <div class=\"sdg-box sdg-box-15\">15<\/div>\n          <p><strong>SDG 15 \u2014 Life on Land<\/strong>Protect, restore and promote sustainable use of terrestrial ecosystems.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"pft2-cta-strip\">\n        <a href=\"https:\/\/codewatz.org\/fr\/donations\/plant-a-tree\/\" class=\"pft2-btn pft2-btn-primary\">Plant a Tree Today<\/a>\n        <a href=\"https:\/\/codewatz.org\/fr\/partner\/\" class=\"pft2-btn pft2-btn-secondary\">Devenez partenaire de nos initiatives vertes<\/a>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- \u2550\u2550 FOOTER LINK \u2550\u2550 -->\n  <div class=\"pft2-footer\">\n    <div class=\"pft2-footer-inner\">\n      <p>To understand the full environmental strategy behind this campaign \u2014 the four pillars, the Guardian Club model, and the theory of change \u2014 visit the Climate Action and Stewardship programme page.<\/p>\n      <a href=\"https:\/\/codewatz.org\/fr\/climate\/\">Explore the Programme \u2192<\/a>\n    <\/div>\n  <\/div>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Plant a Mango, Orange, or Avocado tree in a Tanzanian school. Feed students for decades, restore the earth, and leave a living legacy from just \u20ac5.<\/p>","protected":false},"featured_media":27380,"template":"","give_posts_category":[315,419],"give_posts_tag":[],"class_list":["post-30011","give_posts","type-give_posts","status-publish","has-post-thumbnail","hentry","give_posts_category-climate-change","give_posts_category-health","entry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Plant a Fruit Tree, Feed the Future - 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\/plant-a-fruit-tree-feed-the-future\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Plant a Fruit Tree, Feed the Future - CODEWA\" \/>\n<meta property=\"og:description\" content=\"Plant a Mango, Orange, or Avocado tree in a Tanzanian school. Feed students for decades, restore the earth, and leave a living legacy from just \u20ac5.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codewatz.org\/fr\/give_posts\/plant-a-fruit-tree-feed-the-future\/\" \/>\n<meta property=\"og:site_name\" content=\"CODEWA\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-21T16:41:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/o.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"540\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\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\\\/plant-a-fruit-tree-feed-the-future\\\/\",\"url\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/\",\"name\":\"Plant a Fruit Tree, Feed the Future - CODEWA\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/o.jpg\",\"datePublished\":\"2026-05-19T15:23:54+00:00\",\"dateModified\":\"2026-05-21T16:41:26+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/o.jpg\",\"contentUrl\":\"https:\\\/\\\/codewatz.org\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/o.jpg\",\"width\":540,\"height\":420},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codewatz.org\\\/give_posts\\\/plant-a-fruit-tree-feed-the-future\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codewatz.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Plant a Fruit Tree, Feed the Future\"}]},{\"@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":"Plant a Fruit Tree, Feed the Future - 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\/plant-a-fruit-tree-feed-the-future\/","og_locale":"fr_FR","og_type":"article","og_title":"Plant a Fruit Tree, Feed the Future - CODEWA","og_description":"Plant a Mango, Orange, or Avocado tree in a Tanzanian school. Feed students for decades, restore the earth, and leave a living legacy from just \u20ac5.","og_url":"https:\/\/codewatz.org\/fr\/give_posts\/plant-a-fruit-tree-feed-the-future\/","og_site_name":"CODEWA","article_modified_time":"2026-05-21T16:41:26+00:00","og_image":[{"width":540,"height":420,"url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/o.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\/plant-a-fruit-tree-feed-the-future\/","url":"https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/","name":"Plant a Fruit Tree, Feed the Future - CODEWA","isPartOf":{"@id":"https:\/\/codewatz.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/#primaryimage"},"image":{"@id":"https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/#primaryimage"},"thumbnailUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/o.jpg","datePublished":"2026-05-19T15:23:54+00:00","dateModified":"2026-05-21T16:41:26+00:00","breadcrumb":{"@id":"https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/#primaryimage","url":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/o.jpg","contentUrl":"https:\/\/codewatz.org\/wp-content\/uploads\/2025\/12\/o.jpg","width":540,"height":420},{"@type":"BreadcrumbList","@id":"https:\/\/codewatz.org\/give_posts\/plant-a-fruit-tree-feed-the-future\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codewatz.org\/"},{"@type":"ListItem","position":2,"name":"Plant a Fruit Tree, Feed the Future"}]},{"@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\/30011","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\/27380"}],"wp:attachment":[{"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/media?parent=30011"}],"wp:term":[{"taxonomy":"give_posts_category","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_category?post=30011"},{"taxonomy":"give_posts_tag","embeddable":true,"href":"https:\/\/codewatz.org\/fr\/wp-json\/wp\/v2\/give_posts_tag?post=30011"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}