<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>African American Youth Harvest Foundation</title>
	<atom:link href="https://aayhf.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://aayhf.org</link>
	<description>Changing Lives, Building Better Futures</description>
	<lastBuildDate>Wed, 29 Apr 2026 19:10:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://aayhf.org/wp-content/uploads/cropped-aayhf-icon3-32x32.png</url>
	<title>African American Youth Harvest Foundation</title>
	<link>https://aayhf.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#8217;s Vision</title>
		<link>https://aayhf.org/newsletter/huston-tillotson-students-lend-helping-hands-and-share-in-aayhfs-vision/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[Newsletter]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=3046</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates April 21, 2026 Huston–Tillotson Students Make a Difference Volunteering with AAYHF! From programming to partnerships — here’s what’s new at AAYHF. Hands-on service paired with meaningful connection Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#8217;s Vision This past Saturday, African American Youth Harvest Foundation was honored to welcome a [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --aayhf-brown: #4b1712;
    --aayhf-orange: #f47a20;
    --aayhf-gold: #f8c23a;
    --aayhf-cream: #fff7ea;
    --aayhf-dark: #22110f;
    --aayhf-muted: #6f5b55;
    --aayhf-white: #ffffff;
    --aayhf-shadow: 0 18px 45px rgba(75, 23, 18, 0.14);
  }

  .aayhf-news-post {
    background: linear-gradient(180deg, #fff7ea 0%, #ffffff 48%, #fff4df 100%);
    color: var(--aayhf-dark);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
  }

  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 32px 20px;
  }

  .aayhf-hero {
    background:
      radial-gradient(circle at top right, rgba(248, 194, 58, 0.36), transparent 34%),
      linear-gradient(135deg, var(--aayhf-brown), #7b2518);
    border-radius: 28px;
    color: var(--aayhf-white);
    overflow: hidden;
    box-shadow: var(--aayhf-shadow);
  }

  .aayhf-hero img {
    width: 100%;
    display: block;
  }

  .aayhf-hero-content {
    padding: 34px;
  }

  .aayhf-eyebrow {
    color: var(--aayhf-gold);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 8px;
  }

  .aayhf-news-post h2 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 12px;
    color: inherit;
  }

  .aayhf-news-post h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 16px;
    color: var(--aayhf-brown);
  }

  .aayhf-news-post h4 {
    font-size: 1.2rem;
    line-height: 1.35;
    margin: 0 0 10px;
    color: var(--aayhf-brown);
  }

  .aayhf-news-post p {
    margin: 0 0 16px;
  }

  .aayhf-news-post a {
    color: var(--aayhf-orange);
    font-weight: 800;
    text-decoration: none;
  }

  .aayhf-news-post a:hover {
    text-decoration: underline;
  }

  .aayhf-date {
    display: inline-flex;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 8px 14px;
    margin-bottom: 18px;
    color: #fff6df;
    font-weight: 700;
  }

  .aayhf-section {
    margin-top: 34px;
  }

  .aayhf-card,
  .aayhf-story {
    background: var(--aayhf-white);
    border: 1px solid rgba(75, 23, 18, 0.08);
    border-radius: 24px;
    box-shadow: var(--aayhf-shadow);
    padding: 28px;
    overflow: hidden;
  }

  .aayhf-story-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1.15fr;
    gap: 28px;
    align-items: center;
  }

  .aayhf-story-feature img,
  .aayhf-card img,
  .aayhf-gallery img {
    width: 100%;
    border-radius: 18px;
    display: block;
  }

  .aayhf-story-feature img {
    height: 100%;
    min-height: 360px;
    object-fit: cover;
  }

  .aayhf-kicker {
    color: var(--aayhf-orange);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
  }

  .aayhf-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .aayhf-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .aayhf-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .aayhf-card img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f7efe5;
  }

  .aayhf-flyer img {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .aayhf-meta {
    background: var(--aayhf-cream);
    border-left: 5px solid var(--aayhf-orange);
    border-radius: 16px;
    padding: 16px;
    color: var(--aayhf-dark);
    font-weight: 700;
    margin: 16px 0;
  }

  .aayhf-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: auto;
  }

  .aayhf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--aayhf-orange);
    color: var(--aayhf-white) !important;
    border-radius: 999px;
    padding: 12px 18px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(244, 122, 32, 0.25);
    text-decoration: none !important;
  }

  .aayhf-btn.secondary {
    background: var(--aayhf-brown);
    box-shadow: 0 10px 24px rgba(75, 23, 18, 0.22);
  }

  .aayhf-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
  }

  .aayhf-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .aayhf-list {
    margin: 0;
    padding-left: 20px;
  }

  .aayhf-list li {
    margin: 8px 0;
  }

  .aayhf-highlight {
    background: linear-gradient(135deg, rgba(248, 194, 58, 0.24), rgba(244, 122, 32, 0.12));
    border: 1px solid rgba(244, 122, 32, 0.18);
  }

  .aayhf-footer {
    margin-top: 34px;
    background: var(--aayhf-brown);
    color: var(--aayhf-white);
    border-radius: 26px;
    padding: 30px;
    box-shadow: var(--aayhf-shadow);
  }

  .aayhf-footer h3,
  .aayhf-footer h4 {
    color: var(--aayhf-gold);
  }

  .aayhf-footer a {
    color: var(--aayhf-gold);
  }

  .aayhf-contact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
  }

  .aayhf-contact div {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    padding: 14px;
  }

  @media (max-width: 900px) {
    .aayhf-story-feature,
    .aayhf-grid,
    .aayhf-program-grid,
    .aayhf-contact {
      grid-template-columns: 1fr;
    }

    .aayhf-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aayhf-story-feature img {
      min-height: 240px;
    }
  }

  @media (max-width: 560px) {
    .aayhf-wrap {
      padding: 20px 14px;
    }

    .aayhf-hero-content,
    .aayhf-card,
    .aayhf-story,
    .aayhf-footer {
      padding: 22px;
    }

    .aayhf-news-post h2 {
      font-size: 2rem;
      line-height: 1.25;
    }

    .aayhf-news-post h3 {
      font-size: 1.6rem;
      line-height: 1.3;
    }

    .aayhf-gallery {
      grid-template-columns: 1fr;
    }
  }
</style>

<div class="aayhf-news-post">
  <main class="aayhf-wrap">
    <section class="aayhf-hero">
      <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/f8dd4182-97e3-44c6-951b-199edb643325.png?rdr=true" alt="African American Youth Harvest Foundation banner" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 11">
      <div class="aayhf-hero-content">
        <p class="aayhf-eyebrow">AAYHF Weekly News &amp; Updates</p>
        <p class="aayhf-date">April 21, 2026</p>
        <h2>Huston–Tillotson Students Make a Difference Volunteering with AAYHF!</h2>
        <p>From programming to partnerships — here’s what’s new at AAYHF.</p>
      </div>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-story aayhf-story-feature">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/78d256e3-ce2c-45fd-97db-64efe0a99d67.jpg?rdr=true" alt="Huston-Tillotson University students volunteering with AAYHF" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 12">
        <div>
          <p class="aayhf-kicker">Hands-on service paired with meaningful connection</p>
          <h3>Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#8217;s Vision</h3>
          <p>This past Saturday, African American Youth Harvest Foundation was honored to welcome a dedicated group of Huston–Tillotson University students who volunteered their time and energy to support our mission. The students rolled up their sleeves and helped AAYHF organize our food and supply storage facility, creating much-needed space to prepare for additional incoming donations that will allow us to continue serving our community with excellence.</p>
          <p>Beyond the important work of organizing and preparing our facility, students also had the opportunity to experience more of AAYHF’s growing footprint. Volunteers toured our expanding Harvest Manor Satellite location and visited the Blake Manor property, where they enjoyed the open land, scenic views, and unforgettable moments riding horses and ATVs.</p>
          <p>We are incredibly grateful to the Huston–Tillotson students who chose to spend their Saturday giving their time, energy, and helping hands in support of AAYHF. Your willingness to serve makes a real difference and helps ensure we can continue distributing food and supplies to our beloved community.</p>
        </div>
      </article>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid">
        <article class="aayhf-card">
          <h3>AAYHF Featured on Meet Manor Monday</h3>
          <p>We’re excited to share that the African American Youth Harvest Foundation will be featured in the City of Manor’s weekly digital series, Meet Manor Monday. In this upcoming episode, Mr. Lofton highlights AAYHF’s ongoing work to expand access to healthy food options in Manor and strengthen food security for families across our community.</p>
          <p>Viewers will hear more about how AAYHF’s food pantry, distribution efforts, and growing footprint are helping meet real needs while advancing a vision of equity, wellness, and community care.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.youtube.com/watch?list=PL_yT0yAZQ86-2nbx63yyIJiGFg8lxtY4L&amp;v=Lr-PWkYWR0Y" target="_blank" rel="noopener">Watch the Feature</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-flyer">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/74a1e5f7-630f-447f-ac90-3ddb0d250082.jpg?rdr=true" alt="She&#039;s Golden Awardee Elaine Lofton flyer" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 13">
          <h3>Celebrating Excellence: Mrs. Elaine Lofton Honored at the She’s Golden Brunch</h3>
          <p>We are proud to share that AAYHF’s Chief Program Officer, Mrs. Elaine Lofton, was selected as one of this year’s She’s Golden Award recipients. This honor recognizes women who exemplify excellence in every space they lead.</p>
          <p>Affectionately known throughout the AAYHF family as “Ms. Elaine,” she is the embodiment of servant leadership. Congratulations, Ms. Elaine! The community you so tirelessly serve celebrates you and this well-earned honor.</p>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid">
        <article class="aayhf-card aayhf-highlight">
          <h3>Mother’s Day Photoshoot Registration Is Now Open!</h3>
          <p>Registration is officially open for our 2026 Mother’s Day Photoshoot, and we can’t wait to celebrate the amazing mothers and mother figures who pour so much love into our community.</p>
          <div class="aayhf-meta">
            Saturday, May 2, 2026<br>
            11:00 AM – 2:00 PM<br>
            6633 Hwy 290 East, Austin, TX 78723<br>
            Deadline: April 25, 2026, at 12:00 PM or until all spots are filled
          </div>
          <h4>Why You’ll Love It</h4>
          <ul class="aayhf-list">
            <li>A joyful, family-friendly atmosphere</li>
            <li>High-quality professional photos</li>
            <li>A heartfelt way to honor mothers and create lasting keepsakes</li>
          </ul>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://form.jotform.com/260954823264159" target="_blank" rel="noopener">Register Here</a>
          </div>
        </article>

        <article class="aayhf-card">
          <h3>Urban University Summer Camp 2026 – Registration Update</h3>
          <p>We are incredibly grateful for the overwhelming response to our 2026 Urban University Summer Camp. Due to the high level of interest, registration is now officially closed.</p>
          <p>If your child was accepted into the program, you should have received an email confirming acceptance along with important next steps and camp details. Families who are still interested are encouraged to join the waiting list, as openings may become available.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn secondary" href="https://form.jotform.com/261007341691148" target="_blank" rel="noopener">Join the Waitlist</a>
          </div>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-card">
        <h3>Earn a Technology Certification This Summer with AAYHF</h3>
        <p>The African American Youth Harvest Foundation is excited to announce our Free 5-Week STEM Certification Program, designed to equip students with real-world technology skills and prepare them for future academic and career success.</p>
        <div class="aayhf-meta">
          June 1 – July 2, 2026<br>
          Austin Achieve Public Schools<br>
          7424 Hwy 290 East, Austin, TX 78723<br>
          Monday through Friday, 7:00 AM – 5:30 PM<br>
          Daily meals included: breakfast, lunch, and snacks provided
        </div>
        <p>This immersive summer program offers students the opportunity to earn a direct technology certification, including access to the Grow with Google Certification pathway. Participants will gain hands-on experience while building critical skills that extend beyond the classroom.</p>
        <div class="aayhf-button-row">
          <a class="aayhf-btn" href="https://form.jotform.com/260848577111158" target="_blank" rel="noopener">Enroll in STEM Certification</a>
        </div>
      </article>
    </section>

    <section class="aayhf-section">
      <h3>Program Highlights</h3>
      <div class="aayhf-program-grid">
        <article class="aayhf-card aayhf-flyer">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/dd2edb75-e5f7-4b0e-a7d8-06784c8e1315.jpg?rdr=true" alt="Boys 2 Men mentoring flyer" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 14">
          <h4>Boys 2 Men – Mentorship &amp; Leadership Development</h4>
          <p>Young men reflected on the importance of effort, intentionality, and making the most of every moment. This ongoing program meets every Tuesday from 5:00 to 7:30 PM, with open enrollment.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Boys 2 Men</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-flyer">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/72ca6ee0-4292-4d26-9505-01d180ffbd70.jpg?rdr=true" alt="Queens2Be Exposed flyer" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 15">
          <h4>Queens2Be Exposed: Confidence. Purpose. Growth.</h4>
          <p>Participants focused on the power of initiative, learning how to stop waiting for opportunities and start creating them. This program meets every Tuesday from 6:00 PM – 7:30 PM.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens 2BE Exposed</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-flyer">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/004fe9d8-b812-4c31-9d1b-e2ab09fd217f.jpg?rdr=true" alt="KREW 12 digital media and production flyer" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 16">
          <h4>KREW 12 – Digital Media &amp; Production</h4>
          <p>KREW12 brought high energy and teamwork as students sharpened their skills in scriptwriting, camera angles, collaboration, and original storytelling. This ongoing program meets every Thursday from 5:15 PM – 7:30 PM.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/242476049635160" target="_blank" rel="noopener">Register for KREW 12</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-flyer">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/68c7a8bb-55b9-44af-952c-f7e876d88924.jpg?rdr=true" alt="Group mentoring at Manor ISD flyer" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 17">
          <h4>Manor Mentoring – School Enrichment</h4>
          <p>Across Manor schools, students focused on core skills tied to citizenship, creativity, communication, and collaboration through engaging lessons and assessments.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/251794302270150" target="_blank" rel="noopener">Register for Manor Mentoring</a>
          </div>
        </article>

        <article class="aayhf-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/2ef07d79-d0a9-4be6-a61c-a7aec5852691.jpg?rdr=true" alt="Queens 2 Be Earth Day planting activity" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 18">
          <h4>Queens 2 Be – Mentorship &amp; Empowerment</h4>
          <p>Queens 2 Be celebrated growth and responsibility through a hands-on Earth Day themed experience focused on nature, planting, and care for the environment. This ongoing program meets every Tuesday from 5:00 PM – 7:30 PM.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens 2 Be</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-flyer">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/59cd0e21-d2e9-4a69-ac23-97730a78baf2.jpg?rdr=true" alt="AAYHF STEM programs flyer" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 19">
          <h4>STEM Technology Program</h4>
          <p>Students explored Earth Day through sustainability projects in Minecraft, designing pollinator-friendly bee habitats, polluted river cleanup models, and other creative solutions. This ongoing program meets every Thursday from 5:00 PM – 7:30 PM.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/242276735926163" target="_blank" rel="noopener">Register for STEM</a>
          </div>
        </article>

        <article class="aayhf-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/65e2d699-b367-4f3f-98da-c446a13aff2c.jpg?rdr=true" alt="AAYHF tutoring and academic support" title="Huston–Tillotson Students Lend Helping Hands and Share in AAYHF&#039;s Vision 20">
          <h4>Tutoring – Academic Support Initiative</h4>
          <p>The Academic Tutoring Initiative provides targeted academic support in a structured, supportive environment. Youth receive individualized and small-group assistance to strengthen foundational skills, improve classroom engagement, and build positive study habits.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://www.jotform.com/252015831067148" target="_blank" rel="noopener">Register for Tutoring</a>
          </div>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-card">
        <h3>Watch the Highlights</h3>
        <p>Take a look at the highlights that tell our story.</p>
        <ul class="aayhf-list">
          <li>AAYHF CEO Michael Lofton on Meet Manor Mondays: <a href="https://www.youtube.com/watch?list=PL_yT0yAZQ86-2nbx63yyIJiGFg8lxtY4L&amp;v=Lr-PWkYWR0Y" target="_blank" rel="noopener">Click Here</a></li>
          <li>AAYHF Empowers Youth and Families through Community-Based Programs: <a href="https://www.kars4kidsgrants.org" target="_blank" rel="noopener">Click Here</a></li>
          <li>CBS We Are Austin &#8211; Black History Segment featuring AAYHF: <a href="https://cbsaustin.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>KVUE News &#8211; Manor ISD and AAYHF Expand Partnership: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>KVUE News &#8211; MLK III Visits AAYHF: <a href="https://www.kvue.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>MLK III Endorsement of the Harvest Beloved Community Model: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>African American Youth Harvest Foundation Reflection 2025: <a href="https://youtu.be/QSNdtGr891w?feature=shared" target="_blank" rel="noopener">Watch on YouTube</a></li>
        </ul>
      </article>
    </section>

    <section class="aayhf-footer">
      <h3>Make Your Investment Today</h3>
      <p>Together, we can ensure that the Beloved Community is not only remembered but also made into a reality.</p>
      <div class="aayhf-button-row">
        <a class="aayhf-btn" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Donate Today</a>
        <a class="aayhf-btn secondary" href="https://www.aayhf.org" target="_blank" rel="noopener">Visit AAYHF.org</a>
      </div>

      <div class="aayhf-contact">
        <div>
          <h4>Call</h4>
          <p>512-428-4480</p>
        </div>
        <div>
          <h4>Email</h4>
          <p><a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a></p>
        </div>
        <div>
          <h4>Visit</h4>
          <p>6633 Hwy 290 East, Suite 307<br>Austin, TX 78723</p>
        </div>
      </div>
    </section>
  </main>
</div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch</title>
		<link>https://aayhf.org/newsletter/celebrating-excellence-mrs-elaine-lofton-honored-at-the-shes-golden-brunch/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[Newsletter]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=3049</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates Congratulations, Mrs. Elaine Lofton! Your Impact Shines! From programming to partnerships, here’s what’s new at the African American Youth Harvest Foundation. April 14, 2026. Celebrating Excellence: Mrs. Elaine Lofton Honored at the She’s Golden Brunch The She’s Golden Brunch, hosted by Female Executives of Texas and presented by Six Square, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --aayhf-brown: #4b160f;
    --aayhf-orange: #f47a20;
    --aayhf-gold: #f6c444;
    --aayhf-cream: #fff7ed;
    --aayhf-ink: #2c1b14;
    --aayhf-muted: #6f5b52;
    --aayhf-card: #ffffff;
    --aayhf-border: rgba(75, 22, 15, 0.12);
  }

  .aayhf-news-post {
    background: linear-gradient(180deg, #fff7ed 0%, #ffffff 45%, #fff7ed 100%);
    color: var(--aayhf-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
    margin: 0;
    padding: 0;
  }

  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
  }

  .aayhf-hero {
    background: radial-gradient(circle at top right, rgba(246, 196, 68, 0.35), transparent 30%),
      linear-gradient(135deg, var(--aayhf-brown), #741f14);
    color: #fff;
    padding: 36px 0 42px;
    border-radius: 0 0 32px 32px;
    overflow: hidden;
  }

  .aayhf-hero img {
    width: 100%;
    display: block;
    border-radius: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
    margin-bottom: 28px;
  }

  .aayhf-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(244, 122, 32, 0.18);
    border: 1px solid rgba(246, 196, 68, 0.45);
    color: #ffe7b3;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .aayhf-hero h2 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 16px 0 10px;
    color: #fff;
  }

  .aayhf-hero p {
    max-width: 780px;
    margin: 0;
    color: #ffe8d7;
    font-size: 1.05rem;
  }

  .aayhf-section {
    padding: 34px 0;
  }

  .aayhf-section h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--aayhf-brown);
    margin: 0 0 18px;
  }

  .aayhf-card,
  .aayhf-story {
    background: var(--aayhf-card);
    border: 1px solid var(--aayhf-border);
    border-radius: 24px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(75, 22, 15, 0.08);
  }

  .aayhf-story + .aayhf-story {
    margin-top: 24px;
  }

  .aayhf-card h4,
  .aayhf-story h4 {
    color: var(--aayhf-brown);
    font-size: 1.25rem;
    line-height: 1.35;
    margin: 0 0 12px;
  }

  .aayhf-story p,
  .aayhf-card p,
  .aayhf-card li {
    color: var(--aayhf-muted);
    margin-top: 0;
  }

  .aayhf-story strong,
  .aayhf-card strong {
    color: var(--aayhf-ink);
  }

  .aayhf-feature {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: start;
  }

  .aayhf-image {
    width: 100%;
    display: block;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(75, 22, 15, 0.12);
  }

  .aayhf-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 20px;
  }

  .aayhf-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 18px;
  }

  .aayhf-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .aayhf-program-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .aayhf-program-card {
    padding: 0;
    overflow: hidden;
  }

  .aayhf-program-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
  }

  .aayhf-program-card .aayhf-card-body {
    padding: 22px;
  }

  .aayhf-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
  }

  .aayhf-pill {
    display: inline-flex;
    align-items: center;
    background: #fff0df;
    border: 1px solid rgba(244, 122, 32, 0.25);
    color: var(--aayhf-brown);
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
  }

  .aayhf-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--aayhf-orange);
    color: #fff !important;
    text-decoration: none;
    font-weight: 800;
    padding: 12px 18px;
    border-radius: 999px;
    box-shadow: 0 8px 18px rgba(244, 122, 32, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .aayhf-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(244, 122, 32, 0.32);
  }

  .aayhf-btn.secondary {
    background: var(--aayhf-brown);
  }

  .aayhf-highlight {
    background: linear-gradient(135deg, #fff2d2, #fff);
    border-left: 6px solid var(--aayhf-gold);
  }

  .aayhf-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
  }

  .aayhf-links a {
    color: var(--aayhf-brown);
    font-weight: 800;
    text-decoration: none;
  }

  .aayhf-links a:hover {
    color: var(--aayhf-orange);
    text-decoration: underline;
  }

  .aayhf-footer {
    background: var(--aayhf-brown);
    color: #fff;
    padding: 34px 0;
    margin-top: 28px;
    border-radius: 32px 32px 0 0;
  }

  .aayhf-footer a {
    color: #ffd27a;
    font-weight: 800;
    text-decoration: none;
  }

  .aayhf-footer p {
    color: #ffe8d7;
    margin: 8px 0;
  }

  @media (max-width: 900px) {
    .aayhf-feature,
    .aayhf-grid,
    .aayhf-program-grid {
      grid-template-columns: 1fr;
    }

    .aayhf-gallery {
      grid-template-columns: repeat(2, 1fr);
    }

    .aayhf-program-card img {
      height: auto;
    }
  }

  @media (max-width: 640px) {
    .aayhf-wrap {
      width: min(100% - 22px, 1120px);
    }

    .aayhf-hero {
      padding: 24px 0 30px;
      border-radius: 0 0 24px 24px;
    }

    .aayhf-hero h2 {
      font-size: 2rem;
      line-height: 1.25;
    }

    .aayhf-section h3 {
      font-size: 1.6rem;
      line-height: 1.3;
    }

    .aayhf-card,
    .aayhf-story {
      padding: 20px;
      border-radius: 20px;
    }

    .aayhf-gallery {
      grid-template-columns: 1fr;
    }

    .aayhf-gallery img {
      height: auto;
    }
  }
</style>

<main class="aayhf-news-post">
  <section class="aayhf-hero">
    <div class="aayhf-wrap">
      <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/f8dd4182-97e3-44c6-951b-199edb643325.png?rdr=true" alt="African American Youth Harvest Foundation banner" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 39">
      <span class="aayhf-kicker">AAYHF Weekly News &amp; Updates</span>
      <h2>Congratulations, Mrs. Elaine Lofton! Your Impact Shines!</h2>
      <p>From programming to partnerships, here’s what’s new at the African American Youth Harvest Foundation. April 14, 2026.</p>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <article class="aayhf-story aayhf-highlight">
        <div class="aayhf-feature">
          <div>
            <img decoding="async" class="aayhf-image" src="https://files.constantcontact.com/6e2f97fa001/74a1e5f7-630f-447f-ac90-3ddb0d250082.jpg?rdr=true" alt="She&#039;s Golden Awardee Elaine Lofton flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 40">
          </div>
          <div>
            <h3>Celebrating Excellence: Mrs. Elaine Lofton Honored at the She’s Golden Brunch</h3>
            <p>The She’s Golden Brunch, hosted by Female Executives of Texas and presented by Six Square, is a powerful celebration of women making meaningful impact in business and community leadership across Austin.</p>
            <p>A signature highlight of the brunch is the She’s Golden Awards Presentation, which formally recognizes women whose influence and service are creating measurable impact in their communities.</p>
            <p>We are proud to share that AAYHF’s very own Chief Program Officer, <strong>Mrs. Elaine Lofton</strong>, was selected as one of this year’s She’s Golden Award recipients. This honor recognizes women who exemplify excellence in every space they lead, and for those of us who know her best, this recognition could not be more deserved.</p>
            <p>Affectionately known throughout the AAYHF family as “Ms. Elaine,” she is the embodiment of servant leadership. Her commitment to integrity, her unwavering care for the families we serve, and her tireless dedication to building programs that uplift and empower others are felt every single day.</p>
            <p><strong>Congratulations, Ms. Elaine!</strong> The community you so tirelessly serve celebrates you and this well-earned honor.</p>
          </div>
        </div>

        <div class="aayhf-gallery">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/599d3c74-774c-4ec7-9dbe-460a2200f03c.jpg?rdr=true" alt="Elaine Lofton at She&#039;s Golden Brunch" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 41">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/74a1e5f7-630f-447f-ac90-3ddb0d250082.jpg?rdr=true" alt="She&#039;s Golden Awardee Elaine Lofton" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 42">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/599d3c74-774c-4ec7-9dbe-460a2200f03c.jpg?rdr=true" alt="AAYHF leadership celebration" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 43">
        </div>
      </article>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <h3>Community Partnerships &amp; Outreach</h3>

      <article class="aayhf-story">
        <div class="aayhf-feature">
          <img decoding="async" class="aayhf-image" src="https://files.constantcontact.com/6e2f97fa001/38a01938-6f86-4a12-ae1b-54b008893724.jpg?rdr=true" alt="A+ Federal Credit Union volunteers at AAYHF" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 44">
          <div>
            <h4>Powered by Partnership: A+ Federal Credit Union Volunteers with AAYHF</h4>
            <p>This week, the African American Youth Harvest Foundation was proud to welcome a dedicated team of volunteers from A+ Federal Credit Union, and we could not be more grateful for their time, energy, and continued partnership.</p>
            <p>The A+ volunteers showed up ready to serve, bringing positive energy, teamwork, and a genuine commitment to supporting our mission. From assisting with hands-on projects to lending support wherever it was needed, their willingness to roll up their sleeves made a meaningful impact on our organization and the community we serve.</p>
            <p>We extend our heartfelt thanks to A+ Federal Credit Union for continuing to believe in our mission. We are deeply appreciative of this ongoing relationship and look forward to many more opportunities to collaborate, serve, and uplift our community together.</p>
          </div>
        </div>
      </article>

      <article class="aayhf-story">
        <div class="aayhf-feature">
          <div>
            <h4>AAYHF Connects with Community at Health, Wellness &amp; Job Fair</h4>
            <p>AAYHF was proud to participate in the Health, Wellness &amp; Job Fair held on Friday, April 3 at the Millennium Youth Entertainment Complex. The event brought together community partners, health organizations, and workforce development providers to support families and individuals across Austin.</p>
            <p>AAYHF connected directly with community members interested in workforce and career support, strengthening awareness of our programs and reinforcing the value of collaborative, multi-partner community events.</p>
          </div>
          <img decoding="async" class="aayhf-image" src="https://files.constantcontact.com/6e2f97fa001/4f8b58c5-ebe9-416d-8f84-4a51c3145e02.jpg?rdr=true" alt="Health Wellness and Job Fair" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 45">
        </div>
        <div class="aayhf-gallery">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/bce520f8-deec-419a-8067-9f1b2c968b26.jpg?rdr=true" alt="AAYHF information table" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 46">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/4f8b58c5-ebe9-416d-8f84-4a51c3145e02.jpg?rdr=true" alt="Community fair attendees" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 47">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/bce520f8-deec-419a-8067-9f1b2c968b26.jpg?rdr=true" alt="AAYHF outreach team" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 48">
        </div>
      </article>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <h3>Registration &amp; Summer Opportunities</h3>

      <div class="aayhf-grid">
        <article class="aayhf-card">
          <h4>Mother’s Day Photoshoot Registration Is Now Open!</h4>
          <p>Registration is officially open for our 2026 Mother’s Day Photoshoot, and we can’t wait to celebrate the amazing mothers and mother figures who pour so much love into our community.</p>
          <div class="aayhf-meta">
            <span class="aayhf-pill">Saturday, May 2, 2026</span>
            <span class="aayhf-pill">11:00 AM – 2:00 PM</span>
            <span class="aayhf-pill">6633 Hwy 290 East, Austin, TX 78723</span>
            <span class="aayhf-pill">Deadline: April 25 at 12:00 PM</span>
          </div>
          <p>This special experience offers families the chance to enjoy a professional photo session and walk away with timeless memories to treasure for years to come. Spots are limited and tend to fill quickly.</p>
          <ul>
            <li>A joyful, family-friendly atmosphere</li>
            <li>High-quality professional photos</li>
            <li>A heartfelt way to honor mothers and create lasting keepsakes</li>
          </ul>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://form.jotform.com/260954823264159" target="_blank" rel="noopener">Register for Photoshoot</a>
          </div>
        </article>

        <article class="aayhf-card">
          <h4>Urban University Summer Camp 2026 – Registration Update</h4>
          <p>We are incredibly grateful for the overwhelming response to our 2026 Urban University Summer Camp. Due to the high level of interest, registration is now officially closed.</p>
          <p>If your child or children were accepted into the program, you should have received an email confirming acceptance along with important next steps and camp details. Attendance at one parent orientation meeting is required to confirm placement.</p>
          <p>Families who are still interested are encouraged to join the waiting list, as openings may become available.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://form.jotform.com/261007341691148" target="_blank" rel="noopener">Join the Waitlist</a>
          </div>
        </article>
      </div>

      <article class="aayhf-story">
        <div class="aayhf-feature">
          <div>
            <h4>Earn a Technology Certification This Summer with AAYHF</h4>
            <p>The African American Youth Harvest Foundation is excited to announce our Free 5-Week STEM Certification Program, designed to equip students with real-world technology skills and prepare them for future academic and career success.</p>
            <div class="aayhf-meta">
              <span class="aayhf-pill">June 1 – July 2, 2026</span>
              <span class="aayhf-pill">Austin Achieve Public Schools</span>
              <span class="aayhf-pill">7424 Hwy 290 East, Austin, TX 78723</span>
              <span class="aayhf-pill">Monday–Friday, 7:00 AM – 5:30 PM</span>
            </div>
            <p>Daily meals are included, with breakfast, lunch, and snacks provided. Participants will gain hands-on experience while building critical skills, including access to the Grow with Google Certification pathway.</p>
            <p>For more information, visit <a href="https://www.aayhf.org" target="_blank" rel="noopener">www.aayhf.org</a>, email <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a>, or call <a href="tel:5124284480">512-428-4480</a>.</p>
            <div class="aayhf-button-row">
              <a class="aayhf-btn" href="https://form.jotform.com/260848577111158" target="_blank" rel="noopener">Enroll in STEM Certification</a>
            </div>
          </div>
          <img decoding="async" class="aayhf-image" src="https://files.constantcontact.com/6e2f97fa001/59cd0e21-d2e9-4a69-ac23-97730a78baf2.jpg?rdr=true" alt="AAYHF STEM program flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 49">
        </div>
      </article>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <h3>Program Highlights</h3>

      <div class="aayhf-program-grid">
        <article class="aayhf-card aayhf-program-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/dd2edb75-e5f7-4b0e-a7d8-06784c8e1315.jpg?rdr=true" alt="Boys 2 Men mentoring flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 50">
          <div class="aayhf-card-body">
            <h4>Boys 2 Men – Mentorship &amp; Leadership Development</h4>
            <p>During the last session, attendees engaged in meaningful discussions around adversity and life challenges, creating space for open reflection, resilience, and strength.</p>
            <p><strong>Meets every Tuesday from 5:00 PM to 7:30 PM. Open enrollment.</strong></p>
            <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Boys 2 Men</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-program-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/72ca6ee0-4292-4d26-9505-01d180ffbd70.jpg?rdr=true" alt="Queens2Be Exposed flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 51">
          <div class="aayhf-card-body">
            <h4>Queens2Be Exposed: Confidence. Purpose. Growth.</h4>
            <p>Queens continued their focus on vision-setting and personal growth by creating five-year plans, reflecting on who they are becoming, and exploring habits they want to strengthen or release.</p>
            <p><strong>Meets every Tuesday from 6:00 PM to 7:30 PM.</strong></p>
            <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens2Be Exposed</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-program-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/004fe9d8-b812-4c31-9d1b-e2ab09fd217f.jpg?rdr=true" alt="KREW 12 digital media flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 52">
          <div class="aayhf-card-body">
            <h4>KREW 12 – Digital Media &amp; Production</h4>
            <p>This week, creativity was flowing as KREW12 revisited first 60-second reels and explored filmmaking fundamentals, including pre-production and behind-the-scenes setup.</p>
            <p><strong>Meets Thursdays from 5:15 PM to 7:30 PM.</strong></p>
            <a class="aayhf-btn" href="https://www.jotform.com/242476049635160" target="_blank" rel="noopener">Register for KREW 12</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-program-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/68c7a8bb-55b9-44af-952c-f7e876d88924.jpg?rdr=true" alt="Manor mentoring flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 53">
          <div class="aayhf-card-body">
            <h4>Manor Mentoring – School Enrichment</h4>
            <p>This week’s Manor Mentoring session focused on Citizenship and Creativity. Participants reflected on responsibility, community impact, communication, collaboration, and the skills they are strengthening through mentoring.</p>
            <a class="aayhf-btn" href="https://www.jotform.com/251794302270150" target="_blank" rel="noopener">Register for Manor Mentoring</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-program-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/323411de-b552-4ab6-8ea8-d1efa7c69075.jpg?rdr=true" alt="Queens 2 Be mentoring session" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 54">
          <div class="aayhf-card-body">
            <h4>Queens 2 Be – Mentorship &amp; Empowerment</h4>
            <p>It’s always a joy to gather with our Queens. This week, the girls celebrated Earth Day through meaningful conversations, creative arts and crafts, and activities that honor and protect our planet.</p>
            <p><strong>Meets every Tuesday from 5:00 PM to 7:30 PM.</strong></p>
            <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens 2 Be</a>
          </div>
        </article>

        <article class="aayhf-card aayhf-program-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/59cd0e21-d2e9-4a69-ac23-97730a78baf2.jpg?rdr=true" alt="STEM Technology Program flyer" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 55">
          <div class="aayhf-card-body">
            <h4>STEM Technology Program</h4>
            <p>STEM students explored how astronauts safely return to Earth, learning about gravity, air resistance, and the extreme heat of re-entry. In robotics, students are preparing to program their 2WD smart robot cars.</p>
            <p><strong>Meets every Thursday from 5:00 PM to 7:30 PM.</strong></p>
            <a class="aayhf-btn" href="https://www.jotform.com/242276735926163" target="_blank" rel="noopener">Register for STEM</a>
          </div>
        </article>
      </div>

      <article class="aayhf-story">
        <div class="aayhf-feature">
          <img decoding="async" class="aayhf-image" src="https://files.constantcontact.com/6e2f97fa001/6b481052-8274-4078-b2b3-468659fef362.jpg?rdr=true" alt="Tutoring academic support program" title="Celebrating Excellence: Mrs. Elaine Lofton Honored At The She’s Golden Brunch 56">
          <div>
            <h4>Tutoring – Academic Support Initiative</h4>
            <p>The Academic Tutoring Initiative provides targeted academic support in a structured, supportive environment. Youth receive individualized and small-group assistance to strengthen foundational skills, improve classroom engagement, and build positive study habits.</p>
            <p>Tutoring complements AAYHF’s mentoring programs by reinforcing academic success as a key protective factor and supporting long-term educational outcomes.</p>
            <div class="aayhf-button-row">
              <a class="aayhf-btn" href="https://www.jotform.com/252015831067148" target="_blank" rel="noopener">Register for Tutoring</a>
              <a class="aayhf-btn secondary" href="https://youtu.be/QSNdtGr891w?feature=shared" target="_blank" rel="noopener">Watch Mentor Video</a>
            </div>
          </div>
        </div>
      </article>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <div class="aayhf-grid">
        <article class="aayhf-card">
          <h3>Become a Mentor</h3>
          <p>To learn more about our mentors and hear from them directly, watch the YouTube video and get involved today.</p>
          <div class="aayhf-button-row">
            <a class="aayhf-btn" href="https://youtu.be/QSNdtGr891w?feature=shared" target="_blank" rel="noopener">Watch the Video</a>
            <a class="aayhf-btn secondary" href="https://aayhf.org/become-a-mentor/" target="_blank" rel="noopener">Become a Mentor</a>
          </div>
        </article>

        <article class="aayhf-card">
          <h3>Contact AAYHF</h3>
          <p><strong>African American Youth Harvest Foundation</strong></p>
          <p>6633 Hwy 290 East, Suite 307<br>Austin, TX 78723</p>
          <p><a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a><br><a href="tel:5124284480">512-428-4480</a><br><a href="https://www.aayhf.org" target="_blank" rel="noopener">www.aayhf.org</a></p>
        </article>
      </div>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <article class="aayhf-card">
        <h3>Watch the Highlights</h3>
        <p>Take a look at the highlights that tell our story.</p>
        <ul class="aayhf-links">
          <li>AAYHF Empowers Youth and Families through Community-Based Programs: <a href="https://www.kars4kidsgrants.org" target="_blank" rel="noopener">Click Here</a></li>
          <li>CBS We Are Austin &#8211; Black History Segment featuring AAYHF: <a href="https://cbsaustin.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>Krew12 Visits KVUE News Station: <a href="https://www.youtube.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>KVUE News &#8211; Manor ISD and AAYHF Expand Partnership: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>KVUE News &#8211; MLK III Visits AAYHF: <a href="https://www.kvue.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>MLK III Endorsement of the Harvest Beloved Community Model: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>MLK III – Speech: <a href="https://www.youtube.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>Austin Free Press: <a href="https://austinfreepress.org" target="_blank" rel="noopener">Click Here</a></li>
          <li>African American Youth Harvest Foundation Reflection 2025 Part 1: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>African American Youth Harvest Foundation Reflection 2025 Part 2: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
        </ul>
      </article>
    </div>
  </section>

  <section class="aayhf-section">
    <div class="aayhf-wrap">
      <article class="aayhf-card aayhf-highlight">
        <h3>Make Your Investment Today</h3>
        <p>Together, we can ensure that the Beloved Community is not only remembered but also made into a reality.</p>
        <p>We invite you to stand with us and make your donation.</p>
        <div class="aayhf-button-row">
          <a class="aayhf-btn" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Donate Today</a>
        </div>
      </article>
    </div>
  </section>

  <footer class="aayhf-footer">
    <div class="aayhf-wrap">
      <h3>African American Youth Harvest Foundation, Inc.</h3>
      <p>6633 Hwy 290 East, Suite 307, Austin, TX 78723</p>
      <p><a href="tel:5124284480">512-428-4480</a> | <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a> | <a href="https://www.aayhf.org" target="_blank" rel="noopener">www.aayhf.org</a></p>
    </div>
  </footer>
</main>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Powered By Partnership: A+ Federal Credit Union Volunteers With AAYHF</title>
		<link>https://aayhf.org/newsletter/powered-by-partnership-a-federal-credit-union-volunteers-with-aayhf/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[Newsletter]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=3051</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates Don’t Miss Out: Urban University Summer Camp Registration Is Now Open! From programming to partnerships — here’s what’s new at the African American Youth Harvest Foundation. April 7, 2026 Youth Family Justice Powered by Partnership: A+ Federal Credit Union Volunteers with AAYHF This week, the African American Youth Harvest Foundation [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --aayhf-maroon: #5b1714;
    --aayhf-red: #8f1f1b;
    --aayhf-orange: #f47b20;
    --aayhf-gold: #f5b21b;
    --aayhf-cream: #fff8ef;
    --aayhf-ink: #241816;
    --aayhf-muted: #6d5f5b;
    --aayhf-white: #ffffff;
    --aayhf-shadow: 0 18px 45px rgba(91, 23, 20, 0.14);
  }

  .aayhf-news-post {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--aayhf-ink);
    background: linear-gradient(180deg, #fff8ef 0%, #ffffff 42%, #fff8ef 100%);
    line-height: 1.65;
  }

  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
  }

  .aayhf-hero {
    margin: 0 auto 34px;
    padding: 44px 0 28px;
    background:
      radial-gradient(circle at top right, rgba(244, 123, 32, 0.28), transparent 32%),
      linear-gradient(135deg, var(--aayhf-maroon), var(--aayhf-red));
    color: var(--aayhf-white);
    border-radius: 0 0 34px 34px;
    overflow: hidden;
  }

  .aayhf-hero-inner {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
  }

  .aayhf-kicker {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(245, 178, 27, 0.18);
    color: #ffe4a4;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 0.82rem;
  }

  .aayhf-news-post h2 {
    margin: 0 0 12px;
    font-size: 2rem;
    line-height: 1.22;
    letter-spacing: -0.02em;
  }

  .aayhf-news-post h3 {
    margin: 0 0 18px;
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--aayhf-maroon);
  }

  .aayhf-news-post h4 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    line-height: 1.32;
    color: var(--aayhf-maroon);
  }

  .aayhf-news-post p {
    margin: 0 0 16px;
  }

  .aayhf-news-post a {
    color: var(--aayhf-red);
    font-weight: 700;
    text-decoration: none;
  }

  .aayhf-news-post a:hover {
    text-decoration: underline;
  }

  .aayhf-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.05rem;
    max-width: 680px;
  }

  .aayhf-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
  }

  .aayhf-pill {
    display: inline-flex;
    align-items: center;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
  }

  .aayhf-hero img {
    width: 100%;
    border-radius: 24px;
    box-shadow: var(--aayhf-shadow);
    background: #fff;
  }

  .aayhf-section {
    margin: 30px 0;
    padding: 30px;
    background: var(--aayhf-white);
    border: 1px solid rgba(91, 23, 20, 0.09);
    border-radius: 26px;
    box-shadow: var(--aayhf-shadow);
  }

  .aayhf-section-highlight {
    background: linear-gradient(135deg, #fff 0%, #fff3df 100%);
    border-top: 7px solid var(--aayhf-orange);
  }

  .aayhf-card {
    padding: 24px;
    background: #fffaf3;
    border: 1px solid rgba(244, 123, 32, 0.2);
    border-radius: 22px;
  }

  .aayhf-story {
    padding: 24px 0;
    border-top: 1px solid rgba(91, 23, 20, 0.12);
  }

  .aayhf-story:first-of-type {
    padding-top: 0;
    border-top: 0;
  }

  .aayhf-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .aayhf-program-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .aayhf-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-gallery-placeholder {
    min-height: 110px;
    border-radius: 16px;
    background:
      linear-gradient(135deg, rgba(91, 23, 20, 0.88), rgba(244, 123, 32, 0.82)),
      radial-gradient(circle at top right, rgba(245, 178, 27, 0.5), transparent 35%);
  }

  .aayhf-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 999px;
    background: var(--aayhf-orange);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(244, 123, 32, 0.28);
  }

  .aayhf-btn.secondary {
    background: var(--aayhf-maroon);
  }

  .aayhf-btn.gold {
    background: var(--aayhf-gold);
    color: var(--aayhf-maroon) !important;
  }

  .aayhf-list {
    margin: 12px 0 0;
    padding-left: 20px;
  }

  .aayhf-list li {
    margin-bottom: 9px;
  }

  .aayhf-contact-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 20px;
  }

  .aayhf-contact-item {
    padding: 16px;
    border-radius: 18px;
    background: rgba(91, 23, 20, 0.06);
    font-weight: 700;
  }

  .aayhf-footer {
    margin-top: 34px;
    padding: 34px 0;
    background: var(--aayhf-maroon);
    color: #fff;
    border-radius: 34px 34px 0 0;
  }

  .aayhf-footer h3,
  .aayhf-footer h4 {
    color: #fff;
  }

  .aayhf-footer a {
    color: #ffd27a;
  }

  @media (max-width: 850px) {
    .aayhf-hero-inner,
    .aayhf-grid,
    .aayhf-program-grid,
    .aayhf-contact-strip {
      grid-template-columns: 1fr;
    }

    .aayhf-gallery {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aayhf-section {
      padding: 22px;
    }

    .aayhf-news-post h2 {
      font-size: 1.72rem;
    }

    .aayhf-news-post h3 {
      font-size: 1.38rem;
    }
  }
</style>

<main class="aayhf-news-post">
  <section class="aayhf-hero">
    <div class="aayhf-wrap aayhf-hero-inner">
      <div>
        <span class="aayhf-kicker">AAYHF Weekly News &amp; Updates</span>
        <h2>Don’t Miss Out: Urban University Summer Camp Registration Is Now Open!</h2>
        <p>From programming to partnerships — here’s what’s new at the African American Youth Harvest Foundation.</p>
        <div class="aayhf-hero-meta">
          <span class="aayhf-pill">April 7, 2026</span>
          <span class="aayhf-pill">Youth</span>
          <span class="aayhf-pill">Family</span>
          <span class="aayhf-pill">Justice</span>
        </div>
      </div>
      <div>
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/f8dd4182-97e3-44c6-951b-199edb643325.png?rdr=true" alt="African American Youth Harvest Foundation banner" title="Powered By Partnership: A+ Federal Credit Union Volunteers With AAYHF 58">
      </div>
    </div>
  </section>

  <div class="aayhf-wrap">
    <section class="aayhf-section aayhf-section-highlight">
      <h3>Powered by Partnership: A+ Federal Credit Union Volunteers with AAYHF</h3>
      <p>This week, the African American Youth Harvest Foundation was proud to welcome a dedicated team of volunteers from A+ Federal Credit Union, and we could not be more grateful for their time, energy, and continued partnership.</p>
      <p>The A+ volunteers showed up ready to serve, bringing positive energy, teamwork, and a genuine commitment to supporting our mission. From assisting with hands-on projects to lending support wherever it was needed, their willingness to roll up their sleeves made a meaningful impact on our organization and the community we serve.</p>
      <p>This volunteer visit was especially powerful because it reflects what true community partnership looks like. Their team’s enthusiasm and spirit helped move our work forward in tangible ways and reminded our staff just how impactful corporate volunteerism can be.</p>
      <p>We extend our heartfelt thanks to A+ Federal Credit Union for continuing to believe in our mission. We are deeply appreciative of this ongoing relationship and look forward to many more opportunities to collaborate, serve, and uplift our community together.</p>
      <div class="aayhf-gallery" aria-label="A+ Federal Credit Union volunteer photo gallery">
        <div class="aayhf-gallery-placeholder"></div>
        <div class="aayhf-gallery-placeholder"></div>
        <div class="aayhf-gallery-placeholder"></div>
        <div class="aayhf-gallery-placeholder"></div>
      </div>
    </section>

    <section class="aayhf-section">
      <h3>Community Impact</h3>

      <article class="aayhf-story">
        <h4>AAYHF Connects with Community at Health, Wellness &amp; Job Fair</h4>
        <p>AAYHF was proud to participate in the Health, Wellness &amp; Job Fair held on Friday, April 3 at the Millennium Youth Entertainment Complex. The event brought together a wide range of community partners, health organizations, and workforce development providers to support families and individuals across Austin.</p>
        <p>AAYHF connected directly with community members interested in workforce and career support, strengthening awareness of our programs and reinforcing the value of collaborative, multi-partner community events.</p>
      </article>

      <article class="aayhf-story">
        <h4>AAYHF Launches Satellite Resource Center in Eastern Travis County / Manor, Texas</h4>
        <p>Greetings from Michael Lofton, President / C.E.O. / Founder.</p>
        <p>It gives me great pleasure to share that AAYHF has begun launching a series of programs and services in Manor, Texas, at the request of the community, Manor ISD, and the City Manager’s Office.</p>
        <p>Currently, AAYHF has staff serving on approximately 10 Manor ISD campuses, working closely with youth and their families by providing impactful programs and a range of supportive services. In the coming weeks, AAYHF will officially open a food bank in Manor to further support local families.</p>
        <p>The expansion of AAYHF services into the Manor community has been warmly welcomed. Many parents have expressed appreciation, noting that they no longer have to travel to Austin to access essential social services and group mentoring programs.</p>
        <p>We look forward to continuing to serve and uplift the Manor community.</p>
      </article>

      <article class="aayhf-story">
        <h4>A Powerful Launch in Manor: Community Engagement Resource Fair Brings Families, Partners, and Hope Together</h4>
        <p>The African American Youth Harvest Foundation extends a heartfelt thank you to our community for showing up and coming out to support our Community Engagement Resource Fair at the Harvest Manor Satellite Facility.</p>
        <p>The Resource Fair welcomed over 100 families and was supported by more than 20 service providers, offering access to food, household items, hygiene products, clothing, shoes, healthcare services, counseling, employment resources, and other vital community supports, all in one place.</p>
        <p>We were honored to welcome distinguished attendees whose presence underscored the importance of this initiative, including Mayor Harvey, City Manager Scott Moore, representatives from Senator Eckhardt’s Office, District Attorney José Garza, Central Health, HTRC, Austin Public Health, Travis County Health and Human Services, and numerous nonprofit partners.</p>
        <p>In response to this momentum, AAYHF is preparing to launch a community food pantry in the coming weeks, with dedicated service hours for families in Manor. Plans are also underway to host another community wellness event in the coming weeks.</p>
      </article>

      <article class="aayhf-story">
        <h4>Sharing the Joy of Easter: 2nd Annual Easter Meal Basket Giveaway</h4>
        <p>The African American Youth Harvest Foundation was honored to support families across our community during our 2nd Annual Easter Meal Basket Giveaway, a moment rooted in love, care, and togetherness.</p>
        <p>This year’s giveaway was made possible through the continued generosity and partnership of The Links Incorporated, Townlake (TX) Chapter. Because of their support, even more families felt supported and prepared to celebrate the Easter season.</p>
        <p>Each family received a thoughtfully prepared Easter meal basket designed to bring comfort, nourishment, and joy to their homes. More than just meals, these baskets represented the reminder that our families are seen, valued, and supported.</p>
      </article>

      <article class="aayhf-story">
        <h4>Supporting Student Wellness: AAYHF Visits Manor New Tech High School’s Mental Health Fair</h4>
        <p>AAYHF was proud to serve as a community resource at the Manor New Tech High School Mental Health Fair, an event dedicated to supporting student wellness, connection, and access to vital mental health resources.</p>
        <p>Held on campus in the outdoor courtyard, the fair welcomed students in grades 9–12, along with school staff, for a day focused on education, engagement, and support.</p>
        <p>AAYHF joined other community partners in sharing information, materials, and interactive engagement designed to meet students where they are. We applaud Manor New Tech High School for creating a welcoming environment that encouraged participation and dialogue.</p>
      </article>
    </section>

    <section class="aayhf-section aayhf-section-highlight">
      <h3>Upcoming Registration Opportunities</h3>
      <div class="aayhf-grid">
        <article class="aayhf-card">
          <h4>Mother’s Day Photoshoot Registration Is Now Open!</h4>
          <p>Registration is officially open for our 2026 Mother’s Day Photoshoot. This special experience offers families the chance to enjoy a professional photo session and walk away with timeless memories.</p>
          <p><strong>Saturday, May 2, 2026</strong><br>11:00 AM – 2:00 PM<br>6633 Hwy 290 East, Austin, TX 78723</p>
          <p><strong>Deadline:</strong> April 25, 2026, at 12:00 PM, or until all spots are filled.</p>
          <ul class="aayhf-list">
            <li>A joyful, family-friendly atmosphere</li>
            <li>High-quality professional photos</li>
            <li>A heartfelt way to honor mothers and create lasting keepsakes</li>
          </ul>
          <div class="aayhf-cta-row">
            <a class="aayhf-btn" href="https://form.jotform.com/260954823264159" target="_blank" rel="noopener">Register for Photoshoot</a>
          </div>
        </article>

        <article class="aayhf-card">
          <h4>Urban University Summer Camp 2026: Registration Now Open!</h4>
          <p>Get ready for a summer full of learning, leadership, and fun! From June 1 – July 3, 2026, youth ages 5–18 can participate in a full-day summer camp experience that includes academic enrichment, STEM &amp; technology, creative arts, leadership development, and educational field trips.</p>
          <p><strong>Location:</strong> Austin Achieve Public Schools<br><strong>Time:</strong> 7:00 AM – 5:30 PM<br><strong>Cost:</strong> $50 per child, includes breakfast, lunch and snacks.</p>
          <p>Select middle and high school students can participate in a STEM Certification Track. Space is limited and registration closes April 27, 2026, or once capacity is reached.</p>
          <div class="aayhf-cta-row">
            <a class="aayhf-btn" href="https://form.jotform.com/260207236263147" target="_blank" rel="noopener">Register for Summer Camp</a>
          </div>
        </article>

        <article class="aayhf-card">
          <h4>Earn a Technology Certification This Summer with AAYHF</h4>
          <p>AAYHF is excited to announce our Free 5-Week STEM Certification Program, designed to equip students with real-world technology skills and prepare them for future academic and career success.</p>
          <p><strong>Dates:</strong> June 1 – July 2, 2026<br><strong>Location:</strong> Austin Achieve Public Schools, 7424 Hwy 290 East, Austin, TX 78723<br><strong>Full-Day Programming:</strong> Monday through Friday, 7:00 AM – 5:30 PM</p>
          <p>Daily meals are included. Participants will gain hands-on experience while building critical skills, including access to the Grow with Google Certification pathway.</p>
          <div class="aayhf-cta-row">
            <a class="aayhf-btn" href="https://form.jotform.com/260848577111158" target="_blank" rel="noopener">Register for STEM Certification</a>
          </div>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <h3>Program Highlights</h3>
      <div class="aayhf-program-grid">
        <article class="aayhf-card">
          <h4>Boys 2 Men – Mentorship &amp; Leadership Development</h4>
          <p>This week, participants gathered for an impactful evening focused on perspective and time management. Through guided discussion and hands-on activities, students reflected on how their experiences shape the way they view challenges and how today’s choices influence their future.</p>
          <p><strong>Meets:</strong> Tuesdays from 5:00 PM to 7:30 PM, with open enrollment.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Boys 2 Men</a>
        </article>

        <article class="aayhf-card">
          <h4>Queens2Be Exposed: Confidence. Purpose. Growth.</h4>
          <p>Last week’s mentoring session created a meaningful space for reflection, vision-setting, and personal growth as participants looked ahead to who they are becoming. The girls worked through a five-year plan and explored traits their future selves should possess.</p>
          <p><strong>Meets:</strong> Thursdays from 6:00 PM – 7:30 PM.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens 2BE Exposed</a>
        </article>

        <article class="aayhf-card">
          <h4>KREW 12 – Digital Media &amp; Production</h4>
          <p>KREW12 students brought creativity and competition together as they premiered 60-second recap videos from the Spurs field trip. Students showed impressive growth in editing, storytelling, and confidence.</p>
          <p><strong>Meets:</strong> Thursdays from 5:15 PM – 7:30 PM.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/242476049635160" target="_blank" rel="noopener">Register for KREW 12</a>
        </article>

        <article class="aayhf-card">
          <h4>Manor Mentoring – School Enrichment</h4>
          <p>During this week’s Manor Mentoring group sessions, students were introduced to AAYHF’s Creativity and Citizenship series, helping young people understand their role in shaping their communities and expressing themselves in positive ways.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/251794302270150" target="_blank" rel="noopener">Register for Manor Mentoring</a>
        </article>

        <article class="aayhf-card">
          <h4>Queens 2 Be – Mentorship &amp; Empowerment</h4>
          <p>This week, Queens 2 Be provided a much-needed moment of rest and renewal through a relaxing mental wellness session with dinner, games, music, arts and crafts, and time to recharge in a safe and affirming space.</p>
          <p><strong>Meets:</strong> Tuesdays from 5:00 PM – 7:30 PM.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens 2 Be</a>
        </article>

        <article class="aayhf-card">
          <h4>STEM Technology Program</h4>
          <p>Students continued making strong progress on their robotics cars, applying critical thinking, collaboration, and problem-solving skills. AAYHF also hosted a soft launch of its upcoming esports program.</p>
          <p><strong>Meets:</strong> Thursdays from 5:00 PM – 7:30 PM.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/242276735926163" target="_blank" rel="noopener">Register for STEM</a>
        </article>

        <article class="aayhf-card">
          <h4>Tutoring – Academic Support Initiative</h4>
          <p>The Academic Tutoring Initiative provides targeted academic support in a structured, supportive environment. Youth receive individualized and small-group assistance to strengthen foundational skills and build positive study habits.</p>
          <a class="aayhf-btn secondary" href="https://www.jotform.com/252015831067148" target="_blank" rel="noopener">Register for Tutoring</a>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <h3>Watch the Highlights</h3>
      <p>Take a look at the highlights that tell our story.</p>
      <ul class="aayhf-list">
        <li>AAYHF Empowers Youth and Families through Community-Based Programs: <a href="https://www.kars4kidsgrants.org" target="_blank" rel="noopener">Click Here</a></li>
        <li>CBS We Are Austin &#8211; Black History Segment featuring AAYHF: <a href="https://cbsaustin.com" target="_blank" rel="noopener">Click Here</a></li>
        <li>KREW12 Visits KVUE News Station: <a href="https://www.youtube.com" target="_blank" rel="noopener">Click Here</a></li>
        <li>KVUE News &#8211; Manor ISD and AAYHF Expand Partnership: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
        <li>KVUE News &#8211; MLK III Visits AAYHF: <a href="https://www.kvue.com" target="_blank" rel="noopener">Click Here</a></li>
        <li>MLK III Endorsement of the Harvest Beloved Community Model: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
        <li>MLK III – Speech: <a href="https://www.youtube.com" target="_blank" rel="noopener">Click Here</a></li>
        <li>Austin Free Press: <a href="https://austinfreepress.org" target="_blank" rel="noopener">Click Here</a></li>
        <li>African American Youth Harvest Foundation Reflection 2025, Part 1: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
        <li>African American Youth Harvest Foundation Reflection 2025, Part 2: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
      </ul>
    </section>

    <section class="aayhf-section aayhf-section-highlight">
      <h3>Make Your Investment Today</h3>
      <p>Together, we can ensure that the Beloved Community is not only remembered but also made into a reality.</p>
      <p>We invite you to stand with us and make your donation today.</p>
      <div class="aayhf-cta-row">
        <a class="aayhf-btn gold" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Donate Today</a>
        <a class="aayhf-btn secondary" href="https://aayhf.org" target="_blank" rel="noopener">Learn More About AAYHF</a>
      </div>
    </section>

    <section class="aayhf-section">
      <h3>Connect with AAYHF</h3>
      <p>To learn more about our mentors and hear from them directly, watch the video below or visit us online.</p>
      <div class="aayhf-cta-row">
        <a class="aayhf-btn" href="https://youtu.be/QSNdtGr891w?feature=shared" target="_blank" rel="noopener">Watch on YouTube</a>
        <a class="aayhf-btn secondary" href="https://aayhf.org" target="_blank" rel="noopener">Become a Mentor</a>
      </div>
      <div class="aayhf-contact-strip">
        <div class="aayhf-contact-item">512-428-4480</div>
        <div class="aayhf-contact-item"><a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a></div>
        <div class="aayhf-contact-item">6633 Hwy 290 East, Suite 307, Austin, TX 78723</div>
      </div>
    </section>
  </div>

  <footer class="aayhf-footer">
    <div class="aayhf-wrap">
      <h3>African American Youth Harvest Foundation</h3>
      <p>Serving youth, families, and the community through programs rooted in opportunity, wellness, education, and collective impact.</p>
      <p><strong>Address:</strong> 6633 Hwy 290 East, Suite 307, Austin, TX 78723<br>
      <strong>Phone:</strong> 512-428-4480<br>
      <strong>Email:</strong> <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a><br>
      <strong>Website:</strong> <a href="https://www.aayhf.org" target="_blank" rel="noopener">www.aayhf.org</a></p>
    </div>
  </footer>
</main>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Community Wellness Event Report Harvest Manor Facility – Manor, Texas   </title>
		<link>https://aayhf.org/news/community-wellness-event-reportharvest-manor-facility-manor-texas/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 04 Apr 2026 18:24:28 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=2986</guid>

					<description><![CDATA[The Community Wellness Event held at the Harvest Manor Facility marked a powerful and impactful launch of AAYHF services in Manor, Texas. The event welcomed over 100 families, providing access to food, essential resources, and direct support through the collaboration of more than 20 vendors and service providers. Distinguished attendees included Mayor Harvey, City Manager [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>The Community Wellness Event held at the Harvest Manor Facility marked a powerful and impactful launch of AAYHF services in Manor, Texas. The event welcomed over 100 families, providing access to food, essential resources, and direct support through the collaboration of more than 20 vendors and service providers.</p>



<p>Distinguished attendees included Mayor Harvey, City Manager Scott Moore, representatives from Senator Eckhardt’s Office, District Attorney José Garza, Central Health, HTRC, Austin Public Health, Travis County Health and Human Services, and numerous nonprofit partners. Their presence underscored the importance of this initiative and the strong commitment to community wellness.</p>



<p>Feedback from city leadership and community members was overwhelmingly positive. Attendees shared that this level of access and connection to resources “is exactly what was needed,” and many described witnessing so many families being served at once as “truly a blessing.”</p>



<p>The event also inspired strong community engagement, with many residents signing up to volunteer and support future efforts. In response to this momentum, AAYHF is preparing to launch a community food pantry in the coming weeks, with dedicated service hours for families in Manor.</p>



<p>The AAYHF Board extends sincere appreciation to Manor ISD, the Manor City Council, and the City Manager for their support in making this event possible and for their continued partnership in delivering vital programs and services to the community, youth, and families.</p>



<p>Families expressed deep gratitude for the opportunity to access clothing, shoes, food, healthcare services, counseling, and employment resources—all in one location. Due to the overwhelming success of the event, plans are already underway to host another community wellness event within the next two weeks.</p>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img decoding="async" data-id="3039" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-048.webp" alt="Manor Site Opening 048" class="wp-image-3039" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    59"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3038" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-050.webp" alt="Manor Site Opening 050" class="wp-image-3038" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    60"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3037" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-053.webp" alt="Manor Site Opening 053" class="wp-image-3037" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    61"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3036" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-049.webp" alt="Manor Site Opening 049" class="wp-image-3036" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    62"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3035" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-045.webp" alt="Manor Site Opening 045" class="wp-image-3035" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    63"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3034" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-052.webp" alt="Manor Site Opening 052" class="wp-image-3034" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    64"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3033" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-054.webp" alt="Manor Site Opening 054" class="wp-image-3033" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    65"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3032" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-051.webp" alt="Manor Site Opening 051" class="wp-image-3032" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    66"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3031" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-046.webp" alt="Manor Site Opening 046" class="wp-image-3031" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    67"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3030" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-043.webp" alt="Manor Site Opening 043" class="wp-image-3030" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    68"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3029" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-042.webp" alt="Manor Site Opening 042" class="wp-image-3029" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    69"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3028" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-055.webp" alt="Manor Site Opening 055" class="wp-image-3028" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    70"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3027" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-041.webp" alt="Manor Site Opening 041" class="wp-image-3027" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    71"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3026" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-039.webp" alt="Manor Site Opening 039" class="wp-image-3026" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    72"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3025" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-037.webp" alt="Manor Site Opening 037" class="wp-image-3025" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    73"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3024" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-040.webp" alt="Manor Site Opening 040" class="wp-image-3024" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    74"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3023" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-038.webp" alt="Manor Site Opening 038" class="wp-image-3023" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    75"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3022" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-036.webp" alt="Manor Site Opening 036" class="wp-image-3022" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    76"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3021" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-035.webp" alt="Manor Site Opening 035" class="wp-image-3021" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    77"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3020" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-033.webp" alt="Manor Site Opening 033" class="wp-image-3020" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    78"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3019" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-034.webp" alt="Manor Site Opening 034" class="wp-image-3019" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    79"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3018" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-032.webp" alt="Manor Site Opening 032" class="wp-image-3018" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    80"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3017" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-029.webp" alt="Manor Site Opening 029" class="wp-image-3017" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    81"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3014" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-026.webp" alt="Manor Site Opening 026" class="wp-image-3014" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    82"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3013" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-030.webp" alt="Manor Site Opening 030" class="wp-image-3013" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    83"></figure>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="2048" height="1536" data-id="3012" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-027.webp" alt="Manor Site Opening 027" class="wp-image-3012" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    84"></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3016" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-031.webp" alt="Manor Site Opening 031" class="wp-image-3016" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    85"></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="1536" height="2048" data-id="3015" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-022.webp" alt="Manor Site Opening 022" class="wp-image-3015" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    86" srcset="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-022.webp 1536w, https://aayhf.org/wp-content/uploads/Manor_Site_Opening-022-768x1024.webp 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" width="2048" height="1536" data-id="3011" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-025.webp" alt="Manor Site Opening 025" class="wp-image-3011" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    87"></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1536" height="2048" data-id="3010" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-024.webp" alt="Manor Site Opening 024" class="wp-image-3010" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    88" srcset="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-024.webp 1536w, https://aayhf.org/wp-content/uploads/Manor_Site_Opening-024-768x1024.webp 768w" sizes="(max-width: 1536px) 100vw, 1536px" /></figure>



<figure class="wp-block-image size-large"><img decoding="async" data-id="3009" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-028.webp" alt="Manor Site Opening 028" class="wp-image-3009" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    89"></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1536" height="2048" data-id="3008" src="https://aayhf.org/wp-content/uploads/Manor_Site_Opening-023.webp" alt="Manor Site Opening 023" class="wp-image-3008" title="Community Wellness Event Report Harvest Manor Facility – Manor, Texas    90"></figure>
</figure>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AYHF Launches Satellite Resource Center in Eastern Travis County</title>
		<link>https://aayhf.org/news/ayhf-launches-satellite-resource-center-in/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 14:00:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=2971</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates AAYHF Launches Satellite Resource Center in Eastern Travis County / Manor, Texas The African American Youth Harvest Foundation is expanding its impact in Manor, Texas, while also opening summer opportunities, strengthening family support, and continuing community-based youth programming across the Greater Austin area. March 31, 2026 A Message from Michael [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p></p>



<style>
  .aayhf-news-post,
  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-news-post {
    --aayhf-blue: #253f77;
    --aayhf-red: #c1272d;
    --aayhf-orange: #e06a1e;
    --aayhf-gold: #ffd833;
    --aayhf-green: #1a6319;
    --aayhf-purple: #552697;
    --aayhf-teal: #1e6878;
    --aayhf-gray: #f5f5f0;
    --aayhf-text: #1f1f1f;
    --aayhf-muted: #555;
    --aayhf-white: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--aayhf-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
  }

  .aayhf-news-post img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  .aayhf-news-post a {
    color: var(--aayhf-red);
    text-decoration: none;
    font-weight: 700;
  }

  .aayhf-news-post a:hover {
    text-decoration: underline;
  }

  .aayhf-wrap {
    background: var(--aayhf-gray);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
  }

  .aayhf-hero {
    background:
    linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.92)),
    url('https://files.constantcontact.com/6e2f97fa001/e8b09dc2-2532-4e61-88a2-9e7b8ae03b97.jpg?rdr=true') center/cover no-repeat;
   color: #1f1f1f;
   padding: 48px 28px;
}

  .aayhf-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .aayhf-brand img {
    width: 180px;
    border-radius: 0;
  }

  .aayhf-kicker {
    display: inline-block;
    background: rgba(255,255,255,.65);
    border: 1px solid rgba(0,0,0,.08);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #253f77;
  }

  .aayhf-hero h1 {
    margin: 14px 0 12px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.12;
  }

  .aayhf-hero p {
    max-width: 900px;
    margin: 0;
    font-size: 1.05rem;
  }

  .aayhf-meta {
    margin-top: 18px;
    font-weight: 700;
    color: #253f77;
  }

  .aayhf-section {
    padding: 34px 28px;
    background: var(--aayhf-gray);
  }

  .aayhf-section + .aayhf-section {
    border-top: 1px solid rgba(0,0,0,.06);
  }

  .aayhf-section-title {
    margin: 0 0 18px;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.2;
    color: var(--aayhf-blue);
  }

  .aayhf-subtitle {
    margin: -6px 0 24px;
    color: var(--aayhf-white);
  }

  .aayhf-letter {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 28px;
    align-items: start;
  }

  .aayhf-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,.06);
  }

  .aayhf-card h3 {
    margin: 0 0 12px;
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .aayhf-card p:last-child {
    margin-bottom: 0;
  }

  .aayhf-signoff {
    margin-top: 20px;
    font-weight: 700;
  }

  .aayhf-grid-2,
  .aayhf-grid-3 {
    display: grid;
    gap: 24px;
  }

  .aayhf-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aayhf-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aayhf-story {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(0,0,0,.06);
  }

  .aayhf-story-body {
    padding: 22px;
  }

  .aayhf-story h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .aayhf-story p:last-child {
    margin-bottom: 0;
  }

  .aayhf-accent-red { border-top: 8px solid var(--aayhf-red); }
  .aayhf-accent-green { border-top: 8px solid var(--aayhf-green); }
  .aayhf-accent-purple { border-top: 8px solid var(--aayhf-purple); }
  .aayhf-accent-orange { border-top: 8px solid var(--aayhf-orange); }
  .aayhf-accent-blue { border-top: 8px solid #284fa1; }
  .aayhf-accent-teal { border-top: 8px solid var(--aayhf-teal); }
  .aayhf-accent-gold { border-top: 8px solid #cc9933; }

  .aayhf-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .aayhf-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .aayhf-btn-primary {
    background: var(--aayhf-red);
    color: #fff !important;
  }

  .aayhf-btn-secondary {
    background: var(--aayhf-gold);
    color: #111 !important;
  }

  .aayhf-highlight-list,
  .aayhf-simple-list {
    margin: 0;
    padding-left: 20px;
  }

  .aayhf-highlight-list li,
  .aayhf-simple-list li {
    margin-bottom: 10px;
  }

  .aayhf-banner {
    background: linear-gradient(135deg, #fff2c2, #ffe08a);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
  }

  .aayhf-banner h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .aayhf-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 18px;
  }

  .aayhf-footer {
    background: #182b53;
    color: #fff;
    padding: 28px;
  }

  .aayhf-footer h3 {
    margin-top: 0;
    color: #fff;
  }

  .aayhf-footer a {
    color: #ffd833;
  }

  .aayhf-socials {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .aayhf-socials a {
    display: inline-block;
    background: rgba(255,255,255,.08);
    padding: 10px 14px;
    border-radius: 999px;
  }

  @media (max-width: 900px) {
    .aayhf-letter,
    .aayhf-grid-2,
    .aayhf-grid-3,
    .aayhf-contact,
    .aayhf-gallery {
      grid-template-columns: 1fr;
    }
  }
</style>

<div class="aayhf-news-post">
  <div class="aayhf-wrap">

    <section class="aayhf-hero">
      <div class="aayhf-brand">
      <span class="aayhf-kicker">AAYHF Weekly News &amp; Updates</span>
      </div>
      <h1>AAYHF Launches Satellite Resource Center in Eastern Travis County / Manor, Texas</h1>
      <p>
        The African American Youth Harvest Foundation is expanding its impact in Manor, Texas,
        while also opening summer opportunities, strengthening family support, and continuing
        community-based youth programming across the Greater Austin area.
      </p>
      <div class="aayhf-meta">March 31, 2026</div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">A Message from Michael Lofton</h2>
      <div class="aayhf-letter">
        <div class="aayhf-card">
          <p>Greetings from Michael Lofton,</p>
          <p>
            It gives me great pleasure to share that the African American Youth Harvest Foundation
            has begun launching a series of programs and services in Manor, Texas, at the request of
            the community, Manor ISD, and the City Manager’s Office.
          </p>
          <p>
            AAYHF currently has staff serving on approximately 10 Manor ISD campuses, working closely
            with youth and their families by providing impactful programs and supportive services.
            In the coming weeks, AAYHF will officially open a food bank in Manor to further support local families.
          </p>
          <p>
            The expansion of AAYHF services into the Manor community has been warmly welcomed.
            Parents have shared their appreciation that they no longer have to travel to Austin
            to access essential social services and mentoring programs.
          </p>
          <p>
            In the weeks ahead, AAYHF will continue to roll out additional services and announce
            food bank office hours and related initiatives as part of a broader vision to replicate
            our successful service model currently operating in Austin.
          </p>
          <p>We look forward to continuing to serve and uplift the Manor community.</p>
          <p class="aayhf-signoff">
            Michael Lofton<br>
            <span style="font-weight:400;font-style:italic;">President / C.E.O. / Founder</span>
          </p>
        </div>
        <div class="aayhf-card">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/e8b09dc2-2532-4e61-88a2-9e7b8ae03b97.jpg?rdr=true" alt="AAYHF community image" title="AYHF Launches Satellite Resource Center in Eastern Travis County 104">
        </div>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Featured Community Stories</h2>
      <div class="aayhf-grid-2">

        <article class="aayhf-story aayhf-accent-red">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/d31d868b-a3a6-4950-9848-91d2153d476c.jpg?rdr=true" alt="Community Engagement Resource Fair" title="AYHF Launches Satellite Resource Center in Eastern Travis County 105">
          <div class="aayhf-story-body">
            <h3>A Powerful Launch in Manor</h3>
            <p>
              AAYHF’s Community Engagement Resource Fair at the Harvest Manor Facility officially marked
              the launch of expanded services in Manor, Texas. The event welcomed more than 100 families
              and featured over 20 vendors and service providers offering food, household items, hygiene
              products, clothing, shoes, healthcare services, counseling, employment resources, and more.
            </p>
            <p>
              Distinguished attendees included local and regional leaders, nonprofit partners, health and
              human services representatives, and city leadership. Community feedback was overwhelmingly positive,
              and the momentum has already inspired additional events and the launch of a community food pantry.
            </p>
            <div class="aayhf-gallery">
              <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/78201ebe-c99b-4bec-b8ca-02cef2a89bba.jpg?rdr=true" alt="78201ebe c99b 4bec b8ca 02cef2a89bba" title="AYHF Launches Satellite Resource Center in Eastern Travis County 106">
              <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/d8a698f1-fa4a-4ac5-95cd-4e30a554aa1e.jpg?rdr=true" alt="d8a698f1 fa4a 4ac5 95cd 4e30a554aa1e" title="AYHF Launches Satellite Resource Center in Eastern Travis County 107">
              <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/28768133-609b-416a-ad4c-ac3fe728859a.jpg?rdr=true" alt="28768133 609b 416a ad4c ac3fe728859a" title="AYHF Launches Satellite Resource Center in Eastern Travis County 108">
              <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/4032fc7e-b9eb-4a52-87b2-9da1153b891a.jpg?rdr=true" alt="4032fc7e b9eb 4a52 87b2 9da1153b891a" title="AYHF Launches Satellite Resource Center in Eastern Travis County 109">
            </div>
          </div>
        </article>

        <article class="aayhf-story aayhf-accent-green">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/dae631b3-ce6b-4156-abfb-e81fa507df47.jpg?rdr=true" alt="Easter Meal Basket Giveaway" title="AYHF Launches Satellite Resource Center in Eastern Travis County 110">
          <div class="aayhf-story-body">
            <h3>2nd Annual Easter Meal Basket Giveaway</h3>
            <p>
              AAYHF was honored to support families across the community during its 2nd Annual Easter
              Meal Basket Giveaway. The event reflected love, care, and togetherness, and was made possible
              through the continued generosity of The Links Incorporated, Townlake (TX) Chapter.
            </p>
            <p>
              The giveaway helped expand AAYHF’s reach and ensured more families felt supported and prepared
              for the Easter season. Each basket represented more than a meal — it served as a reminder that
              families are seen, valued, and supported.
            </p>
          </div>
        </article>

        <article class="aayhf-story aayhf-accent-purple">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/85ecd468-75f9-453a-b3bb-c60c8eef2752.jpg?rdr=true" alt="Mental Health Fair" title="AYHF Launches Satellite Resource Center in Eastern Travis County 111">
          <div class="aayhf-story-body">
            <h3>Supporting Student Wellness</h3>
            <p>
              AAYHF served as a community resource at Manor New Tech High School’s Mental Health Fair,
              connecting students and staff with information, support, and tools related to mental wellness.
            </p>
            <p>
              Events like this help normalize conversations around mental health, create safe spaces for youth,
              and reinforce the importance of wellness, resilience, and community care.
            </p>
          </div>
        </article>

        <article class="aayhf-story aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/6411e03b-e3c1-4f08-b1e7-933bcd0bfdc0.jpg?rdr=true" alt="Spring Break Camp" title="AYHF Launches Satellite Resource Center in Eastern Travis County 112">
          <div class="aayhf-story-body">
            <h3>Spring Break Camp Success</h3>
            <p>
              AAYHF celebrated another successful year of Spring Break Camp, where youth participated in
              academic enrichment, STEM learning, chess instruction, digital literacy, art, movement, and
              social-emotional development.
            </p>
            <p>
              The week created a balanced camp environment where learning was engaging, creativity was encouraged,
              and students were given opportunities to grow in confidence and connection.
            </p>
            <div class="aayhf-cta-row">
              <a class="aayhf-btn aayhf-btn-secondary" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener noreferrer">Support AAYHF</a>
            </div>
          </div>
        </article>

      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Summer Opportunities</h2>
      <div class="aayhf-grid-2">

        <article class="aayhf-story aayhf-accent-blue">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/7c2bab5e-0488-4715-a741-97c1ea2f80d2.jpg?rdr=true" alt="Urban University Summer Camp" title="AYHF Launches Satellite Resource Center in Eastern Travis County 113">
          <div class="aayhf-story-body">
            <h3>Urban University Summer Camp 2026</h3>
            <p>
              Registration is now open for Urban University Summer Camp, running from
              <strong>June 1 – July 3, 2026</strong>, for youth ages 5–18.
            </p>
            <ul class="aayhf-simple-list">
              <li><strong>Location:</strong> Austin Achieve Public Schools</li>
              <li><strong>Time:</strong> 7:00 AM – 5:30 PM</li>
              <li><strong>Cost:</strong> $50 per child, including breakfast, lunch, and snacks</li>
              <li><strong>Focus:</strong> academic enrichment, STEM, creative arts, leadership, and field trips</li>
              <li><strong>Bonus:</strong> select middle and high school students can join a STEM Certification Track</li>
            </ul>
            <div class="aayhf-cta-row">
              <a class="aayhf-btn aayhf-btn-primary" href="https://form.jotform.com/260207236263147" target="_blank" rel="noopener noreferrer">Register for Summer Camp</a>
            </div>
          </div>
        </article>

        <article class="aayhf-story aayhf-accent-red">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/47a64525-ea30-4e5e-b36c-c16306111095.png?rdr=true" alt="Technology Certification" title="AYHF Launches Satellite Resource Center in Eastern Travis County 114">
          <div class="aayhf-story-body">
            <h3>Free 5-Week STEM Certification Program</h3>
            <p>
              AAYHF is offering a free summer certification opportunity designed to equip students with
              real-world technology skills and prepare them for academic and career success.
            </p>
            <ul class="aayhf-simple-list">
              <li><strong>Dates:</strong> June 1 – July 2, 2026</li>
              <li><strong>Location:</strong> Austin Achieve Public Schools</li>
              <li><strong>Program Hours:</strong> Monday through Friday, 7:00 AM – 5:30 PM</li>
              <li><strong>Includes:</strong> daily meals and access to Grow with Google certification pathways</li>
            </ul>
            <div class="aayhf-cta-row">
              <a class="aayhf-btn aayhf-btn-primary" href="https://form.jotform.com/260848577111158" target="_blank" rel="noopener noreferrer">Enroll in STEM Certification</a>
            </div>
          </div>
        </article>

      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">National Recognition</h2>
      <div class="aayhf-grid-2">

        <article class="aayhf-story aayhf-accent-blue">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/99dcddbe-3159-4b65-a4b1-12eaa41c6d0f.png?rdr=true" alt="AI training recognition" title="AYHF Launches Satellite Resource Center in Eastern Travis County 115">
          <div class="aayhf-story-body">
            <h3>AAYHF Selected for National AI and Youth Skills Accelerator</h3>
            <p>
              AAYHF has been selected as one of only 15 nonprofit organizations nationwide to participate
              in the 2026 Youth Skills and Employment Accelerator, led by the Global Business Coalition for Education
              in partnership with Dell Technologies and Stellantis.
            </p>
            <p>
              This opportunity will connect AAYHF to a national network of organizations preparing young people
              for the future of work through innovation, technology, workforce readiness, and program development.
            </p>
          </div>
        </article>

        <article class="aayhf-story aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/131f77ee-8dcf-470b-ba3f-77e6060cbfb3.jpg?rdr=true" alt="Kars4Kids grant" title="AYHF Launches Satellite Resource Center in Eastern Travis County 116">
          <div class="aayhf-story-body">
            <h3>AAYHF Awarded Kars4Kids Small Grant</h3>
            <p>
              AAYHF was selected as a Kars4Kids Small Grant recipient, recognizing its continued commitment
              to supporting youth and families through holistic, community-based programming.
            </p>
            <p>
              The grant highlights AAYHF’s mentoring, STEM, workforce development, and family support initiatives
              and affirms the importance of culturally responsive wraparound services.
            </p>
            <div class="aayhf-cta-row">
              <a class="aayhf-btn aayhf-btn-secondary" href="https://www.kars4kidsgrants.org/our-grantees/african-american-youth-harvest-foundation-youth-family-programs/" target="_blank" rel="noopener noreferrer">Read More</a>
            </div>
          </div>
        </article>

      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Program Spotlights</h2>
      <div class="aayhf-grid-3">

        <article class="aayhf-card">
          <h3 style="color:#1a6319;">Boys 2 Men</h3>
          <p>
            The latest Boys 2 Men session focused on the life skill of “showing up” — building consistency,
            reliability, accountability, and intentionality in school, relationships, and life.
          </p>
          <p><strong>Meets:</strong> Tuesdays, 5:00 PM – 7:30 PM</p>
          <p><a href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener noreferrer">Register for Boys 2 Men</a></p>
        </article>

        <article class="aayhf-card">
          <h3 style="color:#e01db4;">Queens 2 Be Exposed</h3>
          <p>
            Participants worked through a five-year plan, explored their goals, and reflected on the habits,
            traits, and mindset needed to become confident, purpose-driven young women.
          </p>
          <p><strong>Meets:</strong> Thursdays, 6:00 PM – 7:30 PM</p>
          <p><a href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener noreferrer">Register for Queens 2 Be Exposed</a></p>
        </article>

        <article class="aayhf-card">
          <h3 style="color:#e06a1e;">KREW 12</h3>
          <p>
            Students continued building digital media and production skills, moving from footage review to
            hands-on editing directly from their phones and creating original 60-second recap videos.
          </p>
          <p><strong>Meets:</strong> Thursdays, 5:15 PM – 7:30 PM</p>
          <p><a href="https://www.jotform.com/242476049635160" target="_blank" rel="noopener noreferrer">Register for KREW 12</a></p>
        </article>

        <article class="aayhf-card">
          <h3 style="color:#c1272d;">Manor Mentoring</h3>
          <p>
            Students reflected on communication, collaboration, and their Spring Break experiences while
            practicing self-expression, speaking, listening, and peer connection.
          </p>
          <p><a href="https://www.jotform.com/251794302270150" target="_blank" rel="noopener noreferrer">Register for Manor Mentoring</a></p>
        </article>

        <article class="aayhf-card">
          <h3 style="color:#284fa1;">STEM Technology Program</h3>
          <p>
            Students continued assembling 2WD smart robot car kits, learning motors, wheels, wiring,
            engineering basics, and hands-on problem-solving in a collaborative environment.
          </p>
          <p><strong>Meets:</strong> Thursdays, 5:00 PM – 7:30 PM</p>
          <p><a href="https://www.jotform.com/242276735926163" target="_blank" rel="noopener noreferrer">Register for STEM</a></p>
        </article>

        <article class="aayhf-card">
          <h3 style="color:#666;">Tutoring – Academic Support Initiative</h3>
          <p>
            AAYHF tutoring offers structured individual and small-group support that strengthens foundational
            skills, improves classroom engagement, and reinforces academic success.
          </p>
          <p><a href="https://www.jotform.com/252015831067148" target="_blank" rel="noopener noreferrer">Register for Tutoring</a></p>
        </article>

      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-banner">
        <h3>Watch the Highlights</h3>
        <p>Take a look at media features, interviews, and video highlights that help tell the AAYHF story.</p>
        <ul class="aayhf-highlight-list">
          <li><a href="https://www.kars4kidsgrants.org/our-grantees/african-american-youth-harvest-foundation-youth-family-programs/" target="_blank" rel="noopener noreferrer">AAYHF Empowers Youth and Families through Community-Based Programs</a></li>
          <li><a href="https://cbsaustin.com/features/we-are-austin/african-american-youth-harvest-foundation-empowers-future-generations" target="_blank" rel="noopener noreferrer">CBS We Are Austin – Black History Segment featuring AAYHF</a></li>
          <li><a href="https://www.youtube.com/watch?v=gGgjHNncMuM" target="_blank" rel="noopener noreferrer">KREW12 Visits KVUE News Station</a></li>
          <li><a href="https://youtu.be/lVrStHzoPfU?feature=shared" target="_blank" rel="noopener noreferrer">KVUE News – Manor ISD and AAYHF Expand Partnership</a></li>
          <li><a href="https://www.kvue.com/video/news/community/martin-luther-king-iii-austin-nonprofit/269-1e01f78c-daa7-433c-bcce-6d85e5235eb9" target="_blank" rel="noopener noreferrer">KVUE News – MLK III Visits AAYHF</a></li>
          <li><a href="https://youtu.be/_rveMqmfPuQ?feature=shared" target="_blank" rel="noopener noreferrer">MLK III Endorsement of the Harvest Beloved Community Model</a></li>
          <li><a href="https://www.youtube.com/watch?v=12T1Ta0C83Q" target="_blank" rel="noopener noreferrer">MLK III Speech</a></li>
          <li><a href="https://austinfreepress.org/continuing-the-dream/" target="_blank" rel="noopener noreferrer">Austin Free Press Feature</a></li>
          <li><a href="https://youtu.be/XcFILCUHhKw?feature=shared" target="_blank" rel="noopener noreferrer">AAYHF Reflection 2025 – Part 1</a></li>
          <li><a href="https://youtu.be/4NyHqzT2U48?feature=shared" target="_blank" rel="noopener noreferrer">AAYHF Reflection 2025 – Part 2</a></li>
        </ul>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Get Involved</h2>
      <div class="aayhf-contact">
        <div class="aayhf-card">
          <h3>Become a Mentor / Get Involved</h3>
          <p>
            To learn more about our mentors and hear from them directly, watch:
            <a href="https://www.youtube.com/watch?feature=shared&amp;v=QSNdtGr891w" target="_blank" rel="noopener noreferrer">YouTube Highlight Video</a>
          </p>
          <div class="aayhf-cta-row">
            <a class="aayhf-btn aayhf-btn-primary" href="https://aayhf.org/become-a-mentor/" target="_blank" rel="noopener noreferrer">Become a Mentor</a>
            <a class="aayhf-btn aayhf-btn-secondary" href="https://aayhf.org/participate/" target="_blank" rel="noopener noreferrer">Participate</a>
          </div>
        </div>
        <div class="aayhf-card">
          <h3>Make Your Investment Today</h3>
          <p>
            Together, we can ensure that the Beloved Community is not only remembered but also made into a reality.
          </p>
          <div class="aayhf-cta-row">
            <a class="aayhf-btn aayhf-btn-primary" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener noreferrer">Donate Now</a>
          </div>
        </div>
      </div>
    </section>

    <footer class="aayhf-footer">
      <h3>African American Youth Harvest Foundation, Inc.</h3>
      <p>
        6633 Hwy 290 East, Suite 307, Austin, TX 78723<br>
        Phone: <a href="tel:15124284480">512-428-4480</a><br>
        Email: <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a><br>
        Website: <a href="https://aayhf.org" target="_blank" rel="noopener noreferrer">www.aayhf.org</a>
      </p>
      <div class="aayhf-socials">
        <a href="https://www.facebook.com/AAYHarvestFoundation/" target="_blank" rel="noopener noreferrer">Facebook</a>
        <a href="https://www.instagram.com/aayhfoundation/" target="_blank" rel="noopener noreferrer">Instagram</a>
        <a href="https://www.youtube.com/@africanamericanyouthharves1199" target="_blank" rel="noopener noreferrer">YouTube</a>
      </div>
    </footer>

  </div>
</div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor!</title>
		<link>https://aayhf.org/news/join-us-this-saturday-for-aayhfs-community-engagement-resource-fair-in-manor/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 24 Mar 2026 14:06:00 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=3053</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates &#124; March 24, 2026 Join Us This Saturday for AAYHF’s Community Engagement Resource Fair in Manor! Bringing families, resources, and community together at the Harvest Manor Community Wellness &#38; Resource Center. Pre-Register Now Donate Today Community Engagement Resource Fair The African American Youth Harvest Foundation is excited to invite families, [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
  :root {
    --aayhf-maroon: #5a1715;
    --aayhf-orange: #f37021;
    --aayhf-gold: #ffc845;
    --aayhf-blue: #005b84;
    --aayhf-cream: #fff7eb;
    --aayhf-ink: #232323;
    --aayhf-muted: #666;
    --aayhf-white: #ffffff;
  }

  .aayhf-news-post {
    background: linear-gradient(180deg, var(--aayhf-cream) 0%, #ffffff 42%, #f8f8f8 100%);
    color: var(--aayhf-ink);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
    padding: 0;
  }

  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-wrap {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
  }

  .aayhf-hero {
    background:
      radial-gradient(circle at top right, rgba(255, 200, 69, 0.35), transparent 34%),
      linear-gradient(135deg, var(--aayhf-maroon), #7b241f 58%, var(--aayhf-orange));
    color: var(--aayhf-white);
    padding: 44px 0;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
  }

  .aayhf-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
  }

  .aayhf-eyebrow {
    display: inline-block;
    background: var(--aayhf-gold);
    color: var(--aayhf-maroon);
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 7px 14px;
    margin-bottom: 16px;
    font-size: 0.85rem;
  }

  .aayhf-news-post h2 {
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 900;
  }

  .aayhf-news-post h3 {
    font-size: 1.6rem;
    line-height: 1.3;
    margin: 0 0 16px;
    color: var(--aayhf-maroon);
    font-weight: 900;
  }

  .aayhf-news-post h4 {
    font-size: 1.18rem;
    line-height: 1.35;
    margin: 0 0 10px;
    color: var(--aayhf-blue);
    font-weight: 900;
  }

  .aayhf-news-post p {
    margin: 0 0 15px;
  }

  .aayhf-news-post ul {
    margin: 0 0 18px 22px;
    padding: 0;
  }

  .aayhf-news-post a {
    color: var(--aayhf-blue);
    font-weight: 800;
  }

  .aayhf-hero p {
    font-size: 1.05rem;
    margin-bottom: 18px;
  }

  .aayhf-hero img,
  .aayhf-card img,
  .aayhf-story img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 22px;
  }

  .aayhf-hero img {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
    background: #fff;
  }

  .aayhf-section {
    padding: 34px 0;
  }

  .aayhf-card,
  .aayhf-story {
    background: var(--aayhf-white);
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 12px 32px rgba(90, 23, 21, 0.09);
    border: 1px solid rgba(90, 23, 21, 0.08);
  }

  .aayhf-card.featured {
    border-left: 8px solid var(--aayhf-orange);
  }

  .aayhf-info-strip {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0;
  }

  .aayhf-info-box {
    background: #fff3df;
    border-radius: 18px;
    padding: 16px;
    border: 1px solid rgba(243, 112, 33, 0.22);
  }

  .aayhf-info-box strong {
    display: block;
    color: var(--aayhf-maroon);
    font-size: 0.95rem;
    margin-bottom: 3px;
  }

  .aayhf-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-btn {
    display: inline-block;
    text-decoration: none;
    background: var(--aayhf-orange);
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(243, 112, 33, 0.25);
  }

  .aayhf-btn.secondary {
    background: var(--aayhf-blue);
  }

  .aayhf-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .aayhf-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
  }

  .aayhf-gallery img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 18px;
  }

  .aayhf-callout {
    background: linear-gradient(135deg, var(--aayhf-blue), #063c55);
    color: #fff;
    border-radius: 24px;
    padding: 26px;
    margin-top: 22px;
  }

  .aayhf-callout h3,
  .aayhf-callout h4 {
    color: #fff;
  }

  .aayhf-programs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .aayhf-footer {
    background: var(--aayhf-maroon);
    color: #fff;
    border-radius: 28px 28px 0 0;
    padding: 34px 0;
    margin-top: 30px;
  }

  .aayhf-footer a {
    color: var(--aayhf-gold);
  }

  .aayhf-highlight-list {
    columns: 2;
    column-gap: 28px;
  }

  .aayhf-highlight-list li {
    break-inside: avoid;
    margin-bottom: 10px;
  }

  @media (max-width: 820px) {
    .aayhf-hero-grid,
    .aayhf-grid,
    .aayhf-programs,
    .aayhf-info-strip {
      grid-template-columns: 1fr;
    }

    .aayhf-gallery {
      grid-template-columns: repeat(2, 1fr);
    }

    .aayhf-highlight-list {
      columns: 1;
    }
  }

  @media (max-width: 560px) {
    .aayhf-news-post h2 {
      font-size: 1.65rem;
    }

    .aayhf-news-post h3 {
      font-size: 1.35rem;
    }

    .aayhf-card,
    .aayhf-story {
      padding: 18px;
    }

    .aayhf-gallery {
      grid-template-columns: 1fr;
    }
  }
</style>

<div class="aayhf-news-post">
  <section class="aayhf-hero">
    <div class="aayhf-wrap aayhf-hero-grid">
      <div>
        <span class="aayhf-eyebrow">AAYHF Weekly News &amp; Updates | March 24, 2026</span>
        <h2>Join Us This Saturday for AAYHF’s Community Engagement Resource Fair in Manor!</h2>
        <p>Bringing families, resources, and community together at the Harvest Manor Community Wellness &amp; Resource Center.</p>
        <div class="aayhf-btn-row">
          <a class="aayhf-btn" href="https://form.jotform.com/260756447391162" target="_blank" rel="noopener">Pre-Register Now</a>
          <a class="aayhf-btn secondary" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Donate Today</a>
        </div>
      </div>
      <div>
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/04076752-c7d1-4b03-81af-0794db208ba8.png?rdr=true" alt="Community Engagement Resource Fair flyer" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 129">
      </div>
    </div>
  </section>

  <main class="aayhf-wrap">
    <section class="aayhf-section">
      <article class="aayhf-card featured">
        <h3>Community Engagement Resource Fair</h3>
        <p>The African American Youth Harvest Foundation is excited to invite families, neighbors, partners, and supporters to join us for a Community Engagement Resource Fair on <strong>Saturday, March 28, 2026, from 9:00 a.m. to 3:00 p.m.</strong> at our Harvest Manor Community Wellness &amp; Resource Center in Manor, TX.</p>
        <p>The Harvest Manor Community Wellness &amp; Resource Center serves as a satellite extension of our long-standing 290 location, allowing us to bring programs, resources, and support even closer to the families and communities we serve.</p>
        <p>Attendees can expect a lively atmosphere filled with opportunities to engage with AAYHF staff, learn more about youth programs, and connect with community partners offering helpful resources and information.</p>
        <h4>Giveaways Available Throughout the Day</h4>
        <ul>
          <li>Household supplies</li>
          <li>Hygiene products</li>
          <li>Clothing and shoes</li>
          <li>Access to a food pantry</li>
        </ul>
        <p><em>Please note: giveaways and food pantry access are available with some limitations and are based on product availability.</em></p>
        <div class="aayhf-info-strip">
          <div class="aayhf-info-box">
            <strong>When</strong>
            March 28, 2026 | 9:00 a.m. – 3:00 p.m.
          </div>
          <div class="aayhf-info-box">
            <strong>Where</strong>
            600 East Parsons St., Manor, TX 78653
          </div>
        </div>
        <p>To help limit wait times and ensure a smooth experience, all participants are encouraged to pre-register in advance.</p>
        <div class="aayhf-btn-row">
          <a class="aayhf-btn" href="https://form.jotform.com/260756447391162" target="_blank" rel="noopener">Community Pre-Registration Link</a>
        </div>
      </article>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid">
        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/22f81fc9-2bb4-446f-889c-49d0d538e122.jpg?rdr=true" alt="Spring Break Camp group photo" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 130">
          <h3>Spring Break Camp: Another Successful Year in the Books</h3>
          <p>AAYHF is proud to celebrate another successful year of engaging, impactful Spring Break Camp programming. Campers experienced a dynamic blend of learning, creativity, movement, and connection.</p>
          <p>Students participated in activities supporting academic growth, digital literacy, physical wellness, and social-emotional development. STEM activities encouraged problem-solving and critical thinking, chess instruction strengthened focus and strategy, and creative outlets supported emotional wellness and self-confidence.</p>
          <p>Spring Break Camp continues to reflect AAYHF’s mission to empower youth through education, enrichment, and holistic support.</p>
          <a class="aayhf-btn" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Click Here To Donate</a>
        </article>

        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/99dcddbe-3159-4b65-a4b1-12eaa41c6d0f.png?rdr=true" alt="Youth Skills and Employment Accelerator announcement" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 131">
          <h3>AAYHF Selected as One of 15 Nonprofits Nationwide to Receive Special AI Training for Youth</h3>
          <p>AAYHF has been selected as one of only 15 nonprofit organizations across the United States to participate in the 2026 Youth Skills and Employment Accelerator, led by the Global Business Coalition for Education in partnership with Dell Technologies and Stellantis.</p>
          <p>Through this program, AAYHF will join a national network of organizations focused on strengthening pathways from education and training into meaningful employment as technology and artificial intelligence continue to reshape the workforce.</p>
          <p>This recognition affirms AAYHF’s long-standing commitment to preparing youth for success in a rapidly changing world through STEM education, robotics, coding, engineering, social-emotional learning, and wraparound services.</p>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid">
        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/dc08b4d3-b886-43d7-9c9a-e34391e7fb0a.jpg?rdr=true" alt="AAYHF youth and staff group photo" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 132">
          <h3>AAYHF Awarded Kars4Kids Small Grant</h3>
          <p>AAYHF has been selected as a Kars4Kids Small Grant recipient, recognizing our ongoing commitment to supporting youth and families through holistic, community-based programs.</p>
          <p>In a recent feature published by Kars4Kids, Chief Program Officer Elaine Lofton shared insight into the communities AAYHF serves, the evolution of the mission, and how programs are creating pathways to stability, growth, and opportunity across Greater Austin, Manor, Pflugerville, and East Austin.</p>
          <a class="aayhf-btn secondary" href="https://www.kars4kidsgrants.org/our-grantees/african-american-youth-harvest-foundation-youth-family-programs/" target="_blank" rel="noopener">Read More</a>
        </article>

        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/764c4060-24c2-4257-84e7-02ad1948428a.jpg?rdr=true" alt="AAYHF connects with families at resource fair" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 133">
          <h3>AAYHF Connects with Families at HACA Spring Youth Resource Fair</h3>
          <p>AAYHF recently participated in the HACA Spring Youth Resource Fair, held on Thursday, March 19, from 3:00 p.m. to 6:00 p.m. The outdoor event created a welcoming, come-and-go environment for families and community members to learn more about available resources.</p>
          <p>The AAYHF team connected directly with families, shared information about programs, captured contacts for follow-up and potential program enrollment, and strengthened visibility within the HACA community network.</p>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-card">
        <h3>Stronger Together: Celebrating Our Thrivent Partnership along with HBCUs</h3>
        <div class="aayhf-grid">
          <div>
            <p>AAYHF is proud to have a longstanding partnership with Thrivent, rooted in a shared commitment to service and community impact.</p>
            <p>This past weekend, Thrivent, alongside over 200 youth representing 25 HBCUs, came together to assemble 8,750 snack packages and 1,000 affirmation cards for Urban University Summer Camp.</p>
            <p>Inspired by the work of the Harvest Foundation, Thrivent increased their generous $5,000 donation to $10,000 on the spot, further strengthening AAYHF’s ability to serve youth and families in Central Texas.</p>
          </div>
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/3781d135-0294-4ab7-a806-97cb0172ce91.jpg?rdr=true" alt="Thrivent and AAYHF partnership event" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 134">
        </div>
      </article>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid">
        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/a2aaa7bb-d833-40cc-9433-3155400d247c.jpg?rdr=true" alt="AAYHF meeting with Austin Serenity" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 135">
          <h3>AAYHF Meets with Austin Serenity to Explore Healing Partnerships</h3>
          <p>AAYHF met with Austin Serenity to explore meaningful ways to collaborate and expand healing-centered services for youth and families.</p>
          <p>The discussion focused on how AAYHF’s Equine Healing Program can support emotional wellness and personal growth through therapeutic, horse-assisted experiences that build emotional regulation, confidence, trust, and leadership skills.</p>
        </article>

        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/021ba7f4-ca4f-4f8d-b78b-c69ad1789cb7.jpg?rdr=true" alt="AAYHF staff touring Harvest Manor" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 136">
          <h3>AAYHF Staff Tour the Satellite Manor Harvest Office</h3>
          <p>AAYHF staff toured the newly renovated Harvest Manor Community Wellness &amp; Resource Center, getting a firsthand look at the space that will soon serve as a hub for community, healing, and opportunity.</p>
          <p>The walkthrough highlighted thoughtful renovations that have transformed the building into a welcoming, functional environment designed with access and care in mind.</p>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-card">
        <h3>From Vision to Transformation: A Look Inside the Satellite Harvest Manor Renovation</h3>
        <p>What was once an empty building is being transformed into a vibrant space rooted in purpose, care, and community. Through months of dedicated work by staff, volunteers, contractors, and community partners, Harvest Manor Satellite Office is coming to life as a welcoming hub for youth, families, and collaborative services.</p>
        <p>From repairs and renovations to fresh paint, cleaning, and thoughtful updates throughout the building, every detail reflects a shared commitment to creating a space where healing, connection, and opportunity can thrive.</p>
        <div class="aayhf-gallery">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/5c39e29a-0a53-417f-a06a-562fc354477a.jpg?rdr=true" alt="Harvest Manor renovation work" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 137">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/021ba7f4-ca4f-4f8d-b78b-c69ad1789cb7.jpg?rdr=true" alt="Harvest Manor staff tour" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 138">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/a2aaa7bb-d833-40cc-9433-3155400d247c.jpg?rdr=true" alt="Harvest Manor meeting space" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 139">
        </div>
        <div class="aayhf-callout">
          <h3>Help Move This Work Forward</h3>
          <p>What we’re building together matters now more than ever. Your contribution strengthens community-led solutions that create lasting impact and bring the Beloved Community to life.</p>
          <a class="aayhf-btn" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Donate Here</a>
        </div>
      </article>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid">
        <article class="aayhf-story">
          <h3>AAYHF in Action: National CARES Mentoring Movement, New York</h3>
          <p>AAYHF proudly participated in a national convening in New York hosted by the National CARES Mentoring Movement, joining community leaders and affiliate partners committed to mentoring, healing, and empowering youth.</p>
          <p>AAYHF’s presence reflects an ongoing commitment to aligning local impact with national strategies, strengthening partnerships, sharing best practices, and advancing collective solutions for youth and families.</p>
        </article>

        <article class="aayhf-story">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/97c63ff4-0c44-42f7-8a4e-d93982ec0a70.jpg?rdr=true" alt="Mentor and Mingle group" title="Join Us This Saturday For AAYHF’s Community Engagement Resource Fair In Manor! 140">
          <h3>Mentor and Mingle: A Night of Connection and Community</h3>
          <p>AAYHF hosted another successful Mentor &amp; Mingle, bringing together community members, mentors, and supporters for an evening rooted in connection and conversation.</p>
          <p>Attendees gathered over a BBQ meal prepared by Mentor DeAndre, creating a relaxed and welcoming environment for meaningful dialogue about service, leadership, and supporting youth.</p>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <h3>Program Highlights &amp; Registration</h3>
      <div class="aayhf-programs">
        <article class="aayhf-story">
          <h4>Boys 2 Men – Mentorship &amp; Leadership Development</h4>
          <p>This week, Boys 2 Men focused on how to properly greet others with respect and confidence. Mentees practiced eye contact, polite words, and proper handshakes while learning how respectful greetings can build trust at school, in the community, and in future professional settings.</p>
          <p><strong>Meets:</strong> Tuesdays from 5:00 PM – 7:30 PM, with open enrollment.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Boys 2 Men</a>
        </article>

        <article class="aayhf-story">
          <h4>Queens2Be Exposed: Confidence. Purpose. Growth.</h4>
          <p>Participants engaged in three interactive stations focused on character, personal awareness, positive choices, reputation building, and leadership.</p>
          <p><strong>Meets:</strong> Thursdays from 6:00 PM – 7:30 PM.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens2Be Exposed</a>
        </article>

        <article class="aayhf-story">
          <h4>KREW 12 – Digital Media &amp; Production</h4>
          <p>Krew12 students continued a group puzzle challenge that became a powerful lesson in collaboration, communication, focus, and teamwork before shifting into the next phase of their curriculum: script writing.</p>
          <p><strong>Meets:</strong> Thursdays from 5:15 PM – 7:30 PM.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/" target="_blank" rel="noopener">Register for Krew 12</a>
        </article>

        <article class="aayhf-story">
          <h4>Manor Mentoring – School Enrichment</h4>
          <p>Students participated in physical activities designed to help them relax, reset, improve mood, reduce stress, and support mental health before Spring Break.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/" target="_blank" rel="noopener">Register for Manor Mentoring</a>
        </article>

        <article class="aayhf-story">
          <h4>Queens 2 Be – Mentorship &amp; Empowerment</h4>
          <p>This week’s session focused on “Showing Up.” The girls played “Queen Says,” completed Human Knot activities, enjoyed pizza, and discussed lessons from <em>The Princess and the Frog</em> about determination, hard work, and opportunity.</p>
          <p><strong>Meets:</strong> Tuesdays from 5:00 PM – 7:30 PM.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/252017782806156" target="_blank" rel="noopener">Register for Queens 2 Be</a>
        </article>

        <article class="aayhf-story">
          <h4>STEM Technology Program</h4>
          <p>Students watched the first half of <em>Big Hero 6</em> as an introduction to robotics and innovation, then began assembling smart robot car kits to practice engineering skills and learn how components work together.</p>
          <p><strong>Meets:</strong> Thursdays from 5:00 PM – 7:30 PM.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/" target="_blank" rel="noopener">Register for STEM</a>
        </article>

        <article class="aayhf-story">
          <h4>Tutoring – Academic Support Initiative</h4>
          <p>The Academic Tutoring Initiative provides targeted academic support in a structured, supportive environment. Youth receive individualized and small-group assistance to strengthen foundational skills, classroom engagement, and study habits.</p>
          <a class="aayhf-btn" href="https://www.jotform.com/" target="_blank" rel="noopener">Register for Tutoring</a>
        </article>

        <article class="aayhf-story">
          <h4>Become a Mentor</h4>
          <p>To learn more about AAYHF mentors and hear from them directly, watch the mentor highlight video and get involved today.</p>
          <div class="aayhf-btn-row">
            <a class="aayhf-btn secondary" href="https://youtu.be/QSNdtGr891w?feature=shared" target="_blank" rel="noopener">Watch on YouTube</a>
            <a class="aayhf-btn" href="https://aayhf.org" target="_blank" rel="noopener">Mentor Link</a>
          </div>
        </article>
      </div>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-card">
        <h3>Watch the Highlights</h3>
        <p>Take a look at the highlights that tell our story.</p>
        <ul class="aayhf-highlight-list">
          <li>AAYHF Empowers Youth and Families through Community-Based Programs: <a href="https://www.kars4kidsgrants.org/our-grantees/african-american-youth-harvest-foundation-youth-family-programs/" target="_blank" rel="noopener">Click Here</a></li>
          <li>CBS We Are Austin &#8211; Black History Segment featuring AAYHF: <a href="https://cbsaustin.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>Krew12 Visits KVUE News Station: <a href="https://www.youtube.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>KVUE News &#8211; Manor ISD and AAYHF Expand Partnership: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>KVUE News &#8211; MLK III Visits AAYHF: <a href="https://www.kvue.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>MLK III Endorsement of the Harvest Beloved Community Model: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>MLK III – Speech: <a href="https://www.youtube.com" target="_blank" rel="noopener">Click Here</a></li>
          <li>Austin Free Press: <a href="https://austinfreepress.org" target="_blank" rel="noopener">Click Here</a></li>
          <li>African American Youth Harvest Foundation Reflection 2025, Part 1: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
          <li>African American Youth Harvest Foundation Reflection 2025, Part 2: <a href="https://youtu.be" target="_blank" rel="noopener">Click Here</a></li>
        </ul>
      </article>
    </section>

    <section class="aayhf-section">
      <article class="aayhf-callout">
        <h3>Make Your Investment Today</h3>
        <p>Together, we can ensure that the Beloved Community is not only remembered but also made into a reality.</p>
        <p>Stand with AAYHF and make your donation today.</p>
        <a class="aayhf-btn" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Click Here to Donate</a>
      </article>
    </section>
  </main>

  <footer class="aayhf-footer">
    <div class="aayhf-wrap">
      <h3>Contact AAYHF</h3>
      <p><strong>African American Youth Harvest Foundation, Inc.</strong></p>
      <p>6633 Hwy 290 East, Suite 307, Austin, TX 78723</p>
      <p>Phone: 512-428-4480 | Email: <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a></p>
      <p>Website: <a href="https://www.aayhf.org" target="_blank" rel="noopener">www.aayhf.org</a></p>
    </div>
  </footer>
</div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>New Manor Community Resource Hub</title>
		<link>https://aayhf.org/newsletter/new-manor-community-resource-hub/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 26 Jan 2026 21:18:58 +0000</pubDate>
				<category><![CDATA[Newsletter]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=2921</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates AAYHF Expands in Manor as Mentoring &#38; Youth Programs Return for 2026 AAYHF is expanding its presence in Manor through a new community resource hub while also launching mentoring, tutoring, STEM, and digital media programs designed to strengthen youth, families, and community. January 26, 2026 New Manor Community Resource Hub [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
  .aayhf-news-post,
  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-news-post {
    --aayhf-blue: #284fa1;
    --aayhf-red: #c1272d;
    --aayhf-orange: #e06a1e;
    --aayhf-gold: #ffd833;
    --aayhf-green: #1a6319;
    --aayhf-brown: #5d2f2f;
    --aayhf-gray: #f5f5f0;
    --aayhf-text: #1f1f1f;
    --aayhf-muted: #5a5a5a;
    --aayhf-white: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    color: var(--aayhf-text);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.65;
  }

  .aayhf-news-post img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
  }

  .aayhf-news-post a {
    color: var(--aayhf-red);
    text-decoration: none;
    font-weight: 700;
  }

  .aayhf-news-post a:hover {
    text-decoration: underline;
  }

  .aayhf-wrap {
    background: var(--aayhf-gray);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,.08);
  }

  .aayhf-hero {
    background:
      linear-gradient(rgba(255,255,255,.88), rgba(255,255,255,.94)),
      url('https://files.constantcontact.com/6e2f97fa001/deabf519-efbd-4a31-9398-ca877390ddb6.jpg?rdr=true') center/cover no-repeat;
    color: #1f1f1f;
    padding: 48px 28px;
  }

  .aayhf-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
  }

  .aayhf-brand img {
    width: 180px;
    border-radius: 0;
  }

  .aayhf-kicker {
    display: inline-block;
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(0,0,0,.08);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--aayhf-blue);
  }

  .aayhf-hero h1 {
    margin: 14px 0 12px;
    font-size: clamp(2rem, 4vw, 3.1rem);
    line-height: 1.12;
  }

  .aayhf-hero p {
    max-width: 900px;
    margin: 0;
    font-size: 1.05rem;
  }

  .aayhf-meta {
    margin-top: 18px;
    font-weight: 700;
    color: var(--aayhf-blue);
  }

  .aayhf-section {
    padding: 34px 28px;
    background: var(--aayhf-gray);
  }

  .aayhf-section + .aayhf-section {
    border-top: 1px solid rgba(0,0,0,.06);
  }

  .aayhf-section-title {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.2;
    color: var(--aayhf-brown);
  }

  .aayhf-subtitle {
    margin: -4px 0 22px;
    color: var(--aayhf-muted);
  }

  .aayhf-card,
  .aayhf-story {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0,0,0,.06);
  }

  .aayhf-card {
    padding: 24px;
  }

  .aayhf-story {
    overflow: hidden;
  }

  .aayhf-story-body {
    padding: 22px;
  }

  .aayhf-card h3,
  .aayhf-story h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .aayhf-grid-2,
  .aayhf-grid-3,
  .aayhf-grid-4,
  .aayhf-gallery {
    display: grid;
    gap: 24px;
  }

  .aayhf-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aayhf-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aayhf-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .aayhf-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-gallery img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .aayhf-accent-orange { border-top: 8px solid var(--aayhf-orange); }
  .aayhf-accent-red { border-top: 8px solid var(--aayhf-red); }
  .aayhf-accent-blue { border-top: 8px solid var(--aayhf-blue); }
  .aayhf-accent-brown { border-top: 8px solid var(--aayhf-brown); }
  .aayhf-accent-gold { border-top: 8px solid #cc9933; }

  .aayhf-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .aayhf-btn-primary {
    background: var(--aayhf-red);
    color: #fff !important;
  }

  .aayhf-btn-secondary {
    background: var(--aayhf-gold);
    color: #111 !important;
  }

  .aayhf-simple-list,
  .aayhf-highlight-list {
    margin: 0;
    padding-left: 20px;
  }

  .aayhf-simple-list li,
  .aayhf-highlight-list li {
    margin-bottom: 10px;
  }

  .aayhf-banner {
    background: linear-gradient(135deg, #fde7d8, #f7c3a1);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
  }

  .aayhf-banner h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.45rem;
  }

  .aayhf-flyer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .aayhf-flyer-grid img {
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(0,0,0,.07);
  }

  .aayhf-footer {
    background: #182b53;
    color: #fff;
    padding: 28px;
  }

  .aayhf-footer h3 {
    margin-top: 0;
    color: #fff;
  }

  .aayhf-footer a {
    color: #ffd833;
  }

  .aayhf-socials {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .aayhf-socials a {
    display: inline-block;
    background: rgba(255,255,255,.08);
    padding: 10px 14px;
    border-radius: 999px;
  }

  @media (max-width: 900px) {
    .aayhf-grid-2,
    .aayhf-grid-3,
    .aayhf-grid-4,
    .aayhf-flyer-grid,
    .aayhf-gallery {
      grid-template-columns: 1fr;
    }
  }
</style>

<div class="aayhf-news-post">
  <div class="aayhf-wrap">

    <section class="aayhf-hero">
      <div class="aayhf-brand">
        <span class="aayhf-kicker">AAYHF Weekly News &amp; Updates</span>
      </div>
      <h1>AAYHF Expands in Manor as Mentoring &amp; Youth Programs Return for 2026</h1>
      <p>
        AAYHF is expanding its presence in Manor through a new community resource hub while also launching
        mentoring, tutoring, STEM, and digital media programs designed to strengthen youth, families, and community.
      </p>
      <div class="aayhf-meta">January 26, 2026</div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">New Manor Community Resource Hub</h2>
      <div class="aayhf-grid-2">
        <div class="aayhf-story aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/deabf519-efbd-4a31-9398-ca877390ddb6.jpg?rdr=true" alt="New Manor Community Resource Hub" title="New Manor Community Resource Hub 163">
          <div class="aayhf-story-body">
            <p>
              AAYHF is proud to announce a major expansion in Manor. In partnership with
              <strong>Manor ISD</strong>, the former <strong>Manor Excel Academy</strong> building is being
              transformed into a full-service <strong>Community Resource Hub</strong> designed to bring opportunity,
              stability, and wraparound support closer to where families live.
            </p>
            <p>
              The hub will offer nearly <strong>25 free programs</strong>, including mentoring, tutoring,
              workforce development, counseling, and basic-needs support, helping close a major service gap
              for youth and families in the Manor area.
            </p>
            <p>
              This work builds on AAYHF’s proven East Austin model and extends its impact across the region.
              AAYHF also expressed appreciation to partners including <strong>Sherwin-Williams</strong>,
              <strong>HomeAid Austin</strong>, <strong>Taylor Morrison</strong>, <strong>C&amp;Z Enterprise</strong>,
              <strong>Saul Paul</strong>, <strong>Toll Brothers</strong>, and many community volunteers for helping
              bring this vision to life.
            </p>
          </div>
        </div>

        <div class="aayhf-card">
          <h3>Photo Highlights</h3>
          <div class="aayhf-gallery">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/ec649bd5-7a71-46fd-9590-bdafbb8581e5.jpg?rdr=true" alt="ec649bd5 7a71 46fd 9590 bdafbb8581e5" title="New Manor Community Resource Hub 164">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/4228d069-7179-4679-8e67-9c7ca033bd04.jpg?rdr=true" alt="4228d069 7179 4679 8e67 9c7ca033bd04" title="New Manor Community Resource Hub 165">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/f15ac996-981b-4969-b0fd-5c78bcceb6be.jpg?rdr=true" alt="f15ac996 981b 4969 b0fd 5c78bcceb6be" title="New Manor Community Resource Hub 166">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/94910983-3bf0-49c2-8252-4b1363e4b61a.jpg?rdr=true" alt="94910983 3bf0 49c2 8252 4b1363e4b61a" title="New Manor Community Resource Hub 167">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/c786ac01-2cb6-4b60-99ee-927d6ed9d602.jpg?rdr=true" alt="c786ac01 2cb6 4b60 99ee 927d6ed9d602" title="New Manor Community Resource Hub 168">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/a3cb70a3-8a5f-42c2-bbba-c7b05c407435.jpg?rdr=true" alt="a3cb70a3 8a5f 42c2 bbba c7b05c407435" title="New Manor Community Resource Hub 169">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/5573cbff-c854-4749-80b4-28776e725eba.jpg?rdr=true" alt="5573cbff c854 4749 80b4 28776e725eba" title="New Manor Community Resource Hub 170">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/7938ed5c-0e44-4feb-8255-7d30f6acc518.jpg?rdr=true" alt="7938ed5c 0e44 4feb 8255 7d30f6acc518" title="New Manor Community Resource Hub 171">
          </div>
        </div>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Mentoring Is Back at AAYHF</h2>
      <p class="aayhf-subtitle">
        Building leaders. Supporting families. Strengthening community.
      </p>

      <div class="aayhf-grid-2">
        <article class="aayhf-story aayhf-accent-red">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/a996fa50-dfe1-4883-84d5-d418a799f1c2.jpg?rdr=true" alt="Tuesday mentoring" title="New Manor Community Resource Hub 172">
          <div class="aayhf-story-body">
            <h3>Tuesday Night Mentoring &amp; Tutoring</h3>
            <p><strong>Tuesdays | 5:15 PM – 7:30 PM | Started January 13, 2026</strong></p>
            <p>
              Tuesday Night Mentoring &amp; Tutoring provides a consistent and structured environment where youth
              receive academic support alongside character and leadership development.
            </p>
            <ul class="aayhf-simple-list">
              <li>Dinner provided from <strong>5:15 PM – 5:50 PM</strong></li>
              <li>Mentoring and tutoring sessions from <strong>6:00 PM – 7:30 PM</strong></li>
            </ul>
            <p>
              This program strengthens confidence, improves academic engagement, and builds mentor-to-youth
              relationships that extend beyond the classroom.
            </p>
            <div class="aayhf-cta-row">
              <a class="aayhf-btn aayhf-btn-primary" href="https://aayhf.org/programs/" target="_blank" rel="noopener noreferrer">Register for Tuesday Night Mentoring</a>
            </div>
          </div>
        </article>

        <div class="aayhf-card">
          <h3>Program Photo Highlights</h3>
          <div class="aayhf-gallery">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/6ca4612a-99e8-4db5-9298-f7cace1b0122.jpg?rdr=true" alt="6ca4612a 99e8 4db5 9298 f7cace1b0122" title="New Manor Community Resource Hub 173">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/ea14d778-76c6-4b86-916f-469e4a14929f.jpg?rdr=true" alt="ea14d778 76c6 4b86 916f 469e4a14929f" title="New Manor Community Resource Hub 174">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/6e097fe2-a356-4831-a5f3-2ebf357e87b6.jpg?rdr=true" alt="6e097fe2 a356 4831 a5f3 2ebf357e87b6" title="New Manor Community Resource Hub 175">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/e1e8a1dd-7020-4328-aaad-f1c57dada444.jpg?rdr=true" alt="e1e8a1dd 7020 4328 aaad f1c57dada444" title="New Manor Community Resource Hub 176">
          </div>
        </div>
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid-3">

        <article class="aayhf-card aayhf-accent-orange">
          <h3 style="color:#e06a1e;">KREW 12 – Digital Media &amp; Production</h3>
          <p><strong>Thursdays | 5:15 PM – 7:30 PM | Started January 15, 2026</strong></p>
          <p>
            KREW 12 introduces youth to the creative and technical foundations of digital media and production.
            Participants gain hands-on experience in content creation, storytelling, marketing, podcasting,
            and post-production.
          </p>
          <p>
            This program bridges creativity with career readiness, equipping students with skills aligned to
            today’s digital economy and entrepreneurial pathways.
          </p>
          <p><a href="https://aayhf.org/programs/" target="_blank" rel="noopener noreferrer">Register for KREW 12</a></p>
        </article>

        <article class="aayhf-card aayhf-accent-blue">
          <h3 style="color:#284fa1;">STEM Technology Program</h3>
          <p><strong>Thursdays | 5:15 PM – 7:30 PM | Started January 15, 2026</strong></p>
          <p>
            The STEM Technology Program prepares youth for future-focused careers through exposure to robotics,
            artificial intelligence, 3D printing, gaming, and certification pathways.
          </p>
          <p>
            With hands-on learning and real-world applications, the program promotes innovation, workforce readiness,
            and long-term economic mobility.
          </p>
          <p><a href="https://aayhf.org/programs/" target="_blank" rel="noopener noreferrer">Register for STEM</a></p>
        </article>

        <article class="aayhf-card aayhf-accent-brown">
          <h3>Call for Volunteers &amp; Mentors</h3>
          <p>
            AAYHF invites community members, professionals, and partners to support youth by serving as mentors
            and volunteers.
          </p>
          <ul class="aayhf-simple-list">
            <li>Tuesday Night Mentoring &amp; Tutoring</li>
            <li>KREW 12 &amp; STEM Programs</li>
            <li>Spring Break Camp 2026</li>
          </ul>
          <p>Your time, experience, and presence can have a lasting impact on the next generation of leaders.</p>
          <p>
            <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a><br>
            <a href="https://aayhf.org/participate/" target="_blank" rel="noopener noreferrer">www.aayhf.org</a>
          </p>
        </article>

      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-story aayhf-accent-red">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/43da1593-0a58-4829-8a5a-6aea5e95ef97.jpg?rdr=true" alt="Mentoring group photo" title="New Manor Community Resource Hub 177">
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-banner">
        <h3>Watch the Highlights</h3>
        <ul class="aayhf-highlight-list">
          <li><a href="https://www.kvue.com/video/news/community/manor-isd-african-american-youth-harvest-foundation-partnership/269-855849fc-58c9-4d6e-9455-99d30f71317e" target="_blank" rel="noopener noreferrer">KVUE News Link for Manor ISD</a></li>
          <li><a href="https://austinfreepress.org/continuing-the-dream/" target="_blank" rel="noopener noreferrer">Austin Free Press</a></li>
          <li><a href="https://youtu.be/XcFILCUHhKw?feature=shared" target="_blank" rel="noopener noreferrer">AAYHF Reflection 2025 – Part 1</a></li>
          <li><a href="https://youtu.be/4NyHqzT2U48?feature=shared" target="_blank" rel="noopener noreferrer">AAYHF Reflection 2025 – Part 2</a></li>
        </ul>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Program Flyers &amp; Resources</h2>
      <div class="aayhf-flyer-grid">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/a8181634-e8bf-44e0-b5b6-c98ea36c3900.png?rdr=true" alt="AAYHF program flyer" title="New Manor Community Resource Hub 178">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/2d98d305-2152-426f-89da-7384b5670e8c.jpg?rdr=true" alt="Spring Break 2026 flyer" title="New Manor Community Resource Hub 179">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/62da7c47-80e8-4ebd-aeb2-d71e05a0b907.jpg?rdr=true" alt="Mentoring flyer QR code 1" title="New Manor Community Resource Hub 180">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/9fabeda3-79ba-485e-9f9c-a533288a3cd0.jpg?rdr=true" alt="Mentoring flyer QR code 2" title="New Manor Community Resource Hub 181">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/2b59c5ea-ebfa-4d68-95fc-4786da967996.jpg?rdr=true" alt="KREW 12 flyer" title="New Manor Community Resource Hub 182">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/fd268c59-c167-46f1-966a-b2a5dfd13461.jpg?rdr=true" alt="Craft Club flyer" title="New Manor Community Resource Hub 183">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/3163e119-e493-4fb3-94c0-97bb5988e896.jpg?rdr=true" alt="Technology flyer" title="New Manor Community Resource Hub 184">
      </div>
    </section>

    <footer class="aayhf-footer">
      <h3>African American Youth Harvest Foundation, Inc.</h3>
      <p>
        6633 Hwy 290 East, Suite 307, Austin, TX 78723<br>
        Phone: <a href="tel:15122916081">512-291-6081</a><br>
        Email: <a href="mailto:contactus@aayhf.org">contactus@aayhf.org</a><br>
        Website: <a href="https://aayhf.org" target="_blank" rel="noopener noreferrer">www.aayhf.org</a>
      </p>
      <div class="aayhf-socials">
        <a href="https://www.facebook.com/AAYHarvestFoundation/" target="_blank" rel="noopener noreferrer">Facebook</a>
        <a href="https://www.instagram.com/aayhfoundation/" target="_blank" rel="noopener noreferrer">Instagram</a>
        <a href="https://www.youtube.com/@africanamericanyouthharves1199" target="_blank" rel="noopener noreferrer">YouTube</a>
      </div>
    </footer>

  </div>
</div>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>MLK III Historical Visit and Endorsement of The AAYHF Beloved Community Model</title>
		<link>https://aayhf.org/news/mlk-iii-historical-visit-and-endorsement-of-the-african-american-youth-harvest-foundation-beloved-community-model/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 16 Jan 2026 18:50:35 +0000</pubDate>
				<category><![CDATA[News]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=2783</guid>

					<description><![CDATA[Greetings from Michael Lofton, It gives me great pleasure to share that we will go down in history as having a Beloved Community Model endorsed by Mr. Martin Luther King III. During Mr. King’s visit, he toured our facilities in Manor, where he enjoyed Texas barbecue. He toured our Food Pantry Warehouse, walked the ranch, [&#8230;]]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2783" class="elementor elementor-2783" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-1cc5db44 e-flex e-con-boxed e-con e-parent" data-id="1cc5db44" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-a377258 elementor-widget elementor-widget-text-editor" data-id="a377258" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Greetings from Michael Lofton,</p>
<p>It gives me great pleasure to share that we will go down in history as having a <a href="https://aayhf.org/wp-content/uploads/Harvest-Model-One-of-A-Kind-Blue-Print-10-17-2025-Final-3.pdf"><strong>Beloved Community Model</strong></a> endorsed by <strong>Mr. Martin Luther King III</strong>. During Mr. King’s visit, he toured our facilities in Manor, where he enjoyed Texas barbecue. He toured our Food Pantry Warehouse, walked the ranch, rode on the golf cart, hugged the horses, toured the indoor pool, and spoke to hundreds of people who came from all over Travis County, with some traveling from Dallas, Texas.</p>
<p>Mr. King took photos with hundreds of individuals, including students. It was truly an amazing event. During the visit, Mr. King asked Michael Lofton if he would consider traveling the country with him to help replicate his father’s dream—the Beloved Community.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-67dd967 elementor-widget elementor-widget-gallery" data-id="67dd967" data-element_type="widget" data-e-type="widget" data-settings="{&quot;columns&quot;:3,&quot;gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:13,&quot;sizes&quot;:[]},&quot;lazyload&quot;:&quot;yes&quot;,&quot;gallery_layout&quot;:&quot;grid&quot;,&quot;columns_tablet&quot;:2,&quot;columns_mobile&quot;:1,&quot;gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;link_to&quot;:&quot;file&quot;,&quot;aspect_ratio&quot;:&quot;3:2&quot;,&quot;overlay_background&quot;:&quot;yes&quot;,&quot;content_hover_animation&quot;:&quot;fade-in&quot;}" data-widget_type="gallery.default">
				<div class="elementor-widget-container">
							<div class="elementor-gallery__container">
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_014-1-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_014" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxOSwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAxNC0xLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI2N2RkOTY3In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_014-1-scaled.jpg" data-width="2560" data-height="1707" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_001-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_001" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5OSwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAwMS1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiNjdkZDk2NyJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_001-scaled.jpg" data-width="2560" data-height="2253" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_017-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_017" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgwOSwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAxNy1zY2FsZWQuanBnIiwic2xpZGVzaG93IjoiNjdkZDk2NyJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_017-scaled.jpg" data-width="2560" data-height="1707" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_020.jpeg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_020" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgzOSwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAyMC5qcGVnIiwic2xpZGVzaG93IjoiNjdkZDk2NyJ9">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_020.jpeg" data-width="2048" data-height="1536" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_011-1-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_011" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxNCwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAxMS0xLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI2N2RkOTY3In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_011-1-scaled.jpg" data-width="2560" data-height="1706" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_008.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_008" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgwNCwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAwOC5qcGciLCJzbGlkZXNob3ciOiI2N2RkOTY3In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_008.jpg" data-width="0" data-height="0" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_016.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_016" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgwNiwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAxNi5qcGciLCJzbGlkZXNob3ciOiI2N2RkOTY3In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_016.jpg" data-width="0" data-height="0" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_015-2-scaled.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_015" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjgxNiwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAxNS0yLXNjYWxlZC5qcGciLCJzbGlkZXNob3ciOiI2N2RkOTY3In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_015-2-scaled.jpg" data-width="2560" data-height="1707" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
							<a class="e-gallery-item elementor-gallery-item elementor-animated-content" href="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_005.jpg" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="67dd967" data-elementor-lightbox-title="AAYHF-MLKIII_005" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Mjc5OCwidXJsIjoiaHR0cHM6XC9cL2FheWhmLm9yZ1wvd3AtY29udGVudFwvdXBsb2Fkc1wvQUFZSEYtTUxLSUlJXzAwNS5qcGciLCJzbGlkZXNob3ciOiI2N2RkOTY3In0%3D">
					<div class="e-gallery-image elementor-gallery-item__image" data-thumbnail="https://aayhf.org/wp-content/uploads/AAYHF-MLKIII_005.jpg" data-width="0" data-height="0" aria-label="" role="img" ></div>
											<div class="elementor-gallery-item__overlay"></div>
														</a>
					</div>
					</div>
				</div>
				<div class="elementor-element elementor-element-c1185ec elementor-widget elementor-widget-text-editor" data-id="c1185ec" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>In addition, Mr. King met with elected officials, pastors, community leaders, and more than 30 nonprofit service-provider partners at our facility.</p>
<p><strong>MLK III called for both local and national investment in, and replication of, the African American Youth Harvest Foundation’s Beloved Community Model.</strong></p>								</div>
				</div>
				<div class="elementor-element elementor-element-7404990 elementor-widget elementor-widget-text-editor" data-id="7404990" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4><strong>Historic Visit and National Significance</strong></h4>
<p>The <strong>African American Youth Harvest Foundation (AAYHF)</strong> was honored to host a historic visit by <strong>Martin Luther King III</strong> in Austin, Texas, on January 6–7, 2026. This visit represents a defining moment not only for AAYHF, but also for the future of the Harvest Trauma Recovery Center, youth development initiatives, family enrichment and wraparound service programs, and community-centered solutions across the United States.</p>
<p>For more than 20 years, AAYHF has served as a cornerstone institution in Central Texas, impacting thousands of youth, families, and residents each year through a comprehensive, trauma-informed approach that integrates healing, food security, economic opportunity, and cultural restoration. Through intentional design and long-term investment, AAYHF has built what is now recognized as a one-of-a-kind <a href="https://aayhf.org/wp-content/uploads/Harvest-Model-One-of-A-Kind-Blue-Print-10-17-2025-Final-3.pdf"><strong>Beloved Community Blueprint Model</strong></a>, unmatched anywhere else in the nation.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f172846 elementor-widget elementor-widget-text-editor" data-id="f172846" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4><strong>A Nationally Significant Model Rooted in the Beloved Community Vision</strong></h4>
<p>The Harvest Beloved Community Model is not a collection of disconnected programs. It is a fully integrated, place-based system that addresses the root causes of trauma and inequity while creating pathways for long-term stability and opportunity. This model reflects the unfinished work of Dr. Martin Luther King Jr.’s vision of a Beloved Community—where justice, dignity, healing, and shared responsibility are lived realities.</p>
<p>Over two decades, AAYHF has operationalized this vision into a scalable framework that is now gaining national attention as a model worthy of replication across communities throughout the United States. The AAYHF Model includes <strong>30+ nonprofit partners and agencies</strong>, all co-located under one roof, serving all ethnicities and genders and excluding no one.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-6bb0e4d elementor-widget elementor-widget-text-editor" data-id="6bb0e4d" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4><strong>Honoring Leadership and Advancing Healing</strong></h4>
<p>During his visit, <strong>Martin Luther King III endorsed and honored AAYHF CEO Michael R. Lofton and the Harvest Beloved Community Model</strong> in the following ways:</p>
<ul>
<li>Honored AAYHF Founder &amp; CEO <strong>Michael R. Lofton</strong> for over 20 years of visionary leadership and community impact</li>
<li>Publicly supported AAYHF’s <strong>Trauma Recovery Center</strong>, recognizing its role in addressing generational trauma and stabilizing communities</li>
<li>Announced his endorsement of the <strong>Harvest Beloved Community Model</strong> as a nationally replicable solution</li>
<li>Called upon the <strong>City of Austin and Travis County</strong> to fully support and invest in this work as a local model with national significance, including requesting funding to acquire the facility to ensure permanent sustainability for the foundation—an organization that has delivered invaluable services to the City of Austin and Travis County for over 20 years with only a fraction of the funding it truly deserved</li>
</ul>
<p>Mr. King’s presence affirms that the work happening at AAYHF is not only timely but essential to the future of equitable, community-led solutions in America.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ef5df26 elementor-widget elementor-widget-text-editor" data-id="ef5df26" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4><strong>MLK III’s Call to Funders, Institutions, and Stakeholders</strong></h4>
<p>This release also serves as a <a href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener"><strong>formal request for donations</strong></a>.</p>
<p>As AAYHF enters its next phase of growth, we are seeking philanthropic, corporate, institutional, and public-sector partners to invest in:</p>
<ul>
<li>Continued expansion of the <strong>Trauma Recovery Center</strong></li>
<li>Youth leadership development, workforce readiness, and stabilization pathways</li>
<li>Community-wide healing initiatives and food systems infrastructure</li>
<li>Documentation and national replication of the <strong>Harvest Beloved Community Model</strong></li>
</ul>
<p>Your contributions ensure the sustainability of this work while positioning Austin as the birthplace of a national blueprint for healing and justice.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-8c3ecd5 elementor-widget elementor-widget-text-editor" data-id="8c3ecd5" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h4><strong>Make Your Investment Today</strong></h4><p>This is a defining moment—for AAYHF, for Austin, and for communities across the country seeking real, replicable solutions rooted in dignity and healing.</p><p>We invite you to stand with us. <strong><a href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">Make your donation today</a>.</strong></p><p>Together, we can ensure that the Beloved Community is not just remembered—but <strong>realized</strong>.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3cacbcb elementor-align-center elementor-widget elementor-widget-button" data-id="3cacbcb" data-element_type="widget" data-e-type="widget" data-widget_type="button.default">
				<div class="elementor-widget-container">
									<div class="elementor-button-wrapper">
					<a class="elementor-button elementor-button-link elementor-size-sm elementor-animation-grow" href="https://donate.stripe.com/aEU9Cm4MYdwK9Ne144" target="_blank" rel="noopener">
						<span class="elementor-button-content-wrapper">
									<span class="elementor-button-text">Donate Today</span>
					</span>
					</a>
				</div>
								</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-ffd1509 e-flex e-con-boxed e-con e-parent" data-id="ffd1509" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-995b660 elementor-widget elementor-widget-heading" data-id="995b660" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Austin's KVUE News reported on MLK III Visit</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3fe7ab9 elementor-widget elementor-widget-video" data-id="3fe7ab9" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/r66Ntcdqx6U?si=CRiU5SgOTLeIcR2x&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-036bf3f e-flex e-con-boxed e-con e-parent" data-id="036bf3f" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-419fa1e elementor-widget elementor-widget-heading" data-id="419fa1e" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">MLK III Speech at the AAYHF Facility in Manor, TX</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-43bb6b9 elementor-widget elementor-widget-video" data-id="43bb6b9" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/12T1Ta0C83Q?si=ab1P2B3_VaLxnDcO&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-5e33773 e-flex e-con-boxed e-con e-parent" data-id="5e33773" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-dbc6260 elementor-widget elementor-widget-heading" data-id="dbc6260" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Texas NAACP President: Gary Bledsoe</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-3d99ab7 elementor-widget elementor-widget-video" data-id="3d99ab7" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/7Ppm6v4vGQo?si=iikVbTiAGiuYB58w&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
				</div>
		<div class="elementor-element elementor-element-46feef6 e-flex e-con-boxed e-con e-parent" data-id="46feef6" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-da3007c elementor-widget elementor-widget-heading" data-id="da3007c" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Precinct 1: Travis County Commissioner - Jeff Travillion</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-5849e38 elementor-widget elementor-widget-video" data-id="5849e38" data-element_type="widget" data-e-type="widget" data-settings="{&quot;youtube_url&quot;:&quot;https:\/\/youtu.be\/huiKoBKdfD8?si=XsHahDL_FHXcTHvD&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}" data-widget_type="video.default">
				<div class="elementor-widget-container">
							<div class="elementor-wrapper elementor-open-inline">
			<div class="elementor-video"></div>		</div>
						</div>
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AAYHF Weekly News and Updates</title>
		<link>https://aayhf.org/newsletter/aayhf-weekly-news-and-updates/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 29 Dec 2025 20:03:04 +0000</pubDate>
				<category><![CDATA[Newsletter]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=2753</guid>

					<description><![CDATA[AAYHF Weekly News &#38; Updates Martin Luther King III to Visit and Endorse the AAYHF Beloved Community Model in Austin, Texas AAYHF celebrates a major milestone as Martin Luther King III visits Austin on January 6–7, 2026, to honor the organization’s legacy of service and recognize the Harvest Beloved Community Model. This special moment also [&#8230;]]]></description>
										<content:encoded><![CDATA[
<style>
  .aayhf-news-post,
  .aayhf-news-post * {
    box-sizing: border-box;
  }

  .aayhf-news-post {
    --aayhf-blue: #284fa1;
    --aayhf-red: #c1272d;
    --aayhf-orange: #e06a1e;
    --aayhf-gold: #ffd833;
    --aayhf-brown: #5d2f2f;
    --aayhf-light: #f5f5f0;
    --aayhf-text: #1f1f1f;
    --aayhf-muted: #5f5f5f;
    --aayhf-white: #ffffff;
    max-width: 1200px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--aayhf-text);
    line-height: 1.65;
  }

  .aayhf-news-post img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 16px;
  }

  .aayhf-news-post a {
    color: var(--aayhf-red);
    text-decoration: none;
    font-weight: 700;
  }

  .aayhf-news-post a:hover {
    text-decoration: underline;
  }

  .aayhf-wrap {
    background: var(--aayhf-light);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  }

  .aayhf-hero {
    background:
      linear-gradient(rgba(255,255,255,0.90), rgba(255,255,255,0.95)),
      url('https://files.constantcontact.com/6e2f97fa001/c67da530-b347-46c9-83ce-89b943a797fd.png?rdr=true') center/cover no-repeat;
    padding: 48px 28px;
    color: #111;
  }

  .aayhf-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 18px;
  }

  .aayhf-brand img {
    width: 180px;
    border-radius: 0;
  }

  .aayhf-kicker {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.75);
    border: 1px solid rgba(0,0,0,0.08);
    font-size: 13px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--aayhf-blue);
  }

  .aayhf-hero h1 {
    margin: 14px 0 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.15;
  }

  .aayhf-hero p {
    max-width: 900px;
    margin: 0;
    font-size: 1.05rem;
  }

  .aayhf-section {
    padding: 34px 28px;
  }

  .aayhf-section + .aayhf-section {
    border-top: 1px solid rgba(0,0,0,0.06);
  }

  .aayhf-section-title {
    margin: 0 0 16px;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    line-height: 1.2;
    color: var(--aayhf-brown);
  }

  .aayhf-subtitle {
    margin: -4px 0 22px;
    color: var(--aayhf-muted);
  }

  .aayhf-card,
  .aayhf-story,
  .aayhf-banner {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  }

  .aayhf-card {
    padding: 24px;
  }

  .aayhf-story {
    overflow: hidden;
  }

  .aayhf-story-body {
    padding: 22px;
  }

  .aayhf-card h3,
  .aayhf-story h3,
  .aayhf-banner h3 {
    margin: 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.25;
  }

  .aayhf-grid-2,
  .aayhf-grid-3,
  .aayhf-gallery,
  .aayhf-poster-grid {
    display: grid;
    gap: 24px;
  }

  .aayhf-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aayhf-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .aayhf-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .aayhf-gallery img,
  .aayhf-poster-grid img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  .aayhf-poster-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .aayhf-accent-red {
    border-top: 8px solid var(--aayhf-red);
  }

  .aayhf-accent-gold {
    border-top: 8px solid #cc9933;
  }

  .aayhf-accent-blue {
    border-top: 8px solid var(--aayhf-blue);
  }

  .aayhf-accent-orange {
    border-top: 8px solid var(--aayhf-orange);
  }

  .aayhf-red-panel {
    background: linear-gradient(135deg, #c1272d, #d4686c);
    padding: 20px;
    border-radius: 20px;
  }

  .aayhf-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
  }

  .aayhf-btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none !important;
  }

  .aayhf-btn-primary {
    background: var(--aayhf-red);
    color: #fff !important;
  }

  .aayhf-btn-secondary {
    background: var(--aayhf-gold);
    color: #111 !important;
  }

  .aayhf-simple-list {
    margin: 0;
    padding-left: 20px;
  }

  .aayhf-simple-list li {
    margin-bottom: 10px;
  }

  .aayhf-banner {
    padding: 24px;
    background: linear-gradient(135deg, #fff4cc, #fff9e6);
  }

  .aayhf-quote {
    background: linear-gradient(135deg, #f7c3a1, #fde7d8);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(0,0,0,.05);
    font-size: 1.08rem;
  }

  .aayhf-footer {
    background: #182b53;
    color: #fff;
    padding: 28px;
  }

  .aayhf-footer h3 {
    margin-top: 0;
    color: #fff;
  }

  .aayhf-footer a {
    color: var(--aayhf-gold);
  }

  .aayhf-socials {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .aayhf-socials a {
    display: inline-block;
    background: rgba(255,255,255,0.08);
    padding: 10px 14px;
    border-radius: 999px;
  }

  @media (max-width: 900px) {
    .aayhf-grid-2,
    .aayhf-grid-3,
    .aayhf-gallery,
    .aayhf-poster-grid {
      grid-template-columns: 1fr;
    }
  }
</style>

<div class="aayhf-news-post">
  <div class="aayhf-wrap">

    <section class="aayhf-hero">
      <div class="aayhf-brand">
        <span class="aayhf-kicker">AAYHF Weekly News &amp; Updates</span>
      </div>

      <h1>Martin Luther King III to Visit and Endorse the AAYHF Beloved Community Model in Austin, Texas</h1>

      <p>
        AAYHF celebrates a major milestone as Martin Luther King III visits Austin on January 6–7, 2026,
        to honor the organization’s legacy of service and recognize the Harvest Beloved Community Model.
        This special moment also serves as a call for continued community support and year-end giving.
      </p>

      <div class="aayhf-cta-row">
        <a class="aayhf-btn aayhf-btn-primary" href="https://youtu.be/g0Pw4Sgm-o0?si=UtS-encAGLaEEwMn" target="_blank" rel="noopener noreferrer">Watch Video</a>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">A Legacy of Service</h2>

      <div class="aayhf-grid-2">
        <div class="aayhf-story aayhf-accent-red">
          <div class="aayhf-red-panel">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/c67da530-b347-46c9-83ce-89b943a797fd.png?rdr=true" alt="Martin Luther King III event graphic" title="AAYHF Weekly News and Updates 218">
          </div>
          <div class="aayhf-story-body">
            <h3>Celebrating 20 Years of Service and the Beloved Community Model</h3>
            <p>
              This press release highlights a landmark recognition for AAYHF as
              <strong>Martin Luther King III</strong> visits Austin to help celebrate the organization’s
              service legacy and endorse the <strong>Harvest Beloved Community Model</strong>.
            </p>
            <p>
              The visit reflects the impact AAYHF has made through decades of service, youth development,
              family support, community partnerships, and leadership rooted in compassion and action.
            </p>
          </div>
        </div>

        <div class="aayhf-card aayhf-accent-gold">
          <h3>Featured Event Graphics</h3>
          <div class="aayhf-gallery">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/3c336edf-d2c2-400c-ba74-10a1a33d3047.png?rdr=true" alt="3c336edf d2c2 400c ba74 10a1a33d3047" title="AAYHF Weekly News and Updates 219">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/3946721b-c875-4334-9630-6a9c1bae6f79.png?rdr=true" alt="3946721b c875 4334 9630 6a9c1bae6f79" title="AAYHF Weekly News and Updates 220">
            <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/29adf852-7784-40be-b9a8-c7df12453d59.jpg?rdr=true" alt="29adf852 7784 40be b9a8 c7df12453d59" title="AAYHF Weekly News and Updates 221">
          </div>
        </div>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Featured Video</h2>
      <div class="aayhf-story aayhf-accent-red">
        <a href="https://youtu.be/g0Pw4Sgm-o0?si=UtS-encAGLaEEwMn" target="_blank" rel="noopener noreferrer">
          <img decoding="async" src="https://web-extract.constantcontact.com/v1/thumbnail?url=https%3A%2F%2Fi.ytimg.com%2Fvi%2Fg0Pw4Sgm-o0%2Fhqdefault.jpg" alt="Featured YouTube video" title="AAYHF Weekly News and Updates 222">
        </a>
        <div class="aayhf-story-body">
          <h3>Watch the Story Behind the Movement</h3>
          <p>
            View the featured video connected to this press release and learn more about the work,
            vision, and community impact of AAYHF.
          </p>
          <div class="aayhf-cta-row">
            <a class="aayhf-btn aayhf-btn-primary" href="https://youtu.be/g0Pw4Sgm-o0?si=UtS-encAGLaEEwMn" target="_blank" rel="noopener noreferrer">Watch on YouTube</a>
          </div>
        </div>
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Where Service Comes to Life</h2>
      <p class="aayhf-subtitle">A year of programs, people, and purpose.</p>

      <div class="aayhf-banner">
        <h3>Community, Compassion, and Connection</h3>
        <p>
          This year reflects what makes AAYHF special: community, compassion, and connection.
          We are thankful for everyone who helped make the year brighter for our students, families,
          partners, and staff.
        </p>
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid-3">
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/497516fc-e210-4377-9331-ba93c526f28a.jpg?rdr=true" alt="497516fc e210 4377 9331 ba93c526f28a" title="AAYHF Weekly News and Updates 223">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/bed2fb2e-cea6-4000-b2e0-c12383686046.jpg?rdr=true" alt="bed2fb2e cea6 4000 b2e0 c12383686046" title="AAYHF Weekly News and Updates 224">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/4bc08130-28c9-43bb-87bf-301756d62f4f.jpg?rdr=true" alt="4bc08130 28c9 43bb 87bf 301756d62f4f" title="AAYHF Weekly News and Updates 225">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/92be0e8e-8155-47fe-9f67-bd215a5610b8.jpg?rdr=true" alt="92be0e8e 8155 47fe 9f67 bd215a5610b8" title="AAYHF Weekly News and Updates 226">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/3964d601-4adb-4d44-a719-e2c388691bb3.jpg?rdr=true" alt="3964d601 4adb 4d44 a719 e2c388691bb3" title="AAYHF Weekly News and Updates 227">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/8cfb5bc8-30c0-4565-8b7a-c6533bdb6327.jpg?rdr=true" alt="8cfb5bc8 30c0 4565 8b7a c6533bdb6327" title="AAYHF Weekly News and Updates 228">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/b20ba45a-d751-45a6-92c4-dbe03674bb03.jpg?rdr=true" alt="b20ba45a d751 45a6 92c4 dbe03674bb03" title="AAYHF Weekly News and Updates 229">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/5640a123-8dab-4434-9b2d-61cde3af7591.jpg?rdr=true" alt="5640a123 8dab 4434 9b2d 61cde3af7591" title="AAYHF Weekly News and Updates 230">
        </div>
        <div class="aayhf-card aayhf-accent-orange">
          <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/eb8f2e2f-2fe5-4147-89e3-c2c28a3c19a1.png?rdr=true" alt="eb8f2e2f 2fe5 4147 89e3 c2c28a3c19a1" title="AAYHF Weekly News and Updates 231">
        </div>
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-grid-3">
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/72014ce7-a6af-423d-b2c4-db0afa9293d4.jpg?rdr=true" alt="72014ce7 a6af 423d b2c4 db0afa9293d4" title="AAYHF Weekly News and Updates 232"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/583e3580-b1fe-4355-9c52-cd34c25008a9.jpg?rdr=true" alt="583e3580 b1fe 4355 9c52 cd34c25008a9" title="AAYHF Weekly News and Updates 233"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/3e923076-8d50-4e2a-826b-1de06e97d0e4.jpg?rdr=true" alt="3e923076 8d50 4e2a 826b 1de06e97d0e4" title="AAYHF Weekly News and Updates 234"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/9e8c5334-2631-402e-b431-b48b8da59f8b.jpg?rdr=true" alt="9e8c5334 2631 402e b431 b48b8da59f8b" title="AAYHF Weekly News and Updates 235"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/4c6555bd-3428-4e86-bc8d-3fa017c719b3.jpg?rdr=true" alt="4c6555bd 3428 4e86 bc8d 3fa017c719b3" title="AAYHF Weekly News and Updates 236"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/7d264a52-1e64-4064-a5ce-5055edfcd402.jpg?rdr=true" alt="7d264a52 1e64 4064 a5ce 5055edfcd402" title="AAYHF Weekly News and Updates 237"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/f980d7b8-8ff0-471a-9dc2-8b56d5f868c2.jpg?rdr=true" alt="f980d7b8 8ff0 471a 9dc2 8b56d5f868c2" title="AAYHF Weekly News and Updates 238"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/fda1d1a1-3163-4453-b839-33ca234f8888.jpg?rdr=true" alt="fda1d1a1 3163 4453 b839 33ca234f8888" title="AAYHF Weekly News and Updates 239"></div>
        <div class="aayhf-card aayhf-accent-blue"><img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/17a20028-990b-41d4-b10b-f8d616475249.jpg?rdr=true" alt="17a20028 990b 41d4 b10b f8d616475249" title="AAYHF Weekly News and Updates 240"></div>
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-story aayhf-accent-red">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/f6a40068-7e16-441d-a53f-224fe88d3749.jpg?rdr=true" alt="AAYHF community image" title="AAYHF Weekly News and Updates 241">
      </div>
    </section>

    <section class="aayhf-section">
      <div class="aayhf-quote">
        <strong>Support the mission.</strong> This moment is both a celebration and a reminder that the work continues.
        AAYHF’s ongoing impact depends on community support, strong partnerships, and generous giving to help sustain
        programs that serve youth and families throughout Austin.
      </div>
    </section>

    <section class="aayhf-section">
      <h2 class="aayhf-section-title">Support &amp; Campaign Graphics</h2>
      <div class="aayhf-poster-grid">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/0652a8cb-130c-473d-8adc-fcff79a49316.png?rdr=true" alt="Support graphic" title="AAYHF Weekly News and Updates 242">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/6153223d-85b4-4662-bac5-6044df7df60d.png?rdr=true" alt="Campaign graphic" title="AAYHF Weekly News and Updates 243">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/918fe6aa-3692-4e03-a2a2-d0eb7ea15129.png?rdr=true" alt="Campaign graphic" title="AAYHF Weekly News and Updates 244">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/606acb7e-6590-470e-936e-5ce441e02bcf.png?rdr=true" alt="Campaign graphic" title="AAYHF Weekly News and Updates 245">
        <img decoding="async" src="https://files.constantcontact.com/6e2f97fa001/b0039973-1222-4073-a4c3-29240c90e805.png?rdr=true" alt="Campaign graphic" title="AAYHF Weekly News and Updates 246">
      </div>
    </section>

    <footer class="aayhf-footer">
      <h3>African American Youth Harvest Foundation, Inc.</h3>
      <p>
        6633 Hwy 290 East, Suite 307, Austin, TX 78723<br>
        Phone: <a href="tel:15122916081">512-291-6081</a>
      </p>

      <div class="aayhf-socials">
        <a href="#">Facebook</a>
        <a href="#">X</a>
        <a href="#">Instagram</a>
      </div>
    </footer>

  </div>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>AAYHF &#8211; See some highlights from our Annual Backpack Give-a-way &#038; Community Party!</title>
		<link>https://aayhf.org/newsletter/aayhf-see-some-highlights-from-our-annual-backpack-give-a-way-community-party/</link>
					<comments>https://aayhf.org/newsletter/aayhf-see-some-highlights-from-our-annual-backpack-give-a-way-community-party/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Aug 2024 13:00:00 +0000</pubDate>
				<category><![CDATA[Newsletter]]></category>
		<guid isPermaLink="false">https://aayhf.org/?p=2319</guid>

					<description><![CDATA[AAYHF &#8211; See some highlights from our Annual Backpack Give-a-way &#38; Community Party! You make the difference&#8211;Donate to AAYHF Today!   Registered and non-registered participants enjoyed a full day of family-fun and all sorts of items to prepare for the upcoming school year. AAYHF and Sponsors provided: Backpacks/School Supplies Shoes Clothes Household Items Great Food [&#8230;]]]></description>
										<content:encoded><![CDATA[

<!DOCTYPE html><html xmlns:fb="https://www.facebook.com/2008/fbml" lang="en-US"><head><meta property="og:title" content="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party!"><meta property="og:site_name" content="African American Youth Harvest Foundation, Inc."><meta property="og:type" content="article"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/df83fe7c-ba0f-4fb8-9cff-fbab73a62807.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/60348c51-f921-4190-9ecc-3f462afe332b.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/9e2788ae-e760-4765-a0a6-0a4bd3272f92.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/67165251-1aaa-471b-b75e-9a19a27628ef.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/04c20aab-8184-49ac-80cb-ac572a14a65a.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/19e2d2fd-264a-4f33-b711-d11873988bc7.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/9b71bb09-8b9f-44f4-bb22-0ec5a6a5a38d.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/a5f16a25-e907-416f-830a-f6f8c0aa9912.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/715a5e4b-3966-41c9-9708-ce8c035e5021.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/9dd601cf-4328-4ea5-a5e2-3896c1bb22c0.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/71e07068-3779-4cea-b5f3-be54bdff6854.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/600a8f44-fed2-4a07-bf70-f85c9136ad02.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/36e62c06-f8c0-43b6-811f-00b89bf49c4c.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/e0016bf6-67b3-4925-8f8b-399f0c32f1da.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/60fbd3d6-11d0-4b8b-b7db-f56ed8e6e27a.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/2fa03cd6-bc27-4c04-ba90-08e061122628.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/9cb2edbc-4f36-45ee-8433-f65d7c0a1a13.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/2e0ded3a-bdef-432f-b1a4-2eff20d912a1.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/07d287a7-3778-4f3f-bc5b-a967da556335.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/d6c7f532-20ff-4bd7-a2a7-1f0d6384293b.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/44ebfd50-0497-4341-b0fe-6822c31be3ba.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/95a7897a-a130-49e5-b6f6-1bf4c6b62d97.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/9bb1ee64-4584-452a-b1c4-b4efc12cffb5.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/6ae2524d-4a44-4702-87ec-de1ce3e4b2d0.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/18a9efe5-c6a8-4f40-9dbf-f5fffdd284a3.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/0368c197-4889-4d2f-8610-bae55c07abf9.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/97ea5079-c3df-4a35-bb7a-eca2c8af61b0.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/ede37054-1921-4a35-a816-b63518c4912f.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/a15b58d2-f5e2-4f43-912e-1ea37a7b0510.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/6d035aa0-9699-4bb5-8c20-57996996ff07.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/0c153047-518e-41a3-b8a0-7cd41f87281e.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/24d92d02-c322-4703-a6ed-a380ea1a565e.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/a605c98f-59d7-482c-acf7-510c60295ea3.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/ba764c52-625c-43d7-832a-fc044f1a4e7a.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/0c4649c0-9d1d-4dc5-a1f1-a034286da91f.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/02ec82b7-798f-4d29-8439-df3b4ed7e71f.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/ec8b7bb6-7d7d-4e19-8d07-9059118b0a47.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/93c87e93-d5e9-4724-b75d-65157827c357.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/aca5d0ad-9696-48f4-a685-f12b277645ff.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/83751fa0-160c-4697-b2a1-bc91c7425ada.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/d54e7aaa-a56e-424d-8dec-1ec4aa87813d.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/a45fead5-568d-4464-9477-3d1966a57959.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/70ff4410-46c2-47f8-bac5-2a7e628ab0cb.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/c760650d-4927-4be3-a22d-89b0ad75a842.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/42590f4d-804f-48dc-91ae-b23c82bc3c5c.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/e3f689fc-42cd-4d23-9e30-c50f14df426c.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/6691e640-b592-490a-946c-8a94f754d528.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/95f38492-3e49-4aa7-9c64-3103ec26c3d6.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/942d2187-52bb-4449-b029-156d8a9d2b3b.png?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/bfca8ded-d223-4fd9-9610-6e9f486bec8f.jpg?rdr=true"><meta property="og:image" content="https://files.constantcontact.com/6e2f97fa001/8a611361-d057-4ba5-895b-63d8cb34f87d.jpg?rdr=true"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/CPE/SocialIcons/circles/circleColor_Facebook.png"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/CPE/SocialIcons/circles/circleColor_Twitter.png"><meta property="og:image" content="https://imgssl.constantcontact.com/letters/images/CPE/SocialIcons/circles/circleColor_Instagram.png"><meta property="twitter:image" content="https://files.constantcontact.com/6e2f97fa001/df83fe7c-ba0f-4fb8-9cff-fbab73a62807.png?rdr=true"><meta property="og:description" content="You make the difference--Donate to AAYHF Today!   Registered and non-registered participants enjoyed a full day of family-fun and all sorts of items to prepare for the upcoming school year. AAYHF and ">  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">   <style type="text/css" data-premailer="ignore"> 
@media only screen and (max-width:480px) { .footer-main-width { width: 100% !important; }  .footer-mobile-hidden { display: none !important; }  .footer-mobile-hidden { display: none !important; }  .footer-column { display: block !important; }  .footer-mobile-stack { display: block !important; }  .footer-mobile-stack-padding { padding-top: 3px; } } 
/* IE: correctly scale images with w/h attbs */ img { -ms-interpolation-mode: bicubic; } 
.layout { min-width: 100%; } 
table { table-layout: fixed; } .shell_outer-row { table-layout: auto; } 
/* Gmail/Web viewport fix */ u + .body .shell_outer-row { width: 610px; } 
@media screen {  @font-face { font-family: 'Dancing Script'; font-style: normal; font-weight: 400; src: local('Dancing Script Regular'), local('DancingScript-Regular'), url(https://fonts.gstatic.com/s/dancingscript/v9/If2RXTr6YS-zF4S-kcSWSVi_szLgiuEHiC4W.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Lobster Two'; font-style: normal; font-weight: 400; src: local('Lobster Two'), local('LobsterTwo'), url(https://fonts.gstatic.com/s/lobstertwo/v11/BngMUXZGTXPUvIoyV6yN5-fN5qWr4xCC.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Amatic SC'; font-style: normal; font-weight: 400; src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vOECuSfU5cP1Q.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Merriweather'; font-style: normal; font-weight: 400; src: local('Merriweather Regular'), local('Merriweather-Regular'), url(https://fonts.gstatic.com/s/merriweather/v19/u-440qyriQwlOrhSvowK_l5-fCZMdeX3rg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Libre Baskerville'; font-style: normal; font-weight: 400; src: local('Libre Baskerville'), local('LibreBaskerville-Regular'), url(https://fonts.gstatic.com/s/librebaskerville/v5/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxMaC82U.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  @font-face { font-family: 'Raleway'; font-style: normal; font-weight: 400; src: local('Raleway'), local('Raleway-Regular'), url(https://fonts.gstatic.com/s/raleway/v12/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215; }  }  /* LIST AND p STYLE OVERRIDES */ .text .text_content-cell p { margin: 0; padding: 0; margin-bottom: 0; } .text .text_content-cell ul, .text .text_content-cell ol { padding: 0; margin: 0 0 0 40px; } .text .text_content-cell li { padding: 0; margin: 0; /* line-height: 1.2; Remove after testing */ } /* Text Link Style Reset */ a { text-decoration: underline; } /* iOS: Autolink styles inherited */ a[x-apple-data-detectors] { text-decoration: underline !important; font-size: inherit !important; font-family: inherit !important; font-weight: inherit !important; line-height: inherit !important; color: inherit !important; } /* FF/Chrome: Smooth font rendering */ .text .text_content-cell { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } 
</style> <!--[if gte mso 9]> <style id="ol-styles"> 
/* OUTLOOK-SPECIFIC STYLES */ li { text-indent: -1em; padding: 0; margin: 0; /* line-height: 1.2; Remove after testing */ } ul, ol { padding: 0; margin: 0 0 0 40px; } p { margin: 0; padding: 0; margin-bottom: 0; } 
</style> <![endif]-->  <style>@media only screen and (max-width:480px) {
.button_content-cell {
padding-top: 10px !important; padding-right: 20px !important; padding-bottom: 10px !important; padding-left: 20px !important;
}
.button_border-row .button_content-cell {
padding-top: 10px !important; padding-right: 20px !important; padding-bottom: 10px !important; padding-left: 20px !important;
}
.column .content-padding-horizontal {
padding-left: 20px !important; padding-right: 20px !important;
}
.layout .column .content-padding-horizontal .content-padding-horizontal {
padding-left: 0px !important; padding-right: 0px !important;
}
.layout .column .content-padding-horizontal .block-wrapper_border-row .content-padding-horizontal {
padding-left: 20px !important; padding-right: 20px !important;
}
.dataTable {
overflow: auto !important;
}
.dataTable .dataTable_content {
width: auto !important;
}
.image--mobile-scale .image_container img {
width: auto !important;
}
.image--mobile-center .image_container img {
margin-left: auto !important; margin-right: auto !important;
}
.image.image--float-left {
float: none !important;
}
.image.image--float-right {
float: none !important;
}
.layout-margin .layout-margin_cell {
padding: 0px 20px !important;
}
.layout-margin--uniform .layout-margin_cell {
padding: 20px 20px !important;
}
.scale {
width: 100% !important;
}
.stack {
display: block !important; box-sizing: border-box;
}
.hide {
display: none !important;
}
u + .body .shell_outer-row {
width: 100% !important;
}
.socialFollow_container {
text-align: center !important;
}
.text .text_content-cell {
font-size: 16px !important;
}
.text .text_content-cell h1 {
font-size: 24px !important;
}
.text .text_content-cell h2 {
font-size: 20px !important;
}
.text .text_content-cell h3 {
font-size: 20px !important;
}
.text--sectionHeading .text_content-cell {
font-size: 24px !important;
}
.text--heading .text_content-cell {
font-size: 24px !important;
}
.text--feature .text_content-cell h2 {
font-size: 20px !important;
}
.text--articleHeading .text_content-cell {
font-size: 20px !important;
}
.text--article .text_content-cell h3 {
font-size: 20px !important;
}
.text--featureHeading .text_content-cell {
font-size: 20px !important;
}
.text--feature .text_content-cell h3 {
font-size: 20px !important;
}
.text--dataTable .text_content-cell .dataTable .dataTable_content-cell {
font-size: 12px !important;
}
.text--dataTable .text_content-cell .dataTable th.dataTable_content-cell {
font-size: px !important;
}
}
</style>
<title>AAYHF &#8211; See some highlights from our Annual Backpack Give-a-way &amp; Community Party!</title><script type="text/javascript">
var __plink_targets = {
"linkedin.post": "https://s.rs6.net/t?e=yco_ahVrGws&c=4&r=1",
"addthis.share": "https://s.rs6.net/t?e=yco_ahVrGws&c=5&r=1",
"facebook.like": "https://s.rs6.net/t?e=yco_ahVrGws&c=2&r=0",
"twitter.tweet": "https://s.rs6.net/t?e=yco_ahVrGws&c=3&r=1",
"x.tweet": "https://s.rs6.net/t?e=yco_ahVrGws&c=3&r=1",
"facebook.share": "https://s.rs6.net/t?e=yco_ahVrGws&c=1&r=1",
"facebook.send": "https://s.rs6.net/t?e=yco_ahVrGws&c=6&r=0",
"permalink.view": "https://s.rs6.net/t?e=yco_ahVrGws&c=0&r=0"
};
</script>
<script type="text/javascript" src="https://myemail-op.constantcontact.com/page/js/campaignPage.js?soid=gx7txxcab&#038;visitorHost=https%3A%2F%2Fvisitor.constantcontact.com&#038;pageName=AAYHF%20-%20See%20some%20highlights%20from%20our%20Annual%20Backpack%20Give-a-way%20%26%20Community%20Party!"></script>
</head> <body class="body template template--en-US" data-template-version="1.41.2" data-canonical-name="CPE-PT1133" lang="en-US" align="center" style="-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; min-width: 100%; width: 100%; margin: 0px; padding: 0px;"> <div id="preheader" style="color: transparent; display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;"><span data-entity-ref="preheader">You make the difference&#8211;Donate to AAYHF Today!</span></div> <div id="tracking-image" style="color: transparent; display: none; font-size: 1px; line-height: 1px; max-height: 0px; max-width: 0px; opacity: 0; overflow: hidden;"></div> <div class="shell" lang="en-US" style="background-color: #284fa1;">  <!--[if gte mso 9]> <v:background xmlns:v="urn:schemas-microsoft-com:vml" fill="t"> <v:fill type="tile" src="https://imgssl.constantcontact.com/letters/images/backgrounds/stainedglass.png" color="#284fa1"/> </v:background> <![endif]-->  <table class="shell_panel-row" width="100%" border="0" cellpadding="0" cellspacing="0" style="background-image: url('https://imgssl.constantcontact.com/letters/images/backgrounds/stainedglass.png');" background="https://imgssl.constantcontact.com/letters/images/backgrounds/stainedglass.png"> <tbody><tr class=""> <td class="shell_panel-cell" style="" align="center" valign="top"> <table class="shell_width-row scale" style="width: 610px;" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="shell_width-cell" style="padding: 15px 10px;" align="center" valign="top"> <table class="shell_content-row" width="100%" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="shell_content-cell" style="background-color: #ffffff; padding: 0; border: 0px solid #99dddc;" align="center" valign="top" bgcolor="#ffffff"> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top"><div class="spacer" style="line-height: 10px; height: 10px;"> </div></td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/df83fe7c-ba0f-4fb8-9cff-fbab73a62807.png?rdr=true" alt="df83fe7c ba0f 4fb8 9cff fbab73a62807" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 320"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="padding-bottom: 7px; background-color: #000000; height: 1px; line-height: 1px; border-bottom-width: 0px;" height="1" align="center" bgcolor="#000000"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/60348c51-f921-4190-9ecc-3f462afe332b.png?rdr=true" alt="60348c51 f921 4190 9ecc 3f462afe332b" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 322"> </td> </tr> </tbody></table> <table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Registered and non-registered participants enjoyed a full day of family-fun and all sorts of items to prepare for the upcoming school year. </span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">AAYHF and Sponsors provided:</span></p>
<ul>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Backpacks/School Supplies</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Shoes </span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Clothes</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Household Items</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Great Food</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Live Entertainment</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Mental Health Resources</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">40 Vendors</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); text-align: center; font-weight: bold; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Haircuts for Boys</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">Free Raffle</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">&amp; so much more</span></li>
<li style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold; text-align: center; list-style-position: inside;"><span style="font-size: 40px; color: rgb(40, 79, 161); font-weight: bold;">AND IT WAS ALL FREE!</span></li>
</ul>
</td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 35px; color: rgb(255, 255, 255); background-color: rgb(40, 79, 161); font-weight: bold;">**We raffled off a lot of gifts from vendors. </span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 35px; color: rgb(255, 255, 255); background-color: rgb(40, 79, 161); font-weight: bold;">One of the gifts was a $1,600 trip to anywhere in the US!**&nbsp;</span></p>
</td> </tr> </tbody></table> <table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<h1 style="text-align: center; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #666666; font-size: 24px; font-weight: bold; margin: 0;" align="center"><span style="font-size: 22px; font-family: &quot;Arial Black&quot;, Gadget, sans-serif; color: rgb(192, 62, 48);">KVUE News Link:</span></h1>
<h1 style="text-align: center; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #666666; font-size: 24px; font-weight: bold; margin: 0;" align="center"><span style="font-size: 22px; font-family: &quot;Arial Black&quot;, Gadget, sans-serif; color: rgb(192, 62, 48);"><span class="ql-cursor">﻿</span>&#8220;Hundreds of families get free backpacks, resources at giveaway in northeast Austin&#8221;</span></h1>
<p style="margin: 0;"><span style="font-size: 23px;">https://www.kvue.com/article/news/community/african-american-youth-harvest-foundation-back-to-school/269-7a021c9c-3948-4143-8518-b9b2facbaa49</span></p>
</td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/9e2788ae-e760-4765-a0a6-0a4bd3272f92.jpg?rdr=true" alt="9e2788ae e760 4765 a0a6 0a4bd3272f92" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 325"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/67165251-1aaa-471b-b75e-9a19a27628ef.jpg?rdr=true" alt="67165251 1aaa 471b b75e 9a19a27628ef" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 326"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/04c20aab-8184-49ac-80cb-ac572a14a65a.jpg?rdr=true" alt="04c20aab 8184 49ac 80cb ac572a14a65a" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 327"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/19e2d2fd-264a-4f33-b711-d11873988bc7.jpg?rdr=true" alt="19e2d2fd 264a 4f33 b711 d11873988bc7" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 328"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/9b71bb09-8b9f-44f4-bb22-0ec5a6a5a38d.jpg?rdr=true" alt="9b71bb09 8b9f 44f4 bb22 0ec5a6a5a38d" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 329"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/a5f16a25-e907-416f-830a-f6f8c0aa9912.jpg?rdr=true" alt="a5f16a25 e907 416f 830a f6f8c0aa9912" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 330"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/715a5e4b-3966-41c9-9708-ce8c035e5021.jpg?rdr=true" alt="715a5e4b 3966 41c9 9708 ce8c035e5021" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 331"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/9dd601cf-4328-4ea5-a5e2-3896c1bb22c0.jpg?rdr=true" alt="9dd601cf 4328 4ea5 a5e2 3896c1bb22c0" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 332"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/71e07068-3779-4cea-b5f3-be54bdff6854.jpg?rdr=true" alt="71e07068 3779 4cea b5f3 be54bdff6854" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 333"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/600a8f44-fed2-4a07-bf70-f85c9136ad02.jpg?rdr=true" alt="600a8f44 fed2 4a07 bf70 f85c9136ad02" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 334"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/36e62c06-f8c0-43b6-811f-00b89bf49c4c.jpg?rdr=true" alt="36e62c06 f8c0 43b6 811f 00b89bf49c4c" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 335"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/e0016bf6-67b3-4925-8f8b-399f0c32f1da.jpg?rdr=true" alt="e0016bf6 67b3 4925 8f8b 399f0c32f1da" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 336"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout-margin" style="" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="layout-margin_cell" style="padding: 0px 20px;" align="center" valign="top"> <table class="layout layout--1-column layout--divided" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column-border column--1 scale stack" style="width: 100%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="506" src="https://files.constantcontact.com/6e2f97fa001/60fbd3d6-11d0-4b8b-b7db-f56ed8e6e27a.jpg?rdr=true" alt="60fbd3d6 11d0 4b8b b7db f56ed8e6e27a" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 337"> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> <table class="layout-margin" style="" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="layout-margin_cell" style="padding: 0px 20px;" align="center" valign="top"> <table class="layout layout--2-column layout--divided" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column-border column--1 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/2fa03cd6-bc27-4c04-ba90-08e061122628.jpg?rdr=true" alt="2fa03cd6 bc27 4c04 ba90 08e061122628" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 338"> </td> </tr> </tbody></table> </td>  <td class="column-divider scale stack" style="height: 1px; line-height: 1px;" width="20" align="center" valign="top"> <img loading="lazy" decoding="async" alt="S" width="20" height="20" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 339"> </td>  <td class="column column-border column--2 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/9cb2edbc-4f36-45ee-8433-f65d7c0a1a13.jpg?rdr=true" alt="9cb2edbc 4f36 45ee 8433 f65d7c0a1a13" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 340"> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> <table class="layout-margin" style="" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="layout-margin_cell" style="padding: 0px 20px;" align="center" valign="top"> <table class="layout layout--2-column layout--divided" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column-border column--1 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/2e0ded3a-bdef-432f-b1a4-2eff20d912a1.jpg?rdr=true" alt="2e0ded3a bdef 432f b1a4 2eff20d912a1" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 341"> </td> </tr> </tbody></table> </td>  <td class="column-divider scale stack" style="height: 1px; line-height: 1px;" width="20" align="center" valign="top"> <img loading="lazy" decoding="async" alt="S" width="20" height="20" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 339"> </td>  <td class="column column-border column--2 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/07d287a7-3778-4f3f-bc5b-a967da556335.jpg?rdr=true" alt="07d287a7 3778 4f3f bc5b a967da556335" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 343"> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> <table class="layout-margin" style="" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="layout-margin_cell" style="padding: 0px 20px;" align="center" valign="top"> <table class="layout layout--1-column layout--divided" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column-border column--1 scale stack" style="width: 100%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="506" src="https://files.constantcontact.com/6e2f97fa001/d6c7f532-20ff-4bd7-a2a7-1f0d6384293b.jpg?rdr=true" alt="d6c7f532 20ff 4bd7 a2a7 1f0d6384293b" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 344"> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/44ebfd50-0497-4341-b0fe-6822c31be3ba.jpg?rdr=true" alt="44ebfd50 0497 4341 b0fe 6822c31be3ba" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 345"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/95a7897a-a130-49e5-b6f6-1bf4c6b62d97.jpg?rdr=true" alt="95a7897a a130 49e5 b6f6 1bf4c6b62d97" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 346"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/9bb1ee64-4584-452a-b1c4-b4efc12cffb5.jpg?rdr=true" alt="9bb1ee64 4584 452a b1c4 b4efc12cffb5" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 347"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/6ae2524d-4a44-4702-87ec-de1ce3e4b2d0.jpg?rdr=true" alt="6ae2524d 4a44 4702 87ec de1ce3e4b2d0" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 348"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/18a9efe5-c6a8-4f40-9dbf-f5fffdd284a3.jpg?rdr=true" alt="18a9efe5 c6a8 4f40 9dbf f5fffdd284a3" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 349"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/0368c197-4889-4d2f-8610-bae55c07abf9.jpg?rdr=true" alt="0368c197 4889 4d2f 8610 bae55c07abf9" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 350"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/97ea5079-c3df-4a35-bb7a-eca2c8af61b0.jpg?rdr=true" alt="97ea5079 c3df 4a35 bb7a eca2c8af61b0" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 351"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/ede37054-1921-4a35-a816-b63518c4912f.jpg?rdr=true" alt="ede37054 1921 4a35 a816 b63518c4912f" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 352"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/a15b58d2-f5e2-4f43-912e-1ea37a7b0510.jpg?rdr=true" alt="a15b58d2 f5e2 4f43 912e 1ea37a7b0510" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 353"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/6d035aa0-9699-4bb5-8c20-57996996ff07.jpg?rdr=true" alt="6d035aa0 9699 4bb5 8c20 57996996ff07" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 354"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/0c153047-518e-41a3-b8a0-7cd41f87281e.jpg?rdr=true" alt="0c153047 518e 41a3 b8a0 7cd41f87281e" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 355"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/24d92d02-c322-4703-a6ed-a380ea1a565e.jpg?rdr=true" alt="24d92d02 c322 4703 a6ed a380ea1a565e" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 356"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/a605c98f-59d7-482c-acf7-510c60295ea3.jpg?rdr=true" alt="a605c98f 59d7 482c acf7 510c60295ea3" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 357"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/ba764c52-625c-43d7-832a-fc044f1a4e7a.jpg?rdr=true" alt="ba764c52 625c 43d7 832a fc044f1a4e7a" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 358"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/0c4649c0-9d1d-4dc5-a1f1-a034286da91f.jpg?rdr=true" alt="0c4649c0 9d1d 4dc5 a1f1 a034286da91f" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 359"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/02ec82b7-798f-4d29-8439-df3b4ed7e71f.jpg?rdr=true" alt="02ec82b7 798f 4d29 8439 df3b4ed7e71f" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 360"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/ec8b7bb6-7d7d-4e19-8d07-9059118b0a47.jpg?rdr=true" alt="ec8b7bb6 7d7d 4e19 8d07 9059118b0a47" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 361"> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/93c87e93-d5e9-4724-b75d-65157827c357.jpg?rdr=true" alt="93c87e93 d5e9 4724 b75d 65157827c357" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 362"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="padding-bottom: 10px; background-color: #284fa1; height: 1px; line-height: 1px; border-bottom-width: 0px;" height="1" align="center" bgcolor="#284fa1"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 36px; color: rgb(192, 62, 48); font-weight: bold;">**UPCOMING EVENTS AND</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 36px; color: rgb(192, 62, 48); font-weight: bold;"><span class="ql-cursor">﻿</span> AAYHF PROGRAMS &#8211; </span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 36px; color: rgb(192, 62, 48); font-weight: bold;">﻿FIND OUT MORE BELOW**</span></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 35px; font-weight: bold;">RUFF RYDERS WILL HOST A COMMUNIYT EVENT ON </span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 35px; font-weight: bold;">AUGUST 31</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 35px; font-weight: bold;">All are welcomed!</span></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/aca5d0ad-9696-48f4-a685-f12b277645ff.png?rdr=true" alt="aca5d0ad 9696 48f4 a685 f12b277645ff" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 365"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="padding-bottom: 9px; background-color: #000000; height: 1px; line-height: 1px; border-bottom-width: 0px;" height="1" align="center" bgcolor="#000000"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);">Join us for Crafters: A Creative Outlet and unlock your creativity with Cricut! Whether you&#8217;re new to crafting or looking to enhance your skills, this workshop is the perfect opportunity to learn and create something amazing.</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> Starts: August 24th</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> Time: 10:00 AM &#8211; 2:00 PM</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> Location: 6633 Hwy 290 E., Austin, TX 78723</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> When: Every 2nd &amp; 4th Saturday of each month</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);">Participants will:</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> Learn how to operate a Cricut</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> Explore Cricut design basics</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);"> Bring their designs to life</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(5, 5, 5);">Ages 12+ are welcome, but hurry—class sizes are limited!</span></p>
<p style="text-align: center; margin: 0;" align="center"><a href="https://form.jotform.com/242207224587153" rel="noopener noreferrer" target="_blank" style="font-size: 30px; color: #1A75BB; font-weight: bold; text-decoration: underline; font-style: normal;">SIGN UP HERE!</a></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/83751fa0-160c-4697-b2a1-bc91c7425ada.png?rdr=true" alt="83751fa0 160c 4697 b2a1 bc91c7425ada" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 367"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top"><p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(0, 0, 0);">Are you interested in a career in Software Development?  Enroll in an upcoming course with the </span><a href="https://www.facebook.com/AAYHarvestFoundation?__cft__%5B0%5D=AZUHAD2tq1c0JYszVC8HRpn6G8Xn6sEuJC3uGWUoug7QqnY0H83N6lOYp1D3ifgK6-_0x-wbKPAtDIuedtI4fRE8e3W6u86_J4m07LvyimmlkC5pADRN9h46tbr3iP07Y8-dufSvdSTW-QP-pQwa0cwX2bav5N8xPnjsr1E5UMGd3hARq_jROTDL5Kkf1i9T7AiQbEV63hHEpw4NJ0fqxiLv&amp;__tn__=-%5DK-y-R" rel="noopener noreferrer" target="_blank" style="font-size: 30px; color: rgb(0, 0, 0); text-decoration: none; font-weight: bold; font-style: normal;">African American Youth Harvest Foundation</a><span style="font-size: 30px; color: rgb(0, 0, 0);">. See below for more details or contact Elaine Lofton at ELOFTON@AAYHF.ORG  </span></p></td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/d54e7aaa-a56e-424d-8dec-1ec4aa87813d.png?rdr=true" alt="d54e7aaa a56e 424d 8dec 1ec4aa87813d" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 369"> </td> </tr> </tbody></table> <table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(70, 31, 124);">KREW 12 IS BACK!!</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(70, 31, 124);">The African American Youth Harvest Foundation has another FREE exciting opportunity for young people to learn and enhance their skill set in the world of videography, producing, photography, broadcasting and more! Set your student up for life success today!</span></p>
<p style="text-align: center; margin: 0;" align="center"><a href="https://form.jotform.com/240035528008145?fbclid=IwZXh0bgNhZW0CMTAAAR1xM-AURFnhe1_FtbrOjqcKjlFG9Qarrp9qyeVsxx4L0bhnZfmOc06L6Os_aem_u3dy1ksMUtYP9x6W00TnXA" rel="noopener noreferrer" target="_blank" style="font-size: 30px; color: rgb(0, 0, 0); text-decoration: none; font-weight: bold; font-style: normal;">REGISTER HERE!</a></p>
<p style="margin: 0;"><br></p>
</td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/a45fead5-568d-4464-9477-3d1966a57959.png?rdr=true" alt="a45fead5 568d 4464 9477 3d1966a57959" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 371"> </td> </tr> </tbody></table> <table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(192, 62, 48);">You deserve a break! Go ahead and plan a night out and leave the kids with us! AAYHF will host a </span><span style="font-size: 30px; color: rgb(192, 62, 48); font-weight: bold; text-decoration: underline;">&#8220;Parents Night Out&#8221;</span><span style="font-size: 30px; color: rgb(192, 62, 48);">, Saturday, September 14, 2024, 6pm-Midnight. There is no charge for this event! How to register? </span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(192, 62, 48);">Scan the QR code below or click on the image or use this link:</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(192, 62, 48);"><span class="ql-cursor">﻿</span> </span><a href="https://form.jotform.com/240035528008145" rel="noopener noreferrer" target="_blank" style="font-size: 30px; color: rgb(192, 62, 48); font-weight: bold; text-decoration: underline; font-style: normal;">Reserve Your Night Out Here!</a></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px; color: rgb(192, 62, 48);">Registration deadline is August 30, 4pm</span></p>
</td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <a href="https://form.jotform.com/240846097702157?fbclid=IwY2xjawEcYa5leHRuA2FlbQIxMAABHb9SvVsApqmE31gE72pQsklNGOMZcr-c2Z2vm4m5T1PmsTPJRxqn64R6Pw_aem_TljwQJ45angZ2ivVwF5eWw" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/70ff4410-46c2-47f8-bac5-2a7e628ab0cb.png?rdr=true" alt="70ff4410 46c2 47f8 bac5 2a7e628ab0cb" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 373"></a> </td> </tr> </tbody></table> <table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 35px; color: rgb(192, 62, 48); font-weight: bold;">The African American Youth Harvest Foundation offers student tutoring for FREE! When? Tuesdays, 6pm-7pm. </span></p>
<p style="text-align: center; margin: 0;" align="center"><a href="https://form.jotform.com/240035528008145" rel="noopener noreferrer" target="_blank" style="font-size: 35px; color: rgb(192, 62, 48); font-weight: bold; text-decoration: underline; font-style: normal;"><span class="ql-cursor">﻿</span></a><a href="https://form.jotform.com/240035528008145" rel="noopener noreferrer" target="_blank" style="font-size: 35px; color: rgb(192, 62, 48); font-weight: bold; text-decoration: underline; font-style: normal;">﻿REGISTER HERE!</a></p>
</td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/c760650d-4927-4be3-a22d-89b0ad75a842.png?rdr=true" alt="c760650d 4927 4be3 a22d 89b0ad75a842" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 375"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 36px; color: rgb(0, 0, 0); font-weight: bold;">AAYHF FREE GROUP MENTORING FOR BOYS &amp; GIRLS</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 36px; color: rgb(0, 0, 0); font-weight: bold;">See the flyers for more info and register today!</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 36px; color: rgb(0, 0, 0); font-weight: bold;">Scan the QR code below/click on the flyer to enroll your young king or queen or use this link:</span></p>
<p style="text-align: center; margin: 0;" align="center"><a href="https://form.jotform.com/240035528008145" rel="noopener noreferrer" target="_blank" style="font-size: 35px; color: #1A75BB; font-weight: bold; text-decoration: underline; font-style: normal;">AAYHF Program Intake R010424 (jotform.com)</a></p>
<p style="text-align: center; margin: 0;" align="center"><br></p>
<p style="text-align: center; margin: 0;" align="center"><br></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top"><p style="text-align: center; margin: 0;" align="center"><br></p></td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout-margin" style="" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="layout-margin_cell" style="padding: 0px 20px;" align="center" valign="top"> <table class="layout layout--2-column layout--divided" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column-border column--1 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <a href="https://form.jotform.com/240035528008145" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" data-image-content="" class="image_content" width="221" src="https://files.constantcontact.com/6e2f97fa001/42590f4d-804f-48dc-91ae-b23c82bc3c5c.jpg?rdr=true" alt="42590f4d 804f 48dc 91ae b23c82bc3c5c" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 377"></a> </td> </tr> </tbody></table> </td>  <td class="column-divider scale stack" style="height: 1px; line-height: 1px;" width="20" align="center" valign="top"> <img loading="lazy" decoding="async" alt="S" width="20" height="20" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 339"> </td>  <td class="column column-border column--2 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <a href="https://form.jotform.com/240035528008145" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/e3f689fc-42cd-4d23-9e30-c50f14df426c.jpg?rdr=true" alt="e3f689fc 42cd 4d23 9e30 c50f14df426c" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 379"></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <a href="https://form.jotform.com/240035528008145" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/6691e640-b592-490a-946c-8a94f754d528.jpg?rdr=true" alt="6691e640 b592 490a 946c 8a94f754d528" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 380"></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 41px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(40, 79, 161);">LOOKING FOR A MENTOR OR TO</span></p>
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 41px; font-weight: bold; font-family: Arial, Verdana, Helvetica, sans-serif; color: rgb(40, 79, 161);"><span class="ql-cursor">﻿</span> BECOME A MENTOR?</span></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout-margin" style="" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="layout-margin_cell" style="padding: 0px 20px;" align="center" valign="top"> <table class="layout layout--2-column layout--divided" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column-border column--1 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/95f38492-3e49-4aa7-9c64-3103ec26c3d6.png?rdr=true" alt="95f38492 3e49 4aa7 9c64 3103ec26c3d6" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 382"> </td> </tr> </tbody></table> </td>  <td class="column-divider scale stack" style="height: 1px; line-height: 1px;" width="20" align="center" valign="top"> <img loading="lazy" decoding="async" alt="S" width="20" height="20" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 339"> </td>  <td class="column column-border column--2 scale stack" style="width: 50%; border: 2px solid #8f6b24;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="215" src="https://files.constantcontact.com/6e2f97fa001/942d2187-52bb-4449-b029-156d8a9d2b3b.png?rdr=true" alt="942d2187 52bb 4449 b029 156d8a9d2b3b" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 384"> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="height: 1px; line-height: 1px; padding-bottom: 0px; background-color: #403F42; border-bottom-width: 0px;" height="1" align="center" bgcolor="#403F42"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/bfca8ded-d223-4fd9-9610-6e9f486bec8f.jpg?rdr=true" alt="bfca8ded d223 4fd9 9610 6e9f486bec8f" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 386"> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" />Join The CTOYC Youth Leadership Council!! <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f680.png" alt="🚀" class="wp-smiley" style="height: 1em; max-height: 1em;" /></span></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);">Are you 16-24 years old and passionate about making a difference in your community? Do you believe that all youth should have access to education, employment, and essential resources? We&#8217;re looking for young leaders like YOU to join the Youth Leadership Council!</span></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f31f.png" alt="🌟" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Why Join?</span></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4b0.png" alt="💰" class="wp-smiley" style="height: 1em; max-height: 1em;" />Earn $20/hour for your time and commitment.</span></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a5.png" alt="💥" class="wp-smiley" style="height: 1em; max-height: 1em;" />Only 4 hours/month required.</span></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f512.png" alt="🔒" class="wp-smiley" style="height: 1em; max-height: 1em;" />Develop leadership skills that will empower your future.</span></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f697.png" alt="🚗" class="wp-smiley" style="height: 1em; max-height: 1em;" />Assistance with transportation &amp; childcare provided!</span></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="font-size: 25px; color: rgb(40, 79, 161);">If you or someone you know is interested, scan the QR code on the flyer to apply or visit </span><a href="https://bit.ly/CTOYC." rel="noopener noreferrer" target="_blank" style="font-size: 25px; color: rgb(40, 79, 161); font-weight: bold; text-decoration: underline; font-style: normal;">https://bit.ly/CTOYC.</a><span style="font-size: 25px; color: rgb(40, 79, 161);"> Let’s work together to create a brighter future!</span></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="color: rgb(40, 79, 161); font-size: 25px;"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4c5.png" alt="📅" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Apply now and be a voice for change!</span></p>
<p style="margin: 0;"><br></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="padding-bottom: 5px; background-color: #ffc043; height: 1px; line-height: 1px; border-bottom-width: 0px;" height="1" align="center" bgcolor="#ffc043"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="image image--padding-vertical image--mobile-scale image--mobile-center" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="image_container content-padding-horizontal" align="center" valign="top" style="padding: 10px 20px;"> <img decoding="async" data-image-content="" class="image_content" width="550" src="https://files.constantcontact.com/6e2f97fa001/8a611361-d057-4ba5-895b-63d8cb34f87d.jpg?rdr=true" alt="8a611361 d057 4ba5 895b 63d8cb34f87d" style="display: block; height: auto; max-width: 100%;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 388"> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: left; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="left" valign="top">
<p style="text-align: center; margin: 0;" align="center"><span style="font-size: 30px;">Get your tickets here&gt;&gt;&gt;</span></p>
<p style="text-align: center; margin: 0;" align="center"><a href="https://womeninjazz.org/events/?fbclid=IwY2xjawEmD7hleHRuA2FlbQIxMAABHXXMyDtYPZVDNq1aL1rtLtunpcR7yaThEz0ir2BN8CtNgB_CcpHG1ZXUQA_aem_UeJVQq70lMs_uNS-wHVtrA" rel="noopener noreferrer" target="_blank" style="font-size: 30px; color: #1A75BB; font-weight: bold; text-decoration: underline; font-style: normal;">﻿Events – Women In Jazz Association, Inc.</a></p>
<p style="margin: 0;"><br></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="divider" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_container content-padding-horizontal" style="padding: 10px 20px;" width="100%" align="center" valign="top"> <table class="divider_content-row" style="height: 1px; width: 100%;" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="divider_content-cell" style="padding-bottom: 11px; background-color: #000000; height: 1px; line-height: 1px; border-bottom-width: 0px;" height="1" align="center" bgcolor="#000000"> <img loading="lazy" decoding="async" alt="S" width="5" height="1" border="0" hspace="0" vspace="0" src="https://imgssl.constantcontact.com/letters/images/1101116784221/S.gif" style="display: block; height: 1px; width: 5px;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 321"> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="text text--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> <tbody><tr> <td class="text_content-cell content-padding-horizontal" style="text-align: center; font-family: Trebuchet MS, Verdana, Helvetica, sans-serif; color: #384856; font-size: 14px; line-height: 1.2; display: block; word-wrap: break-word; padding: 10px 20px;" align="center" valign="top">
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">African American Youth Harvest Foundation</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">www.aayhf.org</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">6633 Hwy 290 E., #307</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">Austin, TX&nbsp;78723</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">512-428-4480</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">Email:</span><span style="font-size: 19px; color: rgb(22, 29, 34); font-weight: bold;">&nbsp;CONTACTUS@AAYHF.ORG</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(22, 29, 34); font-weight: bold;">Michael Lofton, Founder &amp; CEO</span></p>
<p style="margin: 0;"><br></p>
<p style="margin: 0;"><span style="font-size: 19px; color: rgb(22, 29, 34); text-decoration: underline; font-weight: bold;">WAYS TO DONATE:</span></p>
<p style="margin: 0;"><span style="font-size: 19px; color: rgb(192, 62, 48); font-weight: bold;">www.aayhf.org/donate</span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(192, 62, 48); font-weight: bold;">Text a Donation: Text the word </span></p>
<p style="margin: 0;"><span style="font-size: 20px; color: rgb(192, 62, 48); font-weight: bold;">CHANGE to 77948</span></p>
</td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top"><div class="spacer" style="line-height: 20px; height: 20px;"> </div></td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="socialFollow socialFollow--padding-vertical" width="100%" cellpadding="0" cellspacing="0" border="0"> <tbody><tr> <td class="socialFollow_container content-padding-horizontal" width="100%" align="center" valign="top" style="height: 1px; line-height: 1px; padding: 10px 20px;"> <a href="https://www.facebook.com/AAYHarvestFoundation" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" class="socialFollow_icon" alt="Facebook" width="32" border="0" src="https://imgssl.constantcontact.com/letters/images/CPE/SocialIcons/circles/circleColor_Facebook.png" style="display: inline-block; margin: 0; padding: 0;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 390"></a> &nbsp;<a href="https://twitter.com/AAYHFoundation" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" class="socialFollow_icon" alt="Twitter" width="32" border="0" src="https://imgssl.constantcontact.com/letters/images/CPE/SocialIcons/circles/circleColor_Twitter.png" style="display: inline-block; margin: 0; padding: 0;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 391"></a> &nbsp;<a href="https://www.instagram.com/aayhfoundation/" data-trackable="true" target="_blank" rel="noopener"><img decoding="async" class="socialFollow_icon" alt="Instagram" width="32" border="0" src="https://imgssl.constantcontact.com/letters/images/CPE/SocialIcons/circles/circleColor_Instagram.png" style="display: inline-block; margin: 0; padding: 0;" title="AAYHF - See some highlights from our Annual Backpack Give-a-way &amp; Community Party! 392"></a> </td> </tr> </tbody></table> </td> </tr> </tbody></table> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top"><div class="spacer" style="line-height: 10px; height: 10px;"> </div></td> </tr> </tbody></table>  </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr> <tr class=""> <td class="shell_panel-cell shell_panel-cell--footer" style="background-color: #FFFFFF;" align="center" valign="top" bgcolor="#FFFFFF"> <table class="shell_width-row scale" style="width: 610px;" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="shell_width-cell" style="padding: 0px 10px;" align="center" valign="top"> <table class="shell_content-row" width="100%" align="center" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="shell_content-cell" style="background-color: transparent; padding: 0; border: 0 solid #99dddc;" align="center" valign="top" bgcolor="transparent"> <table class="layout layout--1-column" style="table-layout: fixed;" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="column column--1 scale stack" style="width: 100%;" align="center" valign="top">
<table class="complianceAddress complianceAddress--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="complianceAddress_content-cell content-padding-horizontal" align="center" style="color: #595959; font-family: Verdana,Geneva,sans-serif; font-size: 12px; line-height: 1.2; padding: 10px 20px;"> <p style="margin: 0;"><span>African American Youth Harvest Foundation, Inc. | </span><span>6633 Hwy 290 East Ste. 307</span><span>   | </span><span>Austin, TX 78723 US</span></p> </td> </tr> </tbody></table> <table class="complianceLinks complianceLinks--padding-vertical" width="100%" border="0" cellpadding="0" cellspacing="0"> <tbody><tr> <td class="complianceLinks_content-cell content-padding-horizontal" align="center" style="color: #595959; font-family: Verdana,Geneva,sans-serif; font-size: 12px; line-height: 1.2; padding: 10px 20px;"> <p style="margin: 0;"> <a href="#" data-track="false" style="color: inherit;">Unsubscribe<span></span></a><span> | </span><span></span><span><a href="#" data-track="false" style="color: inherit;">Update Profile</a></span><span> | </span><span><span></span><a href="https://www.constantcontact.com/legal/about-constant-contact" data-track="false" style="color: inherit;" target="_blank" rel="noopener">Constant Contact Data Notice</a></span> </p> </td> </tr> </tbody></table> </td> </tr> </tbody></table>  </td> </tr> </tbody></table> </td> </tr> </tbody></table> </td> </tr>  </tbody></table> </div>   
</body></html>
]]></content:encoded>
					
					<wfw:commentRss>https://aayhf.org/newsletter/aayhf-see-some-highlights-from-our-annual-backpack-give-a-way-community-party/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Lazy Loading (feed)

Served from: aayhf.org @ 2026-05-04 06:49:51 by W3 Total Cache
-->