ORA

Erin O'Reilly

Commonweal, Grants Manager

Erin specializes in donor and grants management and information systems for philanthropy. With a degree in architecture from UC Berkeley and more than 20 years of professional experience in architecture and environmental graphic design, she is well versed in design thinking. In 2006, feeling a call to more heart-centric work, she joined the Regenerative Design Institute at Commonweal Garden where she worked alongside the co-founders managing all aspects of the organization, becoming Co-Director. Since 2015, Erin has worked with Commonweal as the donor and grants manager and has been instrumental in the development of a highly customized database system that incorporates Commonweal’s more than 40 programs.

POSTS BY THIS CREATOR

window.addEventListener('elementor/frontend/init', () => { elementorFrontend.hooks.addAction('frontend/element_ready/global', function () { const items = document.querySelectorAll('.swiper.elementor-loop-container .swiper-slide:not(.swiper-slide-duplicate)'); if (items.length <= 2) { document.querySelectorAll('.swiper.elementor-loop-container').forEach((carousel) => { if (carousel.swiper) { const swiper = carousel.swiper; // Destroy the current looped Swiper instance swiper.destroy(true, true); // Re-initialize without loop new Swiper(carousel, { loop: false, slidesPerView: swiper.params.slidesPerView || 1, spaceBetween: swiper.params.spaceBetween || 10, navigation: swiper.params.navigation || {}, pagination: swiper.params.pagination || {}, breakpoints: swiper.params.breakpoints || {} }); } }); } }); });