Thursday, June 26, 2025
28.7 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  Sex and gender diversity is growing across the US

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