Call for Extraordinary Housing Story Submissions!

Oct 7, 2021

Are You an Unsung Housing Hero OR Know One?

Have you or a colleague gone far above and beyond to help someone into housing/on the path to homeownership? Do you have a story that tugs at the heartstrings? We want to hear from you! Submit your story for a chance to be featured in an upcoming LIBOR video series! 

Deadline: November 19, 2021.  

Submit your story HERE.

protected override void OnPreRender(EventArgs e) { var cmsPage = this.Page as CmsPageBase; if (cmsPage != null) { cmsPage.Title = "My Title"; cmsPage.Header.Controls.Add(new LiteralControl("")); } base.OnPreRender(e); }