ADVERTISEMENT

AFP named as Metrobank Foundation's 'PEACE' awardee

Published Mar 1, 2024 06:02 am
429772258_776343537861392_1686752216949549061_n.jpg
General Romeo Brawner Jr. (fourth from right), Chief of Staff of the Armed Forces of the Philippines, receives the 4th Metrobank Foundation Award for Partner in Empowerment, Advocacy, and Commitment to Excellence (PEACE) given by the Metrobank Foundation Inc. to the AFP during its 45th founding anniversary in Taguig City on February 29, 2024. (Photo from AFP).

The Armed Forces of the Philippines (AFP) was one of the five government agencies that received the 4th Metrobank Foundation Award for Partner in Empowerment, Advocacy, and Commitment to Excellence (PEACE) during the 45th founding anniversary of the Metrobank Foundation Inc., (MBFI) in Taguig City on Thursday, February 29.

AFP Chief, General Romeo Brawner Jr., who also became a recipient of the Metrobank Foundation's formerly Ten Outstanding Philippine Soldiers (now The Outstanding Philippine Soldiers or TOPS) in 2013, received the award which recognized the AFP's collaborative efforts with MBFI.

"The citation shows the AFP's commitment to excellence and service, as well as its dedication to nation-building with its partners and stakeholders," Col. Xerxes Trinidad, chief of AFP public affairs office, said on Friday, March 1.

The PEACE award is being given by the Metrobank Foundation to institutions from the academe, business, non-government and socio-civic organizations, national government agencies, media, and diplomatic missions every five years to recognize its partners that have exhibited "strong working relationships with MBFI in the mission of enriching the lives of the most vulnerable and underserved sectors in Philippine society. "

Kapit-Bisig-Trophy-1024x710.webp
The Kapit-Bisig trophy is given to PEACE honorees. (Photo courtesy of Metrobank Foundation Inc.)

The honorees are given the "Kapit-Bisig" trophy, created by Architect Jonathan Dangue, a 2011 Metrobank Art & Design Excellence (MADE) awardee. It is inspired by the age-old spirit of bayanihan featuring a community of stakeholders and institutional partners working in the spirit of cooperative effort to achieve a common goal.

Aside from the AFP, other national government agencies that were honored include the Department of Education (DepEd), Philippine National Police (PNP), Cultural Center of the Philippines (CCP), and Philippine Postal Corporation.

Twenty-five institutions were also given the same recognition by the Metrobank Foundation from various sectors including non-government and socio-civic organizations, academe, business, media. The Metrobank Foundation also cited their special intervention / COVID-19 intervention partners with the same award.

Meanwhile, an active and a retired AFP personnel also received the Award for Continued Excellence and Service for their "continued performance of duties with excellence and positive contribution to their respective institutions."

They are 2016 TOPS honoree Marine Col. Wilfredo Manalang and 1999 TOPS honoree Brig. Gen. Pedro Ramon L. Sinajon Jr. (Ret.).

Manalang is a two-time recipient of the Distinguished Service Star, the third highest military award of the AFP, as well as other notable commendations and accolades across his career.

He has held key leadership positions concerning counterterrorism and military diplomatic affairs under the AFP’s Intelligence Service and served as the Philippine Defense and Armed Forces Attaché (PhilDAFA) to Pakistan for three years.

At present, he serves as the deputy brigade commander of the Philippine Marine Corps' (PMC) 3rd Marine Brigade  based in Puerto Princesa City, Palawan.

On the other hand, Sinajon has had a stellar military career, holding key positions and assignments both in the field and with the top brass of the AFP. He was a four-time recipient of the Distinguished Service Star and the Gold Cross Medal.

Beyond retirement, he has dedicated his time and efforts through leadership roles with the Veterans Federation of the Philippines, as well as serving as the Chairman for the Administration and Logistics Committee of the Veterans Confederation of ASEAN Countries (VECONAC) Working Committee.

Related Tags

Armed Forces of the Philippines Metrobank Foundation Inc AFP
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.