ADVERTISEMENT

Celebrating a heart of gold: Carlo Morris Galang's birthday bash with a cause

Published Apr 21, 2024 05:55 am

At A Glance

  • Surrounded by loved ones, Carlo embarked on a heartwarming journey to the Little Sisters of the Abandoned Elderly - Sta. Teresa Jornet Home in San Juan City. 
c79330e8-eb3c-4142-a2ef-0aecf8db338a.jpeg
 Carlo Morris Galang

In a world where glitz and glamour often take center stage, few individuals shine as brightly through their acts of kindness as they do through their achievements. 

One such luminary is Carlo Morris Galang, the President and CEO of Prime Events Productions Philippines Foundation Inc. Known for spearheading the most prestigious male pageant in the Philippines, Misters of Filipinas, now in its 11th year, and Man of the World, on its 6th edition, one of the major international male pageants, Carlo recently celebrated his birthday in a truly remarkable and altruistic manner.

Surrounded by loved ones, Carlo embarked on a heartwarming journey to the Little Sisters of the Abandoned Elderly - Sta. Teresa Jornet Home in San Juan City. This wasn't a mere birthday celebration but a meaningful gesture of giving back to the community. The organization, which Galang has long supported, received not only donations of food and sacks of rice but also the priceless gift of time and companionship.

b3e3f7df-d0fd-40c5-b461-e5b53f2b245c.jpeg

Carlo's visit to the charity was not just a charitable act but a joyous occasion filled with music and entertainment. Alongside Misters of Filipinas Tourism Culture Universe, Drei Arias, and ENVIE myman ambassador Mikey Pili, Galang brought smiles to the faces of both residents and visitors. The Lolas of the charity even took to the stage, showcasing their own songs and adding to the festive atmosphere, creating a memorable and uplifting experience for all.

Following the heartwarming visit, the celebration continued at MOF Coffee, a hub created under the Misters of Filipinas brand, known for its inclusive environment and delicious offerings. Drumming beats filled the air, creating a lively ambiance along the streets of F. Manalo, San Juan City.

Carlo's Havana-themed birthday bash at the re-opened restaurant, El Bottega, was a testament to the impact he has had on the lives of those around him. The event was graced by a diverse group of celebrity and content creator friends, including International and Hollywood Stylist Oli Sara, Prince of Boys Love series Aki Torres, Rising star Ely Cellan, Kim Gonzaga, KDM of Massage Luxx Group, Misters of Filipinas King and Net25 Actor Drei Arias, Billy Tatar, Juan Calma, Francine Garcia, Howell Pantollana, The gorgeous Queen Buraot, Ms Tenten, and Mikey Pili. Their presence at the celebration not only demonstrated their respect for Galang's philanthropic endeavors but also highlighted their widespread admiration for his selfless acts.

05d4be5a-9622-4641-b62f-9a43a9766515.jpeg

Serenaded by Tawag ng Tanghalan Finalist Dior Boronia and pianist Jas Arandela of Alamid and treated to a captivating drag performance by Sofie Vinas, Galang was surrounded by love, laughter, and the warm embrace of community. The night was capped off with beats from DJ J Mateo, ensuring that memories of this extraordinary celebration would linger long after the final note faded.

This celebration would not have been possible without the generous support of sponsors: El Bottega Kitchen, TPC event styling by Mervin Galang, MOF Coffee, CMG Construction, PEPPS TV, SO-MOT Viet Taste, MOF Cocktails, Grazeful Queens and Bingo Plus.

As the stars twinkled overhead and laughter filled the air, Carlo's birthday celebration was a poignant reminder of the power of generosity, compassion, and community spirit. In a world often overshadowed by darkness, Galang's shining example continues illuminating the path toward a brighter, more inclusive future. #peppstv #carlomorrisgalang

dd9b274d-fd80-4b4f-923b-b2d72372dad9.jpeg

Photo by: Mikee Esplago

Styled by: Jowie Namayan 

Hair and Makeup by Bhads Castor

Suit by: Ryan Chris

Production: Myra Jarabe

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.