ADVERTISEMENT

Leni inspires stories of hope, courage in London visit

Published Apr 8, 2018 03:40 pm
By Raymund Antonio There are many stories of Filipino workers abroad worth sharing in the hope that such provide inspiration and encouragement to their countrymen who endure their daily struggles. Vice President Leni Robredo during the P&G Philippines Women's Symposium, Thursday. (OVP / MANILA BULLETIN) Vice President Leni Robredo during the P&G Philippines Women's Symposium, Thursday. (OVP / MANILA BULLETIN) Vice President Leni Robredo met with some overseas Filipino workers (OFWs) in London and they shared their tales of woes and stories of survival to create a better life for them and their families back home. They arrived in the United Kingdom under different conditions, motivations and circumstances, but there is no denying they found a second home there. Virginia Uri de Villa, a native of Quezon, recalled things weren’t looking good at first upon arrival in her adopted country, but then she made it work even she was not an elementary graduate. “I didn't know how to speak English, but I was good in Arabic. That was the hardest part so I needed to have a friend who speaks English all the time. That way I could encourage myself to speak English,” she said during Robredo’s radio show. The special episode of her program “BISErbisyong Leni,” which were uploaded in Robredo’s Facebook page, featured Villa and another OFW, Grant Gannaban-O’neill, who told their success stories. Robredo met overseas Filipinos during her official visit to London as part of Istorya ng Pag-asa, her office’s initiative to promote stories of hope to counter the prevailing trend of negativity and hate. The Vice President then spoke at the London School of Economics and Political Science (LSE), where she discussed “Overcoming Poverty in the Philippines and the Role of Politics in Economic Growth.” Robredo highlighted the importance of sharing the stories of OFWs because they inspire their fellow Filipinos. Villa worked in Kuwait as a domestic employee before she moved to Tottenham, North London, where she owned a beauty salon named “Thumbelina.” She narrated how she had to leave her four children over 20 years ago to earn a better living in London. “I worked for three years in a nursing home,” she said. Thereafter, Villa found herself moving from one job to another since she was an illegal immigrant. Her fate changed after she was among those granted amnesty by former British Prime Minister Tony Blair. “I have been working here. I feel I was born here,” the OFW said. Like most Filipino workers abroad, she helps support her family and relatives in the Philippines. For his part, Grant’s humble beginnings did not stop him from achieving his biggest dream to live and work in London. He hails from Naga City in Bicol like Robredo. A political science and nursing graduate, he continued his studies to become a make-up artist. He juggled being a student while working in a home care facility, but he surpassed the difficulties. “The only opportunity for me to come here was to become a student. By that time, the hiring of nurses had stopped,” he said. They are the country’s unsung ambassadors of goodwill—earning the respect of the people of London and making their “kababayans” here proud that they are Filipinos. Protest action Rallyists, composed of UK-based Filipino supporters of President Rodrigo Duterte and former Senator Ferdinand Marcos Jr., greeted Robredo’s visit in London. Before the Vice President was slated to speak at the London School of Economics, the group of Filipino rallyists gathered outside the LSE building carrying placards and posters with the message “Fake VP” and “Leni Lugaw.” They assailed Robredo for her presence in the school. Some even called on her to step down from office due to allegations that she cheated in the 2016 elections. Asked for a comment, Robredo chose not to dwell with protesters and instead enjoined Filipinos to “channel all of our energies into all things positive.” “We will progress through collaboration not through division. There is no sense in arguing with others,” she told ABS-CBN Europe news bureau in Filipino.
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.