ADVERTISEMENT

Gabay Guro ends 2020 with star-studded fundraising concert for typhoon victims

Published Dec 29, 2020 04:09 pm

The destruction to life and property brought about by recent super typhoon Rolly and succeeding typhoon Ulysses in the last quarter of the year that ravaged the Bicol and Cagayan Valley regions and other places in the country prompted the big-hearted Gabay Guro prime movers of the PLDT-Smart Foundation to organize a fundraiser and extend help to affected teachers, students and schools.

Gabay Guro Chairman Chaye Cabal-Revilla leads the organization as it ends the challenging year of 2020 by mounting a star-studded online musical concert billed “Himig Ng Pasko at Pag-asa,” a New Year’s benefit concert for typhoon victims, on Thursday, Dec. 31.

PLDT Chairman Manny V. Pangilinan, giving his all-out support to the endeavor, said, “in these challenging times, we must be able to rely on each other for support. We are privileged for the opportunity to be of help to our brothers and sisters through this Gabay Guro activity.”

Revilla carries the torch of Gabay Guro’s advocacy close to her heart. “For as long as we can as much as we can, Gabay Guro will be here to share whatever we can to help lighten the burden of our kababayans, especially the teachers and the students who were adversely affected. We want to help and we will help,” she said.

Presented by PLDT-Smart Foundation Inc. and Metro Pacific Investments Inc., in collaboration with the Congressional Spouses Foundation Inc. and the Department of Education (DepEd), the almost two hour show will be streamed via the Gabay-Guro and DepEd Facebook pages and the Gabay Guro Youtube channel beginning at 8 p.m. on Dec. 31.

The online musical features top Filipino artists and celebrities in never-before seen collaborations as they re-introduce the grandeur of original Filipino music to the world via “Himig ng Pasko at Pag-asa.” Musical arrangements will be provided for by the country’s renowned maestros and composers led by National Artist Ryan Cayabyab. Louie Ocampo, Jimmy Antiporda, Nikko Rivera and Mon Faustino lend their outstanding talents to the production as well.

Participating artists include Sharon Cuneta, Gary Valenciano, Regine Velasquez Alcasid, Martin Nievera, Kuh Ledesma, Basil Valdez, Maestro Ryan Cayabyab, Randy Santiago, Vina Morales, Joey Albert, Mark Bautista, Erik Santos, Christian Bautista, Morisette, Jona, Sam Concepcion, The Company, Klarisse, Aicelle Santos, Kiana Valenciano, Paolo Valenciano, Gab Valenciano, Angeli Pangilinan-Valenciano, The Ryan Cayabyab Singers, Jessica Sanchez, Christine Allado, Ito Rapadas, Jeremy Glinoga, The A-Team Dancers, RJ Dela Fuente and Pops Fernandez, who will be hosting the event.

The megastar Sharon Cuneta and popular young band Ben & Ben are also supporting the concert event by way of promotions as they already have prior year-end engagements, respectively.

With creative content and music production by Eloisa Matias, “Himig ng Pasko at Pag-asa” hopes to ignite hope in the hearts of every Filipino for a better 2020 despite the bleakness of the passing year. Matias promised that in this show, the public will not be seeing the usual guesting and greeting from guests but they will be seeing a more personal, interactive and heartfelt messages from the artists.

The show will benefit teachers and students from areas identified by the DepEd.

To those whose hearts will be moved to donate, please make deposit to the following bank accounts: For Metro Pacific Investments Foundation, Inc. BDO - 001688020944, BPI - 003561030153 and Unionbank - 000320022766. For PLDT-Smart Foundation Inc. BDO Peso Account - 005310151681; BDO Unibank Dollar Account - 105310164708 with address at GV Locsin Bldg., Makati Ave., Makati City with Swift Code BNORPHMM.

Follow PLDT Gabay Guro on Facebook, Instagram, Twitter and YouTube and be a part of our efforts to help Filipino teachers.

Related Tags

PLDT-Smart Foundation fundraisingconcert GabayGuro ChayeCabal-Revilla
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.