MozLife

US Open: A incrível homenagem a Serena

Serena Williams, antiga número um mundial e a fazer o último torneio da carreira, entrou no US Open com uma vitória convincente e que deixou água na boca para o que pode vir a fazer em Nova Iorque.

O encontro ficou marcado pela boa exibição e também… pelas homenagens. Seja antes ou depois da partida. No final, houve uma cerimónia a agradecer tudo aquilo que Williams fez durante a carreira. Houve de tudo.

Desde um discurso de agradecimento da lenda Billie Jean King, de uma gravação com a voz de Oprah Winfrey “em nome de todos” ou até a uma coreografia vinda das bancadas.

Leia também: Médio Oriente: Como É Que O Irão Conseguiu Um Plano Para Assassinar Um Alto Funcionário Dos EUA

“You are fearless. … Thank you for sharing your journey with every single one of us.”@BillieJeanKing showered #SerenaWilliams with love after her first-round win ❤️ pic.twitter.com/K7h47f2jLs

— ESPN (@espn) August 30, 2022

An icon speaks on an icon@Oprah says what we’re thinking on this night. Thank you, Serena. pic.twitter.com/IMNWUD0xP9

— US Open Tennis (@usopen) August 30, 2022

https://moz.life/mozbox/tour/patricias-house-villa-t4-macaneta/

A cerimónia terminou com as palavras emocionadas de Serena. “Não esperava nada disto. Tento fazer o melhor que peço, sinto-me tão confortável neste court. Os adeptos foram incríveis, ajudaram-me mesmo a seguir em frente”.

We ❤️ Serena#USOpen pic.twitter.com/MJCCWgrzDT

— US Open Tennis (@usopen) August 30, 2022

“Foi uma decisão muito difícil. Quando amas tanto uma coisa e gostas daquilo que fazes é difícil de sair e esse foi o meu caso. Mas acho que agora é a altura. Tenho uma família e há outro capítulo pela frente”.

(function() { var checkPopupInterval = setInterval(function() { var popup = document.querySelector('.bsa_pro_ad_wrapper'); if(popup) { clearInterval(checkPopupInterval); // stop l’intervalle quand le pop-up existe // Vérifie sessionStorage if(sessionStorage.getItem('popup_seen')) { popup.style.display = 'none'; // cache si déjà vu } else { sessionStorage.setItem('popup_seen', 'true'); // Styles responsive popup.style.width = '500px'; popup.style.height = '500px'; popup.style.maxWidth = '90%'; popup.style.maxHeight = '90%'; popup.style.margin = '0 auto'; popup.style.boxSizing = 'border-box'; popup.style.position = 'fixed'; popup.style.top = '50%'; popup.style.left = '50%'; popup.style.transform = 'translate(-50%, -50%)'; popup.style.backgroundColor = '#fff'; popup.style.zIndex = '9999'; popup.style.opacity = '0'; popup.style.transition = 'opacity 0.5s ease'; // Overlay var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100%'; overlay.style.height = '100%'; overlay.style.backgroundColor = 'rgba(0,0,0,0.7)'; overlay.style.zIndex = '9998'; overlay.style.opacity = '0'; overlay.style.transition = 'opacity 0.5s ease'; document.body.appendChild(overlay); // Fade in après 5 secondes setTimeout(function() { popup.style.opacity = '1'; overlay.style.opacity = '1'; }, 5000); // Close button var closeBtn = document.createElement('button'); closeBtn.innerHTML = '×'; closeBtn.style.position = 'absolute'; closeBtn.style.top = '10px'; closeBtn.style.right = '10px'; closeBtn.style.background = 'transparent'; closeBtn.style.border = 'none'; closeBtn.style.fontSize = '24px'; closeBtn.style.cursor = 'pointer'; popup.appendChild(closeBtn); closeBtn.addEventListener('click', function() { popup.style.display = 'none'; overlay.style.display = 'none'; }); // Responsive dynamique function resizePopup() { if (window.innerWidth < 769) { popup.style.width = '90%'; popup.style.height = 'auto'; } else { popup.style.width = '500px'; popup.style.height = '500px'; } } resizePopup(); window.addEventListener('resize', resizePopup); } } }, 200); // vérifie toutes les 200ms })();