Thursday, June 26, 2025
30.8 C
Singapore

What will be the most timeless images of the 2016 Rio Olympics?

By: Hongtao Zhang

Qin Kai & He Zi: 4 years ago, when he hadn’t defended his title, she hugged him.
1

Now, when she hasn’t defended her title, he proposes her.
1

Joseph Schooling & Michael Phelps: 8 years ago, he took a picture with his idol.
1

Now, he wins over his idol.
1

Lee Chong Wei & Lin Dan: 16 years ago, when they first met, they were both young.
1

This is the 37th time they meet and Lee Chong Wei had never achieved his dream of winning over Lin Dan in Olympics.
1

This time, he achieves his dream and he congratulates him.
1
Article is republished from Quora.

See also  Malaysian police chief tells Jho Low, reportedly in Wuhan, to come home if he’s infected with Covid-19

Hot this week

Singapore’s Bastion Mining secures majority control of Mongolian gold and copper mines

SINGAPORE/MONGOLIA: Singapore-based Bastion Mining has declared its off-market takeover...

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