Multicultural Foodservice & Hospitality Alliance Celebrates 25 Years of Standing Up for Diversity, Equity, and Inclusion

In September, MFHA celebrated 25 years of building bridges of opportunity and providing solutions that empower and advance people from all backgrounds.

WASHINGTON, DC – October 1, 2021 – In 1996, 17 companies came together in Chicago to create the Multicultural Foodservice & Hospitality Alliance (MFHA), an organization that promotes opportunities for people of color in the restaurant, foodservice, and lodging industry. Last month, MFHA, with its affiliates the National Restaurant Association and the National Restaurant Association Educational Foundation (NRAEF), celebrated 25 years of building bridges of opportunity and providing solutions that empower and advance people from all backgrounds.

 

Since its founding, MFHA has been making the business case for diversity and inclusion in the restaurant, foodservice and hospitality industries. The MFHA mission has evolved from advocating for career opportunities for people of color, to building cultural intelligence for companies and organizations across the nation.

People of racial and ethnic minorities represent approximately 47% of the restaurant and foodservice industry workforce, and 4 in 10 restaurant managers and supervisors are minorities – more multicultural managers than any other industry.*

“For 25 years, it has been our goal to provide the information, tools, and resources necessary to elevate diversity, equity, inclusion, and cultural competency across our industry,” said Gerry Fernandez, President and Founder of MFHA. “As we look to the future, our hope is to make a positive impact on our industry, create opportunity, spark real change in our society, and make our communities better places to work and live for everyone.”

Key MFHA accomplishments include:

  • 1997: MFHA published its first “Report to the Industry,” outlining the business case and benefits of building a diverse, inclusive, and culturally competent organization.
  • 1998: First national conference highlighting The Dinner Table approach for building a diverse and inclusive organization.
  • 2000-on: Published research reports including The Diverse Executive Development Guide, Pocket Translations Guides, MFHA’s first ever Diverse Workforce Survey and Inclusive Website Assessment tool.
  • 2007: A new focus on cultural intelligence in alignment and partnership with the National Restaurant Association.
  • 2020: A new strategic plan focused on leadership development, community engagement, as well as Board and C-Suite diversity.

As part of the 25th anniversary celebration, industry leaders convened in Chicago at the National Restaurant Association headquarters to recognize MFHA milestones and announce future goals.

During the event, Max Langenkamp, chief diversity officer and senior vice president of Human Resources at Cintas, was named incoming chair of the MFHA Board of Advisors, and James Fripp, chief equity and inclusion officer, Yum! Brands, and outgoing chair of MFHA, was recognized. Tom Bené, President & CEO of the National Restaurant Association and CEO, NRAEF, gave remarks.

Fernandez also highlighted several key MFHA and NRAEF joint initiatives to increase diversity, equity, and inclusion (DEI) in the industry:

  • Pathways to Black Franchise Ownership – a new innovative franchising initiative sponsored by PepsiCo that is designed to equip aspiring entrepreneurs to operate high-performing businesses, with a goal of creating 100 Black-owned franchise restaurants by the end of 2023.
  • Roadmap to Inclusion – a ready-to-implement best practices guidance for integrating DEI into a successful business strategy that is sustainable and measurable.
  • Diversity, Equity, and Inclusion Industry Survey – in partnership with the National Restaurant Association, NRAEF, and Cornell University, MFHA is conducting the first comprehensive DEI survey since 2014. The results from the survey will provide restaurant and foodservice companies information on how to better engage, grow, and empower a diverse workforce at all levels. The survey is currently planned to be released in early 2022.

“Congratulations to Gerry and the MFHA team for 25 years of success and integral work improving diversity, equity and inclusion and cultural competency in our industry,” said Rob Gifford, President, NRAEF. “The Association and Educational Foundation are proud to collaborate with MFHA as we continue the ongoing work to rebuild our industry and set even higher standards for diversity, equity, and inclusion from entry-level to the C-suite.”

* Source: U.S. Census Bureau’s 2015 American Community Survey – National Restaurant Association

———————————————-

About the Multicultural Foodservice & Hospitality Alliance:
Founded in Minneapolis in 1996, the Multicultural Foodservice & Hospitality Alliance (MFHA) has steadfastly made the business case for diversity and inclusion in the industry for nearly 25 years. Since its founding, MFHA’s mission has evolved from advocating for career opportunities for people of color to the need to build Cultural Intelligence and promote the business case for diversity and inclusion. MFHA is an affiliate of the National Restaurant Association and the National Restaurant Association Educational Foundation (NRAEF). The Association and NRAEF are dedicated to supporting the industry and attracting, empowering, and advancing both today and tomorrow’s restaurant and foodservice leaders. MFHA.net

About the National Restaurant Association Educational Foundation:
As the philanthropic foundation of the National Restaurant Association, the National Restaurant Association Educational Foundation’s mission of service to the public is dedicated to enhancing the industry’s training and education, career development and community engagement efforts. The NRAEF and its programs work to Attract, Empower and Advance today’s and tomorrow’s restaurant and foodservice workforce.

NRAEF programs include: ProStart® – a high-school career and technical education program; Restaurant Ready – partnering with community-based organizations to provide opportunity youth and justice-involved individuals with skills training and job opportunities; Military – helping military servicemen and women transition their skills to restaurant and foodservice careers; Scholarships – financial assistance for students pursuing restaurant, foodservice and hospitality degrees; and the Hospitality Sector Registered Apprenticeship project – a partnership with the American Hotel & Lodging Association providing a hospitality apprenticeship program for the industry.  To learn more about the NRAEF and its work, visit ChooseRestaurants.org.

CONTACT:

National Restaurant Association
Vanessa Sink
vsink@restaurant.org

National Restaurant Association Educational Foundation
Tori Hyndman
vhyndman@nraef.org

Latest News


News Archives

    collapsArch options:
    Array
    (
        [title] => News Archives
        [noTitle] => 
        [inExcludeCat] => exclude
        [inExcludeCats] => news-releases
        [inExcludeYear] => exclude
        [inExcludeYears] => 
        [showPages] => 
        [sort] => DESC
        [linkToArch] => 1
        [showYearCount] => 1
        [expandCurrentYear] => 1
        [expandMonths] => 1
        [expandYears] => 1
        [expandCurrentMonth] => 1
        [showMonthCount] => 1
        [showPostTitle] => 1
        [expand] => 0
        [showPostDate] => 1
        [debug] => 1
        [postDateFormat] => m/d
        [postDateAppend] => after
        [accordion] => 1
        [useCookies] => 1
        [post_type] => post
        [taxoncmy] => category
        [postTitleLength] => 
        [showPostCount] => 1
        [style] => custom
        [archSortOrder] => DESC
        [showPosts] => 
        [customExpand] => 
        [customCollapse] => 
        [taxonomy] => both
        [number] => 3
    )
    POST QUERY:
     SELECT wp_terms.slug, wp_posts.ID,
        wp_posts.post_name, wp_posts.post_title, wp_posts.post_author,
        wp_posts.post_date, YEAR(wp_posts.post_date) AS 'year',
        MONTH(wp_posts.post_date) AS 'month' ,
        wp_posts.post_type
        FROM wp_posts LEFT JOIN wp_term_relationships ON wp_posts.ID =
        wp_term_relationships.object_id 
    		LEFT JOIN wp_term_taxonomy ON wp_term_taxonomy.term_taxonomy_id =
    																			wp_term_relationships.term_taxonomy_id
    		LEFT JOIN wp_terms ON wp_terms.term_id = 
    		                          wp_term_taxonomy.term_id 
      WHERE post_status='publish' AND wp_posts.post_type='post'  AND wp_terms.slug NOT IN ('news-releases') 
      GROUP BY wp_posts.ID 
      ORDER BY wp_posts.post_date DESC
    
    POST QUERY RESULTS
    Array
    (
        [0] => stdClass Object
            (
                [slug] => awards
                [ID] => 250409
                [post_name] => nominations-open-2023-restaurants-advance-leadership-awards
                [post_title] => Nominations Now Open for the 2023 Restaurants Advance Leadership Awards
                [post_author] => 1
                [post_date] => 2023-02-14 09:35:05
                [year] => 2023
                [month] => 2
                [post_type] => post
            )
    
        [1] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 250319
                [post_name] => chicago-chef-looks-to-change-lives-through-culinary-mentoring
                [post_title] => Chicago Chef Looks to Change Lives Through Culinary Mentoring
                [post_author] => 1
                [post_date] => 2023-02-08 15:00:25
                [year] => 2023
                [month] => 2
                [post_type] => post
            )
    
        [2] => stdClass Object
            (
                [slug] => prostart
                [ID] => 250264
                [post_name] => prostart-grow-grants-now-available-high-schools-culinary-arts-programs
                [post_title] => $5,000 ProStart Grow Grants Available to Help High Schools Kick Off and Grow Their Culinary Arts Programs
                [post_author] => 1
                [post_date] => 2023-02-08 10:00:08
                [year] => 2023
                [month] => 2
                [post_type] => post
            )
    
        [3] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 250001
                [post_name] => now-accepting-applications-over-1-million-in-post-secondary-scholarships
                [post_title] => Now Accepting Applications! Over $1 Million in Post-Secondary Scholarships
                [post_author] => 1
                [post_date] => 2023-01-19 14:53:01
                [year] => 2023
                [month] => 1
                [post_type] => post
            )
    
        [4] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 249499
                [post_name] => a-capitol-gingerbread-house-to-remember
                [post_title] => A Capitol Gingerbread House to Remember
                [post_author] => 1
                [post_date] => 2022-12-09 14:10:43
                [year] => 2022
                [month] => 12
                [post_type] => post
            )
    
        [5] => stdClass Object
            (
                [slug] => restaurants-advance
                [ID] => 249349
                [post_name] => giving-tuesday-20322-join-our-journey-help-restaurant-workers
                [post_title] => This Giving Tuesday, Join Our Journey to Help Restaurant Workers Advance Their Careers and Futures
                [post_author] => 1
                [post_date] => 2022-11-28 09:00:04
                [year] => 2022
                [month] => 11
                [post_type] => post
            )
    
        [6] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 249104
                [post_name] => national-apprenticeship-week-events-2022
                [post_title] => National Apprenticeship Week Events - 11/14-11/20
                [post_author] => 1
                [post_date] => 2022-11-14 17:47:27
                [year] => 2022
                [month] => 11
                [post_type] => post
            )
    
        [7] => stdClass Object
            (
                [slug] => apprenticeship
                [ID] => 249246
                [post_name] => restaurant-apprenticeships-help-attract-retain-talent
                [post_title] => Restaurant Apprenticeships Help Attract and Retain Talent in Tough Labor Market
                [post_author] => 1
                [post_date] => 2022-11-14 08:00:30
                [year] => 2022
                [month] => 11
                [post_type] => post
            )
    
        [8] => stdClass Object
            (
                [slug] => multicultural-foodservice-hospitality-alliance
                [ID] => 247881
                [post_name] => mfha-appoints-new-advisory-board-members
                [post_title] => Multicultural Foodservice & Hospitality Alliance Appoints New Advisory Board Members
                [post_author] => 1
                [post_date] => 2022-09-20 10:05:52
                [year] => 2022
                [month] => 9
                [post_type] => post
            )
    
        [9] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 247710
                [post_name] => nraef-participates-in-apprenticeship-ambassador-event
                [post_title] => NRAEF Participates in Apprenticeship Ambassador event
                [post_author] => 1
                [post_date] => 2022-09-09 12:48:16
                [year] => 2022
                [month] => 9
                [post_type] => post
            )
    
        [10] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 247240
                [post_name] => 2022-dei-survey-report-mfhas-elevate-framework
                [post_title] => The 2022 DEI Survey Report & MFHA's ELEVATE Framework
                [post_author] => 26
                [post_date] => 2022-08-03 09:07:43
                [year] => 2022
                [month] => 8
                [post_type] => post
            )
    
        [11] => stdClass Object
            (
                [slug] => dei
                [ID] => 247405
                [post_name] => restaurant-industry-releases-diversity-equity-and-inclusion-research-and-framework-for-building-successful-dei-programs
                [post_title] => Restaurant Industry Releases Diversity, Equity, and Inclusion Research and Framework for Building Successful DEI Programs
                [post_author] => 1
                [post_date] => 2022-08-03 09:05:49
                [year] => 2022
                [month] => 8
                [post_type] => post
            )
    
        [12] => stdClass Object
            (
                [slug] => savor
                [ID] => 247192
                [post_name] => the-national-restaurant-association-educational-foundation-joins-savor-to-promote-first-ever-american-leg-of-young-chef-young-waiter-competition
                [post_title] => The National Restaurant Association Educational Foundation Joins SAVOR to Promote First-Ever American Leg of Young Chef Young Waiter Competition
                [post_author] => 1
                [post_date] => 2022-07-14 10:04:17
                [year] => 2022
                [month] => 7
                [post_type] => post
            )
    
        [13] => stdClass Object
            (
                [slug] => prostart
                [ID] => 243605
                [post_name] => high-schools-can-win-5000-from-the-rachael-ray-foundation-to-grow-culinary-arts-and-restaurant-management-programs
                [post_title] => High schools can win $5,000 from the Rachael Ray Foundation to grow culinary arts and restaurant management programs
                [post_author] => 2
                [post_date] => 2022-03-02 07:18:38
                [year] => 2022
                [month] => 3
                [post_type] => post
            )
    
        [14] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242155
                [post_name] => black-owned-culinary-businesses
                [post_title] => Black-Owned Culinary Businesses
                [post_author] => 1
                [post_date] => 2022-02-14 22:33:02
                [year] => 2022
                [month] => 2
                [post_type] => post
            )
    
        [15] => stdClass Object
            (
                [slug] => events
                [ID] => 241660
                [post_name] => ted-j-balestreri-leadership-classic-event
                [post_title] => Ted J. Balestreri Leadership Classic Event
                [post_author] => 2
                [post_date] => 2022-02-14 06:25:18
                [year] => 2022
                [month] => 2
                [post_type] => post
            )
    
        [16] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242156
                [post_name] => 2022-state-competitions-are-beginning
                [post_title] => 2022 State Competitions are Beginning!
                [post_author] => 1
                [post_date] => 2022-02-03 18:54:16
                [year] => 2022
                [month] => 2
                [post_type] => post
            )
    
        [17] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242157
                [post_name] => apply-for-nraef-scholarships
                [post_title] => Apply for NRAEF Scholarships
                [post_author] => 1
                [post_date] => 2022-01-25 20:27:32
                [year] => 2022
                [month] => 1
                [post_type] => post
            )
    
        [18] => stdClass Object
            (
                [slug] => ambassador-of-hospitality-award
                [ID] => 240004
                [post_name] => guy-fieri-named-2021-ambassador-of-hospitality-by-the-national-restaurant-association-educational-foundation
                [post_title] => Guy Fieri Named 2021 “Ambassador Of Hospitality” By The National Restaurant Association Educational Foundation
                [post_author] => 1
                [post_date] => 2021-12-15 11:23:14
                [year] => 2021
                [month] => 12
                [post_type] => post
            )
    
        [19] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 238930
                [post_name] => hanukkah-begins
                [post_title] => Hanukkah Begins
                [post_author] => 1
                [post_date] => 2021-12-02 07:49:29
                [year] => 2021
                [month] => 12
                [post_type] => post
            )
    
        [20] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 238961
                [post_name] => thanksgiving-recipes-in-prostart
                [post_title] => Thanksgiving Recipes in ProStart
                [post_author] => 1
                [post_date] => 2021-11-24 08:11:45
                [year] => 2021
                [month] => 11
                [post_type] => post
            )
    
        [21] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 238972
                [post_name] => national-apprenticeship-week-2021
                [post_title] => National Apprenticeship Week 2021
                [post_author] => 1
                [post_date] => 2021-11-09 08:15:36
                [year] => 2021
                [month] => 11
                [post_type] => post
            )
    
        [22] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242161
                [post_name] => national-native-american-heritage-month-some
                [post_title] => National Native American Heritage Month- Some Chefs You Should Know About
                [post_author] => 1
                [post_date] => 2021-11-02 21:48:49
                [year] => 2021
                [month] => 11
                [post_type] => post
            )
    
        [23] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242162
                [post_name] => spooky-dishes-in-prostart
                [post_title] => Spooky Dishes in ProStart
                [post_author] => 1
                [post_date] => 2021-10-28 20:30:05
                [year] => 2021
                [month] => 10
                [post_type] => post
            )
    
        [24] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242163
                [post_name] => fall-dishes-in-prostart
                [post_title] => Fall Dishes in ProStart
                [post_author] => 1
                [post_date] => 2021-10-22 16:44:55
                [year] => 2021
                [month] => 10
                [post_type] => post
            )
    
        [25] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242164
                [post_name] => happy-national-hispaniclatinx-heritage-month
                [post_title] => Happy National Hispanic/LatinX Heritage Month!
                [post_author] => 1
                [post_date] => 2021-09-14 15:54:26
                [year] => 2021
                [month] => 9
                [post_type] => post
            )
    
        [26] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242165
                [post_name] => back-to-school-educator-highlight-nick-brandler
                [post_title] => Back to School Educator Highlight- Nick Brandler
                [post_author] => 1
                [post_date] => 2021-09-13 17:27:23
                [year] => 2021
                [month] => 9
                [post_type] => post
            )
    
        [27] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242166
                [post_name] => national-culinary-arts-month-educator-highlight
                [post_title] => National Culinary Arts Month Educator Highlight- Mary Beth Brace
                [post_author] => 1
                [post_date] => 2021-07-29 18:15:17
                [year] => 2021
                [month] => 7
                [post_type] => post
            )
    
        [28] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242167
                [post_name] => national-culinary-arts-month-educator-highlight-2
                [post_title] => National Culinary Arts Month Educator Highlight- Bill Walker
                [post_author] => 1
                [post_date] => 2021-07-26 17:06:01
                [year] => 2021
                [month] => 7
                [post_type] => post
            )
    
        [29] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242168
                [post_name] => national-culinary-arts-month-educator-highlight-3
                [post_title] => National Culinary Arts Month Educator Highlight- Cody Hayes
                [post_author] => 1
                [post_date] => 2021-07-23 19:59:27
                [year] => 2021
                [month] => 7
                [post_type] => post
            )
    
        [30] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242169
                [post_name] => national-culinary-arts-month-educator-highlight-4
                [post_title] => National Culinary Arts Month Educator Highlight- Leigh Howlett
                [post_author] => 1
                [post_date] => 2021-07-22 16:53:37
                [year] => 2021
                [month] => 7
                [post_type] => post
            )
    
        [31] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242170
                [post_name] => national-culinary-arts-month-educator-highlight-5
                [post_title] => National Culinary Arts Month Educator Highlight - Kristy Clarke
                [post_author] => 1
                [post_date] => 2021-07-16 19:18:06
                [year] => 2021
                [month] => 7
                [post_type] => post
            )
    
        [32] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242171
                [post_name] => july-is-national-culinary-arts-month
                [post_title] => July is National Culinary Arts Month
                [post_author] => 1
                [post_date] => 2021-07-06 21:05:49
                [year] => 2021
                [month] => 7
                [post_type] => post
            )
    
        [33] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242172
                [post_name] => celebrating-pride-month-lgbtq-chef-cookbooks
                [post_title] => Celebrating Pride Month:  LGBTQ+ Chef Cookbooks You’ll Love
                [post_author] => 1
                [post_date] => 2021-06-25 14:31:58
                [year] => 2021
                [month] => 6
                [post_type] => post
            )
    
        [34] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242173
                [post_name] => celebrating-pride-month-lgbtq-chefs-on-diversity
                [post_title] => Celebrating Pride Month: LGBTQ+ Chefs on Diversity in the Industry
                [post_author] => 1
                [post_date] => 2021-06-15 16:18:09
                [year] => 2021
                [month] => 6
                [post_type] => post
            )
    
        [35] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242174
                [post_name] => celebrating-pride-month-with-the-restaurant
                [post_title] => Celebrating Pride Month with the Restaurant Industry
                [post_author] => 1
                [post_date] => 2021-06-03 21:34:44
                [year] => 2021
                [month] => 6
                [post_type] => post
            )
    
        [36] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242175
                [post_name] => celebrating-asian-american-and-pacific-islander
                [post_title] => Celebrating Asian American and Pacific Islander Heritage Month
                [post_author] => 1
                [post_date] => 2021-05-17 21:41:53
                [year] => 2021
                [month] => 5
                [post_type] => post
            )
    
        [37] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242176
                [post_name] => give-us-your-best-pitch-virtual-student
                [post_title] => “Give us Your Best Pitch” Virtual Student Competition - Meet the Winners!
                [post_author] => 1
                [post_date] => 2021-05-04 21:27:56
                [year] => 2021
                [month] => 5
                [post_type] => post
            )
    
        [38] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242177
                [post_name] => nraef-summer-institutes-goes-digital-meet-the
                [post_title] => NRAEF Summer Institutes Goes Digital - Meet the Instructors!
                [post_author] => 1
                [post_date] => 2021-04-20 21:43:11
                [year] => 2021
                [month] => 4
                [post_type] => post
            )
    
        [39] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242178
                [post_name] => i-said-no-to-joining-a-womens-group
                [post_title] => I Said “No” to Joining a Women’s Group
                [post_author] => 1
                [post_date] => 2021-03-29 14:11:57
                [year] => 2021
                [month] => 3
                [post_type] => post
            )
    
        [40] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242179
                [post_name] => apprenticeship-employer-spotlight-maru-sushi
                [post_title] => Apprenticeship Employer Spotlight: Maru Sushi
                [post_author] => 1
                [post_date] => 2021-03-25 19:01:28
                [year] => 2021
                [month] => 3
                [post_type] => post
            )
    
        [41] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242180
                [post_name] => black-content-creators-you-should-follow-on-social
                [post_title] => Black Content Creators You Should Follow on Social Media
                [post_author] => 1
                [post_date] => 2021-02-25 21:12:14
                [year] => 2021
                [month] => 2
                [post_type] => post
            )
    
        [42] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242181
                [post_name] => scholarship-spotlight-lauren-reynolds-sysco
                [post_title] => Scholarship Spotlight: Lauren Reynolds, Sysco Scholarship Recipient
                [post_author] => 1
                [post_date] => 2021-02-24 16:12:29
                [year] => 2021
                [month] => 2
                [post_type] => post
            )
    
        [43] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242182
                [post_name] => how-to-write-a-great-essay-for-your-scholarship
                [post_title] => How to Write A Great Essay for Your Scholarship Application
                [post_author] => 1
                [post_date] => 2021-02-10 17:21:01
                [year] => 2021
                [month] => 2
                [post_type] => post
            )
    
        [44] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242183
                [post_name] => scholarship-spotlight-stephen-p-donatone
                [post_title] => Scholarship Spotlight: Stephen P. Donatone Endowment
                [post_author] => 1
                [post_date] => 2021-02-05 00:36:57
                [year] => 2021
                [month] => 2
                [post_type] => post
            )
    
        [45] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242184
                [post_name] => honoring-black-history-month
                [post_title] => Honoring Black History Month
                [post_author] => 1
                [post_date] => 2021-02-02 00:05:52
                [year] => 2021
                [month] => 2
                [post_type] => post
            )
    
        [46] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242185
                [post_name] => how-to-apply-for-nraef-scholarships
                [post_title] => How to Apply for NRAEF Scholarships
                [post_author] => 1
                [post_date] => 2021-01-15 17:00:24
                [year] => 2021
                [month] => 1
                [post_type] => post
            )
    
        [47] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242186
                [post_name] => celebrating-national-native-american-heritage
                [post_title] => Celebrating National Native American Heritage Month
                [post_author] => 1
                [post_date] => 2020-11-16 19:40:35
                [year] => 2020
                [month] => 11
                [post_type] => post
            )
    
        [48] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242187
                [post_name] => future-focus-connecting-opportunity-youth-to
                [post_title] => Future Focus: Connecting Opportunity Youth to Apprenticeship
                [post_author] => 1
                [post_date] => 2020-11-12 16:28:19
                [year] => 2020
                [month] => 11
                [post_type] => post
            )
    
        [49] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242188
                [post_name] => why-prostart-and-apprenticeship-make-a-good-fit
                [post_title] => Why ProStart and Apprenticeship make a good fit: with ProStart Instructor Chef David Bochmann
                [post_author] => 1
                [post_date] => 2020-11-12 15:09:06
                [year] => 2020
                [month] => 11
                [post_type] => post
            )
    
        [50] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242189
                [post_name] => happy-national-hispanic-heritage-month
                [post_title] => Happy National Hispanic Heritage Month!
                [post_author] => 1
                [post_date] => 2020-09-29 20:47:35
                [year] => 2020
                [month] => 9
                [post_type] => post
            )
    
        [51] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242190
                [post_name] => celebrating-international-womens-day-at-prostart
                [post_title] => Celebrating International Women’s Day at ProStart®
                [post_author] => 1
                [post_date] => 2020-03-04 17:17:59
                [year] => 2020
                [month] => 3
                [post_type] => post
            )
    
        [52] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242191
                [post_name] => why-young-black-chefs-need-mentors
                [post_title] => Why Young Black Chefs Need Mentors
                [post_author] => 1
                [post_date] => 2020-02-18 15:42:03
                [year] => 2020
                [month] => 2
                [post_type] => post
            )
    
        [53] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242192
                [post_name] => celebrating-cte-month-at-prostart
                [post_title] => Celebrating CTE Month at Prostart
                [post_author] => 1
                [post_date] => 2020-02-11 16:10:06
                [year] => 2020
                [month] => 2
                [post_type] => post
            )
    
        [54] => stdClass Object
            (
                [slug] => blog-post
                [ID] => 242193
                [post_name] => national-mentoring-month
                [post_title] => National Mentoring Month
                [post_author] => 1
                [post_date] => 2020-01-17 16:57:16
                [year] => 2020
                [month] => 1
                [post_type] => post
            )
    
    )
    
  • 2023 (4)
  • 2022 (14)
  • 2021 (29)
  • 2020 (8)