Wednesday, June 25, 2025
31.6 C
Singapore

Local Sec 3 student sells cookies raising S$710 for Beirut explosion victims

A local Secondary 3 student has won praise after she baked and sold cookies to raise S$710 for those affected by the Beirut explosion that occurred last month.

On 4 August, a large amount of ammonium nitrate stored at the port of Beirut, the capital of Lebanon, exploded, causing at least 190 deaths, three reported missing, 6,500 injuries, US$10–15 billion in property damage, and leaving about 300,000 people homeless. The tragedy is considered one of the most powerful non-nuclear explosions in history.

Singapore Sports School student Nadine Fateha Zuraimy’s heart went out to those who were affected by the blast. The fencer decided to do what she can to help the victims and sold Nutella and peanut butter cookies she baked herself to raise funds.

Nadine raised a total of S$710 and donated the sum through the Singapore Red Cross Society.

Singapore Sports School awarded Nadine the ROAR Award, in appreciation of her kindness and generosity, on Tuesday morning (15 Sept). The ROAR Award is a recognition of an outstanding student-athlete who exhibits the values of Respect, Integrity, Responsibility, Excellence and Resilience.

See also  Search for Singaporean who went missing on Mount Everest remains fruitless

Sharing a photo of the student receiving her award, the school wrote on Facebook: “Well done, Nadine! We are inspired by your kindness and empathy.”

When Secondary 3 fencer Nadine Fateha Zuraimy learnt about the Beirut Explosion, she stepped forward to raise funds by…

Posted by Singapore Sports School on Monday, 14 September 2020

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