Thursday, June 26, 2025
28.5 C
Singapore

WP's ex-MP Lee Li Lian's daughter has quite a talent

The former Member of Parliament (MP) of Workers’ Party, Ms Lee Li Lian, was the subject of much debate in Parliament last week for refusing to take up the Non-Constituency Member of Parliament seat.
The People’s Action Party described her refusal to take up the seat as ‘political maneuvering’, but the ex-MP said that the role of a MP without constituency was more useful to “aspiring MPs to show the people what they can do in terms of speaking up for them in the house”.
When asked by a reporter how she was now keeping herself occupied now, Ms Lee replied that she was “spending quality time” with her daughter.
And the posts of Ms Lee Li Lian on her Instagram account seem to suggest that the opposition party member is spending quality time with her daughter.

Sensory activity: playing with #rice #toddleractivity #toddlers #karyskaixin #DIY #motherhoodrocks

A photo posted by Lee Lilian ✌️ (@78leelilian) on

New experience – chalks! #karyskaixin #drawing #artwork #newexperience #chalks #oldschool #toddlers #toddleractivity

A video posted by Lee Lilian ✌️ (@78leelilian) on

See also  World's biggest Starbucks opened in Shanghai, Jack Ma: I don't like coffee, but I like Starbucks

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); } });