ADVERTISEMENT

Brian Poe-Llamanzares joins forces with Ang Liga to empower young athletes in 19th season

Published Jul 12, 2023 05:18 am
Brian Poe-Llamanzares, chairman of FPJ Panday Bayanihan and president of Pantheon Holdings, teamed up with Ang Liga to empower young athletes in its 19th season. Their collaboration reflects a deep belief in the transformative power of sports, fostering personal growth, and providing equal opportunities. This partnership signifies a significant milestone in sports development and showcases Poe-Llamanzares' commitment to inclusivity and community engagement. *Pantheon Holdings President and FPJ Panday Bayanihan's Chairman Brian Poe-Llamanzares (left) and Ang Liga's Director of Operations Karl Tan.*

At the heart of Ang Liga's mission is the belief in nurturing athletic skills and valuable life lessons. The league serves as a catalyst for unlocking the full potential of athletes from diverse backgrounds, promoting teamwork, discipline, and resilience. This collaboration brings together the shared vision of Poe-Llamanzares and Ang Liga to create a transformative experience for young athletes, driving positive change within the sports community. "The partnership FPJ Panday Bayanihan is making with Ang Liga is a way for us to cultivate the future of football in the Philippines. We believe in nation-building and sports has always been one of the avenues we can take to advocate this," said Poe-Llamanzares. "Football is a sport where we know we can be competitive and we have proven we can be champions." The 19th season of Ang Liga aims to capture the hearts and minds of sports enthusiasts as twenty-four exceptional teams from prestigious collegiate leagues, including NCAA, UAAP, and community-based squads, take center stage. This showcase serves as a testament to Ang Liga's unwavering dedication to providing equal opportunities to talented individuals from diverse backgrounds and nurturing their athletic potential. "We are blessed and thankful that we were able to get the backing of Brian Poe-Llamanzares and the FPJ Panday Bayanihan Foundation, with a goal to give more exposure to the nation's grassroots development and to give a platform for the youth, from all walks of life," said Karl Tan, Director of Operations of Ang Liga. "This season is just a start, and we are planning a whole lot for the game of football locally." The Ang Liga team also includes Patrick Maramara, founder of KickStart Football who is actively involved as one of Ang Liga's Tournament Directors. "This partnership ensures that the efforts put in by all involved in the 19 years of Ang Liga will come to fruition sooner than later, maintaining its true goal: developing the Filipino footballer player into one with world-class standards," added Maramara. Paolo del Rosario, sports journalist and broadcaster, has joined Ang Liga as Director of Media and aims to contribute to enhancing the league's media presence and communication strategies. Pantheon Holdings, a start-up investment firm committed to supporting community development initiatives, has joined the collaboration, bringing its resources and expertise to the table.  "Our vision at Pantheon Holdings has always been to create impact and help provide structure for local initiatives and investments in different sectors. As Filipinos, sports have always been a driving force to build community and we're glad to be helping FPJ Panday Bayanihan and Ang Liga foster that this season," said Faye Abrihan, CEO of Pantheon Holdings. To stay updated with the latest news, match schedules, and exciting updates, be sure to follow Ang Liga, FPJ Panday Bayanihan, and Pantheon Holdings on their respective social media accounts. Ang Liga's 19th Season kicks off on August 5.
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.