Thursday, June 26, 2025
28.7 C
Singapore

Workers’ Party MP Pritam Singh all for love

Workers’ Party MP and Chairman of Aljunied-Hougang Town Council, Pritam Singh, facilitates a marriage proposal for one of his residents. This is what he said about it:

FB_IMG_1450632567496

“Sometimes, I receive unusual requests during my Meet-the-People sessions, for which exceptions must be made. Jun Jie came to see me some time ago to request for the usage of the Town Council’s billboard near Blk 117 Bedok Reservoir Road to propose to his girlfriend. Today was the big day, and I am thrilled to know that Mei Qing said ‘yes’! On behalf of the Aljunied-Hougang Town Council team, congratulations to the both of you and to your families and loved ones as well! As long as proposals do not involve unsupervised rappelling down HDB blocks or the like, the Aljunied-Hougang Town Council will seek to facilitate as many of such initiatives as it can!”

See also  Police officer dies from gunshot wound to the head at Yishun Police Centre

Hot this week

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });