watermark logo

18 Year Old Boxer Dies After Being Injured In Ring In Montreal

20 Views
Shala Yisrael
Shala Yisrael
09 Sep 2021

⁣MONTREAL -- A female Mexican boxer died Thursday, five days after being injured in a Montreal ring. Groupe Yvon Michel, the organizer of the boxing event, said Thursday that 18-year-old Jeanette Zacarias Zapata died from injuries sustained in a bout with Marie-Pier Houle on Saturday night at IGA stadium.
Sylmar husband, children return home to find mother dead, vehicle missing; LAPD investigating

Zapata suffered a series of power punches in the corner of the ring and, after a solid uppercut, the fighter seemed stunned near the end of the fourth round. A final right hook caused Zapata's mouthguard to fly out and left her unable to return to her corner after the bell rang. ⁣https://abc7.com/mexican-boxer....-jeanette-zacarias-z

Show more


2 Comments Sort By
commonman80
commonman80 17 days ago

Groupe Yvon Michel Was Probably Boxing Above Her Weight Class.. Meaning.. She Was Probably A Lightweight That Put On Weight To Fight In The Female Welterweight Category.. Meaning Groupe WAS NOT A Natural Welterweight.. But Marie-Pier Was.. Meaning.. Groupe Gained The Weight, But Was Unable To Develop The Welterweight Muscle Mass And Bone Structure.. Oh Well.. Lesson Learned.. Jus Sayin.. Yep...

0 0 Reply
Show more

'+text+'

'); $(button).attr('disabled', true); $.post('https://blackjunction.tv/aj/add-comment', {video_id: video_id, text: text}, function(data, textStatus, xhr) { if (data.status == 200) { if ($('.user-comments .empty_state').length > 0) { $('.user-comments .empty_state').remove(); } $('#comment-textarea').val('').css('height', '50px');; $('#video-user-comments').prepend(data.comment); } $(button).attr('disabled', false); }); } function PT_DeleteComment(id) { if (!id) { return false; } if (!confirm('Are you sure you want to delete your comment?')) { return false; } $('#comment-' + id).slideUp('fast'); $.post('https://blackjunction.tv/aj/delete-comment', {id: id}); } function PT_PinComment(id,pin){ if (!id) { return false; } let pinned_comments = $('#pinned-comment'); if (pin) { $("#comment-" + id).slideUp(200,function(){ Snackbar.show({text: 'Comment pinned to top',pos: 'bottom-center',showAction: false}); }) } else{ pinned_comments.empty(); Snackbar.show({text: 'Comment unpinned',pos: 'bottom-center',showAction: false}); } $.post('https://blackjunction.tv/aj/pin-comment', {id: id},function(data){ if (data.status == 200) { $("#comment-" + id).slideUp(100,function(){ $(this).remove(); pinned_comments.scrollTo(); }); pinned_comments.html(data.html); } else if(data.status == 304){ $("#video-user-comments").append(data.html); } }); }