Day.News — Local News. Real Community.
247 neighbors reading now

Chapel Hill Day News

Summit: History, Hospitality, and Hometown Charm.Chapel Hill, NC Edition
general

River Park Branch Releases Mid-Year Bulletin

HA
Harvey WaldenCommunity Member
1 day ago
River Park Branch Releases Mid-Year Bulletin

Login/Register Locations & Hours Get A Library Card Support & Help Send Us an Ema

Login/Register Locations & Hours Get A Library Card Support & Help Send Us an Email Frequently Asked Questions Search Borrow Browse the Catalog Get A Library Card Digital & Streaming Fine-Free Discovery Passes Suggest Materials Recommended Reading How to use the Library Visit Locations & Hours Reserve a Space Special Events Book a Tour Library Foundation Bookstore Hesburgh Libraries Get Involved Donate Jobs Volunteer Share Your Expertise Book Donation Request Library Foundation Business Opportunities About About the Library News Patron Stories Policies Our Next Chapter Programs & Events Services & Resources Research & Learning Studio 304 Databases & Journals Local & Family History Michiana Memory Writer’s Resources Search Catalog Search Website View Digital Collection   Hoopla   Kanopy   OverDrive eBooks, Audiobooks, Movies, Music & More Log-in or Register to start Borrowing BorrowBooks, Movies, eBooks Browse the Catalog Digital & Streaming Get A Library Card Fine-Free Discovery Passes Suggest Materials Recommended Reading How to use the Library VisitBranches, Book a Room, Tours Locations & Hours Reserve a Space Special Events Book a Tour Library Foundation Bookstore Hesburgh Libraries Get InvolvedJobs, Volunteering, Donate Donate Jobs Volunteer Share Your Expertise Library Foundation Business Opportunities AboutAbout the Library, News, Policies About the Library News Patron Stories Policies Our Next Chapter Programs & EventsFor Kids, Teens & Adults Services & ResourcesTech Help, Tax Assistance, Career Advice Research & LearningDatabases, History, Online Courses Databases & Journals Local & Family History Michiana Memory Writer’s Resources Find Locations & Hours Get A Library Card Book a Meeting or Study Room Support & Help Send Us an EmailTell us what’s working and share your ideas Frequently Asked QuestionsAnswers to common questions and concerns document.querySelectorAll('.menu-item.menu-item-has-children > a').forEach(menuLink => { menuLink.addEventListener('focus', () => { // Ensure the submenu is shown on focus const submenu = menuLink.nextElementSibling; if (submenu) { submenu.style.display = 'block'; menuLink.setAttribute('aria-expanded', 'true'); } }); menuLink.addEventListener('blur', () => { // Hide the submenu when focus is lost (if necessary) const submenu = menuLink.nextElementSibling; if (submenu) { setTimeout(() => { if (!submenu.contains(document.activeElement)) { submenu.style.display = 'none'; menuLink.setAttribute('aria-expanded', 'false'); } }, 100); // Small delay to allow tabbing into submenu items } }); }); document.addEventListener("DOMContentLoaded", function() { function shouldRunScript() { return window.innerWidth >= 991; // Adjust the width as needed } function handleFocusIn(event) { if (!shouldRunScript()) return; const menuItem = event.target.closest(".menu-item"); if (menuItem) { const parentSubMenu = menuItem.closest(".sub-menu"); if (parentSubMenu) { parentSubMenu.style.top = "100%"; parentSubMenu.style.opacity = "1"; parentSubMenu.style.paddingLeft = "0"; parentSubMenu.style.paddingTop = "2px"; } } } function handleFocusOut(event) { if (!shouldRunScript()) return; setTimeout(() => { const focusedElement = document.activeElement; navigationElements.forEach(navElement => { if (navElement) { const subMenus = navElement.querySelectorAll(".sub-menu"); subMenus.forEach(subMenu => { if (!subMenu.contains(focusedElement)) { subMenu.style.top = ""; subMenu.style.opacity = ""; subMenu.style.paddingLeft = ""; subMenu.style.paddingTop = ""; } }); } }); }, 10); } const navigationElements = [document.getElementById("site-navigation"), document.getElementById("supernav")]; navigationElements.forEach(navElement => { if (navElement) { navElement.addEventListener("focusin", handleFocusIn); navElement.addEventListener("focusout", handleFocusOut); } }); // Optional: Re-check when window resizes window.addEventListener("resize", function() { if (!shouldRunScript()) { navigationElements.forEach(navElement => { if (navElement) { const subMenus = navElement.querySelectorAll(".sub-menu"); subMenus.forEach(subMenu => { subMenu.style.top = ""; subMenu.style.opacity = ""; subMenu.style.paddingLeft = ""; subMenu.style.paddingTop = ""; }); } }); } }); }); The Mid-Year Bulletin June 9, 2026 | By: Lindsay Taylor Summer is here! Read on for Local & Family History updates and find out what’s coming up. The LGBTQ+ Collection in Michiana Memory holds materials pertaining to St. Joseph County’s LGBTQ community from the 1950s to the 2010s. Items in this collection document social life, businesses, organizations, and activism of community members as well as include government activities regarding human rights. In this collection you’ll find photographs, event programs, newsletters, reports, and more. The original materials digitized for this collection were sourced from the collections of the Civil Rights Heritage Center at IUSB, but the library also collects such items for our own Local & Family History archives. Interested in donating or loaning items to grow the library’s archives of LGBTQ history? Contact us for more information! You may have seen paper quilt squares at your local SJCPL branch or in the Local & Family History Department. We’re gathering responses to the prompt “What is your wish for America’s future?” to display them as a giant collaborative quilt for the July 11th 250th event at the Main Library. Be sure to fill out a quilt square and put July 11th on your calendar! 304 S. Main St. South Bend, IN 46601 574-282-4646 © 2026 SJCPL. All rights reserved. Privacy Statement Accessibility Statement

Spread the word
Community Remembrances

Join a Community Group at Waypoint Church in Chapel Hill

2 days ago

"Groups at Waypoint Church provide opportunities for community connection, spiritual growth, and service. Visit the groups page to find a group that matches your interests and schedule."

Baldwin Park City Council Special Meeting

2 days ago

"Create a Website Account - Manage notification subscriptions, save form progress and more.    Search autocomplete is currently not responding. Please try again later. View All Calendars is the default. Choose Select a Calendar to view a specific calendar. Subscribe to calendar notifications by clicking on the Notify Me® button, and you will automatically be alerted about the latest events in our community. Agenda Facility Submit Event Print Email Event Subscription View RSS Feeds Select on Calendar Expand Collapse Previous Next Down Up Map Share Show more Agenda $(window).on("load", function () { $('.icalDescription').urlToLink({ target: '_blank' }); }); var currentTextBox = null; var currentDatePicker = null; function hidePopup() { return currentDatePicker && currentDatePicker.hidePopup(); } //This method is called to handle the onclick and onfocus client side events for the texbox function showPopup(sender, e) { //this is a reference to the texbox which raised the event //see the methods exposed through the $telerik static client library here - http://www.telerik.com/help/aspnet-ajax/telerik-static-client-library.html var textBox = sender.tagName === "INPUT" ? sender : $telerik.getPreviousHtmlNode(sender); // hide previous pop-up if open textBox !== currentTextBox && hidePopup(); currentTextBox = textBox; } function dismissHook(e) { return (e.keyCode === 27 || e.keyCode === 9) && hidePopup(); } function handleKeydown(e) { dismissHook(e) || searchTextHook(e); } //this handler is used to set the text of the TextBox to the value of selected from the popup function dateSelected(sender, args) { if (currentTextBox != null) { //currentTextBox is the currently selected TextBox. Its value is set to the newly selected //value of the picker currentTextBox.value = args.get_newValue(); } } //this function is used to parse the date entered or selected by the user function parseDate(sender, e) { if (currentDatePicker != null) { var date = currentDatePicker.get_dateInput().parseDate(sender.value); var dateInput = currentDatePicker.get_dateInput(); if (date == null) { date = currentDatePicker.get_selectedDate(); } var formattedDate = dateInput.get_dateFormatInfo().FormatDate(date, dateInput.get_displayDateFormat()); sender.value = formattedDate; } } function clearPostBack() { Sys.WebForms.PageRequestManager.getInstance().remove_endRequest(clearPostBack); $('.icalDescription').urlToLink({ target: '_blank' }); } function redrawContentCalendar() { Sys.WebForms.PageRequestManager.getInstance().add_endRequest(clearPostBack); if (document.aspnetForm.calendarView.value == 'list' || document.aspnetForm.calendarView.value == '') raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanelListView', 0, ''); else raiseAsyncPostbackCalendar('ctl00_ctl00_MainContent_ModuleContent_ctl00_contentUpdatePanel', 0, ''); blockMenuSpawn = false; } function previousFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedPrev'); } function nextFeaturedItem(view) { document.aspnetForm.calendarView.value = view; raiseAsyncPostbackCalendar('featured', 0, 'drawFeaturedNext'); } order+='ModuleContent\n' Live Edit // Agendas & MinutesClick here to view the full agenda list and detailsLearn More .fancyButton47.fancyButton:link,.fancyButton47.fancyButton:visited, .fancyButton47div.fancyButton{ width: 100%; background-image: url('/ImageRepository/Document?documentID=68'); background-repeat: no-repeat; background-position: center top; background-size:cover; max-width:320px; height:320px; margin:30px auto 30px auto; position:relative; transition:.2s ease-in-out; box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3); border-radius:4px; } .fancyButton47>span{ background:rgba(16,42,77,.85); height:100%; border-radius:4px; transition:.2s ease-in-out;} .fancyButton47.fancyButton:hover,.fancyButton47.fancyButton:focus,.fancyButton47.fancyButton:active,.fancyButton47.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; margin:0px auto 0px auto; height:380px; box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px; } .fancyButton47:focus .text .textStyle1, .fancyButton47:active .text .textStyle1{ color:#515151; } .fancyButton47>span:hover{ background:rgba(51,51,51,0); height:100%;} .fancyButton47.fancyButton:link > span,.fancyButton47.fancyButton:visited > span, .fancyButton47div.fancyButton > span{ } .fancyButton47.fancyButton:hover > span,.fancyButton47.fancyButton:focus > span,.fancyButton47.fancyButton:active > span,.fancyButton47.fancyButton.hover > span{ } .fancyButton47.fancyButton .text{ color: #ffffff; font-size: 1.2em; font-family: "Poppins"; font-weight: 600; text-decoration: none; background-repeat: no-repeat; background-position: left top; transition:.2s ease-in-out; position:absolute; padding:1.5em 1em 0 1em; bottom:0; border-radius:0px 0px 4px 4px; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton47.fancyButton:hover .text,.fancyButton47.fancyButton:focus .text,.fancyButton47.fancyButton:active .text,.fancyButton47.fancyButton.hover .text{ color: #1A4378; text-decoration: none; background-repeat: no-repeat; background-position: left top; padding:1.5em 1em 1em 1em; background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton47.fancyButton .textStyle1{ color: rgb(255, 255, 255); font-size: .8em; font-family: Open Sans; font-style: normal; text-decoration: none; display:block; padding-top:1.5em; line-height:1.2; font-weight:200;} .fancyButton47.fancyButton:hover .textStyle1, .fancyButton47.fancyButton.hover .textStyle1{ color: rgb(5, 0, 42); text-decoration: none; } .fancyButton47.fancyButton .textStyle2{ color: rgb(5, 0, 42); font-size: .7em; font-family: Inter; font-weight: 500; text-decoration: none; display:block; padding:1em; margin-top:20px; font-weight:400; border-radius:4px; background:#fff; color:#333; width:140px; text-align:center; opacity:0; transition:.2s ease-in-out; border:2px solid #efefef; margin:20px auto 0; } .fancyButton47.fancyButton:hover .textStyle2, .fancyButton47.fancyButton.hover .textStyle2{ color: rgb(255, 255, 255); text-decoration: none; opacity:1; color:#333; } .fancyButton47:focus .text .textStyle2, .fancyButton47:active .text .textStyle2{ opacity:1; } .fancyButton47 .textStyle2:hover{ background:#0F3459; border-color:#0F3459; color:#fff!important; box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;} Report an IssueClick here to find resources and help with community issuesLearn More .fancyButton299.fancyButton:link,.fancyButton299.fancyButton:visited, .fancyButton299div.fancyButton{ width: 100%; background-image: url(/ImageRepository/Document?documentID=71); background-repeat: no-repeat; background-position: center top; background-size:cover; max-width:320px; height:320px; margin:30px auto 30px auto; position:relative; transition:.2s ease-in-out; box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3); border-radius:4px; } .fancyButton299>span{ background:rgba(16,42,77,.85); height:100%; border-radius:4px; transition:.2s ease-in-out;} .fancyButton299.fancyButton:hover,.fancyButton299.fancyButton:focus,.fancyButton299.fancyButton:active,.fancyButton299.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; margin:0px auto 0px auto; height:380px; box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px; } .fancyButton299:focus .text .textStyle1, .fancyButton299:active .text .textStyle1{ color:#515151; } .fancyButton299>span:hover{ background:rgba(51,51,51,0); height:100%;} .fancyButton299.fancyButton:link > span,.fancyButton299.fancyButton:visited > span, .fancyButton299div.fancyButton > span{ } .fancyButton299.fancyButton:hover > span,.fancyButton299.fancyButton:focus > span,.fancyButton299.fancyButton:active > span,.fancyButton299.fancyButton.hover > span{ } .fancyButton299.fancyButton .text{ color: #ffffff; font-size: 1.2em; font-family: "Poppins"; font-weight: 600; text-decoration: none; background-repeat: no-repeat; background-position: left top; transition:.2s ease-in-out; position:absolute; padding:1em 1.5em 0 1em; bottom:0; border-radius:0px 0px 4px 4px; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton299.fancyButton:hover .text,.fancyButton299.fancyButton:focus .text,.fancyButton299.fancyButton:active .text,.fancyButton299.fancyButton.hover .text{ color: #1A4378; text-decoration: none; background-repeat: no-repeat; background-position: left top; padding:1.5em 1.5em 1.5em 1.5em; background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton299.fancyButton .textStyle1{ color: rgb(255, 255, 255); font-size: .8em; font-family: Open Sans; font-style: normal; text-decoration: none; display:block; padding-top:1.5em; line-height:1.2; font-weight:200;} .fancyButton299.fancyButton:hover .textStyle1, .fancyButton299.fancyButton.hover .textStyle1{ color: rgb(5, 0, 42); text-decoration: none; } .fancyButton299.fancyButton .textStyle2{ color: rgb(5, 0, 42); font-size: .7em; font-family: Inter; font-weight: 500; text-decoration: none; display:block; padding:1em; margin-top:20px; font-weight:400; border-radius:4px; background:#fff; color:#333; width:140px; text-align:center; opacity:0; transition:.2s ease-in-out; border:2px solid #efefef; margin:20px auto 0; } .fancyButton299.fancyButton:hover .textStyle2, .fancyButton299.fancyButton.hover .textStyle2{ color: rgb(255, 255, 255); text-decoration: none; opacity:1; color:#333; } .fancyButton299:focus .text .textStyle2, .fancyButton299:active .text .textStyle2{ opacity:1; } .fancyButton299 .textStyle2:hover{ background:#0F3459; border-color:#0F3459; color:#fff!important; box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px; } Job OpportunitiesClick here to view employment information Learn More .fancyButton301.fancyButton:link,.fancyButton301.fancyButton:visited, .fancyButton301div.fancyButton{ width: 100%; background-image: url(/ImageRepository/Document?documentID=3309); background-repeat: no-repeat; background-size:cover; max-width:320px; height:320px; margin:30px auto 30px auto; position:relative; transition:.2s ease-in-out; box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3); border-radius:4px; } .fancyButton301>span{ background:rgba(16,42,77,.85); height:100%; border-radius:4px; transition:.2s ease-in-out;} .fancyButton301.fancyButton:hover,.fancyButton301.fancyButton:focus,.fancyButton301.fancyButton:active,.fancyButton301.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; margin:0px auto 0px auto; height:380px; box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px; } .fancyButton301:focus .text .textStyle1, .fancyButton301:active .text .textStyle1{ color:#515151; } .fancyButton301>span:hover{ background:rgba(51,51,51,0); height:100%;} .fancyButton301.fancyButton:link > span,.fancyButton301.fancyButton:visited > span, .fancyButton301div.fancyButton > span{ } .fancyButton301.fancyButton:hover > span,.fancyButton301.fancyButton:focus > span,.fancyButton301.fancyButton:active > span,.fancyButton301.fancyButton.hover > span{ } .fancyButton301.fancyButton .text{ color: #ffffff; font-size: 1.2em; font-family: "Poppins"; font-weight: 600; text-decoration: none; background-repeat: no-repeat; background-position: left top; transition:.2s ease-in-out; position:absolute; padding:1.5em 1em 0 1em; bottom:0; border-radius:0px 0px 4px 4px; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton301.fancyButton:hover .text,.fancyButton301.fancyButton:focus .text,.fancyButton301.fancyButton:active .text,.fancyButton301.fancyButton.hover .text{ color: #1A4378; text-decoration: none; background-repeat: no-repeat; background-position: left top; padding:1.5em 1em 1em 1em; background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton301.fancyButton .textStyle1{ color: rgb(255, 255, 255); font-size: .8em; font-family: Open Sans; font-style: normal; text-decoration: none; display:block; padding-top:1.5em; line-height:1.2; font-weight:200;} .fancyButton301.fancyButton:hover .textStyle1, .fancyButton301.fancyButton.hover .textStyle1{ color: rgb(5, 0, 42); text-decoration: none; } .fancyButton301.fancyButton .textStyle2{ color: rgb(5, 0, 42); font-size: .7em; font-family: Inter; font-weight: 500; text-decoration: none; display:block; padding:1em; margin-top:20px; font-weight:400; border-radius:4px; background:#fff; color:#333; width:140px; text-align:center; opacity:0; transition:.2s ease-in-out; border:2px solid #efefef; margin:20px auto 0; } .fancyButton301.fancyButton:hover .textStyle2, .fancyButton301.fancyButton.hover .textStyle2{ color: rgb(255, 255, 255); text-decoration: none; opacity:1; color:#333; } .fancyButton301:focus .text .textStyle2, .fancyButton301:active .text .textStyle2{ opacity:1; } .fancyButton301 .textStyle2:hover{ background:#0F3459; border-color:#0F3459; color:#fff!important; box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;} .fancyButton301.fancyButton .textStyle3{ color: rgb(255, 255, 255); font-size: 1.2em; font-style: normal; text-decoration: none; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton301.fancyButton:hover .textStyle3, .fancyButton301.fancyButton.hover .textStyle3{ color: rgb(26, 67, 120); text-decoration: none; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} Immigration ResourcesImmigration know your rights & resourcesLearn More .fancyButton300.fancyButton:link,.fancyButton300.fancyButton:visited, .fancyButton300div.fancyButton{ width: 100%; background-image: url('/ImageRepository/Document?documentID=3572'); background-repeat: no-repeat; background-position: right top; background-size:cover; max-width:320px; height:320px; margin:30px auto 30px auto; position:relative; transition:.2s ease-in-out; box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3); border-radius:4px; } .fancyButton300>span{ background:rgba(16,42,77,.85); height:100%; border-radius:4px; transition:.2s ease-in-out;} .fancyButton300.fancyButton:hover,.fancyButton300.fancyButton:focus,.fancyButton300.fancyButton:active,.fancyButton300.fancyButton.hover{ background-repeat: no-repeat; margin:0px auto 0px auto; height:380px; box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px; } .fancyButton300:focus .text .textStyle1, .fancyButton300:active .text .textStyle1{ color:#515151; } .fancyButton300>span:hover{ background:rgba(51,51,51,0); height:100%;} .fancyButton300.fancyButton:link > span,.fancyButton300.fancyButton:visited > span, .fancyButton300div.fancyButton > span{ } .fancyButton300.fancyButton:hover > span,.fancyButton300.fancyButton:focus > span,.fancyButton300.fancyButton:active > span,.fancyButton300.fancyButton.hover > span{ } .fancyButton300.fancyButton .text{ color: #ffffff; font-size: 1.2em; font-family: "Poppins"; text-align: center; font-weight: 600; text-decoration: none; background-repeat: no-repeat; background-position: center top; transition:.2s ease-in-out; position:absolute; padding:1.5em 1em 0 1em; bottom:0; border-radius:0px 0px 4px 4px; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton300.fancyButton:hover .text,.fancyButton300.fancyButton:focus .text,.fancyButton300.fancyButton:active .text,.fancyButton300.fancyButton.hover .text{ color: #1A4378; text-decoration: none; background-repeat: no-repeat; background-position: left top; padding:1.5em 1em 1em 1em; background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton300.fancyButton .textStyle1{ color: rgb(255, 255, 255); font-size: .8em; font-family: Open Sans; font-style: normal; text-decoration: none; display:block; padding-top:1.5em; line-height:1.2; font-weight:200;} .fancyButton300.fancyButton:hover .textStyle1, .fancyButton300.fancyButton.hover .textStyle1{ color: rgb(5, 0, 42); text-decoration: none; } .fancyButton300.fancyButton .textStyle2{ color: rgb(5, 0, 42); font-size: .7em; font-family: Inter; font-weight: 500; text-decoration: none; display:block; padding:1em; margin-top:20px; font-weight:400; border-radius:4px; background:#fff; color:#333; width:140px; text-align:center; opacity:0; transition:.2s ease-in-out; border:2px solid #efefef; margin:20px auto 0; } .fancyButton300.fancyButton:hover .textStyle2, .fancyButton300.fancyButton.hover .textStyle2{ color: rgb(255, 255, 255); text-decoration: none; opacity:1; color:#333; } .fancyButton300:focus .text .textStyle2, .fancyButton300:active .text .textStyle2{ opacity:1; } .fancyButton300 .textStyle2:hover{ background:#0F3459; border-color:#0F3459; color:#fff!important; box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px;} .fancyButton300.fancyButton .textStyle3{ color: rgb(255, 255, 255); font-size: 1.2em; font-style: normal; text-decoration: none; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton300.fancyButton:hover .textStyle3, .fancyButton300.fancyButton.hover .textStyle3{ color: rgb(26, 67, 120); text-decoration: none; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} RecreationClick here to find community event informationLearn More .fancyButton302.fancyButton:link,.fancyButton302.fancyButton:visited, .fancyButton302div.fancyButton{ width: 100%; background-image: url(/ImageRepository/Document?documentID=69); background-repeat: no-repeat; background-position: center top; background-size:cover; max-width:320px; height:320px; margin:30px auto 30px auto; position:relative; transition:.2s ease-in-out; box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3); border-radius:4px; } .fancyButton302>span{ background:rgba(16,42,77,.85); height:100%; border-radius:4px; transition:.2s ease-in-out;} .fancyButton302.fancyButton:hover,.fancyButton302.fancyButton:focus,.fancyButton302.fancyButton:active,.fancyButton302.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; margin:0px auto 0px auto; height:380px; box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px; } .fancyButton302:focus .text .textStyle1, .fancyButton302:active .text .textStyle1{ color:#515151; } .fancyButton302>span:hover{ background:rgba(51,51,51,0); height:100%;} .fancyButton302.fancyButton:link > span,.fancyButton302.fancyButton:visited > span, .fancyButton302div.fancyButton > span{ } .fancyButton302.fancyButton:hover > span,.fancyButton302.fancyButton:focus > span,.fancyButton302.fancyButton:active > span,.fancyButton302.fancyButton.hover > span{ } .fancyButton302.fancyButton .text{ color: #ffffff; font-size: 1.2em; font-family: "Poppins"; font-weight: 600; text-decoration: none; background-repeat: no-repeat; background-position: left top; transition:.2s ease-in-out; position:absolute; padding:1em 1.5em 0 1em; bottom:0; border-radius:0px 0px 4px 4px; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton302.fancyButton:hover .text,.fancyButton302.fancyButton:focus .text,.fancyButton302.fancyButton:active .text,.fancyButton302.fancyButton.hover .text{ color: #1A4378; text-decoration: none; background-repeat: no-repeat; background-position: left top; padding:1.5em 1.5em 1.5em 1.5em; background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton302.fancyButton .textStyle1{ color: rgb(255, 255, 255); font-size: .8em; font-family: Open Sans; font-style: normal; text-decoration: none; display:block; padding-top:1.5em; line-height:1.2; font-weight:200;} .fancyButton302.fancyButton:hover .textStyle1, .fancyButton302.fancyButton.hover .textStyle1{ color: rgb(5, 0, 42); text-decoration: none; } .fancyButton302.fancyButton .textStyle2{ color: rgb(5, 0, 42); font-size: .7em; font-family: Inter; font-weight: 500; text-decoration: none; display:block; padding:1em; margin-top:20px; font-weight:400; border-radius:4px; background:#fff; color:#333; width:140px; text-align:center; opacity:0; transition:.2s ease-in-out; border:2px solid #efefef; margin:20px auto 0; } .fancyButton302.fancyButton:hover .textStyle2, .fancyButton302.fancyButton.hover .textStyle2{ color: rgb(255, 255, 255); text-decoration: none; opacity:1; color:#333; } .fancyButton302:focus .text .textStyle2, .fancyButton302:active .text .textStyle2{ opacity:1; } .fancyButton302 .textStyle2:hover{ background:#0F3459; border-color:#0F3459; color:#fff!important; box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px; } Baldwin Park NOWStay up-to-date with the latest newsLearn More .fancyButton221.fancyButton:link,.fancyButton221.fancyButton:visited, .fancyButton221div.fancyButton{ width: 100%; background-image: url('/ImageRepository/Document?documentID=4686'); background-repeat: no-repeat; background-position: center top; background-size:cover; max-width:320px; height:320px; margin:30px auto 30px auto; position:relative; transition:.2s ease-in-out; box-shadow:0px 2px 5px 0px rgba(16,42,77,0.3); border-radius:4px; } .fancyButton221>span{ background:rgba(16,42,77,.85); height:100%; border-radius:4px; transition:.2s ease-in-out;} .fancyButton221.fancyButton:hover,.fancyButton221.fancyButton:focus,.fancyButton221.fancyButton:active,.fancyButton221.fancyButton.hover{ background-repeat: no-repeat; background-position: center top; margin:0px auto 0px auto; height:380px; box-shadow: rgba(16,42,77, 0.25) 0px 50px 80px -30px, rgba(16,42,773, 0.3) 0px 30px 60px -30px; } .fancyButton221:focus .text .textStyle1, .fancyButton221:active .text .textStyle1{ color:#515151; } .fancyButton221>span:hover{ background:rgba(51,51,51,0); height:100%;} .fancyButton221.fancyButton:link > span,.fancyButton221.fancyButton:visited > span, .fancyButton221div.fancyButton > span{ } .fancyButton221.fancyButton:hover > span,.fancyButton221.fancyButton:focus > span,.fancyButton221.fancyButton:active > span,.fancyButton221.fancyButton.hover > span{ } .fancyButton221.fancyButton .text{ color: #ffffff; font-size: 1.2em; font-family: "Poppins"; font-weight: 600; text-decoration: none; background-repeat: no-repeat; background-position: left top; transition:.2s ease-in-out; position:absolute; padding:1em 1.5em 0 1em; bottom:0; border-radius:0px 0px 4px 4px; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton221.fancyButton:hover .text,.fancyButton221.fancyButton:focus .text,.fancyButton221.fancyButton:active .text,.fancyButton221.fancyButton.hover .text{ color: #1A4378; text-decoration: none; background-repeat: no-repeat; background-position: left top; padding:1.5em 1.5em 1.5em 1.5em; background:#fff;text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton221.fancyButton .textStyle1{ color: rgb(255, 255, 255); font-size: .8em; font-family: Open Sans; font-style: normal; text-decoration: none; display:block; padding-top:1.5em; line-height:1.2; font-weight:200;} .fancyButton221.fancyButton:hover .textStyle1, .fancyButton221.fancyButton.hover .textStyle1{ color: rgb(5, 0, 42); text-decoration: none; } .fancyButton221.fancyButton .textStyle2{ color: rgb(5, 0, 42); font-size: .7em; font-family: Inter; font-weight: 500; text-decoration: none; display:block; padding:1em; margin-top:20px; font-weight:400; border-radius:4px; background:#fff; color:#333; width:140px; text-align:center; opacity:0; transition:.2s ease-in-out; border:2px solid #efefef; margin:20px auto 0; } .fancyButton221.fancyButton:hover .textStyle2, .fancyButton221.fancyButton.hover .textStyle2{ color: rgb(255, 255, 255); text-decoration: none; opacity:1; color:#333; } .fancyButton221:focus .text .textStyle2, .fancyButton221:active .text .textStyle2{ opacity:1; } .fancyButton221 .textStyle2:hover{ background:#0F3459; border-color:#0F3459; color:#fff!important; box-shadow: rgba(16,42,77, 0.25) 0px 30px 20px -10px, rgba(16,42,773, 0.3) 0px 10px 30px -10px; } .fancyButton221.fancyButton .textStyle3{ color: rgb(255, 255, 255); font-size: 1.2em; font-style: normal; text-decoration: none; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton221.fancyButton:hover .textStyle3, .fancyButton221.fancyButton.hover .textStyle3{ color: rgb(26, 67, 120); text-decoration: none; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton221.fancyButton .textStyle4{ color: rgb(255, 255, 255); font-size: 1.2em; font-style: normal; text-decoration: none; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton221.fancyButton:hover .textStyle4, .fancyButton221.fancyButton.hover .textStyle4{ color: rgb(26, 67, 120); text-decoration: none; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} .fancyButton221.fancyButton .textStyle5{ color: rgb(255, 255, 255); font-size: 1.2em; font-style: normal; text-decoration: none; line-height:1; display:block; text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);} .fancyButton221.fancyButton:hover .textStyle5, .fancyButton221.fancyButton.hover .textStyle5{ color: rgb(26, 67, 120); text-decoration: none; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0);} HOME .fancyButton55.fancyButton:link,.fancyButton55.fancyButton:visited, .fancyButton55div.fancyButton{ height: 90px; padding-top: 9px; background-repeat: no-repeat; background-position: center top; transition: all .3s ease-in-out; background-color: rgba(238, 242, 245,.9); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);} .fancyButton55.fancyButton:hover,.fancyButton55.fancyButton:focus,.fancyButton55.fancyButton:active,.fancyButton55.fancyButton.hover{ background-color: rgb(16, 42, 77); background-repeat: no-repeat; background-position: center top; } .fancyButton55.fancyButton:link > span,.fancyButton55.fancyButton:visited > span, .fancyButton55div.fancyButton > span{ } .fancyButton55.fancyButton:hover > span,.fancyButton55.fancyButton:focus > span,.fancyButton55.fancyButton:active > span,.fancyButton55.fancyButton.hover > span{ } .fancyButton55.fancyButton .text{ color: rgb(5, 0, 42); font-size: .9em; font-family: "Inter"; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; font-weight: 500; text-decoration: none; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; background-image: url('/ImageRepository/Document?documentID=83'); background-repeat: no-repeat; background-position: center top; background-size: 35px; transition: all .3s ease-in-out;text-transform: uppercase; line-height: 1.1;} .fancyButton55.fancyButton:hover .text,.fancyButton55.fancyButton:focus .text,.fancyButton55.fancyButton:active .text,.fancyButton55.fancyButton.hover .text{ color: rgb(255, 255, 255); text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=79'); background-repeat: no-repeat; background-position: center top; background-size: 45px; } Police .fancyButton56.fancyButton:link,.fancyButton56.fancyButton:visited, .fancyButton56div.fancyButton{ height: 90px; padding-top: 9px; background-repeat: no-repeat; background-position: center top; transition: all .3s ease-in-out; background-color: rgba(238, 242, 245,.9); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);} .fancyButton56.fancyButton:hover,.fancyButton56.fancyButton:focus,.fancyButton56.fancyButton:active,.fancyButton56.fancyButton.hover{ background-color: rgb(16, 42, 77); background-repeat: no-repeat; background-position: center top; } .fancyButton56.fancyButton:link > span,.fancyButton56.fancyButton:visited > span, .fancyButton56div.fancyButton > span{ } .fancyButton56.fancyButton:hover > span,.fancyButton56.fancyButton:focus > span,.fancyButton56.fancyButton:active > span,.fancyButton56.fancyButton.hover > span{ } .fancyButton56.fancyButton .text{ color: rgb(5, 0, 42); font-size: .9em; font-family: "Inter"; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; font-weight: 500; text-decoration: none; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; background-image: url('/ImageRepository/Document?documentID=82'); background-repeat: no-repeat; background-position: center top; background-size: 35px; transition: all .3s ease-in-out;text-transform: uppercase; line-height: 1.1;} .fancyButton56.fancyButton:hover .text,.fancyButton56.fancyButton:focus .text,.fancyButton56.fancyButton:active .text,.fancyButton56.fancyButton.hover .text{ color: rgb(255, 255, 255); text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=77'); background-repeat: no-repeat; background-position: center top; background-size: 45px; } Subscribe .fancyButton57.fancyButton:link,.fancyButton57.fancyButton:visited, .fancyButton57div.fancyButton{ height: 90px; padding-top: 9px; background-repeat: no-repeat; background-position: center top; transition: all .3s ease-in-out; background-color: rgba(238, 242, 245,.9); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);} .fancyButton57.fancyButton:hover,.fancyButton57.fancyButton:focus,.fancyButton57.fancyButton:active,.fancyButton57.fancyButton.hover{ background-color: rgb(16, 42, 77); background-repeat: no-repeat; background-position: center top; } .fancyButton57.fancyButton:link > span,.fancyButton57.fancyButton:visited > span, .fancyButton57div.fancyButton > span{ } .fancyButton57.fancyButton:hover > span,.fancyButton57.fancyButton:focus > span,.fancyButton57.fancyButton:active > span,.fancyButton57.fancyButton.hover > span{ } .fancyButton57.fancyButton .text{ color: rgb(5, 0, 42); font-size: .9em; font-family: "Inter"; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; font-weight: 500; text-decoration: none; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; background-image: url('/ImageRepository/Document?documentID=81'); background-repeat: no-repeat; background-position: center top; background-size: 35px; transition: all .3s ease-in-out;text-transform: uppercase; line-height: 1.1;} .fancyButton57.fancyButton:hover .text,.fancyButton57.fancyButton:focus .text,.fancyButton57.fancyButton:active .text,.fancyButton57.fancyButton.hover .text{ color: rgb(255, 255, 255); text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=76'); background-repeat: no-repeat; background-position: center top; background-size: 45px; } Instagram .fancyButton58.fancyButton:link,.fancyButton58.fancyButton:visited, .fancyButton58div.fancyButton{ height: 90px; padding-top: 9px; background-repeat: no-repeat; background-position: center top; transition: all .3s ease-in-out; background-color: rgba(238, 242, 245,.9); backdrop-filter: blur(7px); -webkit-backdrop-filter: blur(7px);} .fancyButton58.fancyButton:hover,.fancyButton58.fancyButton:focus,.fancyButton58.fancyButton:active,.fancyButton58.fancyButton.hover{ background-color: rgb(16, 42, 77); background-repeat: no-repeat; background-position: center top; } .fancyButton58.fancyButton:link > span,.fancyButton58.fancyButton:visited > span, .fancyButton58div.fancyButton > span{ } .fancyButton58.fancyButton:hover > span,.fancyButton58.fancyButton:focus > span,.fancyButton58.fancyButton:active > span,.fancyButton58.fancyButton.hover > span{ } .fancyButton58.fancyButton .text{ color: rgb(5, 0, 42); font-size: .9em; font-family: "Inter"; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; font-weight: 500; text-decoration: none; padding-top: 48px; padding-bottom: 5px; padding-right: 4px; padding-left: 4px; background-image: url('/ImageRepository/Document?documentID=80'); background-repeat: no-repeat; background-position: center top; background-size: 35px; transition: all .3s ease-in-out;text-transform: uppercase; line-height: 1.1;} .fancyButton58.fancyButton:hover .text,.fancyButton58.fancyButton:focus .text,.fancyButton58.fancyButton:active .text,.fancyButton58.fancyButton.hover .text{ color: rgb(255, 255, 255); text-decoration: underline; background-image: url('/ImageRepository/Document?documentID=78'); background-repeat: no-repeat; background-position: center top; background-size: 45px; } Helpful Links Agendas & Minutes Election & Voter Information Report Issues Public Transit City Council /QuickLinks.aspx Site Links Home Site Map Contact Us Accessibility Copyright Notices Privacy Policy /QuickLinks.aspx Contact Us City Hall: 14403 E. Pacific Avenue, Baldwin Park, CA 91706 Phone: 626-960-4011 Fax: 626-962-2625 City Hours: 7:30am - 5:30pm Monday -ThursdayClosed Friday, Saturday, and Sunday"

Waypoint Church Welcomes New and Returning Visitors to Chapel Hill Community

2 days ago

"Welcome to Waypoint Church. We are a local faith community serving the Chapel Hill, Raleigh, and Durham area. Whether you're new to faith, returning after time away, or exploring spirituality, you're welcome here. Our community gathers for worship services and various faith-based activities throughout the week."

Presidential Assessment Committee to Meet April 9

1 week ago

"The University of North Carolina Board of Governors Presidential Assessment Committee will hold a special meeting at 3:45 p.m. Thursday, April 9, 2026. The purpose of the meeting is to consider an appointments matter. The meeting will be held virtually. Portions of the meeting will be streamed online so that simultaneous live audio and video are available to the public. The meeting livestream can be accessed here, and the virtual meeting will originate at 223 S. West St., Raleigh. If technical difficulties with the video stream are encountered, the video will be disabled for members and the public, and the meeting will continue in audio-only format. Please note that some items may be considered in closed session in accordance with the Open Meetings Law."

Stone Center Hosts First Annual Black N STEM Conference

2 weeks ago

"Communiversity Youth Program connects the vision of Dr. Stone and the work and resources of the Sonja Haynes Stone Center for Black Culture and History with the University campus and local and state communities through service-learning, community-building, outreach, leadership and interpersonal skills development. Communiversity fulfills an important part of the Stone Center’s mission of examining the role of culture in social change and community development by helping to improve student performance through education and practical experience. These components educate, empower and expose participating community youth to various aspects of African and African American culture and history, along with other cultural traditions, through alternative teaching methods. Working in cooperation with other University departments, Communiversity also sponsors other community outreach programs that assist in building and/or rebuilding key economic and social resources. Through funding from Welcome Burroughs Fund, CYP and the Stone Center Present: Black N Stem Conference. This will be a day filled with learning, curiosity, and conversation! Meals (Breakfast and Lunch) and Snack(s) are included. Transportation funds are available to youth programs. 100 Slots available as of May 26, 2026! ____________________________________________________________________________________________________________________________ This application must be completed in its entirety before your scholar is confirmed for the conference: https://go.unc.edu/BlackNSTEM"

Community Guidelines
  • Share local celebrations and life transitions.
  • Maintain a respectful and supportive tone.
  • Verify event details before posting.
  • No commercial advertising in announcements.
Upcoming Local Events
Jun14

Tony Rock

Local Venue
Jun14

Hamilton (Touring)

Local Venue
Jun14

Tony Rock

Local Venue
Jun14

Hamilton (Touring)

Local Venue
Jun16

Durham Bulls vs. Jacksonville Jumbo Shrimp

Local Venue

Celebrate Together

Sharing announcements helps build a stronger, more connected community.

Post Yours

Have a milestone to share with your community? Let everyone know.

Create Announcement