ADVERTISEMENT

VP Duterte's vow at 'Bagong Pilipinas' rally: 'We are one with gov't'

Published Jan 28, 2024 09:11 am

Vice President Sara Duterte on Sunday, Jan. 28, joined President Marcos’ “Bagong Pilipinas” kickoff rally, but also expressed her support for the prayer rally her father is expected to attend in Davao City to oppose the ongoing People’s Initiative (PI) to amend the Constitution.

VPSD_BP rally.jpgVice President and Education Secretary Sara Duterte delivers a message during the 'Bagong Pilipinas' grand rally in Manila on Sunday, Jan. 28, 2024. (RTVM screenshot)

 

In a statement shortly before the start of both programs, the country’s second highest official revealed her intentions to support both rallies.

“Mga kababayan, dadalo po ako sa Bagong Pilipinas Kickoff Rally sa Quirino Grandstand sa Manila (My fellow countrymen, I will attend the Bagong Pilipinas kickoff rally in Quirino Grandstand in Manila),” she said, adding that the Department of Education (DepEd) is one with the Marcos administration’s eight-point socioeconomic agenda that aims to bring the country to progress.

The official joined the DepEd officials and public school teachers at 3:30 p.m. at the grandstand, according to the Office of the Vice President (OVP).

During the event, Duterte put the spotlight on DepEd personnel and shared how the agency contributes to the Marcos administration’s rallying call of “Bagong Pilipinas.”

“Ang Department of Education po ay kaisa ng lahat ng mga ahensya sa gobyerno tungo sa Bagong Pilipinas (The Department of Education is one with all government agencies toward Bagong Pilipinas),” she said in a brief message on stage.

“Kami po ay huhulma ng mga kabataan at mag-aaral na matatag (We will mold the youth and students to become resilient),” she added, using the same term as DepEd’s MATATAG agenda, which seeks to transform the country’s educational system under the “Bagong Pilipinas” slogan.

But Duterte, who is the concurrent Education secretary, also said she was one with the different sectors attending the prayer rally in her hometown of Davao City.

“Kasama rin ako sa prayer rally ng iba’t ibang sektor sa Davao City laban sa isinusulong na Charter change (I will also join the prayer rally of different sectors in Davao City against the proposed charter change),” she stated.

Her father, former president Rodrigo Duterte, is expected to attend the prayer rally against a supposed PI drive gathering signatures to amend the 1987 Philippine Constitution, which was born after former president Ferdinand Marcos Sr. and his family were thrown from power.

The PI initiative is supposedly being spearheaded by House Speaker Martin Romualdez, Marcos’ cousin.

Duterte, in her statement, maintained her opposition to changing the Constitution.

“Mahalagang makita at maintindihan natin ang panganib na nakaamba sa atin oras na tuluyan nating isinuko ang ating Saligang Batas sa kamay ng mga taong may personal at politikal na interes (It is important to see and understand the dangers that we face once we allow our Constitution to be in the hands of those with personal and political interests),” she said.

Critics warn that changing the Constitution could pave the way for Marcos to get another six-year term, which is currently prohibited. This would potentially put him on a collision course with the younger Duterte, who many believe would seek the presidency in 2028.

“Manindigan tayo laban sa pagbabago sa ating Saligang Batas sa pamamagitan ng ‘Pera kapalit ng pirma para sa People’s Initiative’ (Let us stand against the amending of our Constitution through ‘money in exchange of signature for People’s Initiative'),” Duterte said.

Related Tags

People's Initiative Charter change VP Sara Duterte
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.