ADVERTISEMENT

Mayor Wes, First Lady Marcos wrap up Valenzuela's 400th Founding Anniversary celebration

Published Nov 27, 2023 02:58 pm

Valenzuela City Mayor Weslie "Wes" Gatchalian and First Lady Louise Araneta-Marcos led the inauguration of Casa de Polo events space in Barangay Poblacion on Sunday, Nov. 26, to wrap up the city's celebration of its 400th Founding Anniversary.

The city government also conducted several activities on the same day as part of the celebration on the same day.

According to the local government, the inauguration of Casa de Polol, a heritage-themed events space, indicates its opening for all accommodations/activities. The local government held the blessing ceremony of the facility on Nov. 12,  the city's Foundation Day.

In his welcoming remarks, Gatchalian emphasized the significance of celebrating Valenzuela's 400th founding anniversary and thanked the people who worked behind the successful series of activities for its celebration.

IMG-1f25ddfd076227e9c53fc8db476a243a-V.jpg
Photo from Valenzuela City Public Information Office/ MANILA BULLETIN

“Sa ating pagba-balik-tanaw, malugod ko po kayong tina-tanggap sa ating selebrasyon ng Valenzuela 400! Sa pamamagitan ng temang ‘kasaysayan at kaunlaran,’ samahan niyo po ako sa paglingon sa aming makulay na nakaraan, nang ang Valenzuela ay isa pa lamang bayan ng agrikultura; pagbubunyi sa aming kasalukuyan,  bilang isang hinahangaang, multi-awarded industrial city; at pagtanaw sa aming kinabukasan, bilang isang maunlad na liveable city (As we remember the past, I welcome you to our Valenzuela 400 celebration! With the theme of 'history and development,' join me in looking back at our colorful past, when Valenzuela was just an agricultural town; celebrating our present, as an admired, multi-awarded industrial city; and looking to our future, as a prosperous liveable city)," he said.

He added that as the city continuously progresses, he believes the cultural landmark Casa de Polo shall be symbolic of the city’s pride and honor; connecting its glorious past to its hopeful future.

First Lady Louise Araneta-Marcos, the guest of honor, joined the mayor and the city council in unveiling the building marker of Casa de Polo. The facility will serve as one of the historical landmarks in the city.

"For a brief background, from being a quaint municipality, Polo became an independent town on the 12th day of November 1623. Polo then became known as Valenzuela City; enjoined with the Metropolitan Manila in 1975 presided over by then Governess and First Lady Imelda Romualdez Marcos, and ultimately became a highly urbanized city in 1998," the city government shared.

It added that First Lady Marcos leading the unveiling of Casa De Polo's marker  is a nod to the city' s history and connection to the early Marcoses.

The launching of the city's first coffee table book called “Valenzuela: History and Progress” was also held during the event.

The book features a walkthrough of the city’s heritage tracing back remarkable events from the old town of Polo to its gradual transformation into an urbanized city; a glimpse of the city’s unique culture such as food, art, customs, traditions, and churches.

According to the city government, the coffee table book highlights aspects of the city's local governance in terms of education, health, social services, and ecotourism.

It is a compilation of shared stories and experiences that shall serve as memorabilia for the future Valenzuelanos, it added.

The city also held the “Cultural Night"  fashion presentation that showcased the works of the three key designers of the fashion industry of Valenzuela City and of the country that pays homage to Valenzuela City’s history and cultural heritage.

The local government said show had three blocks that exhibit the Pueblo de Polo’s agricultural background, showcase the vibrant culture and faith of Valenzuelanos, and the city’s relentless pursuit of progress and “riding along the waves” of continuous growth and innovation.

Present during the event were Senators Grace Poe, Mark Villar, Malabon City Mayor Jeannie Sandoval, San Juan City Mayor Francis Zamora, Director of National Museum of the Philippines Mr. Jeremy Barns, city government department heads, members of the city council, punong barangays, fiscals, delegates from Comelec, Chamber of Commerce and Industry, and other guests.
 

Related Tags

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.