ADVERTISEMENT

Malabon Mayor Sandoval cites programs, achievements in 1st SOCA

Published Jul 3, 2023 11:24 am
Malabon City Mayor Jeannie Sandoval delivered her first State of the City Address (SOCA) on Monday, July 3, highlighting the city government's initiatives and achievements in her first year as its chief executive. "Aaminin ko po sa inyo na hindi po naging madali ang nakalipas na isang taon ng ating panunungkulan - nariyan ang kawalan ng permanenteng tirahan, seguridad sa pagkain, bagsak na kabuhayan, at mapaminsalang kalamidad at sakuna na kailangang respondehan (I will admit that the past one year of our tenure was not easy  - there's lack of permanent shelter, food security, livelihood failure, and disaster and calamities that needed to be responded to)," Sandoval said. "Sa kabila ng mga desisyon - maliit man o malaki - ating pong tinitiyak na may puso itong tumitibok para sa bawat isang Malabueño na may pagmamahal sa pamilya, puspusang nagsisikap, at puno ng pangarap. Dahil sa inyong pagmamahal at patuloy nating pagkakapit-bisig, tiwala ako na ang ating mga pangarap at mga pangako ay magiging masayang ala-ala at matibay na kasaysayan ng ating lungsod (Despite those decisions - big or small - we make sure it has a heart beating for each Malabueño with love for family, hardworking, and full of dreams. Because of your love and our continuous cooperation, I am confident that our dreams and promises will become happy memories and strong history of our city)," she added. (Photo by Aaron Dioquino/ MANILA BULLETIN) In her speech, Sandoval presented the local government's initiatives and achievements that helped in improving the lives of the "Malabueños" as well as the status of  businesses in the city. These include the provisions of affordable housing and jobs, quality education, and investment in infrastructure to improve the delivery of social and financial services. Some of the key accomplishments she mentioned were the  employment of 11,924 jobseekers in the city; granting of 1,380 affordable housing units to residents; implementation of the Malabon Ahon Blue Card program benefiting 57,000 families; and giving quality health care to 46,000 beneficiaries. The first Malabon lady mayor said that they allotted P100,000,000 from the city's funds to implement the Land for the Landless program that already awarded lots to 160 residents. A total of P350,000,000 was also set aside for different housing programs in the city. On Friday, June 29, the city government broke ground for two five-story residential buildings that has over 120 housing units for Malabon families with four to six members. Sandoval shared that 10 more vertical buildings for housing will be built in Malabon before 2024. The city's four super health centers and 22 health centers have also served 200,000 patients, while the Ospital ng Malabon served 26,000 residents. Sandoval also cited some programs for education like scholarships and an internship program for students. She said that out of the P2 billion revenue generated from July 2022 to June 23, the city government has allocated a total P1.5 billion for different social services including programs for the general public, social, economic, health and nutrition, livelihood, housing community development, labor and employment. The mayor thanked the residents as she stressed the need to “work together in order to build a better city for all Malabueños.” "Matagal pa po ang panahon na ating pagsasamahan. Marami pa po tayong pagtutulungang mga proyekto at programa na nagsusulong ng ating mga adbokasiya para sa ating mga batayang sektor. Kayo po ang patunay na lahat ay kaya nating mapagtagumpayan kung tayo ay magtutulungan at patuloy na magmamalasakit sa isa’t isa (We still have a long time together. We are  still going to collaborate for many projects and programs that promote our advocacies for our base sectors. You guys is the proof that we can overcome everything if we will work together and continue to care for each other)," she said.

Related Tags

Malabon Metro News
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.