ADVERTISEMENT

Globe esports team Liyab raises donations for Philippine Heart Center

Published Jun 15, 2020 12:24 am
As the country continues to grapple with the far-reaching effects of the coronavirus pandemic, the world of competitive Philippine esports has proven itself an ally to medical practitioners working at the front lines. Starforge Podcast Liyab Taking the online gaming arena to another level, Globe via its co-owned esports team, Liyab Esports, has successfully rallied professional esports athletes, streamers, and League of Legends fans to raise over half a million pesos in cash donations for the Philippine Heart Center (PHC) as part of their COVID-19 relief efforts. Dubbed ‘Starforge’, the online charity streaming event was launched in April 17 to 26 by Liyab and Esports AcadArena, the largest campus esports initiative in the Philippines. During the two-week campaign, Team Liyab participated in online community team matches, held entertaining podcasts, and interacted with fans and the nationwide gaming community. This culminated in a major Starforge event which featured a best-of-three All-Stars Showdown between teams headed by Liyab’s Kang ‘Kurd’ Yeonghwan and the team of Edrian ‘DoeDoii’ Brancia, with Team Kurd ultimately dominating a win. Throughout the duration of the event, Globe donated cash when certain milestones are met.  For every kill of an opposing player, dragon, or baron takedown Globe would add Php1,000 to the fund. To further show their support towards the gaming community’s initiative, Globe donated Php100,000 in funding upfront. Together with several partners, Globe raised a total of P523,000 for PHC through Starforge. Liyab Starforge Dr. Gerardo S. Manzo, Deputy Executive Director, Incident Command Post at PHC expressed his heartfelt gratitude to Globe, Team Liyab and esports enthusiasts who contributed in the initiative: “It gives us great inspiration to know that partners and communities like Globe and the local esports industry are also supporting us here at PHC, and all medical frontliners in the country who are continuously battling the onslaught of COVID 19. We are grateful to Team Liyab and their fans in leading this unique initiative to ensure our staff’s safety and health so that in turn, we can ensure the health and welfare of the Filipino public." “More than just bringing together gamers and gaming enthusiasts, we wanted to harness the reach of competitive online gaming towards opportunities to raise awareness and donations to aid COVID-19 frontliners,” shared Jil Bausa-Go, Vice President at Content Business Group of Globe.  “During these stressful times where typical sports are no longer available, it is inspiring to see how esports have created innovative and collaborative avenues to bring people together and provide much needed entertainment to lift morale,” Bausa-Go added.  With the success of the Starforge tournament, Globe and Team Liyab remain committed to supporting more esports initiatives to connect and empower the local esport community and provide support during these unprecedented times. (Jonathan Castillo)
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.