ORA

Oluwanifemi Ologunorisa

ORA, Program Coordinator

United States

Oluwanifemi Ologunorisa is a PhD student at Indiana University Bloomington. She is passionate about community engagement, digital inclusion and women’s economic development. Prior to joining Omega, she gained valuable experience as a post-graduate fellow at the Digital Impact Alliance at the United Nations Foundation working on a range of capacity building and digitization projects. Oluwanifemi brings her expertise in digital development and commitment to social impact to her work at Omega.

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 || {} }); } }); } }); });