ADVERTISEMENT

OLOPSC Marikina Silver Jubilarians gear up for a grand reunion

Published Mar 24, 2023 04:21 am
*“In a bid to rekindle lost camaraderie and renew decades-old friendships, it’s back to the 90’s for us Titos and Titas of Marikina.”  Photo above shows some of the OLOPSC High School Batch ‘98 alumni.* - - -


High school may be a time in our lives that we can never truly repeat, but for these junior Gen X-ers (or senior Millennials, if you will), they are making sure that revisiting the carefree days of high school will be a feat that’s both nostalgic and meaningful. Batch 1998 of Our Lady of Perpetual Succor College will be celebrating their 25th High School Reunion this year and they are not taking it lightly, what with their nine-month long preparation filled with get-togethers, fundraising activities and lots of fun and laughter that will be capped in an exclusive grand reunion program for all OLOPSC Batch 1998 alumni this coming May. *The OLOPSC batch ‘98 alumni kick-off activity was its bloodletting event in partnership with The Dugong Alay, Dugtong Buhay Foundation and affiliate hospitals, Fe Del Mundo and Philippine Children’s Medical Center (PCMC).*

The kick-off activity back in 2022 was a bloodletting event in partnership with Dugong Alay, Dugtong Buhay Foundation and affiliate hospitals, Fe Del Mundo and Philippine Children’s Medical Center (PCMC). Attended by about a hundred blood donors, the group was able to turnover a total of 60 blood bags during the said event. Aside from the clear benefit that the community got from the occasion, it was also the first time for most of the alumni to see each other again, years after graduation. It was the perfect jumpstart that drove the succeeding events. *The OLOPSC HS Batch 1998 also mounted an Oktober-fest inspired gathering to give a taste of the “reunion” feels over drinks and music.*
It was quickly followed by other activities in October like the “SOM-BA!”, a group Zumba session that promoted the importance of good health and overall wellness among the batchmates, as well as an Oktoberfest inspired gathering over drinks and music dubbed “OLOGFEST.” Both events were playfully named after some of the batch’s class sections, Solemnity of Mary and Our Lady of Grace. In order to further raise funds for the reunion program and the batch’s planned outreach undertakings, they had a movie screening for the blockbuster Marvel movie, “Wakanda Forever” at Ayala Feliz Mall Cinemas, organized by OLOPSC Batch ‘98’s Assumption of Mary class. Four hundred tickets were sold out for the two reserved cinemas and the event was well-attended not just by the batchmates and their families and friends, but even by their alma mater’s President, Ms. Armida Salvador-Samaniego. This sponsored event was made possible with the help of partners -- CAT-PR, KCPS Construction Services, Rajja Security Services Corporation, Edgetech Enterprises, Beans Adventures, Florangel Enterprise, Crystal Beach Resort Zambales, RT Photography, WeLinc Logistics, The Barbery and Sole Game,  106.7 Energy FM, 97.9 Home Radio, HG&J Architectural Design, Dentsure Dental Care and Bubba Lab Marikina. *The movie screening for the blockbuster Marvel movie, “Wakanda Forever” at Ayala Feliz Mall Cinema, organized by OLOPSC Batch ‘98’s Assumption of Mary class.*
“In a bid to rekindle lost camaraderie and renew decades-old friendships, it’s back to the 90’s for us Titos and Titas of Marikina. We are so blessed to have this opportunity to bond over our shared history and values. OLOPSCIANS are molded on the core values of spirituality, integrity, and excellence and we are hoping that after this reunion, we would be able to tap into this renewed camaraderie to become of service to our community in the future - as true blue OLOPSCIANS should,” says Princess Manalo, Batch 1998 High School President and Grand Reunion Organizing Committee Head. Themed “Forever Shine & Live”, the OLOPSC High School Batch 1998 Grand Reunion, happening on May 6 at the Marikina Convention Center, will be a nostalgia-filled finale over great food,  music and conversations to reconnect 25-year old friendships. This event is exclusive for OLOPSC Batch 1998 High School alumni. To sign up for tickets, other admission details and further announcements, you may reach out to your respective class representatives, contact the OLOPSC High School Batch 1998 Alumni Secretariat at 09151025984 or visit their event page [https://www.facebook.com/OLOPSCIANBatch98](https://www.facebook.com/OLOPSCIANBatch98). OLOPS College in Marikina is the biggest co-educational private school in the city. For more information visit [http://olopsc.edu.ph/](http://olopsc.edu.ph/).

Related Tags

reunion
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.