ADVERTISEMENT

'Mananalo ka dito': Mindoreños vow to deliver votes for Leni

Published Mar 3, 2022 06:31 pm

A local official and multi-sectoral group of Oriental Mindoro on Thursday, March 3, assured Vice President Leni Robredo of a win come May 2022 presidential polls, describing her as a “symbol of goodness” and a “great woman.”

Vice President Leni Robredo addresses her supporters during a campaign sortie in Calapan, Oriental Mindoro on Thursday, March 3, 2022. (Mark Balmores/MANILA BULLETIN)

Oriental Mindoro First District Rep. Paulino Salvador “Doy” Leachon welcomed Robredo and running mate Sen. Kiko Pangilinan at the People’s Rally in Calapan.

“I would just like to tell you mananalo ka dito sa (you are going to win here in) Mindoro, Ma’am,” Leachon told Robredo as he introduced her on stage.

Robredo won in Oriental Mindoro during the 2016 vice presidential race, topping it with 134,843 votes, while her closest contenders, former Senators Ferdinand Marcos Jr. and Chiz Escudero, received only 72,092 and 69,509, respectively.

“Sabi ko naman malakas ka dito sa Mindoro, ito andami (I already said you are strong here in Mindoro, this is a lot),” Leachon said, pointing to the crowd of pink-clad supporters waving pink ribbons, balloons, and witty placards.

He described Robredo as a “personal friend,” someone who is a “good person” and “great woman.”

The lawmaker recalled the Vice President was his neighbor at the House of Representatives since only a wall separated their offices when she was still congresswoman of Camarines Sur.

Capt. Lemuel Gahol, who is representing multi-sectoral groups such as farmers, fishermen, and women, among others, expressed trust in Robredo because, like her, they also believe in “radical love.”

Calling the Robredo-Pangilinan “TRoPa ng Pagasa (of hope),” he added that Robredo is a “symbol of goodness” that will happen in the country.

“Kaya ang hinihiling namin kapag kayo na ang nakaupong pangulo na suportahan ang Mindoro bilang lugar sa agrikultura, ecotourism, biodiversity conservation. Ayaw po namin sa minahan (What we are asking is if you become president for you to support Mindoro as a place of agriculture, ecotourism, biodiversity conservation. We do not like mining),” Gahol said.

He asked her to address the impact of the Rice Tariffication Law on farmers since Mindoro is the “main supplier of rice and other agriculture products” and the privatization and monopoly of public services such as water and port services to favor big businesses.

READ: Mindoro shows off youth power for Leni-Kiko tandem

For her part, Robredo promised to listen to the stakeholders since she believes in participatory leadership and consultative governance.

Her main goal is to have a clean and honest government. Her campaign slogan, "Gobyernong Tapat, Angat Buhay Lahat (Honest Government, Better Life For All)," aims for a corrupt-free administration.

She promised inclusive governance in which ordinary people would have a voice and be heard.

“Ayaw nyo ng pagmimina, ayaw nyo ng ibang mga bagay na tingin nyo makakasira sa inyo, pinapangako po namin na ganun ang pamahalaan. Magbibigay po kami ng espasyo para sa lahat na maging bahagi ng aming pamamahala (You don’t like mining, you don’t like things that will destroy you, we promise you that the government will be like that. We are going to give spaces so you can be all part of our governance),” she said.

Robredo told the audience the change they seek is within their grasp and that they must carefully select the candidate they choose to put in power.

“Isang pamamahala na hindi lider ‘yung nagdidikta pero isang pamamahala na matapat, mga lingkod bayan na mga matitino at mahuhusay, pamahalaang nakikinig (A kind of governance where the leader does not impose but a governance that is honest, servant leaders who are honest and excellent, a government that will listen),” she said.

The Vice President worked with a private foundation to bring solar kits to barangays Misong and Tagumpay in Oriental Mindoro to bring light to these remote communities.

She also initiated a medical mission in partnership with Oriental Mindoro Rep. Alfonso Umali to give free medicine and medical check-ups to different communities in Oriental Mindoro.

Aside from Robredo and Pangilinan, some of their senatorial candidates were also in the Oriental Mindoro sortie, namely lawyers Alex Lacson and Sonny Matula, former Ifugao Rep. Teddy Baguilat Jr., and reelectionist Senator Richard Gordon.

Related Tags

VP Leni Robredo Oriental Mindoro Kiko Pangilinan campaign sortie radical love doy leachon
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.